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

1 2 3 45 6

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
Dvorak.java 34 super(customizer, Symbols.class, SymbolsShifted.class);
PcQwerty.java 32 super(customizer, Symbols.class, SymbolsShifted.class);
  /external/llvm/include/llvm/MC/
MCContext.h 73 /// Symbols - Bindings of names to symbols.
74 SymbolTable Symbols;
85 /// and artificial symbols.
135 /// Symbols created for the start and end of each section, used for
230 /// @param Name - The symbol name, which must be unique across all symbols.
239 /// want to, for example, iterate over all symbols. 'const' because we
243 return Symbols;
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 122 typedef std::vector<std::unique_ptr<COFFSymbol>> symbols; typedef in class:__anon30505::WinCOFFObjectWriter
133 symbols Symbols;
312 return createCOFFEntity<COFFSymbol>(Name, Symbols);
320 = createCOFFEntity<COFFSymbol>(Symbol->getName(), Symbols);
425 report_fatal_error("Weak externals may only alias symbols");
552 // need symbols so they can be linked to code in the .text section right?
556 // For now, all non-variable symbols are exported,
662 // round up to calculate the number of auxiliary symbols required
691 for (MCSymbolData &SD : Asm.symbols())
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
cparse.py 13 from parse_core import Symbols, Parser
102 def parse(self,lexer,symbols):
103 symbols = Symbols(symbols)
112 node.parse(lexer,symbols)
133 def parse(self,lexer,symbols):
162 def parse(self,lexer,symbols):
163 symbols = Symbols(symbols
    [all...]
  /external/llvm/lib/Object/
ELFYAML.cpp 304 // No SHT_SYMTAB. Use the top-level `Symbols` key instead.
666 IO &IO, ELFYAML::LocalGlobalWeakSymbols &Symbols) {
667 IO.mapOptional("Local", Symbols.Local);
668 IO.mapOptional("Global", Symbols.Global);
669 IO.mapOptional("Weak", Symbols.Weak);
736 IO.mapOptional("Symbols", Object.Symbols);
  /external/chromium_org/tools/memory_inspector/memory_inspector/data/
file_storage_unittest.py 100 archive = self._storage.OpenArchive('symbols', create=True)
101 symbols = symbol.Symbols()
103 symbols.Add('foo.so', 1, symbol.Symbol('sym1', 'file1.c', 11))
104 symbols.Add('bar.so', 2, symbol.Symbol('sym2', 'file2.c', 12))
107 symbols.Add('baz.so', 3, sym3)
108 archive.StoreSymbols(symbols)
110 self._DeepCompare(symbols, symbols_deser)
111 self._storage.DeleteArchive('symbols')
file_storage.py 39 This is for backend and device settings (e.g., symbols path, adb path)."""
93 def StoreSymbols(self, symbols):
95 assert(isinstance(symbols, symbol.Symbols))
98 json.dump(symbols, f, cls=serialization.Encoder)
  /external/lldb/source/Plugins/SymbolVendor/MacOSX/
SymbolVendorMacOSX.cpp 25 #include "lldb/Host/Symbols.h"
167 dsym_fspec = Symbols::LocateExecutableSymbolFile (module_spec);
  /external/llvm/test/MC/ARM/
eh-directive-section-comdat.s 119 @ CHECK: Symbols [
eh-directive-section-multiple-func.s 107 @ Check the symbols "func1" and "func2". They should belong to .TEST1 section.
109 @ CHECK: Symbols [
eh-directive-section.s 152 @ Check the symbols and the sections they belong to
154 @ CHECK: Symbols [
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
patcomp.py 51 self.syms = pygram.Symbols(self.grammar)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
patcomp.py 51 self.syms = pygram.Symbols(self.grammar)
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/mathmaps/
math_map.js 76 * Subpath to dir containing ChromeVox JSON definitions for symbols.
81 cvox.MathMap.SYMBOLS_PATH_ = cvox.MathMap.MATHMAP_PATH_ + 'symbols/';
102 'greek-mathfonts.json', 'greek-symbols.json',
114 // Math Symbols
  /external/lldb/source/Commands/
CommandCompletions.cpp 43 {eSymbolCompletion, CommandCompletions::Symbols},
374 CommandCompletions::Symbols
670 // Now add the functions & symbols to the list - only add if unique:
  /external/chromium_org/v8/test/mjsunit/harmony/
private.js 30 var symbols = []
34 // serialization of Symbols added to the 'symbols'
35 // array. Adjust if you extend 'symbols' with other
46 symbols.push(%CreatePrivateSymbol("66"))
47 symbols.push(Object(%CreatePrivateSymbol("66")).valueOf())
49 gc() // Promote existing symbols and then allocate some more.
56 for (var i in symbols) {
57 assertEquals("symbol", typeof symbols[i])
58 assertTrue(typeof symbols[i] === "symbol"
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 187 // A global symbol table for symbols from all loaded modules. Maps the
195 // Keep a map of common symbols to their info pairs
209 // Relocations to external symbols that are not yet resolved. Symbols are
285 /// \brief Given the common symbols discovered in the object file, emit a
332 const SymbolTableMap &Symbols, StubMap &Stubs) = 0;
334 /// \brief Resolve relocations to external symbols.
337 /// \brief Update GOT entries for external symbols.
RuntimeDyldMachO.cpp 40 // recover. The reason for this is that symbols do not actually store
74 // addresses for sections and common symbols
257 // relocation to be applied. For relocations which refer to symbols in the
260 // symbol location). For external symbols, Value will be the address of the
655 ObjSectionToIDMap &ObjSectionToID, const SymbolTableMap &Symbols,
703 SymbolTableMap::const_iterator lsi = Symbols.find(TargetName.data());
704 if (lsi != Symbols.end()) {
RuntimeDyldELF.cpp 88 // addresses for sections and common symbols
    [all...]
  /external/chromium_org/v8/test/mjsunit/es6/
symbols.js 30 var symbols = []
34 // serialization of Symbols added to the 'symbols'
35 // array. Adjust if you extend 'symbols' with other
48 symbols.push(Symbol())
49 symbols.push(Symbol(undefined))
50 symbols.push(Symbol("66"))
51 symbols.push(Symbol(66))
52 symbols.push(Symbol().valueOf())
53 symbols.push(indirect()
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
symrec.pxi 225 # Methods to make SymbolTable behave like a dictionary of Symbols.
  /external/noto-fonts/
Android.mk 166 # Use a larger subset of Noto Sans Symbols on EXTENDED_FONT_FOOTPRINT
  /external/chromium_org/tools/memory_inspector/memory_inspector/backends/
android_backend.py 31 from pylib.symbols import elf_symbolizer
78 """Performs symbolization. Returns a |symbol.Symbols| from |NativeHeap|s.
84 symbolize-and-store-symbols and load-symbols-and-decorate-heaps (in two
92 symbols = symbol.Symbols()
118 symbols.Add(stack_frame.exec_file_rel_path, stack_frame.offset, sym)
164 return symbols

Completed in 1577 milliseconds

1 2 3 45 6