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

1 23 4 5 6 7 8 91011>>

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
symbols.c 45 // symbols.c
85 lScope->symbols = NULL;
227 lAddToTree(&fScope->symbols, lSymb);
249 lSymb = fScope->symbols;
symbols.h 45 // symbols.h
57 // Typedefs for things defined here in "symbols.h":
72 Symbol *symbols; member in struct:Scope_Rec
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
Addr2Line.java 88 String symbols = System.getenv(ANDROID_SYMBOLS_ENVVAR); typedefs
89 if (symbols == null) {
92 DEFAULT_LIBRARY_SYMBOLS_FOLDER = symbols;
111 * <code>$ANDROID_PRODUCT_OUT + "/symbols" + library</code> a valid file.
152 * in the search path as provided by ANDROID_SYMBOLS, ANDROID_OUT/symbols, or in the user
167 // first check the symbols folder
  /external/mesa3d/src/glsl/
glsl_types.cpp 187 glsl_type::generate_100ES_types(state->symbols);
190 glsl_type::generate_110_types(state->symbols);
193 glsl_type::generate_120_types(state->symbols);
196 glsl_type::generate_130_types(state->symbols);
204 glsl_type::generate_ARB_texture_rectangle_types(state->symbols,
210 glsl_type::generate_EXT_texture_array_types(state->symbols,
  /external/llvm/lib/Archive/
ArchiveReader.cpp 505 // Look up multiple symbols in the symbol table and return a set of
506 // Modules that define those symbols.
508 Archive::findModulesDefiningSymbols(std::set<std::string>& symbols,
513 *error = "Empty archive invalid for finding modules defining symbols";
536 // If it contains symbols
538 // Get the symbols
539 std::vector<std::string> symbols; local
544 symbols, error);
547 // Insert the module's symbols into the symbol table
548 for (std::vector<std::string>::iterator I = symbols.begin()
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldDecimalFormatSymbolsTest.java 36 DecimalFormatSymbols symbols = new DecimalFormatSymbols( local
45 assertEquals(symbols, symbolsD);
  /external/bison/src/
gram.h 47 symbols are shorts >= 0, and rule number are stored negative.
86 The length of the portion is one greater than the number of symbols
98 SYMBOLS[I]->prec records the precedence level of each symbol.
105 Associativities are recorded similarly in SYMBOLS[I]->assoc. */
234 /* Table of the symbols, indexed by the symbol number. */
235 extern symbol **symbols;
symtab.c 34 | Distinguished symbols. |
71 fatal (_("too many symbols in input grammar (limit is %d)"),
369 | into FDEFINES. Put in SYMBOLS. |
401 symbols[this->number] = this;
429 symbols[token_translations[this->user_token_number]]->tag,
449 /* Initial capacity of symbols hash table. */
544 | Free the symbols. |
551 free (symbols);
556 | Look for undefined symbols, report an error, and consider them |
568 | Check that all the symbols are defined. Report any undefined
    [all...]
derives.c 52 fprintf (stderr, "\t%s derives\n", symbols[i]->tag);
LR0.c 68 nstates, sym, symbols[sym]->tag);
101 /* Count the number of occurrences of all the symbols in RITEMS.
104 symbols. */
165 | Find which symbols can be shifted in S, and for each one |
169 | shift_symbol is set to a vector of the symbols that can be |
217 sym, symbols[sym]->tag);
355 symbols[s->accessing_symbol]->tag);
state.c 84 errs *res = xmalloc (offsetof (errs, symbols) + symbols_size);
86 memcpy (res->symbols, tokens, symbols_size);
242 fprintf (out, "%s%s", sep, symbols[k]->tag);
  /external/clang/test/Parser/
cxx0x-attributes.cpp 12 [[test::valid(for 42 [very] **** '+' symbols went on a trip; the end.)]]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-netrexx.jar 
  /external/libvpx/build/make/
gen_msvs_def.sh 21 This script generates a MSVC module definition file containing a list of symbols
23 use #comment syntax) but in general, take the form of a list of symbols:
  /external/openfst/src/extensions/far/
farcompilestrings.cc 42 DEFINE_string(symbols, "", "Label symbol table");
  /external/v8/test/mjsunit/tools/
tickprocessor.js 69 this.symbols = [[
99 this.symbols = [[
133 this.symbols = [[
163 this.symbols = [[
193 this.symbols = [
206 ' Static symbols',
262 exe_exe_syms, '.exe with .exe symbols');
273 exe_dll_syms, '.exe with .dll symbols');
285 dll_dll_syms, '.dll with .dll symbols');
296 dll_exe_syms, '.dll with .exe symbols');
    [all...]
  /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...]
  /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/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/icu4c/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);
  /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...]
  /external/valgrind/tsan/
ts_util.cc 428 if (demangled == "(below main)" || demangled == "(no symbols)")
  /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

Completed in 1054 milliseconds

1 23 4 5 6 7 8 91011>>