/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
|
/external/oprofile/libpp/ |
profile_container.cpp | 20 #include "symbol.h" 71 // the range of sample_entry inside each symbol entry are valid 125 symbol_entry const * symbol = symbols->insert(symb_entry); local 128 add_samples(abfd, i, p_it, symbol, pclass, start); 136 symbol_entry const * symbol, size_t pclass, 159 samples->insert(symbol, sample); 201 // contain sample does not work: a symbol can contain samples and this 202 // symbol is in a source file that contain zero sample because only 276 profile_container::find_sample(symbol_entry const * symbol, bfd_vma vma) const 278 return samples->find_by_vma(symbol, vma) [all...] |
profile_container.h | 45 * to record them at symbol level. 69 /// Find a symbol from its image_name, vma, return zero if no symbol 75 /// symbol_collection if no symbol at this location 79 /// Find a sample by its symbol, vma, return zero if there is no sample 81 sample_entry const * find_sample(symbol_entry const * symbol, 84 /// Find a symbol. Return NULL if not found. 85 symbol_entry const * find(symbol_entry const & symbol) const; 128 /// return an iterator to the first symbol 130 /// return an iterator to the last symbol [all...] |
symbol_container.h | 18 #include "symbol.h" 39 * Insert a new symbol. If the symbol already exists in the container, 41 * Returns the newly created symbol or the existing one. This pointer 55 /// find the symbol with the given image_name vma if any 59 /// Search a symbol. Return NULL if not found. 60 symbol_entry const * find(symbol_entry const & symbol) const; 69 /// build the symbol by file-location cache 79 * Differently-named symbol at same file location are allowed e.g.
|
/cts/tools/dasm/src/java_cup/ |
lr_item_core.java | 35 symbol after_dot = null; 53 /* cache the symbol after the dot */ 103 /** Cache of symbol after the dot. */ 104 protected symbol _symbol_after_dot = null; 116 /** Return the symbol after the dot. If there is no symbol after the dot 118 public symbol symbol_after_dot() 120 /* use the cached symbol */ 131 symbol sym; 133 /* get the symbol after the dot * [all...] |
/external/chromium-trace/trace-viewer/third_party/gl-matrix/jsdoc-template/ |
publish.js | 75 var symbol = classes[i]; 77 symbol.events = symbol.getEvents(); // 1 order matters 78 symbol.methods = symbol.getMethods(); // 2 80 Link.currentSymbol= symbol; 82 output = classTemplate.process(symbol); 84 IO.saveFile(publish.conf.outDir+"symbols/", ((JSDOC.opt.u)? Link.filemap[symbol.alias] : symbol.alias) + publish.conf.ext, output); 111 allFiles.push(new JSDOC.Symbol(files[i], [], "FILE", new JSDOC.DocComment("/** */"))) [all...] |
/external/chromium_org/build/android/ |
asan_symbolize.py | 16 # Uses symbol.py from third_party/android_platform, not python's. 20 import symbol namespace 52 return symbol.TranslateLibPath(library) 66 original_symbols_dir = symbol.SYMBOLS_DIR 70 info_dict = symbol.SymbolInformationForSet(libname,
|
symbolize.py | 19 # Uses symbol.py from third_party/android_platform, not python's. 23 import symbol namespace 47 # 1) Have Python load the libraries and do symbol lookups instead of 52 # the symbol lookups. 58 sym = symbol.SymbolInformation(lib, addr, False)[0][0]
|
/external/openfst/src/include/fst/script/ |
print-impl.h | 80 string symbol = syms->Find(id); local 81 if (symbol == "") { 83 << " is not mapped to any textual symbol" 84 << ", symbol table = " << syms->Name() 86 symbol = "?"; 88 *ostrm_ << symbol; local 137 const SymbolTable *isyms_; // ilabel symbol table 138 const SymbolTable *osyms_; // olabel symbol table 139 const SymbolTable *ssyms_; // slabel symbol table
|
/frameworks/compile/mclinker/include/mcld/LD/ |
BranchIsland.h | 119 const LDSymbol* symbol() const { return m_pSymbol; } function in class:mcld::BranchIsland::Key 127 llvm::StringRef sym_name(KEY.symbol()->name()); 140 (KEY1.symbol() == KEY2.symbol()) &&
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/ |
neg_format.pass.cpp | 59 assert(p.field[0] == std::money_base::symbol); 67 assert(p.field[0] == std::money_base::symbol); 75 assert(p.field[0] == std::money_base::symbol); 83 assert(p.field[0] == std::money_base::symbol);
|
pos_format.pass.cpp | 59 assert(p.field[0] == std::money_base::symbol); 67 assert(p.field[0] == std::money_base::symbol); 75 assert(p.field[0] == std::money_base::symbol); 83 assert(p.field[0] == std::money_base::symbol);
|
/external/elfutils/src/ |
ld.h | 39 /* Character used to introduce version name after symbol. */ 187 struct symbol *symbols; 199 /* The symbol table section. 201 XXX Maybe support for more than one symbol table is needed. */ 205 /* Dynamic symbol table section. */ 222 /* String table section associated with the symbol table. */ 224 /* String table section associated with the dynamic symbol table. */ 226 /* Number of entries in the symbol table. */ 236 /* For undefined or common symbols we need a reference to the symbol 238 struct symbol **symref 428 struct symbol struct 1008 struct symbol *symbol; member in struct:ld_state::scngroup [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...] |
/development/scripts/ |
symbol.py | 19 The information can include symbol names, offsets, and source locations. 104 """Look up symbol information about an address. 127 """Look up symbol information for a set of addresses from the given library. 175 """Look up line and symbol information for a set of addresses. 182 A dictionary of the form {addr: [(symbol, file:line)]} where 184 or an empty list if no symbol information was found. 211 symbol = child.stdout.readline().strip() 212 if symbol == "??": 213 symbol = None 217 if symbol is None and location is None [all...] |
/external/bison/src/ |
InadequacyList.c | 29 InadequacyList__new_conflict (state *manifesting_state, symbol *token, 65 symbol *
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
check-for-weak-vtables-and-externals | 96 print "ERROR: $shortName has a weak external symbol in it ($executablePath)\n"; 97 print "ERROR: A weak external symbol is generated when a symbol is defined in multiple compilation units and is also marked as being exported from the library.\n"; 99 for my $symbol (sort @weakExternalSymbols) { 100 print "ERROR: symbol $symbol\n";
|
/external/elfutils/tests/ |
run-elflint-test.sh | 32 section [ 8] '.rela.dyn': relocation 1: copy relocation against symbol of type FUNC
|
/external/llvm/test/MC/ARM/ |
relocated-mapping.s | 4 @ go via MCStreamer::EmitBytes; make sure they still emit a mapping symbol.
|
/external/llvm/test/MC/PowerPC/ |
ppc64-errors.s | 18 # CHECK-NEXT: add 3, symbol@tls, 4 19 add 3, symbol@tls, 4 22 # CHECK-NEXT: subf 3, 4, symbol@tls 23 subf 3, 4, symbol@tls
|
/external/stlport/src/ |
facets_byname.cpp | 517 case 0: // Parentheses surround the quantity and currency symbol 518 case 1: // The sign string precedes the quantity and currency symbol 521 // 1 if currency symbol precedes a positive value 522 pos_format.field[1] = (char) money_base::symbol; 524 // a space separates currency symbol from a positive value. 528 // a space not separates currency symbol from a positive value. 533 // 0 if currency symbol succeeds a positive value 536 // a space separates currency symbol from a positive value. 538 pos_format.field[3] = (char) money_base::symbol; 540 // a space not separates currency symbol from a positive value [all...] |
/ndk/sources/cxx-stl/stlport/src/ |
facets_byname.cpp | 517 case 0: // Parentheses surround the quantity and currency symbol 518 case 1: // The sign string precedes the quantity and currency symbol 521 // 1 if currency symbol precedes a positive value 522 pos_format.field[1] = (char) money_base::symbol; 524 // a space separates currency symbol from a positive value. 528 // a space not separates currency symbol from a positive value. 533 // 0 if currency symbol succeeds a positive value 536 // a space separates currency symbol from a positive value. 538 pos_format.field[3] = (char) money_base::symbol; 540 // a space not separates currency symbol from a positive value [all...] |
/hardware/qcom/media/mm-video-legacy/vidc/common/src/ |
extra_data_handler.cpp | 84 OMX_U32 symbol, bit; local 90 symbol = ((1 << lead_zeros) - 1) + d_u(lead_zeros); 92 DEBUG_PRINT_LOW("\nIn %s() symbol : %d", __func__,symbol); 93 return symbol; 275 DEBUG_PRINT_LOW("\nIn %s() symbol : %u", __func__,buf_hdr->nFlags); 321 OMX_U32 extra_data_handler::e_u(OMX_U32 symbol, OMX_U32 num_bits) 325 DEBUG_PRINT_LOW("\n%s bin : %x/%d", __func__, symbol, num_bits); 329 rbsp_buf[byte_ptr] |= (symbol >> shift); 330 symbol = (symbol << (32 - shift)) >> (32 - shift) [all...] |
/hardware/qcom/media/mm-video-v4l2/vidc/common/src/ |
extra_data_handler.cpp | 87 OMX_U32 symbol, bit; local 94 symbol = ((1 << lead_zeros) - 1) + d_u(lead_zeros); 96 DEBUG_PRINT_LOW("\nIn %s() symbol : %d", __func__,symbol); 97 return symbol; 384 OMX_U32 extra_data_handler::e_u(OMX_U32 symbol, OMX_U32 num_bits) 388 DEBUG_PRINT_LOW("\n%s bin : %x/%d", __func__, symbol, num_bits); 392 rbsp_buf[byte_ptr] |= (symbol >> shift); 393 symbol = (symbol << (32 - shift)) >> (32 - shift) [all...] |
/external/chromium/base/debug/ |
stack_trace_win.cc | 24 // thread at a time. SymbolContext code may access a symbol server over the 77 // Initialize symbol information retrieval structures. 79 PSYMBOL_INFO symbol = reinterpret_cast<PSYMBOL_INFO>(&buffer[0]); local 80 symbol->SizeOfStruct = sizeof(SYMBOL_INFO); 81 symbol->MaxNameLen = kMaxNameLength - 1; 83 &sym_displacement, symbol); 95 (*os) << symbol->Name << " [0x" << trace[i] << "+" 98 // If there is no symbol informtion, add a spacer. 99 (*os) << "(No symbol) [0x" << trace[i] << "]"; 113 // Defer symbol load until they're needed, use undecorated names, an [all...] |