Home
last modified time | relevance | path

Searched refs:string_table (Results 1 – 25 of 824) sorted by relevance

12345678910>>...33

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/
H A DnamedStrings.cpp32 string_table::svt( "a", NSV::PROP_A ),
39 string_table::svt( "b", NSV::PROP_B ),
46 string_table::svt( "c", NSV::PROP_C ),
56 string_table::svt( "d", NSV::PROP_D ),
69 string_table::svt( "g", NSV::PROP_G ),
70 string_table::svt( "h", NSV::PROP_H ),
130 string_table::svt( "r", NSV::PROP_R ),
156 string_table::svt( "w", NSV::PROP_W ),
159 string_table::svt( "x", NSV::PROP_X ),
163 string_table::svt( "y", NSV::PROP_Y ),
[all …]
H A DObjectURI.h84 string_table::key noCase(string_table& st) const { in noCase()
107 string_table::key name;
111 mutable string_table::key nameNoCase;
115 inline string_table::key
142 string_table& _st;
149 CaseEquals(string_table& st, bool caseless = false)
159 string_table& _st;
166 Logger(string_table& st) : _st(st) {} in Logger()
169 const string_table::key name = getName(uri); in operator()
175 const string_table::key name = getName(uri); in debug()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/common/
H A Dgles2_cmd_utils_implementation_autogen.h6880 static const EnumToString string_table[] = { in GetStringAttachment() local
6891 static const EnumToString string_table[] = { in GetStringAttachmentQuery() local
6905 static const EnumToString string_table[] = { in GetStringBackbufferAttachment() local
6915 static const EnumToString string_table[] = { in GetStringBlitFilter() local
6924 static const EnumToString string_table[] = { in GetStringBufferMode() local
6933 static const EnumToString string_table[] = { in GetStringBufferParameter() local
6944 static const EnumToString string_table[] = { in GetStringBufferParameter64() local
6954 static const EnumToString string_table[] = { in GetStringBufferTarget() local
6969 static const EnumToString string_table[] = { in GetStringBufferUsage() local
6985 static const EnumToString string_table[] = { in GetStringBufferfi() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/common/
H A Dgles2_cmd_utils_implementation_autogen.h6876 static const EnumToString string_table[] = { in GetStringAttachment() local
6887 static const EnumToString string_table[] = { in GetStringAttachmentQuery() local
6901 static const EnumToString string_table[] = { in GetStringBackbufferAttachment() local
6911 static const EnumToString string_table[] = { in GetStringBlitFilter() local
6920 static const EnumToString string_table[] = { in GetStringBufferMode() local
6929 static const EnumToString string_table[] = { in GetStringBufferParameter() local
6940 static const EnumToString string_table[] = { in GetStringBufferParameter64() local
6950 static const EnumToString string_table[] = { in GetStringBufferTarget() local
6965 static const EnumToString string_table[] = { in GetStringBufferUsage() local
6981 static const EnumToString string_table[] = { in GetStringBufferfi() local
[all …]
/dports/x11-toolkits/open-motif/motif-2.3.8/demos/programs/periodic/
H A Dperiodic_l.uil31 hebrewAlphabet : string_table (
39 greekAlphabet : string_table (
583 wtObjectDetail : string_table(" Xt", " 355");
586 wtRectDetail : string_table(" Xt", " 311");
589 wtCoreDetail : string_table(" Xt", " 551");
604 wtXmFrameDetail : string_table(" Xm", " 1785");
637 wtXmFormDetail : string_table(" Xm", " 3925");
652 wtShellDetail : string_table(" Xt", " 2904");
703 wtXmListDetail : string_table(" Xm", "11987");
715 wtXmTextDetail : string_table(" Xm", " 5053");
[all …]
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/abc/
H A DNamespace.h31 class string_table; variable
73 void setURI(string_table::key name) { _uri = name; } in setURI()
76 string_table::key getURI() const { return _uri; } in getURI()
79 string_table::key getPrefix() const { return _prefix; } in getPrefix()
83 bool addScript(string_table::key name, Class* a) in addScript()
94 Class* getScript(string_table::key name) in getScript()
108 void dump(string_table& st);
125 string_table::key _uri;
126 string_table::key _prefix;
128 typedef std::map<string_table::key, Class*> container;
[all …]
H A DClass.cpp42 Class::addValue(string_table::key name, Namespace *ns, in addValue()
52 string_table::key nsname = ns ? ns->getURI() : string_table::key(0); in addValue()
90 Class::addMemberScript(string_table::key name, Namespace *ns, in addMemberScript()
97 Class::addSlotFunction(string_table::key name, Namespace *ns, in addSlotFunction()
107 Class::addSlot(string_table::key name, Namespace* ns, in addSlot()
110 string_table::key nsname = ns ? ns->getURI() : 0; in addSlot()
123 Class::addMethod(string_table::key name, Namespace* /*ns*/, in addMethod()
137 string_table::key nsname = ns ? ns->getURI() : string_table::key(0); in addGetter()
157 string_table::key nsname = ns ? ns->getURI() : string_table::key(0); in addSetter()
209 Class::addMemberScript(string_table::key name, Namespace *ns,
[all …]
H A DMethod.cpp95 Method::addValue(string_table::key name, Namespace *ns, in addValue()
104 string_table::key nsname = ns ? ns->getURI() : string_table::key(0); in addValue()
122 Method::addGetter(string_table::key name, Namespace *ns, Method *method) in addGetter()
124 string_table::key nsname = ns ? ns->getURI() : string_table::key(0); in addGetter()
142 Method::addSetter(string_table::key name, Namespace *ns, Method *method) in addSetter()
144 string_table::key nsname = ns ? ns->getURI() : string_table::key(0); in addSetter()
162 Method::addMemberScript(string_table::key name, Namespace *ns, in addMemberScript()
169 Method::addSlot(string_table::key name, Namespace* ns, std::uint32_t slotId, in addSlot()
172 string_table::key nsname = ns ? ns->getURI() : string_table::key(0); in addSlot()
180 Method::addSlotFunction(string_table::key name, Namespace *ns, in addSlotFunction()
[all …]
H A DClass.h109 void setName(string_table::key name) { _name = name; } in setName()
113 bool addValue(string_table::key name, Namespace *ns,
117 bool addSlot(string_table::key name, Namespace *ns,
129 bool addMemberScript(string_table::key name, Namespace *ns,
133 bool addSlotFunction(string_table::key name, Namespace *ns,
182 string_table::key getName() const { return _name; } in getName()
228 Property* getBinding(string_table::key name) in getBinding()
260 bool addBinding(string_table::key name, const Property& b) { in addBinding()
270 Property *getStaticBinding(string_table::key name) in getStaticBinding()
286 typedef std::map<string_table::key, Property> BindingContainer;
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/telemetry/
H A Dgen_event_data.py33 def write_extra_table(events, output, string_table): argument
46 indexes = string_table.stringIndexes(extra_keys)
78 (string_table.stringIndex(e.category),
79 string_table.stringIndex(e.expiry_version),
91 def write_event_table(events, output, string_table): argument
103 string_table.stringIndex(method_name),
104 string_table.stringIndex(object_name)),
127 string_table = StringTable()
128 extra_table = write_extra_table(events, output, string_table)
136 write_event_table(events, output, string_table)
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/telemetry/
H A Dgen-event-data.py32 def write_extra_table(events, output, string_table):
45 indexes = string_table.stringIndexes(extra_keys)
77 (string_table.stringIndex(e.category),
78 string_table.stringIndex(e.expiry_version),
89 def write_event_table(events, output, string_table):
101 string_table.stringIndex(method_name),
102 string_table.stringIndex(object_name)),
120 string_table = StringTable()
121 extra_table = write_extra_table(events, output, string_table)
129 write_event_table(events, output, string_table)
[all …]
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libbase/
H A Dstring_table.cpp37 const std::string string_table::_empty;
39 string_table::key
40 string_table::find(const std::string& t_f, bool insert_unfound) in find()
65 string_table::key
66 string_table::insert(const std::string& to_insert) in insert()
73 string_table::insert_group(const svt* l, std::size_t size) in insert_group()
101 string_table::key
138 string_table::setHighestKnownLowercase(key k) in setHighestKnownLowercase()
143 string_table::key
144 string_table::noCase(key a) const in noCase()
[all …]
H A DStats.h35 typedef std::map<string_table::key, unsigned long int> Stat;
46 KeyLookup(const std::string& label, const string_table& st, int dumpTrigger=0,
47 string_table::key restrict=0, int dumpCount=5)
61 void check(string_table::key k) { in check()
69 typedef std::map<unsigned long int, string_table::key> Sorted; in dump()
90 const string_table& _st;
94 string_table::key _restrict;
/dports/textproc/py-xlsxwriter/XlsxWriter-1.4.3/xlsxwriter/
H A Dsharedstrings.py36 self.string_table = None
74 ('count', self.string_table.count),
75 ('uniqueCount', self.string_table.unique_count),
83 for string in (self.string_table._get_strings()):
135 self.string_table = {}
140 if string not in self.string_table:
143 self.string_table[string] = index
149 index = self.string_table[string]
159 self.string_array = sorted(self.string_table,
160 key=self.string_table.__getitem__)
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_string.c61 HPROF_ASSERT(gdata->string_table==NULL); in string_init()
62 gdata->string_table = table_initialize("Strings", 4096, 4096, 1024, 0); in string_init()
68 return table_find_or_create_entry(gdata->string_table, in string_find_or_create()
83 table_walk_items(gdata->string_table, &list_item, NULL); in string_list()
91 table_cleanup(gdata->string_table, NULL, NULL); in string_cleanup()
92 gdata->string_table = NULL; in string_cleanup()
101 table_get_key(gdata->string_table, index, &key, &key_len); in string_get()
112 table_get_key(gdata->string_table, index, &key, &key_len); in string_get_len()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_string.c61 HPROF_ASSERT(gdata->string_table==NULL); in string_init()
62 gdata->string_table = table_initialize("Strings", 4096, 4096, 1024, 0); in string_init()
68 return table_find_or_create_entry(gdata->string_table, in string_find_or_create()
83 table_walk_items(gdata->string_table, &list_item, NULL); in string_list()
91 table_cleanup(gdata->string_table, NULL, NULL); in string_cleanup()
92 gdata->string_table = NULL; in string_cleanup()
101 table_get_key(gdata->string_table, index, &key, &key_len); in string_get()
112 table_get_key(gdata->string_table, index, &key, &key_len); in string_get_len()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/telemetry/build_scripts/
H A Dgen_event_data.py24 from string_table import StringTable
45 def write_extra_table(events, output, string_table): argument
62 indexes = string_table.stringIndexes(extra_keys)
99 string_table.stringIndex(e.category),
100 string_table.stringIndex(e.expiry_version),
114 def write_event_table(events, output, string_table): argument
135 string_table.stringIndex(method_name),
136 string_table.stringIndex(object_name),
204 string_table = StringTable()
213 write_event_table(events, output, string_table)
[all …]
/dports/www/firefox/firefox-99.0/toolkit/components/telemetry/build_scripts/
H A Dgen_event_data.py24 from string_table import StringTable
45 def write_extra_table(events, output, string_table): argument
62 indexes = string_table.stringIndexes(extra_keys)
99 string_table.stringIndex(e.category),
100 string_table.stringIndex(e.expiry_version),
114 def write_event_table(events, output, string_table): argument
135 string_table.stringIndex(method_name),
136 string_table.stringIndex(object_name),
204 string_table = StringTable()
213 write_event_table(events, output, string_table)
[all …]
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/telemetry/build_scripts/
H A Dgen_event_data.py24 from string_table import StringTable
45 def write_extra_table(events, output, string_table): argument
62 indexes = string_table.stringIndexes(extra_keys)
99 string_table.stringIndex(e.category),
100 string_table.stringIndex(e.expiry_version),
114 def write_event_table(events, output, string_table): argument
135 string_table.stringIndex(method_name),
136 string_table.stringIndex(object_name),
204 string_table = StringTable()
213 write_event_table(events, output, string_table)
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/telemetry/build_scripts/
H A Dgen_event_data.py39 def write_extra_table(events, output, string_table): argument
56 indexes = string_table.stringIndexes(extra_keys)
93 (string_table.stringIndex(e.category),
94 string_table.stringIndex(e.expiry_version),
107 def write_event_table(events, output, string_table): argument
124 string_table.stringIndex(method_name),
125 string_table.stringIndex(object_name)),
188 string_table = StringTable()
189 extra_table = write_extra_table(events, output, string_table)
197 write_event_table(events, output, string_table)
[all …]
/dports/devel/msitools/msitools-0.101/libmsi/
H A Dstring.c42 struct string_table struct
74 static string_table *init_stringtable( int entries, unsigned codepage ) in init_stringtable()
76 string_table *st; in init_stringtable()
81 st = msi_alloc( sizeof (string_table) ); in init_stringtable()
110 void msi_destroy_stringtable( string_table *st ) in msi_destroy_stringtable()
125 static int st_find_free_entry( string_table *st ) in st_find_free_entry()
188 static void insert_string_sorted( string_table *st, unsigned string_id ) in insert_string_sorted()
473 string_table *msi_init_string_table( unsigned *bytes_per_strref ) in msi_init_string_table()
475 string_table *st; in msi_init_string_table()
485 string_table *st = NULL; in msi_load_string_table()
[all …]
/dports/java/jlint/jlint-3.1.2/
H A Dstring_pool.hh31 typedef hash_set<const char*, hash<const char*>, eqstr> string_table; typedef
40 typedef set<const char*, ltstr> string_table; typedef
45 string_table pool;
49 string_table::iterator it; in add()
61 string_table::iterator entry; in remove()
70 for (string_table::iterator it = pool.begin(); it != pool.end(); it++) { in clear()
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DTxtPropCv.c387 XmStringTable string_table, in XmCvtXmStringTableToTextProperty() argument
516 (display, string_table, count, in XmCvtXmStringTableToTextProperty()
593 XmStringTable string_table; in XmCvtTextPropertyToXmStringTable() local
614 string_table = in XmCvtTextPropertyToXmStringTable()
623 string_table[i] = tempstr; in XmCvtTextPropertyToXmStringTable()
625 *string_table_return = string_table; in XmCvtTextPropertyToXmStringTable()
651 XtFree((char *)string_table); in XmCvtTextPropertyToXmStringTable()
658 *string_table_return = string_table; in XmCvtTextPropertyToXmStringTable()
701 string_table = in XmCvtTextPropertyToXmStringTable()
710 string_table[elements++] = in XmCvtTextPropertyToXmStringTable()
[all …]
/dports/graphics/mupdf/mupdf-1.18.0-source/scripts/
H A Dbin2coff.c261 IMAGE_STRINGS* string_table; in main() local
341string_table = (IMAGE_STRINGS*)&buffer[sizeof(IMAGE_FILE_HEADER) + sizeof(IMAGE_SECTION_HEADER) + … in main()
394 string_table->TotalSize = sizeof(IMAGE_STRINGS); in main()
396 string_table->Strings[0] = '_'; in main()
397 strcpy(&string_table->Strings[0] + x86_32, label); in main()
398 string_table->TotalSize += x86_32 + (uint32_t)strlen(label) + 1; in main()
401 string_table->Strings[string_table->TotalSize - sizeof(IMAGE_STRINGS)] = '_'; in main()
402 strcpy(&string_table->Strings[string_table->TotalSize - sizeof(IMAGE_STRINGS)] + x86_32, label); in main()
403 string_table->TotalSize += x86_32 + (uint32_t)strlen(label); in main()
404 …strcpy(&string_table->Strings[string_table->TotalSize - sizeof(IMAGE_STRINGS)], SIZE_LABEL_SUFFIX); in main()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/trace_processor/importers/ftrace/
H A Dftrace_tokenizer.cc115 std::vector<StringId> string_table; in TokenizeFtraceCompactSched() local
116 string_table.reserve(512); in TokenizeFtraceCompactSched()
119 string_table.push_back(value); in TokenizeFtraceCompactSched()
122 TokenizeFtraceCompactSchedSwitch(cpu, compact_sched, string_table); in TokenizeFtraceCompactSched()
123 TokenizeFtraceCompactSchedWaking(cpu, compact_sched, string_table); in TokenizeFtraceCompactSched()
129 const std::vector<StringId>& string_table) { in TokenizeFtraceCompactSchedSwitch() argument
151 PERFETTO_DCHECK(*comm_it < string_table.size()); in TokenizeFtraceCompactSchedSwitch()
152 event.next_comm = string_table[*comm_it]; in TokenizeFtraceCompactSchedSwitch()
171 const std::vector<StringId>& string_table) { in TokenizeFtraceCompactSchedWaking() argument
194 PERFETTO_DCHECK(*comm_it < string_table.size()); in TokenizeFtraceCompactSchedWaking()
[all …]

12345678910>>...33