HomeSort by relevance Sort by last modified time
    Searched refs:symbol (Results 226 - 250 of 324) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/native/
libcore_icu_NativeDecimalFormat.cpp 145 UNumberFormatSymbol symbol = static_cast<UNumberFormatSymbol>(javaSymbol); local
146 unum_setSymbol(toUNumberFormat(addr), symbol, value.get(), value.size(), &status); local
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_monetary.c 165 case money_base::symbol: {
430 //No reason to add a space last if the money symbol do not have to be display
431 //if (__format.field[3] == (char) money_base::symbol && !__generate_curr) {
461 case money_base::symbol:
_monetary.h 42 enum part {none, space, symbol, sign, value}; enumerator in enum:money_base::part
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_monetary.c 165 case money_base::symbol: {
430 //No reason to add a space last if the money symbol do not have to be display
431 //if (__format.field[3] == (char) money_base::symbol && !__generate_curr) {
461 case money_base::symbol:
_monetary.h 42 enum part {none, space, symbol, sign, value}; enumerator in enum:money_base::part
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_monetary.c 165 case money_base::symbol: {
430 //No reason to add a space last if the money symbol do not have to be display
431 //if (__format.field[3] == (char) money_base::symbol && !__generate_curr) {
461 case money_base::symbol:
_monetary.h 42 enum part {none, space, symbol, sign, value}; enumerator in enum:money_base::part
  /external/bison/src/
output.c 344 symbol *sym = symbols[i];
381 | Output the symbol destructors to OUT. |
394 symbol *sym = symbols[i];
397 Symbol-name, Symbol-number,
414 | Output the symbol printers to OUT. |
427 symbol *sym = symbols[i];
430 Symbol-name, Symbol-number,
reduce.c 144 symbols which only has the start symbol in it, iterate over all
168 /* If the start symbol isn't useful, then nothing will be useful. */
310 /* Shuffle elements of tables indexed by symbol number. */
312 symbol **symbols_sorted = xnmalloc (nvars, sizeof *symbols_sorted);
440 _("start symbol %s does not derive any sentence"),
scan-gram.c     [all...]
  /external/mesa3d/src/glsl/
ir_reader.cpp 167 ir_read_error(st, expr, "expected <type> (symbol or list)");
368 s_symbol *symbol = SX_AS_SYMBOL(expr); local
369 if (symbol != NULL) {
370 if (strcmp(symbol->value(), "break") == 0 && loop_ctx != NULL)
372 if (strcmp(symbol->value(), "continue") == 0 && loop_ctx != NULL)
433 ir_read_error(st, list, "expected variable name, found non-symbol");
476 // Add the variable to the symbol table
627 ir_read_error(st, list, "expected a write mask; found non-symbol");
734 ir_read_error(st, list, "expected operator, found non-symbol");
791 ir_read_error(st, list, "expected a valid swizzle; found non-symbol");
    [all...]
  /external/v8/src/
gdb-jit.cc 560 // Convert symbol names from strings to indexes in the string table.
597 // String table for this symbol table should follow it in the section table.
612 void Add(const ELFSymbol& symbol) {
613 if (symbol.binding() == ELFSymbol::BIND_LOCAL) {
614 locals_.Add(symbol);
616 globals_.Add(symbol);
623 // We are assuming that string table will follow symbol table.
740 // Symbol table should be followed by the linked string table.
    [all...]
  /external/valgrind/main/memcheck/tests/
varinfo5.stderr.exp 122 Address 0x........ is 5 bytes inside data symbol "static_local_def.XXXX"
141 Address 0x........ is 7 bytes inside data symbol "static_local_undef.XXXX"
  /external/elfutils/src/
i386_ld.c 51 only means adjusting offset and symbol indices. */
72 struct symbol **symref;
85 /* Get the data for the input section symbol table for this
96 /* Array directing local symbol table offsets to output symbol
100 /* References to the symbol records. */
117 /* Compute the symbol index in the output file. */
121 /* This happens if the symbol is locally undefined or
126 /* Take reordering performed to sort the symbol table into
130 /* Get the symbol table entry. *
    [all...]
  /external/oprofile/libpp/
format_output.cpp 3 * outputting format for symbol lists
111 format_map[ff_symb_name] = field_description(30, "symbol name", &formatter::format_symb_name);
272 return symbol_names.demangle(f.symbol.name);
278 return get_image_name(f.symbol.image_name,
288 return get_image_name(f.symbol.app_name,
479 // cumulated percent are relative to current symbol.
572 // module+symbol table for detecting duplicate symbols
707 // first time we've seen this symbol
815 // only output source_file if it is different than the symbol's
843 // output symbol's summary data for each profile clas
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
cpp.c 156 Symbol *symb;
242 Symbol *symb;
399 Symbol *s;
511 Symbol *s = LookUpSymbol(macros, name);
836 Symbol *symbol = NULL; local
846 symbol = AddSymbol(&location, macros, atom, MACRO_S);
847 symbol->details.mac = macro;
934 Symbol *sym = LookUpSymbol(macros, atom);
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang.y 45 TSymbol* symbol;
154 // The symbol table search was done in the lexical phase
155 const TSymbol* symbol = $1.symbol;
157 if (symbol == 0) {
165 // This identifier can only be a variable type symbol
166 if (! symbol->isVariable()) {
170 variable = static_cast<const TVariable*>(symbol);
447 // Don't go through the symbol table for constructors.
467 // Not a constructor. Find it in the symbol table
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/include/
bfd.h 226 /* General purpose part of a symbol X;
242 /* A canonical archive symbol. */
255 char **name; /* Symbol name. */
326 /* Information about a symbol that nm needs. */
332 const char *name; /* Symbol name. */
890 /* ELF ARM mapping symbol support */
957 long symbol; member in struct:coff_comdat_info
1498 struct bfd_symbol *symbol; member in struct:bfd_section
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/include/
bfd.h 226 /* General purpose part of a symbol X;
242 /* A canonical archive symbol. */
255 char **name; /* Symbol name. */
326 /* Information about a symbol that nm needs. */
332 const char *name; /* Symbol name. */
890 /* ELF ARM mapping symbol support */
957 long symbol; member in struct:coff_comdat_info
1498 struct bfd_symbol *symbol; member in struct:bfd_section
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
bfd.h 285 /* General purpose part of a symbol X;
298 /* A canonical archive symbol. */
311 char **name; /* Symbol name. */
374 /* Information about a symbol that nm needs. */
380 const char *name; /* Symbol name. */
896 /* ELF ARM mapping symbol support */
941 long symbol; member in struct:coff_comdat_info
1463 struct bfd_symbol *symbol; member in struct:bfd_section
    [all...]
  /external/stlport/stlport/stl/
_monetary.h 42 enum part {none, space, symbol, sign, value}; enumerator in enum:money_base::part
  /external/strace/
defs.h 540 const char *symbol; member in struct:ioctlent
util.c     [all...]
  /system/core/debuggerd/arm/
unwind.c 398 const struct symbol* sym = 0;
456 /* See if we can determine what symbol this stack frame resides in */
  /external/javassist/src/main/javassist/compiler/
Parser.java 62 d.setVariable(new Symbol(name));
212 d.setVariable(new Symbol(name));
251 return Stmnt.make(LABEL, new Symbol(label), parseStatement(tbl));
542 s.setLeft(new Symbol(lex.getString()));
638 Symbol symbol = new Symbol(name); local
646 Declarator decl = d.make(symbol, dim, init);
985 list = ASTList.append(list, new Symbol(lex.getString()));
    [all...]

Completed in 1006 milliseconds

1 2 3 4 5 6 7 8 91011>>