HomeSort by relevance Sort by last modified time
    Searched refs:SymbolTable (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/webkit/Source/WebKit/mac/ForwardingHeaders/runtime/
SymbolTable.h 1 #include <JavaScriptCore/SymbolTable.h>
  /external/webkit/Source/WebCore/ForwardingHeaders/runtime/
SymbolTable.h 3 #include <JavaScriptCore/SymbolTable.h>
  /external/javassist/src/main/javassist/compiler/
SymbolTable.java 21 public final class SymbolTable extends HashMap {
22 private SymbolTable parent;
24 public SymbolTable() { this(null); }
26 public SymbolTable(SymbolTable p) {
31 public SymbolTable getParent() { return parent; }
Parser.java 32 public ASTList parseMember(SymbolTable tbl) throws CompileError {
42 public ASTList parseMember1(SymbolTable tbl) throws CompileError {
74 private FieldDecl parseField(SymbolTable tbl, ASTList mods,
103 private MethodDecl parseMethod1(SymbolTable tbl, boolean isConstructor,
144 public MethodDecl parseMethod2(SymbolTable tbl, MethodDecl md)
183 private Declarator parseFormalType(SymbolTable tbl) throws CompileError {
204 private Declarator parseFormalParam(SymbolTable tbl)
237 public Stmnt parseStatement(SymbolTable tbl)
281 private Stmnt parseBlock(SymbolTable tbl) throws CompileError {
286 SymbolTable tbl2 = new SymbolTable(tbl)
    [all...]
Javac.java 38 SymbolTable stable;
66 stable = new SymbolTable();
212 SymbolTable stb = new SymbolTable(stable);
564 SymbolTable stb = new SymbolTable(stable);
589 public static ASTree parseExpr(String src, SymbolTable st)
  /external/srec/srec/Semproc/include/
SR_SymbolTable.h 85 SymbolTable;
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* self, const const LCHAR* key, const LCHAR* value)
    [all...]
SR_SemanticProcessorImpl.h 51 SymbolTable* symtable;
SR_ExpressionParser.h 191 SymbolTable* symtable, ExpressionEvaluator* evaluator,
  /external/icu4c/common/unicode/
symtable.h 54 class U_COMMON_API SymbolTable /* not : public UObject because this is an interface/mixin class */ {
67 virtual ~SymbolTable();
  /external/icu4c/common/
ruleiter.h 20 class SymbolTable;
51 const SymbolTable* sym;
72 * its value. Variables are parsed using the SymbolTable API.
102 RuleCharacterIterator(const UnicodeString& text, const SymbolTable* sym,
ruleiter.cpp 22 RuleCharacterIterator::RuleCharacterIterator(const UnicodeString& theText, const SymbolTable* theSym,
45 if (c == SymbolTable::SYMBOL_REF && buf == 0 &&
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
symbol-table.h 144 // \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 {
162 SymbolTable(const string& name) : impl_(new SymbolTableImpl(name)) {}
165 SymbolTable(const SymbolTable& table) : impl_(table.impl_) {
171 ~SymbolTable() {
176 SymbolTable* Copy() const {
177 return new SymbolTable(*this)
    [all...]
fst.h 39 const SymbolTable* isymbols; // Pointer to input symbols (if non-zero)
40 const SymbolTable* osymbols; // Pointer to output symbols (if non-zero)
44 const SymbolTable* isym = 0,
45 const SymbolTable* osym = 0)
196 virtual const SymbolTable* InputSymbols() const = 0;
199 virtual const SymbolTable* OutputSymbols() const = 0;
407 isymbols_(impl.isymbols_ ? new SymbolTable(impl.isymbols_) : 0),
408 osymbols_(impl.osymbols_ ? new SymbolTable(impl.osymbols_) : 0),
431 const SymbolTable* InputSymbols() const { return isymbols_; }
433 const SymbolTable* OutputSymbols() const { return osymbols_;
    [all...]
mutable-fst.h 54 virtual const SymbolTable* InputSymbols() const = 0;
56 virtual const SymbolTable* OutputSymbols() const = 0;
59 virtual SymbolTable* InputSymbols() = 0;
61 virtual SymbolTable* OutputSymbols() = 0;
64 virtual void SetInputSymbols(const SymbolTable* isyms) = 0;
66 virtual void SetOutputSymbols(const SymbolTable* osyms) = 0;
relabel.h 100 const SymbolTable* new_isymbols,
101 const SymbolTable* new_osymbols) {
105 const SymbolTable* old_isymbols = fst->InputSymbols();
106 const SymbolTable* old_osymbols = fst->OutputSymbols();
192 const SymbolTable* new_isymbols,
193 const SymbolTable* new_osymbols,
204 const SymbolTable* old_isymbols = fst.InputSymbols();
205 const SymbolTable* old_osymbols = fst.OutputSymbols();
341 const SymbolTable* new_isymbols,
342 const SymbolTable* new_osymbols)
    [all...]
verify.h 35 const SymbolTable *isyms = fst.InputSymbols();
36 const SymbolTable *osyms = fst.OutputSymbols();
fst-decl.h 24 class SymbolTable;
  /external/webkit/Source/JavaScriptCore/runtime/
JSVariableObject.cpp 39 if (symbolTable().contains(propertyName.impl()))
47 SymbolTable::const_iterator end = symbolTable().end();
48 for (SymbolTable::const_iterator it = symbolTable().begin(); it != end; ++it) {
63 SymbolTableEntry entry = symbolTable().inlineGet(propertyName.impl());
SymbolTable.h 122 typedef HashMap<RefPtr<StringImpl>, SymbolTableEntry, IdentifierRepHash, HashTraits<RefPtr<StringImpl> >, SymbolTableIndexHashTraits> SymbolTable;
124 class SharedSymbolTable : public SymbolTable, public RefCounted<SharedSymbolTable> {
JSVariableObject.h 34 #include "SymbolTable.h"
47 SymbolTable& symbolTable() const { return *m_symbolTable; }
69 JSVariableObject(JSGlobalData& globalData, Structure* structure, SymbolTable* symbolTable, Register* registers)
71 , m_symbolTable(symbolTable)
87 SymbolTable* m_symbolTable; // Maps name -> offset from "r" in register file.
94 SymbolTableEntry entry = symbolTable().inlineGet(propertyName.impl());
104 SymbolTableEntry entry = symbolTable().inlineGet(propertyName.impl());
117 SymbolTableEntry entry = symbolTable().inlineGet(propertyName.impl())
    [all...]
JSStaticScopeObject.h 39 symbolTable().add(ident.impl(), SymbolTableEntry(-1, attributes));
56 SymbolTable m_symbolTable;
  /external/srec/tools/grxmlcompile/
fst-io.h 49 const SymbolTable *isyms,
50 const SymbolTable *osyms,
51 const SymbolTable *ssyms,
78 void PrintId(int64 id, const SymbolTable *syms,
138 const SymbolTable *isyms_; // ilabel symbol table
139 const SymbolTable *osyms_; // olabel symbol table
140 const SymbolTable *ssyms_; // slabel symbol table
167 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0;
170 isyms = SymbolTable::ReadText(FLAGS_isymbols);
175 osyms = SymbolTable::ReadText(FLAGS_osymbols)
    [all...]
  /external/srec/srec/Semproc/src/
SymbolTable.c 2 * SymbolTable.c *
27 ESR_ReturnCode ST_Init(SymbolTable **ptr)
36 *ptr = NEW(SymbolTable, MTAG);
53 ESR_ReturnCode ST_Free(SymbolTable *self)
79 ESR_ReturnCode ST_putKeyValue(SymbolTable* self, const LCHAR* key, const LCHAR* value)
121 ESR_ReturnCode ST_Copy(SymbolTable* self, HashMap* dst)
149 ESR_ReturnCode ST_getKeyValue(SymbolTable* self, const LCHAR* key, LCHAR** value)
196 ESR_ReturnCode ST_getSymbolSlot(SymbolTable* ptr, Symbol** slot)
213 ESR_ReturnCode ST_reset(SymbolTable *ptr)
235 ESR_ReturnCode ST_reset_all(SymbolTable *ptr
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 40 SymbolTable[Name] = Mem;
48 StringMap<uint8_t*>::iterator i = SymbolTable.begin();
49 StringMap<uint8_t*>::iterator e = SymbolTable.end();
RuntimeDyldImpl.h 53 StringMap<uint8_t*> SymbolTable;
78 return SymbolTable.lookup(Name);

Completed in 2549 milliseconds

1 2 3 4