HomeSort by relevance Sort by last modified time
    Searched refs:Symbols (Results 51 - 75 of 148) sorted by null

1 23 4 5 6

  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
backtracking.rb 17 scope Symbols {
36 scope Symbols; // entire file is a scope
38 $Symbols::types = Set.new
64 scope Symbols; // put parameters and locals into same scope for now
66 $Symbols::types = set()
136 $Symbols::types.add($IDENTIFIER.text)
  /external/llvm/lib/Object/
RecordStreamer.h 1 //===-- RecordStreamer.h - Record asm defined and used symbols ---*- C++ -*===//
21 StringMap<State> Symbols;
  /external/llvm/tools/llvm-readobj/
llvm-readobj.h 35 extern llvm::cl::opt<bool> Symbols;
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 58 // sections and symbols can be referenced by name instead of by index.
121 const std::vector<ELFYAML::Symbol> &Symbols);
130 void addSymbols(const std::vector<ELFYAML::Symbol> &Symbols,
246 SHeader.sh_info = Doc.Symbols.Local.size() + 1;
258 for (const auto &Sym : Doc.Symbols.Local)
260 for (const auto &Sym : Doc.Symbols.Global)
262 for (const auto &Sym : Doc.Symbols.Weak)
266 addSymbols(Doc.Symbols.Local, Syms, ELF::STB_LOCAL);
267 addSymbols(Doc.Symbols.Global, Syms, ELF::STB_GLOBAL);
268 addSymbols(Doc.Symbols.Weak, Syms, ELF::STB_WEAK)
    [all...]
yaml2coff.cpp 68 for (std::vector<COFFYAML::Symbol>::iterator i = Obj.Symbols.begin(),
69 e = Obj.Symbols.end(); i != e; ++i) {
152 // Calculate number of symbols.
154 for (std::vector<COFFYAML::Symbol>::iterator i = CP.Obj.Symbols.begin(),
155 e = CP.Obj.Symbols.end();
252 for (std::vector<COFFYAML::Symbol>::iterator I = CP.Obj.Symbols.begin(),
253 E = CP.Obj.Symbols.end();
275 for (std::vector<COFFYAML::Symbol>::const_iterator i = CP.Obj.Symbols.begin(),
276 e = CP.Obj.Symbols.end();
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
Nordic.java 29 super(customizer, Symbols.class, SymbolsShifted.class);
Qwerty.java 29 super(customizer, Symbols.class, SymbolsShifted.class);
Qwertz.java 26 super(customizer, Symbols.class, SymbolsShifted.class);
Spanish.java 26 super(customizer, Symbols.class, SymbolsShifted.class);
Swiss.java 26 super(customizer, Symbols.class, SymbolsShifted.class);
Lao.java 33 super(customizer, Symbols.class, SymbolsShifted.class);
67 Symbols.CURRENCY_GENERIC_MORE_KEYS);
LayoutBase.java 71 * Get the function key to switch to symbols layout.
72 * @return the {@link ExpectedKey} of the symbols key.
77 * Get the function key to switch to symbols shift layout.
79 * @return the {@link ExpectedKey} of the symbols shift key.
86 * Get the function key to switch from symbols shift to symbols layout.
87 * @return the {@link ExpectedKey} of the back to symbols key.
95 public ExpectedKey getCurrencyKey() { return Symbols.CURRENCY_DOLLAR; }
109 public ExpectedKey[] getDoubleQuoteMoreKeys() { return Symbols.DOUBLE_QUOTES_9LR; }
115 public ExpectedKey[] getSingleQuoteMoreKeys() { return Symbols.SINGLE_QUOTES_9LR;
    [all...]
Malayalam.java 32 super(customizer, Symbols.class, SymbolsShifted.class);
68 Symbols.CURRENCY_GENERIC_MORE_KEYS);
Sinhala.java 33 super(customizer, Symbols.class, SymbolsShifted.class);
65 Symbols.CURRENCY_GENERIC_MORE_KEYS);
Kannada.java 32 super(customizer, Symbols.class, SymbolsShifted.class);
75 Symbols.CURRENCY_GENERIC_MORE_KEYS);
Telugu.java 32 super(customizer, Symbols.class, SymbolsShifted.class);
75 Symbols.CURRENCY_GENERIC_MORE_KEYS);
Thai.java 33 super(customizer, Symbols.class, SymbolsShifted.class);
67 Symbols.CURRENCY_GENERIC_MORE_KEYS);
Azerty.java 28 super(customizer, Symbols.class, SymbolsShifted.class);
Colemak.java 30 super(customizer, Symbols.class, SymbolsShifted.class);
EastSlavic.java 29 super(customizer, Symbols.class, SymbolsShifted.class);
SouthSlavic.java 29 super(customizer, Symbols.class, SymbolsShifted.class);
Tamil.java 32 super(customizer, Symbols.class, SymbolsShifted.class);
Hindi.java 82 Symbols.CURRENCY_GENERIC_MORE_KEYS);
330 static class HindiSymbols extends Symbols {
  /external/srec/srec/Semproc/include/
SR_SymbolTable.h 39 * Entries in the Symbol table are symbols i.e. key-value pairs.
60 * Keep track of symbols using a hashmap of pointers
65 * The symbols stored as an array
67 Symbol Symbols[MAX_SYMBOLS];
75 * Any special symbols that are set prior to semantic processing and read by the semantic processor
80 * The number of special symbols set.
105 * Copies the symbols to a new hashmap (creates values dynamically)
142 * Store a "special" key value pair. These are special symbols that are set prior to semantic
  /external/chromium_org/tools/memory_inspector/memory_inspector/data/
serialization.py 30 if isinstance(obj, symbol.Symbols):
31 return obj.symbols
52 # Strip out the symbol information from stack frames. Symbols are stored
85 symbols = symbol.Symbols()
90 symbols.symbols[sym_key] = sym
91 return symbols

Completed in 264 milliseconds

1 23 4 5 6