/hardware/qcom/media/mm-video-legacy/vidc/common/src/ |
extra_data_handler.cpp | 84 OMX_U32 symbol, bit; local 90 symbol = ((1 << lead_zeros) - 1) + d_u(lead_zeros); 92 DEBUG_PRINT_LOW("\nIn %s() symbol : %d", __func__,symbol); 93 return symbol; 275 DEBUG_PRINT_LOW("\nIn %s() symbol : %u", __func__,buf_hdr->nFlags); 321 OMX_U32 extra_data_handler::e_u(OMX_U32 symbol, OMX_U32 num_bits) 325 DEBUG_PRINT_LOW("\n%s bin : %x/%d", __func__, symbol, num_bits); 329 rbsp_buf[byte_ptr] |= (symbol >> shift); 330 symbol = (symbol << (32 - shift)) >> (32 - shift) [all...] |
/hardware/qcom/media/mm-video-v4l2/vidc/common/src/ |
extra_data_handler.cpp | 87 OMX_U32 symbol, bit; local 94 symbol = ((1 << lead_zeros) - 1) + d_u(lead_zeros); 96 DEBUG_PRINT_LOW("In %s() symbol : %u", __func__, (unsigned int)symbol); 97 return symbol; 383 OMX_U32 extra_data_handler::e_u(OMX_U32 symbol, OMX_U32 num_bits) 387 DEBUG_PRINT_LOW("%s bin : %x/%u", __func__, (unsigned)symbol, (unsigned int)num_bits); 391 rbsp_buf[byte_ptr] |= (symbol >> shift); 392 symbol = (symbol << (32 - shift)) >> (32 - shift) [all...] |
/external/chromium_org/chrome/tools/build/win/ |
syzygy_instrument.py | 41 def _CompileFilter(syzygy_dir, executable, symbol, filter_file, 49 '--input-pdb=%s' % symbol, 60 def _InstrumentBinary(syzygy_dir, mode, executable, symbol, dst_dir, 63 instrumented executable and symbol files to dst_dir. 70 '--input-pdb=%s' % symbol, 74 os.path.join(dst_dir, os.path.basename(symbol)))] 115 help='The path to the input symbol file.') 135 option_parser.error('You must provide an input symbol file.')
|
syzygy_reorder.py | 38 def _ReorderBinary(relink_exe, executable, symbol, destination_dir): 40 reordered executable and symbol files to destination_dir. 48 '--input-pdb=%s' % symbol, 52 os.path.join(destination_dir, os.path.basename(symbol))),] 91 help='The path to the input symbol file.') 102 option_parser.error('You must provide an input symbol file.')
|
/external/chromium_org/third_party/android_crazy_linker/src/src/ |
crazy_linker_elf_symbols.cpp | 14 // Compute the ELF hash of a given symbol. 127 const ELF::Sym* symbol = &symbol_table_[n]; local 128 // Check that the symbol has the appropriate name. 129 if (strcmp(string_table_ + symbol->st_name, symbol_name)) 132 if (symbol->st_shndx == SHN_UNDEF) 135 switch (ELF_ST_BIND(symbol->st_info)) { 138 return symbol;
|
/external/chromium_org/third_party/skia/tools/ |
CrashHandler.cpp | 146 // Buffer to store symbol name in. 153 IMAGEHLP_SYMBOL64* symbol = reinterpret_cast<IMAGEHLP_SYMBOL64*>(&buffer); local 154 symbol->SizeOfStruct = sizeof(IMAGEHLP_SYMBOL64); 155 symbol->MaxNameLength = kMaxNameLength - 1; 157 // Translate the current PC into a symbol and byte offset from the symbol. 159 SymGetSymFromAddr64(hProcess, frame.AddrPC.Offset, &offset, symbol); 161 SkDebugf("%s +%x\n", symbol->Name, offset);
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/ |
event_analyzing_sample.py | 48 symbol text, 55 symbol text, 77 # Symbol and dso info are not always resolved 83 if (param_dict.has_key("symbol")): 84 symbol = param_dict["symbol"] 86 symbol = "Unknown_symbol" 89 event = create_event(name, comm, dso, symbol, raw_buf) 95 (event.name, event.symbol, event.comm, event.dso)) 100 (event.name, event.symbol, event.comm, event.dso, event.flags [all...] |
/external/lldb/test/python_api/function_symbol/ |
TestDisasmAPI.py | 2 Test retrieval of SBAddress from function/symbol, disassembly, and SBAddress APIs. 88 # Verify that the symbol and the function has the same address range per function 'a'. 89 symbol = context1.GetSymbol() 91 self.assertTrue(symbol and function) 93 disasm_output = lldbutil.disassemble(target, symbol) 95 print "symbol:", symbol 103 sa1 = symbol.GetStartAddress() 106 #ea1 = symbol.GetEndAddress()
|
/external/skia/tools/ |
CrashHandler.cpp | 140 // Buffer to store symbol name in. 146 IMAGEHLP_SYMBOL64* symbol = reinterpret_cast<IMAGEHLP_SYMBOL64*>(&buffer); local 147 symbol->SizeOfStruct = sizeof(IMAGEHLP_SYMBOL64); 148 symbol->MaxNameLength = kMaxNameLength - 1; 150 // Translate the current PC into a symbol and byte offset from the symbol. 152 SymGetSymFromAddr64(hProcess, frame.AddrPC.Offset, &offset, symbol); 154 SkDebugf("%s +%x\n", symbol->Name, offset);
|
/hardware/intel/common/wrs_omxil_core/utils/src/ |
module.c | 178 LOGE("module %s has init(), call the symbol\n", new->name); 245 void *symbol = NULL; local 253 symbol = dlsym(module->handle, string); 254 if (!symbol) { 256 LOGE("not founded symbol %s in module %s (%s)\n", 259 symbol = NULL; 262 LOGV("found symbol %s in module %s\n", string, module->name); 265 return symbol;
|
/ndk/sources/android/crazy_linker/src/ |
crazy_linker_elf_symbols.cpp | 14 // Compute the ELF hash of a given symbol. 127 const ELF::Sym* symbol = &symbol_table_[n]; local 128 // Check that the symbol has the appropriate name. 129 if (strcmp(string_table_ + symbol->st_name, symbol_name)) 132 if (symbol->st_shndx == SHN_UNDEF) 135 switch (ELF_ST_BIND(symbol->st_info)) { 138 return symbol;
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
symbol.c | 16 #include "symbol.h" 86 static int choose_best_symbol(struct symbol *syma, struct symbol *symb) 92 /* Prefer a symbol with non zero length */ 100 /* Prefer a non weak symbol over a weak one */ 108 /* Prefer a global symbol over a non global one */ 116 /* Prefer a symbol with less underscores */ 124 /* Choose the symbol with the longest name */ 144 struct symbol *curr, *next; 149 curr = rb_entry(nd, struct symbol, rb_node) [all...] |
parse-events.c | 10 #include "symbol.h" 23 const char *symbol; member in struct:event_symbol 34 .symbol = "cpu-cycles", 38 .symbol = "instructions", 42 .symbol = "cache-references", 46 .symbol = "cache-misses", 50 .symbol = "branch-instructions", 54 .symbol = "branch-misses", 58 .symbol = "bus-cycles", 62 .symbol = "stalled-cycles-frontend" [all...] |
map.h | 87 struct symbol; 89 typedef int (*symbol_filter_t)(struct map *map, struct symbol *sym); 105 struct symbol *map__find_symbol(struct map *map, 107 struct symbol *map__find_symbol_by_name(struct map *map, const char *name, 159 struct symbol *map_groups__find_symbol(struct map_groups *mg, 164 struct symbol *map_groups__find_symbol_by_name(struct map_groups *mg, 171 struct symbol *map_groups__find_function_by_name(struct map_groups *mg,
|
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
TemplateTranslator.java | 33 import static com.google.clearsilver.jsilver.compiler.JavaExpression.symbol; 91 public static final JavaExpression DATA = symbol(Type.DATA, "data"); 93 public static final JavaExpression CONTEXT = symbol("context"); 95 public static final JavaExpression DATA_CONTEXT = symbol(Type.DATA_CONTEXT, "dataContext"); 96 public static final JavaExpression NULL = symbol("null"); 99 public static final JavaExpression TEMPLATE_LOADER = symbol("getTemplateLoader()"); 100 public static final JavaExpression THIS_TEMPLATE = symbol("this"); 130 JavaExpression symbol; field in class:TemplateTranslator.MacroInfo 155 * @param symbol static variable name of the macro definition. 158 private void addMacro(String name, JavaExpression symbol, ADefCommand defNode) [all...] |
/external/lldb/source/Commands/ |
CommandObjectDisassemble.cpp | 27 #include "lldb/Symbol/Function.h" 28 #include "lldb/Symbol/Symbol.h" 237 { LLDB_OPT_SET_ALL, false, "raw" , 'r', no_argument , NULL, 0, eArgTypeNone, "Print raw disassembly with no symbol information."}, 366 result.AppendErrorWithFormat ("Unable to find symbol with name '%s'.\n", name.GetCString()); 401 Symbol *symbol = frame->GetSymbolContext(eSymbolContextSymbol).symbol; local 402 if (symbol) 404 range.GetBaseAddress() = symbol->GetAddress() [all...] |
/art/compiler/ |
compiled_method.cc | 30 const std::string& elf_object, const std::string& symbol) 35 quick_code_(nullptr), symbol_(symbol) { 37 CHECK_NE(symbol.size(), 0U); 179 const std::string& symbol) 180 : CompiledCode(driver, instruction_set, code, symbol), 189 const std::string& code, const std::string& symbol) 190 : CompiledCode(driver, instruction_set, code, symbol),
|
/bionic/linker/ |
dlfcn.cpp | 86 void* dlsym(void* handle, const char* symbol) { 96 if (symbol == nullptr) { 97 __bionic_format_dlerror("dlsym symbol name is null", nullptr); 104 sym = dlsym_linear_lookup(symbol, &found, nullptr); 111 sym = dlsym_linear_lookup(symbol, &found, si->next); 114 sym = dlsym_handle_lookup(reinterpret_cast<soinfo*>(handle), &found, symbol); 124 __bionic_format_dlerror("symbol found but not global", symbol); 127 __bionic_format_dlerror("undefined symbol", symbol); [all...] |
/external/chromium_org/third_party/icu/source/test/depstest/ |
dependencies.py | 23 with standard-library system symbol names. 114 def _AddSystemSymbol(item, symbol): 117 exports.add(symbol) 127 # One double-quote-enclosed symbol on the line, allows spaces in a symbol name. 128 symbol = line[1:-1] 129 if line.startswith('"') and line.endswith('"') and '"' not in symbol: 130 _AddSystemSymbol(item, symbol) 132 sys.exit("Error:%d: invalid quoted symbol name %s" % (_line_number, line)) 135 for symbol in line.split(): _AddSystemSymbol(item, symbol [all...] |
/external/chromium_org/tools/deep_memory_profiler/tests/ |
dmprof_test.py | 19 from lib.symbol import SymbolMappingCache 20 from lib.symbol import FUNCTION_SYMBOLS, SOURCEFILE_SYMBOLS, TYPEINFO_SYMBOLS 109 def add(self, symbol_type, address, symbol): 110 self._symbol_caches[symbol_type][address] = symbol 113 symbol = self._symbol_caches[symbol_type].get(address) 114 return symbol if symbol else '0x%016x' % address
|
/external/icu/icu4c/source/test/depstest/ |
dependencies.py | 23 with standard-library system symbol names. 114 def _AddSystemSymbol(item, symbol): 117 exports.add(symbol) 127 # One double-quote-enclosed symbol on the line, allows spaces in a symbol name. 128 symbol = line[1:-1] 129 if line.startswith('"') and line.endswith('"') and '"' not in symbol: 130 _AddSystemSymbol(item, symbol) 132 sys.exit("Error:%d: invalid quoted symbol name %s" % (_line_number, line)) 135 for symbol in line.split(): _AddSystemSymbol(item, symbol [all...] |
/art/compiler/sea_ir/ |
frontend.cc | 49 std::string symbol = "dex_" + MangleForJni(PrettyMethod(method_idx, dex_file)); local 50 sea_ir::CodeGenData* llvm_data = ir_graph->CompileMethod(symbol, 59 *compiler.GetVerifiedMethodsData()->GetDexGcMap(mref), symbol);
|
/external/bison/src/ |
state.h | 40 For each state there is a particular symbol which must have been 50 replace them with the symbol that the rule derives, and leave the 74 grammar's start symbol. The next-to-final state has one shift to 118 /* What is the symbol labelling the transition to 172 symbol *symbols[1]; 175 errs *errs_new (int num, symbol **tokens); 243 void state_errs_set (state *s, int num, symbol **errors);
|
/external/chromium_org/build/android/ |
asan_symbolize.py | 16 # Uses symbol.py from third_party/android_platform, not python's. 20 import symbol namespace 53 return symbol.TranslateLibPath(library) 70 info_dict = symbol.SymbolInformationForSet(libname,
|
/external/chromium_org/third_party/mesa/src/src/gallium/targets/egl-static/ |
egl_st.c | 101 const char symbol[] = "st_api_create_OpenGL"; local 104 stapi = load_gl(module, symbol); 113 stapi = load_gl(module, symbol);
|