/external/v8/tools/ |
tickprocessor.js | 627 this.symbols = []; 640 this.symbols = [ 646 this.symbols = ['', '']; 652 if (this.symbols.length == 0) { 655 var lineEndPos = this.symbols[0].indexOf('\n', this.parsePos); 657 this.symbols.shift(); 662 var line = this.symbols[0].substring(this.parsePos, lineEndPos); 691 this.symbols = [os.system(this.nmExec, ['-n', libName], -1, -1), '']; 694 this.symbols = ''; 701 this.symbols = '' [all...] |
/external/icu/icu4c/source/test/intltest/ |
numberformat2test.cpp | 823 DecimalFormatSymbols symbols("en", status); 827 symbols.setSymbol( 830 symbols.setSymbol( 833 DigitFormatter formatter(symbols); 851 formatter.setDecimalFormatSymbolsForMonetary(symbols); 864 DecimalFormatSymbols symbols("en", status); 868 DigitFormatter formatter(symbols); [all...] |
numrgts.cpp | 321 DecimalFormatSymbols *symbols = new DecimalFormatSymbols(status); local 324 // to the symbols, they are adopted and this test will fail, 326 // of the symbols, it is necessary to pass in a reference to the symbols 327 DecimalFormat *df = new DecimalFormat("#,##0.0", *symbols, status); 328 failure(status, "new DecimalFormat with symbols", ""); 335 symbols->setSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol, UnicodeString((UChar)0x70)); // change value of field 342 delete symbols; 1692 DecimalFormatSymbols *symbols = new DecimalFormatSymbols(locales[i], status); local [all...] |
/external/valgrind/coregrind/m_debuginfo/ |
readpdb.c | 1906 PDB_SYMBOLS symbols; local [all...] |
/toolchain/binutils/binutils-2.25/gold/ |
object.cc | 59 if (this->symbols != NULL) 60 delete this->symbols; 271 // To copy the symbols data read from the file to a local data structure. 288 if (sd->symbols != NULL) 292 memcpy(gc_sd->symbols_data, sd->symbols->data(), 373 // Iterate over local symbols, calling a visitor class V for each GOT offset 400 // If the input file is linked as --just-symbols, the output 740 // Return true if any of the sections found require local symbols to be read. 771 // Read the sections and symbols from an object file. 780 // Read the sections and symbols from an object file. This is commo 884 const unsigned char* symbols = this->section_contents(this->symtab_shndx_, local 2707 const unsigned char* symbols = this->section_contents(this->symtab_shndx_, local [all...] |
/external/mesa3d/src/compiler/glsl/ |
ast_to_hir.cpp | 128 state->symbols->separate_function_namespace = state->language_version == 110; 151 state->symbols->push_scope(); 180 ir_variable *const var = state->symbols->get_variable("gl_FragCoord"); [all...] |
ir_reader.cpp | 157 const glsl_type *type = state->symbols->get_type(type_sym->value()); 201 ir_function *f = state->symbols->get_function(name->value()); 204 added = state->symbols->add_function(f); 251 state->symbols->push_scope(); 288 state->symbols->pop_scope(); 306 state->symbols->pop_scope(); 411 ir_read_error(expr, "qualifier list must contain only symbols"); 463 state->symbols->add_variable(var); 680 ir_function *f = state->symbols->get_function(name->value()); 886 ir_variable *var = state->symbols->get_variable(s_var->value()) [all...] |
/external/google-breakpad/src/common/windows/ |
pdb_source_line_writer.cc | 357 CComPtr<IDiaEnumSymbols> symbols = NULL; local 359 // Find all function symbols first. 361 hr = global->findChildren(SymTagFunction, NULL, nsNone, &symbols); 366 while (SUCCEEDED(symbols->Next(1, &symbol, &count)) && count == 1) { 379 symbols.Release(); 382 // Find all public symbols. Store public symbols that are not also private 383 // symbols for later. 385 hr = global->findChildren(SymTagPublicSymbol, NULL, nsNone, &symbols); 390 while (SUCCEEDED(symbols->Next(1, &symbol, &count)) && count == 1) [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
coff-h8300.c | 352 #define RELOC_PROCESSING(relent,reloc,symbols,abfd,section) \ 353 reloc_processing (relent, reloc, symbols, abfd, section) 357 asymbol **symbols, bfd *abfd, asection *section) 363 relent->sym_ptr_ptr = symbols + obj_convert (abfd)[reloc->r_symndx]; 379 /* Search all the symbols for one in INPUT_SECTION with 1288 asymbol **symbols; local [all...] |
elf64-sparc.c | 56 asymbol **symbols, bfd_boolean dynamic) 106 ps = symbols + ELF64_R_SYM (rela.r_info) - 1; 109 /* Canonicalize ELF section symbols. FIXME: Why? */ 149 asymbol **symbols, bfd_boolean dynamic) 196 && !elf64_sparc_slurp_one_reloc_table (abfd, asect, rel_hdr, symbols, 201 && !elf64_sparc_slurp_one_reloc_table (abfd, asect, rel_hdr2, symbols, 212 arelent **relptr, asymbol **symbols) 218 if (! bed->s->slurp_reloc_table (abfd, section, symbols, FALSE)) 416 /* Hook called by the linker routine which adds symbols from an object 417 file. We use it for STT_REGISTER symbols. * [all...] |
srec.c | 79 S-Record format; symbols and their addresses can be sent 101 We allow symbols to be anywhere in the data stream - the module names 170 struct srec_symbol *symbols; member in struct:srec_data_struct 207 tdata->symbols = NULL; 279 if (abfd->tdata.srec_data->symbols == NULL) 280 abfd->tdata.srec_data->symbols = n; 678 /* Check whether an existing file is an S-record file with symbols. */ 1076 /* Dump out the symbols of a bfd. */ 1097 /* Just dump out non debug symbols. */ 1129 internal_srec_write_object_contents (bfd *abfd, int symbols) [all...] |
dwarf1.c | 452 asymbol **symbols, 491 symbols); 499 stash->syms = symbols;
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ |
objfile.go | 22 // - sequence of symbol references used by the defined symbols 31 // - data, the content of the defined symbols 32 // - sequence of defined symbols 44 // A symbol points to other symbols using an index into the symbol 138 // One map for versioned symbols and one for unversioned symbols. 246 // Symbols 258 // Symbols are prefixed so their content doesn't get confused with the magic footer.
|
/prebuilts/go/darwin-x86/src/debug/pe/ |
file_test.go | 24 symbols []*Symbol 46 symbols: []*Symbol{ 108 file: "testdata/gcc-386-mingw-no-symbols-exec", 153 symbols: []*Symbol{ 265 for i, have := range f.Symbols { 266 if i >= len(tt.symbols) { 269 want := tt.symbols[i]
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/ |
objfile.go | 22 // - sequence of symbol references used by the defined symbols 31 // - data, the content of the defined symbols 32 // - sequence of defined symbols 44 // A symbol points to other symbols using an index into the symbol 138 // One map for versioned symbols and one for unversioned symbols. 246 // Symbols 258 // Symbols are prefixed so their content doesn't get confused with the magic footer.
|
/prebuilts/go/linux-x86/src/debug/pe/ |
file_test.go | 24 symbols []*Symbol 46 symbols: []*Symbol{ 108 file: "testdata/gcc-386-mingw-no-symbols-exec", 153 symbols: []*Symbol{ 265 for i, have := range f.Symbols { 266 if i >= len(tt.symbols) { 269 want := tt.symbols[i]
|
/frameworks/base/tools/aapt/ |
ResourceTable.cpp | 815 const String16 private_symbols16("private-symbols"); 993 sp<AaptSymbols> symbols = assets->getSymbolsFor(String8("R")); local 1105 sp<AaptSymbols> symbols = assets->getSymbolsFor(String8("R")); local 1176 sp<AaptSymbols> symbols = assets->getJavaSymbolsFor(String8("R")); local 1241 sp<AaptSymbols> symbols = assets->getSymbolsFor(String8("R")); local [all...] |
/bionic/tools/versioner/src/ |
versioner.cpp | 299 for (const auto& symbol_it : database->symbols) { 324 for (const auto& symbol_it : header_database->symbols) { 404 if (auto symbol_it = header_database->symbols.find(symbol_name); 405 symbol_it != header_database->symbols.end()) { 413 // TODO: Verify that function/variable declarations are actually function/variable symbols.
|
/build/make/core/ |
dynamic_binary.mk | 81 ## Store a copy with symbols for symbolic debugging 95 ## Store breakpad symbols 152 $(transform-to-stripped-keep-symbols) 156 # is still with the symbols and we don't need to clean it (and relink) when
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
res_debug.c | 498 const struct res_sym *symbols;
local 502 symbols = __p_update_section_syms;
505 symbols = __p_default_section_syms;
508 return (sym_ntos(symbols, section, (int *)0));
|
/external/boringssl/src/util/fipstools/testdata/x86_64-BSS/ |
out.s | 10 # BSS symbols may also be emitted in .bss sections.
|
/external/brotli/enc/ |
block_splitter_inc.h | 220 uint32_t symbols[HISTOGRAMS_PER_BATCH] = { 0 }; 252 symbols[j] = (uint32_t)j; 256 histograms, sizes, symbols, new_clusters, pairs, num_to_combine, 269 histogram_symbols[i + j] = (uint32_t)num_clusters + remap[symbols[j]];
|
/external/libmicrohttpd/src/include/ |
autoinit_funcs.h | 129 #error Do not know how to decorate symbols for this architecture
|
/external/llvm/include/llvm/Object/ |
SymbolicFile.h | 1 //===- SymbolicFile.h - Interface that only provides symbols ----*- C++ -*-===// 85 /// symbols in the object file. 102 // (e.g. section symbols) 152 basic_symbol_iterator_range symbols() const { function in class:llvm::object::SymbolicFile
|
/external/llvm/test/MC/ARM/ |
eh-directive-text-section-multiple-func.s | 70 @ Check the symbols "func1" and "func2". They should belong to .text section. 72 @ CHECK: Symbols [
|