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

1 2 3 4 5 6 78 91011>>

  /external/oprofile/pp/
opannotate.cpp 260 string symbol_annotation(symbol_entry const * symbol)
262 if (!symbol)
265 string annot = count_str(symbol->sample.counts,
268 string const & symname = symbol_names.demangle(symbol->name);
272 str += count_str(symbol->sample.counts, samples->samples_count());
278 /// return true if this line contains a symbol name in objdump formatting
279 /// symbol are on the form 08030434 <symbol_name>: we need to be strict
280 /// here to avoid any interpretation of a source line as a symbol line
313 // this regexp dis-ambiguate between a symbol line and an asm line. If
343 // ! complexity: linear in number of symbol must use sorte
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 624 private static native int getAttribute(int addr, int symbol);
625 private static native String getTextAttribute(int addr, int symbol);
637 private static native void setSymbol(int addr, int symbol, String str);
638 private static native void setAttribute(int addr, int symbol, int i);
640 private static native void setTextAttribute(int addr, int symbol, String str);
  /external/bison/src/
parse-gram.c 74 /* Put the tokens into the symbol table, so that GDB and other debuggers
241 static symbol *current_lhs;
281 symbol *symbol; member in union:YYSTYPE
542 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
549 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
586 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
643 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM
    [all...]
print.c 78 symbol *previous_lhs = NULL;
141 symbol *sym = symbols[TRANSITION_SYMBOL (trans, i)];
157 symbol *sym = symbols[TRANSITION_SYMBOL (trans, i)];
scan-gram.l 269 val->symbol = symbol_get (yytext, *loc);
424 val->symbol = symbol_get (quotearg_style (escape_quoting_style,
427 symbol_class_set (val->symbol, token_sym, *loc, false);
429 symbol_user_token_number_set (val->symbol, last_string_1, *loc);
899 | Map `$?' onto the proper M4 symbol, depending on its TOKEN_TYPE |
966 | Map `@?' onto the proper M4 symbol, depending on its TOKEN_TYPE |
    [all...]
  /external/icu4c/i18n/unicode/
decimfmt.h 167 * <td align=left><strong>Symbol</strong>
237 * <td>Currency sign, replaced by currency symbol. If
238 * doubled, replaced by international currency symbol.
330 * decimal point and the first grouping symbol, and that
    [all...]
  /external/oprofile/libutil++/
bfd_support.cpp 119 * for the symbol name, and:
176 * symbol to the nearest one it can find with debug information.
177 * To mitigate this problem, we check that the symbol name
361 * and sometimes this symbol appears at an address
439 * 1) the real image is completely stripped, where there is no symbol
449 * translate_debuginfo_syms function maps the debuginfo symbol's sections to
524 /* For ppc64, a debuginfo file by itself does not hold enough symbol
625 // take care about artificial symbol
626 if (!sym.symbol())
633 section = sym.symbol()->section
    [all...]
  /external/srec/tools/grxmlcompile/
fst-io.h 81 string symbol = syms->Find(id); local
82 if (symbol == "") {
84 << " is not mapped to any textual symbol"
85 << ", symbol table = " << syms->Name()
89 *ostrm_ << symbol; local
138 const SymbolTable *isyms_; // ilabel symbol table
139 const SymbolTable *osyms_; // olabel symbol table
140 const SymbolTable *ssyms_; // slabel symbol table
296 LOG(ERROR) << "FstReader: Symbol \"" << s
298 << ", symbol table = " << syms->Name(
    [all...]
  /external/clang/utils/
clang-completion-mode.el 192 (setq clang-completion-substring (thing-at-point 'symbol))
  /external/elfutils/libebl/
libebl.h 37 /* Return symbol representaton of object file type. */
49 /* Return true if the symbol type is that referencing the GOT. */
67 /* Return symbolic representation of symbol type. */
70 /* Return symbolic representation of symbol binding. */
139 /* Return true if the symbol type is that referencing the GOT. E.g.,
163 /* Return symbol type name. */
164 extern const char *ebl_symbol_type_name (Ebl *ebl, int symbol,
167 /* Return symbol binding name. */
  /external/jpeg/
jcphuff.c 276 * Emit (or just count) a Huffman symbol.
281 emit_symbol (phuff_entropy_ptr entropy, int tbl_no, int symbol)
284 entropy->count_ptrs[tbl_no][symbol]++;
287 emit_bits(entropy, tbl->ehufco[symbol], tbl->ehufsi[symbol]);
312 * Emit any pending EOBRUN symbol.
432 /* Count/emit the Huffman-coded symbol for the number of bits */
531 /* Count/emit Huffman symbol for run length / number of bits */
699 /* Count/emit Huffman symbol for run length / number of bits */
776 /* Flush out buffered data (all we care about is counting the EOB symbol) */
    [all...]
  /external/stlport/test/unit/
money_facets_test.cpp 95 * The international currency symbol. The operand is a four-character
97 * international currency symbol in accordance with those specified
99 * to separate the international currency symbol from the monetary quantity.
105 CPPUNIT_ASSERT( intl_fmp.pos_format().field[fieldIndex] == money_base::symbol );
245 CPPUNIT_ASSERT( dom_fmp.neg_format().field[fieldIndex] == money_base::symbol );
344 CPPUNIT_ASSERT( dom_fmp.neg_format().field[fieldIndex] == money_base::symbol );
409 CPPUNIT_ASSERT( dom_fmp.neg_format().field[fieldIndex] == money_base::symbol );
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_tab.h 39 /* Put the tokens into the symbol table, so that GDB and other debuggers
243 TSymbol* symbol; member in struct:YYSTYPE::__anon13184
  /ndk/tests/device/test-gnustl-full/unit/
money_facets_test.cpp 95 * The international currency symbol. The operand is a four-character
97 * international currency symbol in accordance with those specified
99 * to separate the international currency symbol from the monetary quantity.
105 CPPUNIT_ASSERT( intl_fmp.pos_format().field[fieldIndex] == money_base::symbol );
245 CPPUNIT_ASSERT( dom_fmp.neg_format().field[fieldIndex] == money_base::symbol );
344 CPPUNIT_ASSERT( dom_fmp.neg_format().field[fieldIndex] == money_base::symbol );
409 CPPUNIT_ASSERT( dom_fmp.neg_format().field[fieldIndex] == money_base::symbol );
  /ndk/tests/device/test-stlport/unit/
money_facets_test.cpp 95 * The international currency symbol. The operand is a four-character
97 * international currency symbol in accordance with those specified
99 * to separate the international currency symbol from the monetary quantity.
105 CPPUNIT_ASSERT( intl_fmp.pos_format().field[fieldIndex] == money_base::symbol );
245 CPPUNIT_ASSERT( dom_fmp.neg_format().field[fieldIndex] == money_base::symbol );
344 CPPUNIT_ASSERT( dom_fmp.neg_format().field[fieldIndex] == money_base::symbol );
409 CPPUNIT_ASSERT( dom_fmp.neg_format().field[fieldIndex] == money_base::symbol );
  /cts/tools/dasm/src/java_cup/
production.java 101 /* count use of each rhs symbol */
288 * @param type_map a hash table mapping labels to declared symbol types.
306 /* extract the type of the labeled symbol */
349 * @param type_map a hash table mapping labels to declared symbol types.
355 Hashtable label_types) /* map from labels to symbol stack types */
435 * @param lhs_type the object type associated with the LHS symbol.
613 symbol sym;
667 symbol sym;
  /external/strace/
io.c 372 tprintf("%s", iop->symbol);
374 tprintf(" or %s", iop->symbol);
  /external/v8/src/
platform-win32.cc     [all...]
heap.cc 532 // Helper class for verifying the symbol table.
539 // Check that the symbol is actually a symbol.
2022 Object* symbol; local
2414 String* symbol; local
4113 Object* symbol = NULL; local
4128 Object* symbol = NULL; local
4143 Object* symbol = NULL; local
5779 String* symbol; local
    [all...]
  /external/icu4c/i18n/
unum.cpp 844 UNumberFormatSymbol symbol,
852 if(fmt==NULL || (uint16_t)symbol>=UNUM_FORMAT_SYMBOL_COUNT) {
865 getConstSymbol((DecimalFormatSymbols::ENumberFormatSymbol)symbol).
871 UNumberFormatSymbol symbol,
879 if(fmt==NULL || (uint16_t)symbol>=UNUM_FORMAT_SYMBOL_COUNT || value==NULL || length<-1) {
891 symbols.setSymbol((DecimalFormatSymbols::ENumberFormatSymbol)symbol,
  /external/llvm/lib/Object/
COFFObjectFile.cpp 58 // Verify that the symbol points to a valid entry in the symbol table.
63 report_fatal_error("Symbol was outside of symbol table.");
66 == 0 && "Symbol did not point to the beginning of a symbol");
181 // in the same section as this symbol, and looking for either the next
182 // symbol, or the end of the section.
252 // Check for section symbol.
496 // The symbol table ends where the string table begins
    [all...]
  /external/mesa3d/src/pixelflinger2/
shader.cpp 369 const void * symbol = (void*)dlsym(RTLD_DEFAULT, name); local
370 if (NULL == symbol) {
372 symbol = (void *)gglCtx->textureState.textureData;
374 symbol = (void *)gglCtx->textureState.textureDimensions;
377 LOGD("pf2: SymbolLookup unknown symbol: '%s'", name);
381 // printf("symbolLookup '%s'=%p \n", name, symbol);
382 assert(symbol);
383 return (void *)symbol;
    [all...]
  /external/mksh/src/
syn.c 62 static int reject; /* token(cf) gets symbol again */
63 static int symbol; /* yylex value */ variable
67 #define token(cf) ((reject) ? (ACCEPT, symbol) : (symbol = yylex(cf)))
68 #define tpeek(cf) ((reject) ? (symbol) : (REJECT, symbol = yylex(cf)))
999 symbol = LWORD;
  /external/protobuf/src/google/protobuf/
descriptor.cc 220 struct Symbol {
235 inline Symbol() : type(NULL_SYMBOL) { descriptor = NULL; }
246 inline explicit Symbol(const TYPE* value) { \
275 const Symbol kNullSymbol;
277 typedef hash_map<const char*, Symbol,
280 typedef hash_map<PointerStringPair, Symbol,
341 // Find symbols. This returns a null Symbol (symbol.IsNull() is true)
343 inline Symbol FindSymbol(const string& key) const;
347 // declaring Symbol in descriptor.h, which would drag all kinds of othe
3883 Symbol symbol = builder_->FindSymbolNotEnforcingDeps( local
3918 Symbol symbol = builder_->LookupSymbol(name_part, local
4266 Symbol symbol = local
    [all...]
  /external/icu4c/test/cintltst/
cnumtst.c 150 UChar symbol[20]; local
610 symbol[0] = (UChar)(0x41 + i);
611 symbol[1] = (UChar)(0x61 + i);
612 unum_setSymbol(cur_frpattern, (UNumberFormatSymbol)i, symbol, 2, &status);
619 resultlength = unum_getSymbol(cur_frpattern, (UNumberFormatSymbol)i, symbol, sizeof(symbol)/U_SIZEOF_UCHAR, &status);
624 if(resultlength != 2 || symbol[0] != 0x41 + i || symbol[1] != 0x61 + i) {
625 log_err("Failure in unum_getSymbol(%d): got unexpected symbol\n", i);
628 /*try getting from a bogus symbol*/
    [all...]

Completed in 555 milliseconds

1 2 3 4 5 6 78 91011>>