/libnativehelper/include/nativehelper/ |
JniInvocation.h | 43 bool FindSymbol(void** pointer, const char* symbol);
|
/ndk/tests/build/b8247455-hidden-cxa/jni/ |
Android.mk | 3 # hidden symbol '__cxa_begin_cleanup' in ./obj/local/armeabi/libgnustl_static.a(eh_arm.o) 5 # hidden symbol '__cxa_type_match' in ./obj/local/armeabi/libgnustl_static.a(eh_arm.o)
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
Constants.java | 211 case CODE_SWITCH_ALPHA_SYMBOL: return "symbol";
|
/sdk/emulator/qtools/ |
coverage.cpp | 13 struct symbol { struct 17 typedef TraceReader<symbol> TraceReaderType; 87 TraceReader<symbol> *trace = new TraceReader<symbol>;
|
profile_trace.cpp | 12 struct symbol { struct 17 typedef TraceReader<symbol> TraceReaderType; 56 TraceReader<symbol> *trace = new TraceReader<symbol>; 74 // Assign the elapsed time to the previous function symbol
|
/art/compiler/ |
elf_writer_mclinker.cc | 231 // subtract a word so symbol is within section 257 const std::string& symbol = compiled_code.GetSymbol(); local 258 SafeMap<const std::string*, const std::string*>::iterator it = added_symbols_.find(&symbol); 262 added_symbols_.Put(&symbol, &symbol); 264 // Add input to supply code for symbol 268 mcld::Input* code_input = ir_builder_->ReadInput(symbol, 385 const std::string& symbol = compiled_code.GetSymbol(); local 386 SafeMap<const std::string*, uint32_t>::iterator it = symbol_to_compiled_code_offset_.find(&symbol); 392 symbol, [all...] |
/external/bison/src/ |
parse-gram.c | 142 static symbol *current_lhs_symbol; 147 /** Set the new current left-hand side symbol, possibly common 152 current_lhs(symbol *sym, location loc, named_ref *ref) 213 /* Put the tokens into the symbol table, so that GDB and other debuggers 340 symbol *symbol; member in union:GRAM_STYPE 601 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */ 608 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */ 646 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in 714 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM [all...] |
/bionic/libdl/ |
dltest.c | 41 {"symbol", required_argument, 0, 's'}, 48 "specify a library path to look up symbol", 49 "specify symbol to look up", 56 "\t%s [-l <libname>] -s <symbol name>\n" 117 fprintf(stderr, "You must specify a symbol!\n"); 124 void *handle, *symbol; local 132 printf("opening symbol [%s]\n", symname); 133 symbol = dlsym(handle, symname); 141 else printf("successfully opened symbol\n");
|
/cts/tests/tests/view/src/android/view/cts/ |
View_IdsTest.java | 42 TextView symbol = (TextView) activity.findViewById(R.id.symbolball); local 48 assertNotNull(symbol);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
check-for-exit-time-destructors | 117 my ($symbol) = @_; 118 if (!open FILT, "c++filt $symbol |") {
|
/external/chromium_org/third_party/android_platform/development/scripts/ |
symbol.py | 19 The information can include symbol names, offsets, and source locations. 107 # untranslated in case it is an Android symbol in SYMBOLS_DIR. 131 """Look up symbol information about an address. 155 """Look up symbol information for a set of addresses from the given library. 225 """Look up line and symbol information for a set of addresses. 232 A dictionary of the form {addr: [(symbol, file:line)]} where 234 or an empty list if no symbol information was found. 261 symbol = child.stdout.readline().strip() 262 if symbol == "??": 263 symbol = Non [all...] |
/external/chromium_org/v8/src/ |
dateparser.h | 188 char symbol() { function in struct:v8::internal::DateParser::DateToken 192 bool IsSymbol(char symbol) { 193 return IsSymbol() && this->symbol() == symbol; 221 static DateToken Symbol(char symbol) { 222 return DateToken(kSymbolTag, 1, symbol); 271 bool SkipSymbol(char symbol) { 272 if (next_.IsSymbol(symbol)) {
|
/external/harfbuzz/tests/linebreaking/ |
harfbuzz-qt.cpp | 82 void *HB_Library_Resolve(const char *library, const char *symbol) 84 return QLibrary::resolve(library, symbol);
|
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
JavaExpression.java | 134 public final String symbol; 142 private Type(String symbol) { 143 this.symbol = symbol; 348 * An untyped symbol (e.g. myVariable). 350 public static JavaExpression symbol(final String value) { 360 * A typed symbol (e.g. myVariable). 362 public static JavaExpression symbol(Type type, final String value) { 372 return symbol(Type.MACRO, value); 398 JavaSourceWriter.writeJavaSymbol(out, type.symbol); [all...] |
/external/v8/src/ |
dateparser.h | 188 char symbol() { function in struct:v8::internal::DateParser::DateToken 192 bool IsSymbol(char symbol) { 193 return IsSymbol() && this->symbol() == symbol; 221 static DateToken Symbol(char symbol) { 222 return DateToken(kSymbolTag, 1, symbol); 271 bool SkipSymbol(char symbol) { 272 if (next_.IsSymbol(symbol)) {
|
/frameworks/compile/libbcc/tools/build/ |
gen-sha1-stamp.py | 46 """For each path like /xxx/libfoo.so, generate a symbol named libfoo_so_SHA1""" 109 for (symbol, y) in zip(symbols, x): 110 print_asm_symbol_data(symbol, y[1])
|
/hardware/qcom/media/mm-video-legacy/vidc/common/inc/ |
extra_data_handler.h | 94 OMX_U32 e_u(OMX_U32 symbol, OMX_U32 num_bits); 95 OMX_U32 e_ue(OMX_U32 symbol);
|
/hardware/qcom/media/mm-video-v4l2/vidc/common/inc/ |
extra_data_handler.h | 103 OMX_U32 e_u(OMX_U32 symbol, OMX_U32 num_bits); 104 OMX_U32 e_ue(OMX_U32 symbol);
|
/external/chromium_org/tools/cygprofile/ |
symbolize.py | 93 # information needed to symbolize (i.e. address, size and symbol name). 99 # called in profiled run, we will symbolize to include all symbol names at 121 """Find starting address of a symbol at a particular address. 124 that the log file may give an address after the start of the symbol. The 136 the starting address of the symbol at address addr 165 """Find function symbol names at address addr.""" 223 symbol = AddrToLine(call[3], lib_file) 225 + symbol) 229 for symbol in symbols: 230 print '.text.' + symbol [all...] |
/external/icu4c/test/depstest/ |
depstest.py | 38 # nm shows a symbol class of "W" rather than "T". 127 for symbol in imports: 129 if symbol in _obj_files[file_name]["imports"]: 131 (item_type, name, file_name, symbol, name, _symbols_to_files.get(symbol))) 149 for symbol in system_symbols: 150 _symbols_to_files[symbol] = name
|
/external/srec/srec/Semproc/src/ |
SymbolTable.c | 71 /* delete the symbol table */ 81 Symbol* symbol; local 95 CHKLOG(rc, ST_getSymbolSlot(self, &symbol)); 99 LSTRCPY(symbol->key, key); 102 CHKLOG(rc, HashMapPut(self->hashmap, symbol->key, symbol->value)); 105 buf = symbol->value; 196 ESR_ReturnCode ST_getSymbolSlot(SymbolTable* ptr, Symbol** slot) 291 PLogError(L("Semproc: Symbol table has too many special symbols")) [all...] |
/external/linux-tools-perf/util/ |
annotate.c | 14 #include "symbol.h" 19 int symbol__annotate_init(struct map *map __used, struct symbol *sym) 26 int symbol__alloc_hist(struct symbol *sym, int nevents) 41 void symbol__annotate_zero_histograms(struct symbol *sym) 52 int symbol__inc_addr_samples(struct symbol *sym, struct map *map, 112 static int objdump_line__print(struct objdump_line *oline, struct symbol *sym, 197 static int symbol__parse_objdump_line(struct symbol *sym, struct map *map, 261 int symbol__annotate(struct symbol *sym, struct map *map, size_t privsize) 263 int symbol__annotate(struct symbol *sym, struct map *map, size_t privsize, 388 static void symbol__free_source_line(struct symbol *sym, int len [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
conv.py | 19 On the other hand, symbol numbers (representing the grammar's 76 symbol, number = mo.groups() 78 assert symbol not in self.symbol2number 80 self.symbol2number[symbol] = number 81 self.number2symbol[number] = symbol 176 symbol = mo.group(2) 178 assert self.symbol2number[symbol] == number, (lineno, line) 179 assert self.number2symbol[number] == symbol, (lineno, line)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
conv.py | 19 On the other hand, symbol numbers (representing the grammar's 76 symbol, number = mo.groups() 78 assert symbol not in self.symbol2number 80 self.symbol2number[symbol] = number 81 self.number2symbol[number] = symbol 176 symbol = mo.group(2) 178 assert self.symbol2number[symbol] == number, (lineno, line) 179 assert self.number2symbol[number] == symbol, (lineno, line)
|
/external/chromium_org/third_party/lzma_sdk/ |
LzmaEnc.c | 552 static void RangeEnc_EncodeBit(CRangeEnc *p, CLzmaProb *prob, UInt32 symbol) 556 if (symbol == 0) 575 static void LitEnc_Encode(CRangeEnc *p, CLzmaProb *probs, UInt32 symbol) 577 symbol |= 0x100; 580 RangeEnc_EncodeBit(p, probs + (symbol >> 8), (symbol >> 7) & 1); 581 symbol <<= 1; 583 while (symbol < 0x10000); 586 static void LitEnc_EncodeMatched(CRangeEnc *p, CLzmaProb *probs, UInt32 symbol, UInt32 matchByte) 589 symbol |= 0x100 [all...] |