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

1 2 3 45 6 7 8 91011>>

  /frameworks/base/tools/aapt/
ResourceTable.cpp 755 const String16 private_symbols16("private-symbols");
906 sp<AaptSymbols> symbols = assets->getSymbolsFor(String8("R")); local
1018 sp<AaptSymbols> symbols = assets->getSymbolsFor(String8("R")); local
1081 sp<AaptSymbols> symbols = assets->getJavaSymbolsFor(String8("R")); local
1146 sp<AaptSymbols> symbols = assets->getSymbolsFor(String8("R")); local
    [all...]
Resource.cpp 1234 sp<AaptSymbols> symbols = assets->getSymbolsFor(String8("R")); local
1352 sp<AaptSymbols> symbols = local
1360 sp<AaptSymbols> symbols = local
1972 sp<AaptSymbols> symbols = assets->getSymbols().valueAt(i); local
    [all...]
  /bionic/linker/
Android.mk 65 $(hide) $(TARGET_OBJCOPY) --prefix-symbols=__dl_ $@
  /external/mesa3d/src/glsl/
ast_function.cpp 101 ir_function *f = state->symbols->get_function(name);
110 if (sig == NULL && (f == NULL || state->es_shader || !f->has_user_signature()) && state->symbols->get_type(name) == NULL && (state->language_version == 110 || state->symbols->get_variable(name) == NULL)) {
116 builtin = state->builtins_to_link[i]->symbols->get_function(name);
121 state->symbols->add_global_function(f);
203 glsl_symbol_table *syms = i >= 0 ? state->builtins_to_link[i]->symbols
204 : state->symbols;
    [all...]
glsl_compiler.cpp 199 shader->symbols = state->symbols;
ir_reader.cpp 171 const glsl_type *type = st->symbols->get_type(type_sym->value());
221 ir_function *f = st->symbols->get_function(name->value());
224 added = st->symbols->add_function(f);
280 st->symbols->push_scope();
313 st->symbols->pop_scope();
331 st->symbols->pop_scope();
443 ir_read_error(st, list, "qualifier list must contain only symbols");
477 st->symbols->add_variable(var);
698 ir_function *f = st->symbols->get_function(name->value());
944 ir_variable *var = st->symbols->get_variable(var_name->value())
    [all...]
  /frameworks/base/core/java/android/app/admin/
IDevicePolicyManager.aidl 94 int numbers, int symbols, int nonletter);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/
NdkDiscoveredPathInfo.java 94 void setSymbols(Map<String, String> symbols) {
95 this.mSymbols = symbols;
  /external/elfutils/
elfutils.spec 28 nm (for listing symbols from object files), size (for listing the
30 symbols), readelf (to see the raw ELF file structures), and elflint
249 - addr2line: new option --symbols (or -S)
344 - elflint: relax a bit. Allow version definitions for defined symbols ag
345 ainstDSO versions also for symbols in nobits sections. Allow .rodata
350 - elflint: relax a bit. Allow version definitions for defined symbols ag
351 ainstDSO versions also for symbols in nobits sections. Allow .rodata
355 - elflint: relax a bit. Allow version definitions for defined symbols ag
356 ainstDSO versions also for symbols in nobits sections.
382 symbols
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_NativeDecimalFormat.cpp 95 DecimalFormatSymbols* symbols = makeDecimalFormatSymbols(env, local
100 toDecimalFormat(addr)->adoptDecimalFormatSymbols(symbols);
116 DecimalFormatSymbols* symbols = makeDecimalFormatSymbols(env, local
121 DecimalFormat* fmt = new DecimalFormat(pattern.unicodeString(), symbols, parseError, status);
123 delete symbols;
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c 84 /* The BIAS_FOR_{SYMBOLS,LINETAB,LINETAB2} are as in JohnR's original
1845 PDB_SYMBOLS symbols; local
    [all...]
  /external/icu4c/test/intltest/
dcfmapts.cpp 88 DecimalFormatSymbols *symbols = new DecimalFormatSymbols(Locale::getFrench(), status); local
95 DecimalFormat cust1(pattern, symbols, status);
97 errln((UnicodeString)"ERROR: Could not create DecimalFormat (pattern, symbols*)");
101 DecimalFormat cust2(pattern, *symbols, status);
103 errln((UnicodeString)"ERROR: Could not create DecimalFormat (pattern, symbols)");
wbnf.cpp 520 Variable(SymbolTable * symbols, const char * varName, Pick * varRef = NULL){
522 if ((symbol_table = symbols)){
1261 SymbolTable symbols; member in class:Parser
    [all...]
numrgts.cpp 313 DecimalFormatSymbols *symbols = new DecimalFormatSymbols(status); local
316 // to the symbols, they are adopted and this test will fail,
318 // of the symbols, it is necessary to pass in a reference to the symbols
319 DecimalFormat *df = new DecimalFormat("#,##0.0", *symbols, status);
320 failure(status, "new DecimalFormat with symbols", "");
327 symbols->setSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol, UnicodeString((UChar)0x70)); // change value of field
334 delete symbols;
1671 DecimalFormatSymbols *symbols = new DecimalFormatSymbols(locales[i], status); local
    [all...]
  /libcore/luni/src/main/java/java/util/
Date.java 493 DateFormatSymbols symbols = new DateFormatSymbols(Locale.US); local
494 String[] weekdays = symbols.getWeekdays(), months = symbols
  /external/linux-tools-perf/util/ui/browsers/
map.c 131 .entries = &self->dso->symbols[self->type],
  /external/llvm/tools/llvm-shlib/
Makefile 75 # Don't allow unresolved symbols.
93 $(Echo) Collecting global symbols of $(notdir $*)
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
symshift.pl 2 # Perl script symshift.pl --- shift symbols of different tables into proper
13 # When creating SVOX pico lingware, different sets of symbols (phonemes,
14 # Part-Of-Speech symbols, accents,boundaries) are expressed with
17 # For each set, symbols are mapped into one-byte ids [0..255].
18 # Finite-State-Transducers are used to transform one sequence of symbols into
19 # another, where input and output symbols may be mixed from different sets.
27 # "universal" symbols are added that are not related to any particular
103 -alphabet <outfile> writes the combined set of symbols to <outfile>.
151 # not all symbols are predicted by trees, some universals are inserted
152 # programatically. we add these hardcoded symbols/ids and check that they
    [all...]
  /external/v8/src/
platform-macos.cc 331 char** symbols = backtrace_symbols(addresses.start(), frames_count); local
332 if (symbols == NULL) {
343 symbols[i]); local
348 free(symbols);
  /packages/apps/Settings/src/com/android/settings/
ChooseLockPassword.java 298 int symbols = 0; local
317 symbols++;
322 && (letters > 0 || symbols > 0)) {
343 } else if (symbols < mPasswordMinSymbols) {
  /external/elfutils/src/
ldgeneric.c 114 /* String table reference to all symbols in the symbol table. */
190 /* When generating DSO we normally allow undefined symbols. */
548 if (strcmp (fileinfo->scninfo[newgrpid].symbols->name,
549 oldp->file->scninfo[oldgrpid].symbols->name) != 0)
561 /* We check the type and size of the symbols. In both cases the
616 with the unresolved symbols. Whoever walks the list will
737 the symbol from the list of symbols which are taken from DSOs. */
775 /* Add to the list of symbols used from DSOs if necessary. */
1001 assert (grpscn == NULL || grpscn->symbols->name != NULL);
1008 search.grp_signature = grpscn != NULL ? grpscn->symbols->name : NULL
    [all...]
  /external/icu4c/tools/tzcode/
icuzdump.cpp 47 DecimalFormatSymbols *symbols = new DecimalFormatSymbols(Locale::getEnglish(), status); local
48 decf = new DecimalFormat("00", symbols, status);
  /external/qemu/
dis-asm.h 274 /* An array of pointers to symbols either at the location being disassembled
279 asymbol **symbols; member in struct:disassemble_info
280 /* Number of symbols in array. */
449 (INFO).symbols = NULL, \
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 125 typedef std::vector<COFFSymbol*> symbols; typedef in class:__anon9043::WinCOFFObjectWriter
136 symbols Symbols;
328 for (symbols::iterator I = Symbols.begin(), E = Symbols.end(); I != E; ++I)
335 return createCOFFEntity<COFFSymbol>(Name, Symbols);
343 = createCOFFEntity<COFFSymbol>(Symbol->getName(), Symbols);
515 // need symbols so they can be linked to code in the .text section right?
519 // For now, all non-variable symbols are exported
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 

Completed in 2431 milliseconds

1 2 3 45 6 7 8 91011>>