HomeSort by relevance Sort by last modified time
    Searched refs:symbol (Results 351 - 375 of 832) sorted by null

<<11121314151617181920>>

  /external/chromium_org/v8/src/
preparse-data.cc 136 Vector<Key> symbol = symbol_keys_.AddBlock(1, key); local
137 entry->key = &symbol[0];
  /external/icu4c/i18n/
unum.cpp 683 UNumberFormatSymbol symbol,
691 if(fmt==NULL || symbol< 0 || symbol>=UNUM_FORMAT_SYMBOL_COUNT) {
704 getConstSymbol((DecimalFormatSymbols::ENumberFormatSymbol)symbol).
710 UNumberFormatSymbol symbol,
718 if(fmt==NULL || symbol< 0 || symbol>=UNUM_FORMAT_SYMBOL_COUNT || value==NULL || length<-1) {
730 symbols.setSymbol((DecimalFormatSymbols::ENumberFormatSymbol)symbol,
  /external/icu4c/samples/numfmt/
main.cpp 97 * while the currency symbol and number of decimals are set for
115 // the currency symbol
145 // Unicode string with the desired currency display symbol or name
146 UChar symbol[16]; member in struct:__anon18950
175 symbols.setSymbol(DecimalFormatSymbols::kCurrencySymbol, currencyMap[i].symbol);
186 * while the currency symbol and number of decimals are set for
  /external/libpng/
pngconf.h     [all...]
  /external/openfst/src/include/fst/
fstlib.h 147 #include <fst/symbol-table.h>
148 #include <fst/symbol-table-ops.h>
  /external/oprofile/libpp/
Android.mk 32 symbol.cpp \
symbol_sort.cpp 54 case sort_options::symbol:
171 } else if (name == "symbol") {
172 options.push_back(symbol);
  /external/qemu/distrib/libpng-1.2.19/
pngconf.h     [all...]
  /external/stlport/src/
monetary.cpp 27 pos_format.field[0] = (char) money_base::symbol;
32 neg_format.field[0] = (char) money_base::symbol;
  /external/v8/src/
preparse-data.cc 135 Vector<Key> symbol = symbol_keys_.AddBlock(1, key); local
136 entry->key = &symbol[0];
  /frameworks/compile/mclinker/lib/LD/
StubFactory.cpp 67 // build a name for stub symbol
76 LDSymbol* symbol = local
86 stub->setSymInfo(symbol->resolveInfo());
  /ndk/sources/cxx-stl/stlport/src/
monetary.cpp 27 pos_format.field[0] = (char) money_base::symbol;
32 neg_format.field[0] = (char) money_base::symbol;
  /external/linux-tools-perf/util/
probe-event.c 44 #include "symbol.h"
78 /* Initialize symbol maps and path of vmlinux/modules */
90 pr_debug("Failed to init symbol map.\n");
108 static struct symbol *__find_kernel_function_by_name(const char *name,
192 struct symbol *sym;
197 sym = __find_kernel_function_by_name(tp->symbol, &map);
200 pr_debug("try to find %s+%ld@%" PRIx64 "\n", tp->symbol,
207 pp->function = strdup(tp->symbol);
479 fprintf(stdout, "\t@<%s+%lu>\n", vl->point.symbol,
481 free(vl->point.symbol);
    [all...]
probe-event.h 12 char *symbol; /* Base symbol */ member in struct:probe_trace_point
13 unsigned long offset; /* Offset from symbol */
sort.h 19 #include "symbol.h"
75 struct symbol *parent;
  /external/chromium/testing/gmock/scripts/
gmock_doctor.py 395 gcc_regex = (_GCC_FILE_LINE_RE + r'error: \'(?P<symbol>.+)\' '
398 r'\'(?P<symbol>.+)\'')
400 '%(symbol)s' is defined by Google Mock in the testing namespace.
402 using testing::%(symbol)s;
406 symbol = m.groupdict()['symbol'] variable
407 if symbol in _COMMON_GMOCK_SYMBOLS:
408 yield ('NUS', 'Need to Use Symbol', diagnosis % m.groupdict())
  /external/chromium_org/third_party/angle/src/compiler/
ParseContext.cpp 311 const char* symbol = 0; local
313 symbol = symNode->getSymbol().c_str();
361 extraInfoStream << "\"" << symbol << "\" (" << message << ")";
425 // of scope. Except, if the symbol table is at the built-in push-level,
730 // without a size, and make the right changes to the symbol table.
739 // Don't check for reserved word use until after we know it's not in the symbol table,
745 TSymbol* symbol = symbolTable.find(identifier, &builtIn, &sameScope); local
746 if (symbol == 0 || !sameScope) {
757 error(line, "INTERNAL ERROR inserting new symbol", identifier.c_str());
761 if (! symbol->isVariable())
924 const TSymbol* symbol = symbolTable.find(call->getName(), builtIn); local
1000 const TSymbol* symbol = symbolTable.find(initializer->getAsSymbolNode()->getSymbol()); local
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
desktop_browser_backend.py 189 for symbol in sorted(symbols, key=os.path.getmtime, reverse=True):
190 if not os.path.isfile(symbol):
192 with open(symbol, 'r') as f:
202 shutil.copyfile(symbol, os.path.join(symbol_path, binary + '.sym'))
  /external/chromium_org/ui/keyboard/resources/webui/
main.css 125 .symbol,
156 .symbol {
  /external/harfbuzz/src/
harfbuzz-external.h 149 void *HB_Library_Resolve(const char *library, int version, const char *symbol);
  /external/linux-tools-perf/util/ui/browsers/
annotate.c 7 #include "../../symbol.h"
64 struct symbol *sym, int evidx)
144 struct symbol *sym = browser->b.priv;
170 struct symbol *sym = self->b.priv;
254 int symbol__tui_annotate(struct symbol *sym, struct map *map, int evidx,
  /external/oprofile/daemon/liblegacy/
p_module.h 33 /* The symbol format used by get_kernel_syms(2). */
57 struct old_module_symbol symbol[0]; /* actual size defined by n_symbols */ member in struct:old_symbol_table
  /external/qemu/
disas.c 320 /* Look up symbol for debugging purpose. Returns "" if unknown. */
323 const char *symbol = ""; local
327 symbol = s->lookup_symbol(s, orig_addr);
328 if (symbol[0] != '\0') {
333 return symbol;
  /external/valgrind/main/memcheck/tests/
varinfo3.stderr.exp 34 Address 0x........ is 5 bytes inside data symbol "static_local_def.XXXX"
49 Address 0x........ is 7 bytes inside data symbol "static_local_undef.XXXX"
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/
NdkScannerInfoCollector.java 94 public void deleteSymbol(IResource resource, String symbol) {

Completed in 732 milliseconds

<<11121314151617181920>>