HomeSort by relevance Sort by last modified time
    Searched defs:StringTable (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/re2/re2/testing/
unicode_test.py 76 def StringTable(s, n, f):
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/include/llvm/MC/
MCMachObjectWriter.h 108 SmallString<256> StringTable;
241 /// \param StringTable [out] - The string table data.
242 void ComputeSymbolTable(MCAssembler &Asm, SmallString<256> &StringTable,
  /external/llvm/tools/yaml2obj/
yaml2coff.cpp 35 StringTable.append(4, 0);
100 unsigned Index = StringTable.size();
101 StringTable.append(Str.begin(), Str.end());
102 StringTable.push_back(0);
112 std::string StringTable;
170 *reinterpret_cast<support::ulittle32_t *>(&CP.StringTable[0])
171 = CP.StringTable.size();
260 OS.write(&CP.StringTable[0], CP.StringTable.size());
  /external/regex-re2/re2/testing/
unicode_test.py 76 def StringTable(s, n, f):
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/include/llvm/Object/
Archive.h 195 child_iterator StringTable;
COFF.h 204 const char *StringTable;
  /external/llvm/tools/macho-dump/
macho-dump.cpp 180 StringRef StringTable) {
181 const char *Name = &StringTable.data()[StringIndex];
202 StringRef StringTable = Obj.getStringTableData();
203 outs().write_escaped(StringTable,
217 StringTable);
222 StringTable);
  /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...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 460 StringRef StringTable = getStringTableData();
462 const char *Start = &StringTable.data()[Entry.StringIndex];
    [all...]
  /libcore/dex/src/main/java/com/android/dex/
Dex.java 63 private final StringTable strings = new StringTable();
890 private final class StringTable extends AbstractList<String> implements RandomAccess {
    [all...]
  /art/runtime/
debugger.cc     [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/test/tools/llvm-readobj/Inputs/
relocs.py 154 class StringTable:
303 shstrtab = StringTable(f.read(sections[e_shstrndx].sh_size))
309 strtab = StringTable(f.read(section.sh_size))
    [all...]
  /external/chromium_org/v8/src/
objects.h 89 // - StringTable
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 819 milliseconds