Searched refs:StringTable (Results 1 - 18 of 18) sorted by relevance

/external/regex-re2/re2/testing/
H A Dunicode_test.py76 def StringTable(s, n, f): function
112 StringTable(_UNICODE_TABLE, 3, DoLine)
116 self.assertRaises(unicode.InputError, StringTable, _UNICODE_TABLE, 4, Abort)
117 self.assertRaises(unicode.InputError, StringTable, _UNICODE_TABLE, 2, Abort)
118 self.assertRaises(unicode.InputError, StringTable, _BAD_TABLE1, 3, Abort)
119 self.assertRaises(unicode.InputError, StringTable, _BAD_TABLE2, 3, Abort)
120 self.assertRaises(unicode.InputError, StringTable, _BAD_TABLE3, 3, Abort)
/external/llvm/lib/Object/
H A DArchive.cpp58 const char *addr = Parent->StringTable->Data.begin()
62 if (Parent->StringTable == Parent->end_children()
63 || addr < (Parent->StringTable->Data.begin()
65 || addr > (Parent->StringTable->Data.begin()
67 + Parent->StringTable->getSize()))
139 StringTable = e;
151 StringTable = i;
160 StringTable = i;
166 StringTable = e;
H A DCOFFObjectFile.cpp438 , StringTable(0)
483 StringTable = reinterpret_cast<const char *>(base())
486 if (!checkAddr(Data, ec, uintptr_t(StringTable), sizeof(ulittle32_t)))
489 StringTableSize = *reinterpret_cast<const ulittle32_t *>(StringTable);
490 if (!checkAddr(Data, ec, uintptr_t(StringTable), StringTableSize))
494 || (StringTableSize > 4 && StringTable[StringTableSize - 1] != 0)) {
512 ret.p = reinterpret_cast<intptr_t>(StringTable);
607 Result = StringRef(StringTable + offset);
H A DMachOObject.cpp139 StringTable = Buffer->getBuffer().substr(SLC.StringTableOffset,
/external/llvm/lib/MC/
H A DMachObjectWriter.cpp33 StringTable.clear();
473 /// \param StringTable [out] - The string table data.
477 ComputeSymbolTable(MCAssembler &Asm, SmallString<256> &StringTable, argument
491 StringTable += '\x00';
513 Entry = StringTable.size();
514 StringTable += Symbol.getName();
515 StringTable += '\x00';
549 Entry = StringTable.size();
550 StringTable += Symbol.getName();
551 StringTable
[all...]
H A DWinCOFFObjectWriter.cpp105 class StringTable { class in namespace:__anon9609
113 StringTable();
133 StringTable Strings;
271 // StringTable class implementation
275 void StringTable::update_length() {
279 StringTable::StringTable() { function in class:StringTable
286 size_t StringTable::size() const {
292 size_t StringTable::insert(StringRef String) {
H A DELFObjectWriter.cpp100 SmallString<256> StringTable; member in class:__anon9592::ELFObjectWriter
586 assert(StringTable.size() && "Missing string table");
881 StringTable += '\x00';
950 Entry = StringTable.size();
951 StringTable += Name;
952 StringTable += '\x00';
1175 F->getContents().append(StringTable.begin(), StringTable.end());
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
H A Datom.c110 } StringTable; typedef in typeref:struct:StringTable_Rec
117 static int InitStringTable(StringTable *stable)
133 static void FreeStringTable(StringTable *stable)
179 static int AddString(StringTable *stable, const char *s)
274 static int Match(HashTable *htable, StringTable *stable, const char *s, int hashloc)
294 StringTable stable; // String table.
/external/llvm/include/llvm/Object/
H A DMachOObject.h76 StringRef StringTable; member in class:llvm::object::MachOObject
114 return StringTable;
H A DArchive.h239 child_iterator StringTable; member in class:llvm::object::Archive
H A DCOFF.h99 const char *StringTable; member in class:llvm::object::COFFObjectFile
/external/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp312 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
[all...]
H A DAsmMatcherEmitter.cpp2391 StringToOffsetTable &StringTable,
2456 OS << ", " << StringTable.GetOrAddStringOffset(LenMnemonic, false)
2700 StringToOffsetTable StringTable;
2713 StringTable.GetOrAddStringOffset(LenMnemonic, false));
2717 StringTable.EmitString(OS);
2773 OS << " { " << StringTable.GetOrAddStringOffset(LenMnemonic, false)
2960 emitCustomOperandParsing(OS, Target, Info, ClassName, StringTable,
/external/llvm/utils/yaml2obj/
H A Dyaml2obj.cpp121 StringTable.append(4, 0);
700 unsigned Index = StringTable.size();
701 StringTable.append(Str.begin(), Str.end());
702 StringTable.push_back(0);
726 std::string StringTable; member in struct:COFFParser
777 *reinterpret_cast<support::ulittle32_t *>(&CP.StringTable[0])
778 = CP.StringTable.size();
854 OS.write(&CP.StringTable[0], CP.StringTable.size());
/external/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h108 SmallString<256> StringTable; member in class:llvm::MachObjectWriter
241 /// \param StringTable [out] - The string table data.
242 void ComputeSymbolTable(MCAssembler &Asm, SmallString<256> &StringTable,
/external/llvm/test/Scripts/
H A Delf-dump47 class StringTable: class in inherits:
244 shstrtab = StringTable(f.read(sections[e_shstrndx[0]].sh_size[0]))
251 strtab = StringTable(f.read(section.sh_size[0]))
/external/v8/src/
H A Dgdb-jit.cc188 class StringTable;
339 void PopulateHeader(Writer::Slot<Header> header, StringTable* strtab);
439 class StringTable : public ELFSection { class in namespace:v8
441 explicit StringTable(const char* name) function in class:v8::StringTable
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* strta
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 358 milliseconds