HomeSort by relevance Sort by last modified time
    Searched refs:symbols (Results 26 - 50 of 280) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/bluetooth/glib/gio/
abicheck.sh 8 cpp -DINCLUDE_VARIABLES -P $INCLUDES -DALL_FILES ${srcdir:-.}/gio.symbols | sed -e '/^$/d' -e 's/ G_GNUC.*$//' -e 's/ PRIVATE$//' | sort > expected-abi
  /external/bluetooth/glib/gobject/
abicheck.sh 8 cpp -DINCLUDE_VARIABLES -P $INCLUDES -DALL_FILES ${srcdir:-.}/gobject.symbols | sed -e '/^$/d' -e 's/ G_GNUC.*$//' -e 's/ PRIVATE$//' | sort > expected-abi
  /external/chromium/third_party/libjingle/source/talk/base/
latebindingsymboltable.cc 93 // NULL, or else some symbols may be left with uninitialized data that the
98 void *symbols[]) {
104 if (!LoadSymbol(handle, symbol_names[i], &symbols[i])) {
  /external/llvm/lib/Archive/
Archive.cpp 196 static void getSymbols(Module*M, std::vector<std::string>& symbols) {
201 symbols.push_back(GI->getName());
207 symbols.push_back(FI->getName());
213 symbols.push_back(AI->getName());
217 // Get just the externally visible defined symbols from the bitcode
220 std::vector<std::string>& symbols,
233 // Get the symbols
234 getSymbols(M, symbols);
245 std::vector<std::string>& symbols,
255 // Get the symbols
    [all...]
  /external/webkit/Source/WebCore/WebCore.gyp/mac/
check_objc_rename.sh 66 These Objective-C symbols may clash with those provided by the system's own
70 These symbols were found in:
  /libcore/luni/src/main/java/java/text/
DecimalFormat.java 65 * <em>symbols</em>. The pattern may be set directly using
68 * digits. The symbols are stored in a {@link DecimalFormatSymbols} object. When
69 * using the {@link NumberFormat} factory methods, the pattern and symbols are
79 * replacement is still happening, and if the symbols are modified, the grouping
206 * The prefixes, suffixes, and various symbols used for infinity, digits,
209 * be taken that the symbols and strings do not conflict, or parsing will be
271 * symbols. These intervals are identical in most locales, but in some locales
502 private transient DecimalFormatSymbols symbols; field in class:DecimalFormat
524 this.symbols = new DecimalFormatSymbols(locale);
553 this.symbols = (DecimalFormatSymbols) value.clone()
    [all...]
  /external/oprofile/libpp/
profile_container.cpp 55 symbols(new symbol_container),
70 // the symbols/samples are sorted by increasing vma.
125 symbol_entry const * symbol = symbols->insert(symb_entry);
171 symbol_container::symbols_t::iterator it = symbols->begin();
172 symbol_container::symbols_t::iterator const end = symbols->end();
200 // Trying to iterate on symbols to create the set of filenames which
258 return symbols->find_by_vma(image_name, vma);
265 return symbols->find(filename, linenr);
272 return symbols->find(filename);
322 return symbols->find(symbol)
    [all...]
  /external/oprofile/libutil++/
op_bfd.h 44 /// ctor for real symbols
47 /// ctor for artificial symbols
63 /// compare two symbols by their filepos()
83 /// whether other symbols can override it
93 * symbols and retrieving informations for symbols or vma.
101 * @param symbol_filter filter to apply to symbols
198 * Some symbols have no code associated with them; for example,
199 * artificial symbols created for anonymous memory samples or for
216 /// temporary container type for getting symbols
    [all...]
op_spu_bfd.cpp 59 symbols_found_t symbols; local
169 get_symbols(symbols);
173 symbols.push_back(op_bfd_symbol(OP_SPU_DYN_FLAG, OP_SPU_MEMSIZE,
177 add_symbols(symbols, symbol_filter);
  /sdk/emulator/qtools/
trace_reader.h 54 file_offset(0), flags(0), nsymbols(0), symbols(NULL) {}
59 if (strcmp(symbols[ii].name, name) == 0)
60 return &symbols[ii];
74 dest->symbols = symbols;
86 symbol_type *symbols; member in struct:TraceReader::region_entry
148 // Free the regions. We must be careful not to free the symbols
149 // within each region because the symbols are sometimes shared
152 // region symbols in its destructor. We need to free only the
244 symbol_type *symbols, bool exact_match)
1513 symbol_type *symbols = new symbol_type[nsymbols + 1]; local
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t022scopes.py 67 symbols = parser.c()
70 symbols,
115 symbols = parser.d()
118 symbols,
  /external/bison/src/
closure.c 68 fprintf (stderr, " %s", symbols[*rp]->tag);
84 fprintf (stderr, "\t%s firsts\n", symbols[i]->tag);
88 symbols[j + ntokens]->tag);
105 fprintf (stderr, "\t%s derives\n", symbols[i]->tag);
122 | symbols 8 3 20, the symbol 8 can be the beginning of the data for |
157 | For example, if symbol 5 can be derived as the sequence of symbols |
print_graph.c 84 obstack_fgrow1 (oout, "%s ", symbols[*sp]->tag);
89 obstack_fgrow1 (oout, " %s", symbols[*sp]->tag);
107 obstack_fgrow2 (oout, "%s%s", sep, symbols[k]->tag);
156 e.label = symbols[sym]->tag;
gram.c 41 symbol **symbols = NULL; variable
109 | Return the number of symbols in RHS. |
134 fprintf (out, " %s", symbols[*rp]->tag);
167 fprintf (out, " %s", symbols[ritem[i]]->tag);
258 symbols[i]->prec, symbols[i]->assoc,
259 symbols[i]->tag);
parse-gram.y 198 %type <list> symbols.1
278 | "%destructor {...}" symbols.1
285 | "%printer {...}" symbols.1
313 | "%type" TYPE symbols.1
323 precedence_declarator type.opt symbols.1
350 symbols.1:
352 | symbols.1 symbol { $$ = symbol_list_prepend ($1, $2, @2); }
reduce.c 50 /* Set of all accessible symbols. */
53 /* Set of symbols used to define rule precedence (so they are
85 | Remember that rules are 1-origin, symbols are 0-origin. |
142 /* Find out which productions are reachable and which symbols are
144 symbols which only has the start symbol in it, iterate over all
147 reachable symbols, add the production to the set of reachable
149 production to the set of reachable symbols.
155 and the set V of symbols in the reduced grammar.
305 warn_at (symbols[i]->location, _("useless nonterminal: %s"),
306 symbols[i]->tag)
    [all...]
  /external/llvm/test/Object/Inputs/
elfver.S 6 # Also, strip off non-dynamic symbols:
  /external/mesa3d/src/glsl/
link_functions.cpp 105 ir_function *f = linked->symbols->get_function(name);
176 ir_variable *var = linked->symbols->get_variable(ir->var->name);
182 linked->symbols->add_variable(var);
233 ir_function *const f = shader_list[i]->symbols->get_function(name);
main.cpp 98 shader->symbols = state->symbols;
  /external/openfst/src/extensions/far/
farprintstrings.cc 38 DEFINE_string(symbols, "", "Label symbol table");
  /libcore/luni/src/test/java/libcore/java/text/
OldSimpleDateFormatTest.java 85 DateFormatSymbols symbols = new DateFormatSymbols(Locale.ENGLISH); local
86 symbols.setEras(new String[] { "Before", "After" });
87 SimpleDateFormat f2 = new SimpleDateFormat("y'y'yy", symbols);
90 assertTrue("Wrong symbols", f2.getDateFormatSymbols().equals(symbols));
95 new SimpleDateFormat(null, symbols);
102 new SimpleDateFormat("eee", symbols);
116 assertTrue("Wrong symbols", f2.getDateFormatSymbols().equals(
213 DateFormatSymbols symbols = new DateFormatSymbols(Locale.ENGLISH); local
214 symbols.setEras(new String[] { "Before", "After" })
472 DateFormatSymbols symbols = new DateFormatSymbols(); local
    [all...]
  /sdk/emulator/qtools/tests/gtrace/
Makefile 15 $(QTOOLS)/q2g -r $(P4ROOT)/device/out/linux-arm-release/symbols foo test.elf foo.gtrace
  /external/oprofile/pp/
opreport_options.cpp 36 bool symbols; member in namespace:options
69 popt::option(options::symbols, "symbols", 'l',
70 "list all symbols"),
83 popt::option(exclude_symbols, "exclude-symbols", 'e',
84 "exclude these comma separated symbols", "symbols"),
85 popt::option(include_symbols, "include-symbols", 'i',
86 "include these comma separated symbols", "symbols"),
    [all...]
opreport.cpp 373 symbol_collection symbols = pc.select_symbols(choice); local
374 options::sort_by.sort(symbols, options::reverse_sort,
381 xml_out = new format_output::xml_formatter(&pc, symbols,
406 xml_support = new xml_utils(xml_out, symbols, nr_classes,
410 text_out->output(cout, symbols);
423 diff_collection symbols = dc.get_symbols(choice); local
441 options::sort_by.sort(symbols, options::reverse_sort,
444 out.output(cout, symbols);
452 symbol_collection symbols = cg.get_symbols(); local
454 options::sort_by.sort(symbols, options::reverse_sort
    [all...]
  /external/icu4c/samples/numfmt/
main.cpp 174 DecimalFormatSymbols symbols(*dnf->getDecimalFormatSymbols());
175 symbols.setSymbol(DecimalFormatSymbols::kCurrencySymbol, currencyMap[i].symbol);
176 dnf->setDecimalFormatSymbols(symbols); // do not adopt symbols: Jitterbug 2889

Completed in 1065 milliseconds

12 3 4 5 6 7 8 91011>>