HomeSort by relevance Sort by last modified time
    Searched refs:symbol (Results 951 - 975 of 2152) sorted by null

<<31323334353637383940>>

  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
picoloaddbg.lua 39 --- table with symbol name keys (not really used currently)
41 --- table with symbol name number keys (specified with property mapval)
43 --- array of symbol name numer keys used (to check for unique mapvals)
95 print("*** error: no symbol found")
picoloadphones.lua 37 --- table with symbol name keys (not really used currently)
39 --- table with symbol name number keys (specified with property mapval)
41 --- array of symbol name numer keys used (to check for unique mapvals)
93 print("*** error: no symbol found")
  /external/swiftshader/src/OpenGL/compiler/
glslang.l 425 TSymbol* symbol = yyextra->symbolTable.find(yytext, yyextra->getShaderVersion());
426 if (yyextra->lexAfterType == false && symbol && symbol->isVariable()) {
427 TVariable* variable = static_cast<TVariable*>(symbol);
433 yylval->lex.symbol = symbol;
  /frameworks/base/tools/aapt2/
ResourceTable.h 50 struct Symbol {
106 Symbol symbol_status;
148 Symbol symbol_status;
228 const Symbol& symbol, IDiagnostics* diag);
231 const Symbol& symbol, IDiagnostics* diag);
278 // The function type that validates a symbol name. Returns a non-empty StringPiece representing
295 const Symbol& symbol, NameValidator name_validator, IDiagnostics* diag)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/hotshot/
log.py 4 import symbol
179 funcdef = symbol.funcdef
180 lambdef = symbol.lambdef
  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/
FrameDecorator.py 150 Symbol/Value interface. If there are no frame arguments, or
166 Symbol/Value interface. If there are no frame locals, or if
181 pc. If symbol table/line information does not exist, or if
207 """A container class conforming to the Symbol/Value interface
209 def __init__(self, symbol, value):
210 self.sym = symbol
214 """ Return the value associated with this symbol, or None"""
217 def symbol(self): member in class:SymValueWrapper
218 """ Return the symbol, or Python text, associated with this
219 symbol, or None""
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/hotshot/
log.py 4 import symbol
179 funcdef = symbol.funcdef
180 lambdef = symbol.lambdef
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/
FrameDecorator.py 150 Symbol/Value interface. If there are no frame arguments, or
166 Symbol/Value interface. If there are no frame locals, or if
181 pc. If symbol table/line information does not exist, or if
207 """A container class conforming to the Symbol/Value interface
209 def __init__(self, symbol, value):
210 self.sym = symbol
214 """ Return the value associated with this symbol, or None"""
217 def symbol(self): member in class:SymValueWrapper
218 """ Return the symbol, or Python text, associated with this
219 symbol, or None""
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
doc.go 11 UsageLine: "doc [-u] [-c] [package|[package.]symbol[.method]]",
13 Short: "show documentation for package or symbol",
42 letter it is assumed to identify a symbol or method in the current directory.
50 directory is selected, so "go doc Foo" shows the documentation for symbol Foo in
58 suffix), and the second is a symbol or symbol and method; this is similar to the
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/plugin/
plugin.go 49 // Demangle translates a batch of symbol names from mangled
124 // A Sym describes a single symbol in an object file.
126 Name []string // names of symbol (many if symbol was dedup'ed)
127 File string // object file containing symbol
210 // A Symbolizer annotates a profile with symbol information.
  /prebuilts/go/darwin-x86/src/compress/flate/
flate_test.go 111 "complete HCLenTree, complete HLitTree, empty HDistTree, use missing HDist symbol",
116 "complete HCLenTree, complete HLitTree, degenerate HDistTree, use missing HDist symbol",
131 "complete HCLenTree, degenerate HLitTree, degenerate HDistTree, use missing HLit symbol",
176 "complete HCLenTree, complete HLitTree, degenerate HDistTree, use valid HDist symbol",
201 "complete HCLenTree, complete HLitTree, degenerate HDistTree, use valid HLit symbol 284 with count 31",
218 "fixed block, use reserved symbol 287",
  /prebuilts/go/darwin-x86/src/runtime/
vdso_linux_amd64.go 27 _DT_HASH = 4 /* Dynamic symbol hash table */
29 _DT_SYMTAB = 6 /* Address of symbol table */
37 _SHT_DYNSYM = 11 /* Dynamic linker symbol table */
39 _STT_FUNC = 2 /* Symbol is a code object */
41 _STB_GLOBAL = 1 /* Global symbol */
42 _STB_WEAK = 2 /* Weak symbol */
144 /* Symbol table */
281 // Check symbol version.
  /prebuilts/go/linux-x86/src/cmd/go/
doc.go 11 UsageLine: "doc [-u] [-c] [package|[package.]symbol[.method]]",
13 Short: "show documentation for package or symbol",
42 letter it is assumed to identify a symbol or method in the current directory.
50 directory is selected, so "go doc Foo" shows the documentation for symbol Foo in
58 suffix), and the second is a symbol or symbol and method; this is similar to the
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/plugin/
plugin.go 49 // Demangle translates a batch of symbol names from mangled
124 // A Sym describes a single symbol in an object file.
126 Name []string // names of symbol (many if symbol was dedup'ed)
127 File string // object file containing symbol
210 // A Symbolizer annotates a profile with symbol information.
  /prebuilts/go/linux-x86/src/compress/flate/
flate_test.go 111 "complete HCLenTree, complete HLitTree, empty HDistTree, use missing HDist symbol",
116 "complete HCLenTree, complete HLitTree, degenerate HDistTree, use missing HDist symbol",
131 "complete HCLenTree, degenerate HLitTree, degenerate HDistTree, use missing HLit symbol",
176 "complete HCLenTree, complete HLitTree, degenerate HDistTree, use valid HDist symbol",
201 "complete HCLenTree, complete HLitTree, degenerate HDistTree, use valid HLit symbol 284 with count 31",
218 "fixed block, use reserved symbol 287",
  /prebuilts/go/linux-x86/src/runtime/
vdso_linux_amd64.go 27 _DT_HASH = 4 /* Dynamic symbol hash table */
29 _DT_SYMTAB = 6 /* Address of symbol table */
37 _SHT_DYNSYM = 11 /* Dynamic linker symbol table */
39 _STT_FUNC = 2 /* Symbol is a code object */
41 _STB_GLOBAL = 1 /* Global symbol */
42 _STB_WEAK = 2 /* Weak symbol */
144 /* Symbol table */
281 // Check symbol version.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
log.py 4 import symbol
179 funcdef = symbol.funcdef
180 lambdef = symbol.lambdef
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
log.py 4 import symbol
179 funcdef = symbol.funcdef
180 lambdef = symbol.lambdef
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
boolcond.py 24 from . import symbol
53 class Boolean(symbol.PolicySymbol):
67 class ConditionalExpr(symbol.PolicySymbol):
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/
NdkDiscoveredPathInfo.java 151 for (Entry<String, String> symbol : mSymbols.entrySet()) {
153 out.print(symbol.getKey());
155 out.print(symbol.getValue());
  /system/extras/simpleperf/
read_elf_test.cpp 76 void ParseSymbol(const ElfFileSymbol& symbol, std::map<std::string, ElfFileSymbol>* symbols) {
77 (*symbols)[symbol.name] = symbol;
  /toolchain/binutils/binutils-2.25/bfd/
peicode.h 294 /* These members communicate important constants about the symbol
295 table to GDB's symbol-reading code. These `constants'
395 per symbol for their names (longest section name is .idata$x).
397 There will be two symbols for the imported value, one the symbol name
451 /* Create an empty relocation against the given symbol. */
517 /* Create a global symbol and add it to the relevant tables. */
554 /* Copy the symbol's name into the string table. */
560 /* Initialise the external symbol. */
569 /* Initialise the internal symbol structure. */
575 sym->symbol.the_bfd = vars->abfd
875 char * symbol; local
    [all...]
coff-alpha.c 49 symbol, and lineno ones. Give them ecoff names. Define some
134 /* A 32 bit reference to a symbol. */
149 /* A 64 bit reference to a symbol. */
200 use this to eliminate a portion of the .lita section. The symbol
224 instruction which loads the lower 16 bits. The symbol index of
522 value is not actually a symbol index, but is instead a
639 /* The LITUSE and GPDISP relocs do not use a symbol, or an
962 asymbol *symbol;
971 /* Figure out the relocation of this symbol. */
972 symbol = *rel->sym_ptr_ptr
957 asymbol *symbol; local
1017 asymbol *symbol; local
1050 asymbol *symbol; local
    [all...]
elf32-score.c 40 /* The SCORE ELF linker needs additional information for each symbol in
46 /* Number of R_SCORE_ABS32, R_SCORE_REL32 relocs against this symbol. */
52 /* We must not create a stub for a symbol that has relocations related to
71 /* The input bfd in which the symbol is defined. */
73 /* The index of the symbol, as stored in the relocation r_info, if
74 we have a local symbol; -1 otherwise. */
81 that should be added to the symbol value. */
84 corresponding to a global symbol in the got (or, local, if
90 corresponding to this symbol+addend. If it's a global symbol
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
mcparse.y 179 cur_node->symbol = mc_last_symbol;
230 | sefasy_def symbol
254 symbol: MCSYMBOLICNAME '=' MCIDENT label

Completed in 1218 milliseconds

<<31323334353637383940>>