/cts/tools/dasm/src/java_cup/ |
symbol_set.java | 10 * @see java_cup.symbol 62 /** Determine if the set contains a particular symbol. 63 * @param sym the symbol we are looking for. 65 public boolean contains(symbol sym) {return _all.containsKey(sym.name());}; 78 if (!other.contains((symbol)e.nextElement())) 98 /** Add a single symbol to the set. 99 * @param sym the symbol we are adding. 102 public boolean add(symbol sym) throws internal_error 117 /** Remove a single symbol if it is in the set. 118 * @param sym the symbol we are removing [all...] |
/external/chromium_org/tools/memory_watcher/ |
call_stack.cc | 112 // Initialize the symbol engine. 165 // We need to delay load the symbol cache until after 305 // Try to locate a symbol for this frame. 310 IMAGEHLP_SYMBOL64* symbol = reinterpret_cast<IMAGEHLP_SYMBOL64*>(buffer); local 312 symbol->SizeOfStruct = sizeof(IMAGEHLP_SYMBOL64); 313 symbol->MaxNameLength = kStackWalkMaxNameLen; 317 symbol); // Symbol 319 // Try to locate more source information for the symbol. 330 if (strstr(symbol->Name, "CallStack::") | [all...] |
/bionic/tests/ |
dlfcn_test.cpp | 98 ASSERT_SUBSTR("undefined symbol: test", dlerror()); // glibc isn't specific about the failure. 101 // NULL symbol name. 109 // Symbol that doesn't exist. 112 ASSERT_SUBSTR("undefined symbol: ThisSymbolDoesNotExist", dlerror()); 126 // Deliberately ask dladdr for an address inside a symbol, rather than the symbol base address. 146 // The symbol name should be the symbol we looked up. 149 // The address should be the exact address of the symbol. 182 // No symbol corresponding to NULL [all...] |
/external/chromium_org/base/debug/ |
stack_trace_win.cc | 41 // thread at a time. SymbolContext code may access a symbol server over the 94 // Initialize symbol information retrieval structures. 96 PSYMBOL_INFO symbol = reinterpret_cast<PSYMBOL_INFO>(&buffer[0]); local 97 symbol->SizeOfStruct = sizeof(SYMBOL_INFO); 98 symbol->MaxNameLen = kMaxNameLength - 1; 100 &sym_displacement, symbol); 112 (*os) << symbol->Name << " [0x" << trace[i] << "+" 115 // If there is no symbol information, add a spacer. 116 (*os) << "(No symbol) [0x" << trace[i] << "]"; 130 // Defer symbol load until they're needed, use undecorated names, an [all...] |
/external/icu4c/test/depstest/ |
dependencies.py | 23 with standard-library system symbol names. 114 def _AddSystemSymbol(item, symbol): 117 exports.add(symbol) 127 # One double-quote-enclosed symbol on the line, allows spaces in a symbol name. 128 symbol = line[1:-1] 129 if line.startswith('"') and line.endswith('"') and '"' not in symbol: 130 _AddSystemSymbol(item, symbol) 132 sys.exit("Error:%d: invalid quoted symbol name %s" % (_line_number, line)) 135 for symbol in line.split(): _AddSystemSymbol(item, symbol [all...] |
/external/linux-tools-perf/ |
builtin-annotate.c | 5 * look up and read DSOs and symbol information and display 23 #include "util/symbol.h" 59 /* We're only interested in a symbol named sym_hist_filter */ 103 pr_warning("problem incrementing symbol count, " 159 * symbol, free he->ms.sym->src to signal we already 160 * processed this symbol. 246 OPT_STRING('s', "symbol", &sym_hist_filter, "symbol", 247 "symbol to annotate"), 250 "be more verbose (show symbol address, etc)") [all...] |
/external/llvm/include/llvm-c/ |
Disassembler.h | 36 * this is from the relocation information, symbol table, etc. That block of 70 * symbol names are present in the relocation information. The VariantKind 75 uint64_t Present; /* 1 if this symbol is present */ 76 const char *Name; /* symbol name if not NULL */ 77 uint64_t Value; /* symbol value if name is NULL */ 99 * The type for the symbol lookup function. This may be called by the 101 * offset load instruction to use a symbol name instead of a load address value. 103 * created and the ReferenceValue to look up as a symbol. If no symbol is found 126 /* The output reference is to as symbol stub. * [all...] |
/packages/inputmethods/LatinIME/java/res/xml/ |
rowkeys_khmer1.xml | 43 <!-- U+17DB: "?" KHMER CURRENCY SYMBOL RIEL 99 U+17F1: "?" KHMER SYMBOL LEK ATTAK MUOY --> 107 U+17F2: "?" KHMER SYMBOL LEK ATTAK PII --> 115 U+17F3: "?" KHMER SYMBOL LEK ATTAK BEI --> 123 U+17F4: "?" KHMER SYMBOL LEK ATTAK BUON --> 131 U+17F5: "?" KHMER SYMBOL LEK ATTAK PRAM --> 139 U+17F6: "?" KHMER SYMBOL LEK ATTAK PRAM-MUOY --> 147 U+17F7: "?" KHMER SYMBOL LEK ATTAK PRAM-PII --> 155 U+17F8: "?" KHMER SYMBOL LEK ATTAK PRAM-BEI --> 163 U+17F9: "?" KHMER SYMBOL LEK ATTAK PRAM-BUON -- [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
plugin-api.h | 83 /* A symbol belonging to an input file managed by the plugin library. */ 104 /* Whether the symbol is a definition, reference, or common, weak or not. */ 115 /* The visibility of the symbol. */ 125 /* How a symbol is resolved. */ 131 /* Symbol is still undefined at this point. */ 134 /* This is the prevailing definition of the symbol, with references from 138 /* This is the prevailing definition of the symbol, with no 150 /* This symbol was resolved by a definition in another IR file. */ 153 /* This symbol was resolved by a definition in a regular object 157 /* This symbol was resolved by a definition in a shared object. * [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
plugin-api.h | 83 /* A symbol belonging to an input file managed by the plugin library. */ 104 /* Whether the symbol is a definition, reference, or common, weak or not. */ 115 /* The visibility of the symbol. */ 125 /* How a symbol is resolved. */ 131 /* Symbol is still undefined at this point. */ 134 /* This is the prevailing definition of the symbol, with references from 138 /* This is the prevailing definition of the symbol, with no 150 /* This symbol was resolved by a definition in another IR file. */ 153 /* This symbol was resolved by a definition in a regular object 157 /* This symbol was resolved by a definition in a shared object. * [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
plugin-api.h | 83 /* A symbol belonging to an input file managed by the plugin library. */ 104 /* Whether the symbol is a definition, reference, or common, weak or not. */ 115 /* The visibility of the symbol. */ 125 /* How a symbol is resolved. */ 131 /* Symbol is still undefined at this point. */ 134 /* This is the prevailing definition of the symbol, with references from 138 /* This is the prevailing definition of the symbol, with no 150 /* This symbol was resolved by a definition in another IR file. */ 153 /* This symbol was resolved by a definition in a regular object 157 /* This symbol was resolved by a definition in a shared object. * [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
plugin-api.h | 83 /* A symbol belonging to an input file managed by the plugin library. */ 104 /* Whether the symbol is a definition, reference, or common, weak or not. */ 115 /* The visibility of the symbol. */ 125 /* How a symbol is resolved. */ 131 /* Symbol is still undefined at this point. */ 134 /* This is the prevailing definition of the symbol, with references from 138 /* This is the prevailing definition of the symbol, with no 150 /* This symbol was resolved by a definition in another IR file. */ 153 /* This symbol was resolved by a definition in a regular object 157 /* This symbol was resolved by a definition in a shared object. * [all...] |
/frameworks/compile/mclinker/lib/Core/ |
IRBuilder.cpp | 97 // forced local symbol matches all rules: 99 // 2. The symbol is with Hidden or Internal visibility. 100 // 3. The symbol should be global or weak. Otherwise, local symbol is local. 101 // 4. The symbol is defined or common 443 /// AddSymbol - To add a symbol in the input file and resolve the symbol 460 // --wrap and --portable defines the symbol rename map. 512 // if the symbol is a local symbol, create a LDSymbol for input, but do no [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/man/man1/ |
arm-eabi-objdump.1 | 208 the symbol table, which can happen when putting sections at particular 237 Decode (\fIdemangle\fR) low-level symbol names into user-level names. 311 When disassembling sections, whenever a symbol is displayed, also 501 disassemble \s-1VAX\s0 binary files that don't contain symbol tables (like 593 \&\f(CW\*(C`.stab\*(C'\fR debugging symbol-table entries are carried in an \s-1ELF\s0 594 section. In most other file formats, debugging symbol-table entries are 611 Print the symbol table entries of the file. 623 in the symbol table, the \fIsec\fR number is the section number, the 624 \&\fIfl\fR value are the symbol's flag bits, the \fIty\fR number is the 625 symbol's type, the \fIscl\fR number is the symbol's storage class an [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man1/ |
arm-linux-androideabi-objdump.1 | 208 the symbol table, which can happen when putting sections at particular 237 Decode (\fIdemangle\fR) low-level symbol names into user-level names. 311 When disassembling sections, whenever a symbol is displayed, also 501 disassemble \s-1VAX\s0 binary files that don't contain symbol tables (like 593 \&\f(CW\*(C`.stab\*(C'\fR debugging symbol-table entries are carried in an \s-1ELF\s0 594 section. In most other file formats, debugging symbol-table entries are 611 Print the symbol table entries of the file. 623 in the symbol table, the \fIsec\fR number is the section number, the 624 \&\fIfl\fR value are the symbol's flag bits, the \fIty\fR number is the 625 symbol's type, the \fIscl\fR number is the symbol's storage class an [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man1/ |
arm-eabi-objdump.1 | 208 the symbol table, which can happen when putting sections at particular 237 Decode (\fIdemangle\fR) low-level symbol names into user-level names. 311 When disassembling sections, whenever a symbol is displayed, also 501 disassemble \s-1VAX\s0 binary files that don't contain symbol tables (like 593 \&\f(CW\*(C`.stab\*(C'\fR debugging symbol-table entries are carried in an \s-1ELF\s0 594 section. In most other file formats, debugging symbol-table entries are 611 Print the symbol table entries of the file. 623 in the symbol table, the \fIsec\fR number is the section number, the 624 \&\fIfl\fR value are the symbol's flag bits, the \fIty\fR number is the 625 symbol's type, the \fIscl\fR number is the symbol's storage class an [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man1/ |
arm-linux-androideabi-objdump.1 | 208 the symbol table, which can happen when putting sections at particular 237 Decode (\fIdemangle\fR) low-level symbol names into user-level names. 311 When disassembling sections, whenever a symbol is displayed, also 501 disassemble \s-1VAX\s0 binary files that don't contain symbol tables (like 593 \&\f(CW\*(C`.stab\*(C'\fR debugging symbol-table entries are carried in an \s-1ELF\s0 594 section. In most other file formats, debugging symbol-table entries are 611 Print the symbol table entries of the file. 623 in the symbol table, the \fIsec\fR number is the section number, the 624 \&\fIfl\fR value are the symbol's flag bits, the \fIty\fR number is the 625 symbol's type, the \fIscl\fR number is the symbol's storage class an [all...] |
/external/icu4c/test/intltest/ |
tsdtfmsy.cpp | 42 DateFormatSymbols *symbol; local 44 symbol=new DateFormatSymbols(Locale::getDefault(), status); 46 month=symbol->getMonths(cnt); 55 delete symbol; 61 DateFormatSymbols *symbol; local 63 symbol=new DateFormatSymbols(Locale::getDefault(), status); 71 const UnicodeString * month = symbol->getMonths(cnt,context[i],width[j]); 80 delete symbol; 86 DateFormatSymbols *symbol; local 88 symbol=new DateFormatSymbols(Locale::getDefault(), status) 114 DateFormatSymbols *symbol; local 145 DateFormatSymbols *symbol=new DateFormatSymbols(Locale::getEnglish(), status); local [all...] |
/bionic/libc/include/sys/ |
exec_elf.h | 402 #define SHT_SYMTAB 2 /* Symbol table */ 405 #define SHT_HASH 5 /* Symbol hash table */ 411 #define SHT_DYNSYM 11 /* Symbol table for dynamic linker */ 420 #define SHT_GNU_HASH 0x6ffffff6 /* GNU style symbol hash table */ 427 #define SHT_SUNW_versym 0x6fffffff /* Symbol versions */ 453 * Symbol Table 456 Elf32_Word st_name; /* Symbol name (.strtab index) */ 457 Elf32_Word st_value; /* value of symbol */ 458 Elf32_Word st_size; /* size of symbol */ 461 Elf32_Half st_shndx; /* section index of symbol */ [all...] |
/external/bison/src/ |
derives.h | 26 /* DERIVES[SYMBOL - NTOKENS] points to a vector of the rules that 27 SYMBOL derives, terminated with NULL. */
|
named-ref.h | 1 /* Named symbol references for Bison 27 a symbolic name of a symbol in a rule. */
|
/external/chromium-trace/trace-viewer/third_party/gl-matrix/jsdoc-template/ |
symbol.tmpl | 0 <symbol alias="{+data.alias+}"> 35 </symbol>
|
/external/chromium_org/chrome/tools/build/win/ |
syzygy_instrument.py | 41 def _CompileFilter(syzygy_dir, executable, symbol, filter_file, 49 '--input-pdb=%s' % symbol, 60 def _InstrumentBinary(syzygy_dir, mode, executable, symbol, dst_dir, 63 instrumented executable and symbol files to dst_dir. 70 '--input-pdb=%s' % symbol, 74 os.path.join(dst_dir, os.path.basename(symbol)))] 115 help='The path to the input symbol file.') 135 option_parser.error('You must provide an input symbol file.')
|
/external/chromium_org/third_party/angle/src/compiler/ |
ValidateLimitations.h | 14 int id; // symbol id. 37 bool isLoopIndex(const TIntermSymbol* symbol) const;
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
latebindingsymboltable.cc | 59 void **symbol) { 61 *symbol = dlsym(handle, symbol_name); 64 LOG(LS_ERROR) << "Error loading symbol " << symbol_name << ": " << err; 66 } else if (!*symbol) { 69 LOG(LS_ERROR) << "Symbol " << symbol_name << " is NULL"; 113 // RTLD_NOW front-loads symbol resolution so that errors are 116 // seeing symbol definitions in the newly-loaded tree. This 121 // RTLD_DEEPBIND makes symbol dependencies in the
|