HomeSort by relevance Sort by last modified time
    Searched refs:symbols (Results 101 - 125 of 491) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/v8/test/mjsunit/harmony/
proxies-symbols.js 28 // Flags: --harmony-proxies --harmony-symbols
39 // No symbols should leak to proxy traps.
78 // All symbols returned from proxy traps should be filtered.
  /external/icu4c/common/unicode/
uniset.h 387 * @param symbols a symbol table mapping variable names to values
395 const SymbolTable* symbols,
407 * @param symbols a symbol table mapping variable names to values
414 const SymbolTable* symbols,
603 * @param symbols a symbol table mapping variable names to
613 const SymbolTable* symbols,
641 * @param symbols a symbol table mapping variable names to
651 const SymbolTable* symbols,
    [all...]
  /external/mesa3d/src/glsl/
ir_print_visitor.cpp 76 symbols = _mesa_symbol_table_ctor();
83 _mesa_symbol_table_dtor(symbols);
112 if (_mesa_symbol_table_find_symbol(this->symbols, -1, var->name) == NULL) {
119 _mesa_symbol_table_add_symbol(this->symbols, -1, name, var);
163 _mesa_symbol_table_push_scope(symbols);
202 _mesa_symbol_table_pop_scope(symbols);
  /external/chromium_org/native_client_sdk/src/libraries/xray/
symtable.c 38 struct XRaySymbol symbols[XRAY_SYMBOL_POOL_NODE_SIZE]; member in struct:XRaySymbolPoolNode
81 symbol = &sympool->current->symbols[sympool->index];
173 /* Returns total number of symbols in the table. */
xray_priv.h 105 struct XRaySymbolTable* symbols, const char* mapfilename);
112 struct XRaySymbolTable* symbols, uint32_t addr);
114 struct XRaySymbolTable* symbols, int i);
  /external/chromium_org/third_party/codesighs/
autosummary.win.bash 138 # Get a dump of the symbols in every object file.
141 xargs -n 1 dumpbin.exe /symbols < $ALLOBJSFILE > $ALLOBJSYMSFILE 2> /dev/null
145 # Produce the symdb for the symbols in all object files.
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
mesadef.py 66 print '; symbols in the same manner as the Microsoft DLL.'
72 print '; Mesa symbols for the benefit of the OSMESA32.DLL.'
  /external/linux-tools-perf/util/
symbol.c 93 static void symbols__fixup_end(struct rb_root *symbols)
95 struct rb_node *nd, *prevnd = rb_first(symbols);
133 * We still haven't the actual symbols, so guess the
215 dso->symbols[i] = dso->symbol_names[i] = RB_ROOT;
227 static void symbols__delete(struct rb_root *symbols)
230 struct rb_node *next = rb_first(symbols);
235 rb_erase(&pos->rb_node, symbols);
244 symbols__delete(&dso->symbols[i]);
258 static void symbols__insert(struct rb_root *symbols, struct symbol *sym)
260 struct rb_node **p = &symbols->rb_node
    [all...]
  /external/mesa3d/src/mapi/glapi/gen/
mesadef.py 66 print '; symbols in the same manner as the Microsoft DLL.'
72 print '; Mesa symbols for the benefit of the OSMESA32.DLL.'
  /sdk/emulator/qtools/
read_trace.cpp 101 manager->regions[ii]->symbols[jj].addr,
102 manager->regions[ii]->symbols[jj].name);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
CalendarTest.java 798 DateFormatSymbols symbols = new DateFormatSymbols(locale); local
803 value = symbols.getAmPmStrings()[0];
809 value = symbols.getAmPmStrings()[1];
817 value = symbols.getEras()[0];
823 value = symbols.getEras()[1];
833 value = symbols.getShortMonths()[month];
836 value = symbols.getMonths()[month];
844 value = symbols.getShortWeekdays()[day];
847 value = symbols.getWeekdays()[day];
962 DateFormatSymbols symbols = new DateFormatSymbols(locale) local
    [all...]
  /external/bison/src/
derives.c 50 fprintf (stderr, "\t%s derives\n", symbols[i]->tag);
gram.h 45 symbols are shorts >= 0, and rule number are stored negative.
84 The length of the portion is one greater than the number of symbols
96 SYMBOLS[I]->prec records the precedence level of each symbol.
103 Associativities are recorded similarly in SYMBOLS[I]->assoc. */
237 /* Table of the symbols, indexed by the symbol number. */
238 extern symbol **symbols;
state.c 82 errs *res = xmalloc (offsetof (errs, symbols) + symbols_size);
84 memcpy (res->symbols, tokens, symbols_size);
268 fprintf (out, "%s%s", sep, symbols[k]->tag);
292 xml_escape (symbols[k]->tag));
LR0.c 65 nstates, sym, symbols[sym]->tag);
98 /* Count the number of occurrences of all the symbols in RITEMS.
101 symbols. */
162 | Find which symbols can be shifted in S, and for each one |
166 | shift_symbol is set to a vector of the symbols that can be |
218 sym, symbols[sym]->tag);
356 symbols[s->accessing_symbol]->tag);
  /external/chromium/third_party/libjingle/source/talk/base/
latebindingsymboltable.h 38 // dynamic loading of symbols from DLLs. Currently the implementation only
39 // supports Linux and pure C symbols.
60 void *symbols[]);
100 LOG(LS_ERROR) << "We know there are undefined symbols";
146 // This macro defines an enum with names built from the symbols, which
175 // symbols.
  /external/chromium_org/third_party/icu/source/test/intltest/
dcfmtest.cpp 310 DecimalFormatSymbols symbols(Locale::getUS(), status);
312 DecimalFormat format(pattern, symbols, status);
376 DecimalFormatSymbols symbols(Locale::getUS(), status);
378 DecimalFormat fmtr(pattern, symbols, status);
sdtfmtts.cpp 77 DateFormatSymbols *symbols = new DateFormatSymbols(Locale::getFrench(), status); local
83 SimpleDateFormat cust1(pattern, symbols, status);
85 dataerrln("ERROR: Could not create SimpleDateFormat (pattern, symbols*) - exitting");
90 SimpleDateFormat cust2(pattern, *symbols, status);
92 errln("ERROR: Could not create SimpleDateFormat (pattern, symbols)");
  /external/oprofile/libpp/
profile_container.h 3 * Container associating symbols and samples
54 * add() - record symbols/samples in the underlying container
74 /// Find the symbols from its filename, linenr, return an empty
103 * select_symbols - create a set of symbols sorted by sample count
109 * select_symbols - create a set of symbols belonging to a given source
110 * @param filename source file where are defined the returned symbols
158 * The rationale here is to try to create symbols for alignment between
159 * function as little as possible and to create meaningfull symbols
165 /// The symbols collected by pp tools sorted by increased vma, provide
167 scoped_ptr<symbol_container> symbols; member in class:profile_container
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
CalendarTest.java 798 DateFormatSymbols symbols = new DateFormatSymbols(locale); local
803 value = symbols.getAmPmStrings()[0];
809 value = symbols.getAmPmStrings()[1];
817 value = symbols.getEras()[0];
823 value = symbols.getEras()[1];
833 value = symbols.getShortMonths()[month];
836 value = symbols.getMonths()[month];
844 value = symbols.getShortWeekdays()[day];
847 value = symbols.getWeekdays()[day];
962 DateFormatSymbols symbols = new DateFormatSymbols(locale) local
    [all...]
  /ndk/build/tools/
dev-platform-expand.sh 215 copy_optional_directory "$ARCH_SDIR/symbols" "$ARCH_DDIR/symbols"
216 rm -f "$ARCH_DDIR"/symbols/*.so.txt
  /frameworks/base/tools/aapt/
Resource.cpp 1291 sp<AaptSymbols> symbols = assets->getSymbolsFor(String8("R")); local
1409 sp<AaptSymbols> symbols = local
1417 sp<AaptSymbols> symbols = local
2176 sp<AaptSymbols> symbols = assets->getSymbols().valueAt(i); local
    [all...]
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/jsdoc-template/
publish.js 7 symbolsDir: "symbols/",
8 srcDir: "symbols/src/"
19 IO.mkPath((publish.conf.outDir+"symbols/src").split("/"));
40 var symbols = symbolSet.toArray();
46 var srcDir = publish.conf.outDir + "symbols/src/";
51 var classes = symbols.filter(isaClass).sort(makeSortby("alias"));
84 IO.saveFile(publish.conf.outDir+"symbols/", ((JSDOC.opt.u)? Link.filemap[symbol.alias] : symbol.alias) + publish.conf.ext, output);
107 var documentedFiles = symbols.filter(isaFile); // files that have file-level docs
  /external/chromium_org/third_party/mesa/src/scons/
custom.py 253 symbols = names
255 symbols = sym_table.keys()
259 for sym in symbols:
  /external/icu4c/test/intltest/
sdtfmtts.cpp 77 DateFormatSymbols *symbols = new DateFormatSymbols(Locale::getFrench(), status); local
83 SimpleDateFormat cust1(pattern, symbols, status);
85 dataerrln("ERROR: Could not create SimpleDateFormat (pattern, symbols*) - exitting");
90 SimpleDateFormat cust2(pattern, *symbols, status);
92 errln("ERROR: Could not create SimpleDateFormat (pattern, symbols)");

Completed in 639 milliseconds

1 2 3 45 6 7 8 91011>>