Searched defs:symbols (Results 51 - 75 of 119) sorted by relevance

12345

/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkg_genc.c1013 IMAGE_SYMBOL symbols[1]; local
1122 uprv_memset(&symbols, 0, sizeof(symbols));
1154 uprv_strncpy((char *)symbols[0].N.ShortName, entry, entryLength);
1157 symbols[0].N.Name.Short=0;
1158 symbols[0].N.Name.Long=4;
1162 symbols[0].SectionNumber=2;
1163 symbols[0].StorageClass=IMAGE_SYM_CLASS_EXTERNAL;
1182 T_FileStream_write(out, symbols, IMAGE_SIZEOF_SYMBOL);
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dicuzdump.cpp47 DecimalFormatSymbols *symbols = new DecimalFormatSymbols(Locale::getEnglish(), status); local
48 decf = new DecimalFormat("00", symbols, status);
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dglsl_parser_extras.h83 glsl_symbol_table *symbols; member in struct:_mesa_glsl_parse_state
/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_genc.c1005 IMAGE_SYMBOL symbols[1]; local
1114 uprv_memset(&symbols, 0, sizeof(symbols));
1146 uprv_strncpy((char *)symbols[0].N.ShortName, entry, entryLength);
1149 symbols[0].N.Name.Short=0;
1150 symbols[0].N.Name.Long=4;
1154 symbols[0].SectionNumber=2;
1155 symbols[0].StorageClass=IMAGE_SYM_CLASS_EXTERNAL;
1174 T_FileStream_write(out, symbols, IMAGE_SIZEOF_SYMBOL);
/external/icu/icu4c/source/tools/tzcode/
H A Dicuzdump.cpp47 DecimalFormatSymbols *symbols = new DecimalFormatSymbols(Locale::getEnglish(), status); local
48 decf = new DecimalFormat("00", symbols, status);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dmap.c108 * symbols we'll know where it starts and ends.
116 * ->end will be filled after we load all the symbols
131 struct rb_root *symbols = &map->dso->symbols[map->type]; local
132 struct rb_node *nd = rb_first(symbols);
141 struct rb_root *symbols = &map->dso->symbols[map->type]; local
142 struct rb_node *nd = rb_last(symbols);
172 pr_warning(", continuing without symbols\n");
185 pr_warning("no symbols foun
[all...]
H A Dsymbol.c141 void symbols__fixup_duplicate(struct rb_root *symbols) argument
146 nd = rb_first(symbols);
161 rb_erase(&next->rb_node, symbols);
165 rb_erase(&curr->rb_node, symbols);
170 void symbols__fixup_end(struct rb_root *symbols) argument
172 struct rb_node *nd, *prevnd = rb_first(symbols);
210 * We still haven't the actual symbols, so guess the
278 void symbols__delete(struct rb_root *symbols) argument
281 struct rb_node *next = rb_first(symbols);
286 rb_erase(&pos->rb_node, symbols);
291 symbols__insert(struct rb_root *symbols, struct symbol *sym) argument
310 symbols__find(struct rb_root *symbols, u64 ip) argument
333 symbols__first(struct rb_root *symbols) argument
348 symbols__insert_by_name(struct rb_root *symbols, struct symbol *sym) argument
368 symbols__sort_by_name(struct rb_root *symbols, struct rb_root *source) argument
379 symbols__find_by_name(struct rb_root *symbols, const char *name) argument
[all...]
/external/lldb/source/API/
H A DSBModule.cpp322 SymbolVendor *symbols = module_sp->GetSymbolVendor(); local
323 if (symbols)
324 return symbols->GetSymtab();
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp70 SymbolVendor *symbols = module.GetSymbolVendor (); local
71 if (symbols)
73 SymbolFile *symfile = symbols->GetSymbolFile();
/external/mesa3d/src/glsl/
H A Dglsl_parser_extras.h83 glsl_symbol_table *symbols; member in struct:_mesa_glsl_parse_state
/external/oprofile/pp/
H A Dopannotate.cpp291 symbol_collection const & symbols,
298 // to filter output of symbols (filter based on command line options)
345 // Note this use a pointer comparison. It work because symbols
347 if (find(symbols.begin(), symbols.end(), last_symbol)
348 != symbols.end())
357 // the beginning of this symbols
375 void output_objdump_str_list(symbol_collection const & symbols, argument
380 annotate_objdump_str_list(app_name, symbols, asm_lines);
394 void do_one_output_objdump(symbol_collection const & symbols, argument
290 annotate_objdump_str_list(string const & app_name, symbol_collection const & symbols, list<string> & asm_lines) argument
465 output_objdump_asm(symbol_collection const & symbols, string const & app_name) argument
502 symbol_collection symbols = samples->select_symbols(choice); local
540 symbol_collection const symbols = samples->find_symbol(filename, linenr); local
621 symbol_collection const symbols = samples->select_symbols(filename); local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-netrexx.jar ... boolean strictimport private boolean strictprops private boolean strictsignal private boolean symbols private boolean time private String trace private boolean utf8 private ...
/external/chromium_org/native_client_sdk/src/libraries/xray/
H A Dxray.c89 struct XRaySymbolTable* symbols; member in struct:XRayTraceCapture
714 return capture->symbols;
751 capture->symbols =
754 XRaySymbolTableParseMapfile(capture->symbols, mapfilename);
771 if (NULL != capture->symbols) {
772 XRaySymbolTableFree(capture->symbols);
/external/chromium_org/third_party/icu/source/common/
H A Duniset_props.cpp372 const SymbolTable* symbols,
384 RuleCharacterIterator chars(pattern, symbols, pos);
385 applyPattern(chars, symbols, rebuiltPat, USET_IGNORE_SPACE, NULL, status);
434 * @param symbols symbol table to use to parse and dereference
442 const SymbolTable* symbols,
534 } else if (symbols != 0) {
535 const UnicodeFunctor *m = symbols->lookupMatcher(c);
582 nested->applyPattern(chars, symbols, patLocal, options, caseClosure, ec);
720 // symbols nosymbols
731 if (symbols
370 applyPatternIgnoreSpace(const UnicodeString& pattern, ParsePosition& pos, const SymbolTable* symbols, UErrorCode& status) argument
441 applyPattern(RuleCharacterIterator& chars, const SymbolTable* symbols, UnicodeString& rebuiltPat, uint32_t options, UnicodeSet& (UnicodeSet::*caseClosure)(int32_t attribute), UErrorCode& ec) argument
[all...]
/external/chromium_org/third_party/libwebp/enc/
H A Dhistogram.c156 // Two symbols, they will be 0 and 1 in a Huffman code.
357 // symbols.
639 uint16_t* const symbols) {
656 symbols[i] = best_out;
659 // Recompute each out based on raw and symbols.
665 const int idx = symbols[i];
637 HistogramRemap(const VP8LHistogramSet* const orig_histo, const VP8LHistogramSet* const image_histo, uint16_t* const symbols) argument
/external/deqp/modules/gles31/functional/
H A Des31fShaderIntegerFunctionTests.cpp220 static vector<int> getScalarSizes (const vector<Symbol>& symbols) argument
222 vector<int> sizes(symbols.size());
223 for (int ndx = 0; ndx < (int)symbols.size(); ++ndx)
224 sizes[ndx] = symbols[ndx].varType.getScalarSize();
228 static int computeTotalScalarSize (const vector<Symbol>& symbols) argument
231 for (vector<Symbol>::const_iterator sym = symbols.begin(); sym != symbols.end(); ++sym)
236 static vector<void*> getInputOutputPointers (const vector<Symbol>& symbols, vector<deUint32>& data, const int numValues) argument
238 vector<void*> pointers (symbols.size());
241 for (int varNdx = 0; varNdx < (int)symbols
[all...]
/external/icu/icu4c/source/common/
H A Duniset_props.cpp372 const SymbolTable* symbols,
384 RuleCharacterIterator chars(pattern, symbols, pos);
385 applyPattern(chars, symbols, rebuiltPat, USET_IGNORE_SPACE, NULL, status);
434 * @param symbols symbol table to use to parse and dereference
442 const SymbolTable* symbols,
534 } else if (symbols != 0) {
535 const UnicodeFunctor *m = symbols->lookupMatcher(c);
582 nested->applyPattern(chars, symbols, patLocal, options, caseClosure, ec);
720 // symbols nosymbols
731 if (symbols
370 applyPatternIgnoreSpace(const UnicodeString& pattern, ParsePosition& pos, const SymbolTable* symbols, UErrorCode& status) argument
441 applyPattern(RuleCharacterIterator& chars, const SymbolTable* symbols, UnicodeString& rebuiltPat, uint32_t options, UnicodeSet& (UnicodeSet::*caseClosure)(int32_t attribute), UErrorCode& ec) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Ddecimfmt.cpp334 // pattern and the number format symbols in the default locale. The
335 // created instance owns the symbols.
359 // pattern and the number format symbols in the default locale. The
360 // created instance owns the clone of the symbols.
363 const DecimalFormatSymbols& symbols,
367 construct(status, parseError, &pattern, new DecimalFormatSymbols(symbols));
372 // pattern, the number format symbols, and the number format style.
373 // The created instance owns the clone of the symbols.
436 // pattern and the number format symbols in the desired locale. The
437 // created instance owns the symbols
362 DecimalFormat(const UnicodeString& pattern, const DecimalFormatSymbols& symbols, UErrorCode& status) argument
[all...]
/external/lldb/source/Symbol/
H A DSymtab.cpp169 s->Printf("Symtab %lu symbol indexes (%lu symbols total):\n", indexes.size(), m_symbols.size());
296 // If we ever need the trampoline symbols to be searchable by name
298 // Symtab functions that lookup symbols by name to indicate if they
551 const Symbol *symbols; member in struct:SymbolSortInfo
556 const std::vector<Symbol>& symbols; member in struct:__anon25350::SymbolIndexComparator
560 // Since there are potentially many symbols here, and we're using this for sorting so
562 // The array passed in has to be the same size as the symbols array passed into the
563 // member variable symbols, and should be initialized with LLDB_INVALID_ADDRESS.
568 SymbolIndexComparator(const std::vector<Symbol>& s, std::vector<lldb::addr_t> &a) : symbols(s), addr_cache(a) {
569 assert (symbols
[all...]
/external/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp122 typedef std::vector<std::unique_ptr<COFFSymbol>> symbols; typedef in class:__anon25894::WinCOFFObjectWriter
133 symbols 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())
752 // between the two symbols. Update FixedValue to account for the delta, and
765 // Turn relocations for temporary symbols into section relocations.
844 // Update section number & offset for symbols tha
[all...]
/external/ltrace/
H A Dltrace-elf.c844 * to only include the matching symbols (but include
845 * all if we are adding latent symbols) to allow
852 /* If we are adding those symbols just for
874 * want to add such symbol once. The only way that those symbols
912 * should be well enough for the number of symbols that we
915 struct unique_symbol *symbols = malloc(sizeof(*symbols) * count); local
916 if (symbols == NULL) {
917 fprintf(stderr, "couldn't insert symbols for -x: %s\n",
1058 = lsearch(&key, symbols,
[all...]
/external/valgrind/main/VEX/unused/
H A Dlinker.c81 char** symbols; member in struct:_ObjectCode
96 /* A private hash table for local symbols. */
1045 oc->symbols = malloc(oc->n_symbols * sizeof(char*));
1112 oc->symbols[j] = nm;
1133 oc->symbols[j] = NULL;
1199 oc->symbols = NULL;
/external/webp/src/enc/
H A Dhistogram.c156 // Two symbols, they will be 0 and 1 in a Huffman code.
357 // symbols.
639 uint16_t* const symbols) {
656 symbols[i] = best_out;
659 // Recompute each out based on raw and symbols.
665 const int idx = symbols[i];
637 HistogramRemap(const VP8LHistogramSet* const orig_histo, const VP8LHistogramSet* const image_histo, uint16_t* const symbols) argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderListMarker.cpp120 static String toSymbolic(int number, const CharacterType* symbols, unsigned symbolsSize) argument
129 letters.append(symbols[numberShadow % symbolsSize]);
132 letters.append(symbols[numberShadow % symbolsSize]);
/external/chromium_org/third_party/brotli/src/brotli/dec/
H A Ddecode.c232 /* Read symbols, codes & code lengths directly. */
236 int symbols[4] = { 0 }; local
244 symbols[i] = (int)BrotliReadBits(br, max_bits) % alphabet_size;
245 code_lengths[symbols[i]] = 2;
247 code_lengths[symbols[0]] = 1;
252 ok = ((symbols[0] != symbols[1]) &&
253 (symbols[0] != symbols[2]) &&
254 (symbols[
[all...]

Completed in 2899 milliseconds

12345