Searched defs:SymbolTable (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dsymtable.h54 class U_COMMON_API SymbolTable /* not : public UObject because this is an interface/mixin class */ { class
67 virtual ~SymbolTable();
H A Durename.h2156 #define SymbolTable U_ICU_ENTRY_POINT_RENAME(SymbolTable) macro
/external/icu4c/common/unicode/
H A Dsymtable.h54 class U_COMMON_API SymbolTable /* not : public UObject because this is an interface/mixin class */ { class
67 virtual ~SymbolTable();
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dsymbolize.h45 // SymbolTable encapsulates the address operations necessary for stack trace
49 class SymbolTable { class
51 SymbolTable() function in class:SymbolTable
53 ~SymbolTable() {
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dsymbolize.h45 // SymbolTable encapsulates the address operations necessary for stack trace
49 class SymbolTable { class
51 SymbolTable() function in class:SymbolTable
53 ~SymbolTable() {
/external/javassist/src/main/javassist/compiler/
H A DSymbolTable.java21 public final class SymbolTable extends HashMap { class in inherits:HashMap
22 private SymbolTable parent;
24 public SymbolTable() { this(null); } method in class:SymbolTable
26 public SymbolTable(SymbolTable p) { method in class:SymbolTable
31 public SymbolTable getParent() { return parent; }
/external/openfst/src/include/fst/script/
H A Drelabel.h35 const SymbolTable *, const SymbolTable *, bool,
36 const SymbolTable *, const SymbolTable *,
70 typedef args::Package<MutableFstClass*, const SymbolTable*,
71 const SymbolTable*> RelabelArgs3;
73 void Relabel(args::Package<MutableFstClass*, const SymbolTable*, argument
74 const SymbolTable*> *args) {
82 const SymbolTable *old_isyms, const SymbolTable *relabel_isym
[all...]
/external/srec/srec/Semproc/include/
H A DSR_SymbolTable.h85 SymbolTable; typedef in typeref:struct:SymbolTable_t
96 SREC_SEMPROC_API ESR_ReturnCode ST_Init(SymbolTable** self);
102 SREC_SEMPROC_API ESR_ReturnCode ST_Free(SymbolTable* self);
109 ESR_ReturnCode ST_Copy(SymbolTable* self, HashMap* dst);
117 SREC_SEMPROC_API ESR_ReturnCode ST_putKeyValue(SymbolTable* self, const LCHAR* key, const LCHAR* value);
125 SREC_SEMPROC_API ESR_ReturnCode ST_getKeyValue(SymbolTable* self, const LCHAR* key, LCHAR** value);
132 SREC_SEMPROC_API ESR_ReturnCode ST_getSymbolSlot(SymbolTable* self, Symbol** slot);
138 SREC_SEMPROC_API ESR_ReturnCode ST_reset(SymbolTable* self);
139 SREC_SEMPROC_API ESR_ReturnCode ST_reset_all(SymbolTable* self);
148 SREC_SEMPROC_API ESR_ReturnCode ST_putSpecialKeyValue(SymbolTable* sel
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/tests/
H A Dtest_symrec.py2 from yasm import SymbolTable, Expression, YasmError namespace
6 self.symtab = SymbolTable()
44 self.symtab = SymbolTable()
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dsymbol-table.h144 // \class SymbolTable
147 // The SymbolTable implements the mappings of labels to strings and reverse.
153 // SymbolTable for the words in the language model can share this symbol
156 class SymbolTable { class in namespace:fst
162 SymbolTable(const string& name) : impl_(new SymbolTableImpl(name)) {} function in class:fst::SymbolTable
165 SymbolTable(const SymbolTable& table) : impl_(table.impl_) { function in class:fst::SymbolTable
171 ~SymbolTable() {
176 SymbolTable* Copy() const {
177 return new SymbolTable(*thi
307 explicit SymbolTable(SymbolTableImpl* impl) : impl_(impl) {} function in class:fst::SymbolTable
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
H A Dsymrec.pxi122 cdef class SymbolTable class in inherits:
128 if not isinstance(symtab, SymbolTable):
130 self.iter = yasm_symtab_first((<SymbolTable>symtab).symtab)
146 if not isinstance(symtab, SymbolTable):
148 self.iter = yasm_symtab_first((<SymbolTable>symtab).symtab)
164 if not isinstance(symtab, SymbolTable):
166 self.iter = yasm_symtab_first((<SymbolTable>symtab).symtab)
190 cdef class SymbolTable: class in inherits:
225 # Methods to make SymbolTable behave like a dictionary of Symbols.
/external/openfst/src/include/fst/
H A Dsymbol-table.h125 // does not exists, return SymbolTable::kNoSymbol.
132 // does not exists, return SymbolTable::kNoSymbol.
205 // \class SymbolTable
208 // The SymbolTable implements the mappings of labels to strings and reverse.
214 // SymbolTable for the words in the language model can share this symbol
217 class SymbolTable { class in namespace:fst
222 SymbolTable() : impl_(new SymbolTableImpl("<unspecified>")) {} function in class:fst::SymbolTable
225 SymbolTable(const string& name) : impl_(new SymbolTableImpl(name)) {} function in class:fst::SymbolTable
228 SymbolTable(const SymbolTable function in class:fst::SymbolTable
409 explicit SymbolTable(SymbolTableImpl* impl) : impl_(impl) {} function in class:fst::SymbolTable
[all...]
/external/llvm/include/llvm/Object/
H A DArchive.h194 child_iterator SymbolTable; member in class:llvm::object::Archive
H A DCOFF.h203 const coff_symbol *SymbolTable; member in class:llvm::object::COFFObjectFile
/external/chromium_org/third_party/icu/source/common/
H A Duniset.cpp60 SymbolTable::~SymbolTable() {}
1924 case SymbolTable::SYMBOL_REF:
/external/icu4c/common/
H A Duniset.cpp62 SymbolTable::~SymbolTable() {}
1926 case SymbolTable::SYMBOL_REF:
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp175 SymbolTableMap &SymbolTable) {
207 SymbolTable[Name.data()] = SymbolLoc(SectionID, Offset);
172 emitCommonSymbols(ObjectImage &Obj, const CommonSymbolMap &CommonSymbols, uint64_t TotalSize, SymbolTableMap &SymbolTable) argument
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dwbnf.cpp144 class SymbolTable{ class
232 ~SymbolTable(){
520 Variable(SymbolTable * symbols, const char * varName, Pick * varRef = NULL){
543 SymbolTable * symbol_table;
1261 SymbolTable symbols;
1304 if (par.symbols.find(top_node_name, &top_node_ref) == SymbolTable::HAS_REF) {
1493 SymbolTable tab;
1516 SymbolTable t;
1523 pass = t.find(NULL) == SymbolTable::EMPTY;
1524 pass = pass && t.find("ccc") == SymbolTable
[all...]
/external/icu4c/test/intltest/
H A Dwbnf.cpp144 class SymbolTable{ class
232 ~SymbolTable(){
520 Variable(SymbolTable * symbols, const char * varName, Pick * varRef = NULL){
543 SymbolTable * symbol_table;
1261 SymbolTable symbols;
1304 if (par.symbols.find(top_node_name, &top_node_ref) == SymbolTable::HAS_REF) {
1493 SymbolTable tab;
1516 SymbolTable t;
1523 pass = t.find(NULL) == SymbolTable::EMPTY;
1524 pass = pass && t.find("ccc") == SymbolTable
[all...]
/external/llvm/include/llvm/MC/
H A DMCContext.h50 typedef StringMap<MCSymbol*, BumpPtrAllocator&> SymbolTable; typedef in class:llvm::MCContext
71 SymbolTable Symbols;
227 const SymbolTable &getSymbols() const {
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc341 typedef std::map<std::string, int> SymbolTable; typedef in class:__anon14721::Environment
344 SymbolTable::iterator code = symbol_table_.find(name);
362 SymbolTable::iterator code = symbol_table_.find(name);
387 SymbolTable::iterator end = symbol_table_.end();
388 for (SymbolTable::iterator i = symbol_table_.begin();
416 static SymbolTable symbol_table_;
465 Environment::SymbolTable Environment::symbol_table_;
/external/v8/tools/gcmole/
H A Dgcmole.cc341 typedef std::map<std::string, int> SymbolTable; typedef in class:__anon26441::Environment
344 SymbolTable::iterator code = symbol_table_.find(name);
362 SymbolTable::iterator code = symbol_table_.find(name);
387 SymbolTable::iterator end = symbol_table_.end();
388 for (SymbolTable::iterator i = symbol_table_.begin();
416 static SymbolTable symbol_table_;
465 Environment::SymbolTable Environment::symbol_table_;
/external/v8/src/
H A Dobjects.h77 // - SymbolTable
835 V(SymbolTable) \
2902 // SymbolTable.
2906 class SymbolTable: public HashTable<SymbolTableShape, HashTableKey*> { class in namespace:v8::internal
2931 static inline SymbolTable* cast(Object* obj);
2936 DISALLOW_IMPLICIT_CONSTRUCTORS(SymbolTable);
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 765 milliseconds

12