HomeSort by relevance Sort by last modified time
    Searched full:stringtable (Results 26 - 50 of 81) sorted by null

12 3 4

  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
plist_strings_writer.py 45 '''Add strings to the stringtable corresponding a given policy.
adml_writer_unittest.py 75 '<resources><stringTable><string id="SUPPORTED_TESTOS">Supported on'
76 ' Test OS or higher</string></stringTable><presentationTable/>'
  /external/icu4c/common/
ucnv_io.h 47 const uint16_t *stringTable;
  /external/icu4c/test/testdata/
testtypes.txt 51 stringTable{{}}
  /external/chromium_org/tools/grit/grit/tool/
rc2grd_unittest.py 75 rc_text = '''STRINGTABLE\nBEGIN\nID_BINGO "<SPAN id=hp style='BEHAVIOR: url(#default#homepage)'></SPAN><script>if (!hp.isHomePage('[$~HOMEPAGE~$]')) {document.write(""<a href=\\""[$~SETHOMEPAGEURL~$]\\"" >Set As Homepage</a> - "");}</script>"\nEND\n'''
84 rc_text = ('STRINGTABLE\n'
rc2grd.py 57 # Matches a stringtable
59 ('^STRINGTABLE(\s+(PRELOAD|DISCARDABLE|CHARACTERISTICS.+|LANGUAGE.+|'
64 # Matches each message inside a stringtable, breaking it up into comments,
  /external/llvm/test/CodeGen/PowerPC/
bdzlr.ll 9 %struct.global_State.10.685 = type { %struct.stringtable.0.675, i8* (i8*, i8*, i64, i64)*, i8*, i8, i8, i32, %union.GCObject.15.690*, %union.GCObject.15.690**, %union.GCObject.15.690*, %union.GCObject.15.690*, %union.GCObject.15.690*, %union.GCObject.15.690*, %struct.Mbuffer.1.676, i64, i64, i64, i64, i32, i32, i32 (%struct.lua_State.14.689*)*, %struct.lua_TValue.17.692, %struct.lua_State.14.689*, %struct.UpVal.3.678, [9 x %struct.Table.7.682*], [17 x %union.TString.9.684*] }
10 %struct.stringtable.0.675 = type { %union.GCObject.15.690**, i32, i32 }
  /external/llvm/test/CodeGen/X86/
coalescer-cross.ll 21 %struct.global_State = type { %struct.stringtable, i8* (i8*, i8*, i32, i32)*, i8*, i8, i8, i32, %struct.GCObject*, %struct.GCObject**, %struct.GCObject*, %struct.GCObject*, %struct.GCObject*, %struct.GCObject*, %struct.Mbuffer, i32, i32, i32, i32, i32, i32, i32 (%struct.lua_State*)*, %struct.TValue, %struct.lua_State*, %struct.UpVal, [9 x %struct.Table*], [17 x %struct.TString*] }
25 %struct.stringtable = type { %struct.GCObject**, i32, i32 }
  /dalvik/vm/native/
dalvik_system_VMRuntime.cpp 251 typedef std::map<std::string, StringObject*> StringTable;
254 StringTable& table = *(StringTable*) arg;
266 StringTable& strings) {
461 StringTable strings;
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 106 class StringTable {
114 StringTable();
134 StringTable Strings;
271 // StringTable class implementation
275 void StringTable::update_length() {
279 StringTable::StringTable() {
286 size_t StringTable::size() const {
292 size_t StringTable::insert(StringRef String) {
ELFObjectWriter.cpp 100 SmallString<256> StringTable;
586 assert(StringTable.size() && "Missing string table");
878 StringTable += '\x00';
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
NamePool.h 29 class StringTable;
  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 312 SequenceToOffsetTable<std::string> StringTable;
330 StringTable.add(Str);
334 StringTable.layout();
347 Idx = StringTable.get("");
351 Idx = StringTable.get(Str);
444 StringTable.emit(O, printChar);
542 SequenceToOffsetTable<std::string> StringTable;
575 StringTable.add(AsmName);
578 StringTable.layout();
580 StringTable.emit(O, printChar)
    [all...]
  /external/v8/src/
gdb-jit.cc 188 class StringTable;
339 void PopulateHeader(Writer::Slot<Header> header, StringTable* strtab);
439 class StringTable : public ELFSection {
441 explicit StringTable(const char* name)
489 StringTable* strtab) {
632 sections_.Add(new StringTable(".shstrtab"));
719 StringTable* strtab = static_cast<StringTable*>(SectionAt(1));
833 void Write(Writer::Slot<SerializedLayout> s, StringTable* t) {
872 StringTable* strtab
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 441 , StringTable(0)
508 if ((ec = getObject(StringTable, Data, StringTableAddr, StringTableSize)))
513 || (StringTableSize > 4 && StringTable[StringTableSize - 1] != 0)) {
531 ret.p = reinterpret_cast<intptr_t>(StringTable);
646 Result = StringRef(StringTable + offset);
  /external/chromium_org/chrome/browser/extensions/activity_log/
database_string_table_unittest.cc 19 base::FilePath db_file = temp_dir_.path().AppendASCII("StringTable.db");
  /external/llvm/include/llvm/Object/
Archive.h 195 child_iterator StringTable;
  /external/chromium_org/tools/grit/grit/format/
rc.py 25 # Write one STRINGTABLE per <messages> container.
27 yield 'STRINGTABLE\nBEGIN\n'
rc_unittest.py 69 STRINGTABLE
401 STRINGTABLE
rc_header.py 151 # be related, for instance strings in a stringtable (as their IDs might be
  /external/chromium_org/chrome/installer/util/prebuild/
create_string_rc.py 170 u'STRINGTABLE\n'
  /external/chromium_org/v8/tools/
v8heapconst.py 239 ("OLD_POINTER_SPACE", 0x29861): "StringTable",
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_name.cpp 458 const char* stringTable = SkTAddOffset<const char>(&fName, stringTableOffset);
463 const char* nameString = SkTAddOffset<const char>(stringTable, nameOffset);
516 const uint16_t* string = SkTAddOffset<const uint16_t>(stringTable, offset);
  /external/chromium_org/tools/symsrc/
pefile.py     [all...]
  /external/chromium_org/v8/src/
json-parser.h 745 StringTable* string_table = isolate()->heap()->string_table();
747 uint32_t entry = StringTable::FirstProbe(hash, capacity);
769 entry = StringTable::NextProbe(entry, count++, capacity);

Completed in 677 milliseconds

12 3 4