/external/ltrace/ |
ltrace-elf.h | 86 * The corresponding PLT entry is for symbol called NAME, and it's 88 * symbol(s) corresponding to the given PLT entry will be added to the 102 * RET shall be initialized, the created symbol will be added to the 104 * the symbol to LTE. arch_elf_add_plt_entry has the chance to adjust 105 * symbol internals to its liking, and then return either PLT_DEFAULT 131 enum callback_status (*cb)(GElf_Sym *symbol,
|
/external/lzma/C/ |
Ppmd7.h | 91 (p->HiBitsFlag = p->HB2Flag[p->FoundState->Symbol]) + \
92 2 * p->HB2Flag[Ppmd7Context_OneState(p->MinContext)->Symbol] + \
136 void Ppmd7_EncodeSymbol(CPpmd7 *p, CPpmd7z_RangeEnc *rc, int symbol);
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
fpdfapi_jcphuff.c | 277 * Emit (or just count) a Huffman symbol.
282 emit_symbol (phuff_entropy_ptr entropy, int tbl_no, int symbol)
285 entropy->count_ptrs[tbl_no][symbol]++;
288 emit_bits(entropy, tbl->ehufco[symbol], tbl->ehufsi[symbol]);
313 * Emit any pending EOBRUN symbol.
433 /* Count/emit the Huffman-coded symbol for the number of bits */
532 /* Count/emit Huffman symbol for run length / number of bits */
700 /* Count/emit Huffman symbol for run length / number of bits */
777 /* Flush out buffered data (all we care about is counting the EOB symbol) */
[all...] |
/external/qemu/distrib/jpeg-6b/ |
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 );
|
/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/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
RubyTarget.java | 120 } else if ( formatName.equals( "symbol" ) ) { 121 return symbol( idString ); 205 private String symbol( String value ) { method in class:RubyTarget.RubyRenderer
|
/external/bison/src/ |
state.c | 79 errs_new (int num, symbol **tokens) 120 accessing symbol: $end. */ 239 state_errs_set (state *s, int num, symbol **tokens) 291 xml_printf (out, level + 1, "<symbol>%s</symbol>",
|
/external/chromium_org/third_party/android_crazy_linker/src/src/ |
crazy_linker_library_list.cpp | 30 // Check a symbol entry. 31 bool CheckSymbol(const char* symbol, SharedLibrary* lib) { 32 const ELF::Sym* entry = lib->LookupSymbolEntry(symbol); 38 // If this is a strong symbol, record it and return true. 43 // If this is a weak symbol, record the first one and 124 // There was at least a single weak symbol definition, so use 129 // There was no symbol definition.
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
ParseContext.h | 49 TSymbolTable& symbolTable; // symbol table that goes with the language currently being parsed 81 const TVariable *getNamedVariable(const TSourceLoc &location, const TString *name, const TSymbol *symbol); 132 TIntermAggregate* parseInvariantDeclaration(const TSourceLoc &invariantLoc, const TSourceLoc &identifierLoc, const TString *identifier, const TSymbol *symbol);
|
/external/chromium_org/tools/memory_inspector/memory_inspector/data/ |
file_storage.py | 8 Storage -> N Archives -> 1 Symbol index 22 from memory_inspector.core import symbol namespace 94 """Stores the symbol db (one per the overall archive).""" 95 assert(isinstance(symbols, symbol.Symbols))
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
private.js | 38 return ["Symbol(66)"].indexOf(s) >= 0; 57 assertEquals("symbol", typeof symbols[i]) 58 assertTrue(typeof symbols[i] === "symbol") 61 assertEquals("Symbol", %_ClassOf(Object(symbols[i]))) 69 assertSame(Symbol.prototype, symbols[i].__proto__) 77 assertSame(Symbol, symbols[i].__proto__.constructor) 78 assertSame(Symbol, Object(symbols[i]).__proto__.constructor) 91 assertTrue(isValidSymbolString(Symbol.prototype.toString.call(symbols[i]))) 93 "[object Symbol]", Object.prototype.toString.call(symbols[i])) 126 // Every symbol should equal itself, and non-strictly equal its wrapper [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
unum.h | 125 * locale like the currency symbol, the grouping seperator , monetary seperator 150 * Currency format with a currency symbol, e.g., "$1.00". [all...] |
/external/strace/ |
io.c | 390 tprints(iop->symbol); 392 tprintf(" or %s", iop->symbol);
|
/ndk/sources/android/crazy_linker/src/ |
crazy_linker_library_list.cpp | 28 // Check a symbol entry. 29 bool CheckSymbol(const char* symbol, SharedLibrary* lib) { 30 const ELF::Sym* entry = lib->LookupSymbolEntry(symbol); 36 // If this is a strong symbol, record it and return true. 41 // If this is a weak symbol, record the first one and 122 // There was at least a single weak symbol definition, so use 127 // There was no symbol definition.
|
/external/chromium_org/build/android/ |
adb_gdb | 172 --symbol-dir=*) 263 build type, or simply use --symbol-dir=<path> to specify the file manually. 270 --gdb and --symbol-lib options to specify everything manually. 294 will be passed to gdb after the remote connection and library symbol 303 --symbol-dir=<path> Specify directory with symbol shared libraries. 685 # Detect the build type and symbol directory. This is done by finding 706 # Ignore build directories that don't contain symbol versions 731 log "Auto-config: --symbol-dir=$SYMBOL_DIR"
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
sort.c | 3 #include "symbol.h" 8 const char default_sort_order[] = "comm,dso,symbol"; 164 /* --sort symbol */ 166 static int64_t _sort__sym_cmp(struct symbol *sym_l, struct symbol *sym_r) 191 static int _hist_entry__sym_snprintf(struct map *map, struct symbol *sym, 235 .se_header = "Symbol", 304 struct symbol *sym_l = left->parent; 305 struct symbol *sym_r = right->parent; 321 .se_header = "Parent symbol", [all...] |
/external/chromium_org/tools/symsrc/ |
pefile.py | 952 """Holds imported symbol's information. 954 ordinal: Ordinal of the symbol 955 name: Name of the symbol 956 bound: If the symbol is bound, this contains 970 ordinal: ordinal of the symbol 971 address: address of the symbol 972 name: name of the symbol (None if the symbol is [all...] |
/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/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/ |
handlebars-1.0.0.beta.6.js | 223 var symbol, preErrorSymbol, state, action, a, r, yyval = {}, p, len, newState, expected; 229 if (symbol == null) 230 symbol = lex(); 231 action = table[state] && table[state][symbol]; 242 errStr = "Parse error on line " + (yylineno + 1) + ":\n" + this.lexer.showPosition() + "\nExpecting " + expected.join(", ") + ", got '" + this.terminals_[symbol] + "'"; 244 errStr = "Parse error on line " + (yylineno + 1) + ": Unexpected " + (symbol == 1?"end of input":"'" + (this.terminals_[symbol] || symbol) + "'"); 246 this.parseError(errStr, {text: this.lexer.match, token: this.terminals_[symbol] || symbol, line: this.lexer.yylineno, loc: yyloc, expected: expected}) [all...] |
/external/lldb/source/Core/ |
Debugger.cpp | 41 #include "lldb/Symbol/ClangASTContext.h" 42 #include "lldb/Symbol/CompileUnit.h" 43 #include "lldb/Symbol/Function.h" 44 #include "lldb/Symbol/Symbol.h" 45 #include "lldb/Symbol/VariableList.h" 176 bool is_load_script = strcmp(property_path,"target.load-script-from-symbol-file") == 0; [all...] |
/external/chromium_org/third_party/codesighs/ |
maptsvdifftool.c | 65 ** mNegation Perform negation heuristics on the symbol drifts. 99 static Switch gZeroDriftSwitch = {"--zerodrift", "-z", 0, NULL, "Output zero drift data." DESC_NEWLINE "Reports symbol changes even when there is no net drift."}; 100 static Switch gNegationSwitch = {"--negation", "-n", 0, NULL, "Use negation heuristics." DESC_NEWLINE "When symbol sizes are inferred by offset, order changes cause noise." DESC_NEWLINE "This helps see through the noise by eliminating equal and opposite drifts."}; 152 ** Symbol level stats. 394 char* symbol = NULL; local 421 symbol = strrchr(theLine, '\t') + 1; 446 ** the symbol 567 if(0 == strcmp(symbol, theObject->mSymbols[symbolIndex].mSymbol)) 585 theObject->mSymbols[symbolIndex].mSymbol = strdup(symbol); 589 ERROR_REPORT(retval, symbol, "Unable to duplicate string.") [all...] |
/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/ |
www_server.py | 594 # Use the fallback libname.so+0xaddr if symbol info is not available. 595 symbol_name = frame.symbol.name if frame.symbol else '??' 596 source_info = (str(frame.symbol.source_info[0]) if 597 frame.symbol and frame.symbol.source_info else frame.raw_address)
|