/external/llvm/tools/llvm-extract/ |
Makefile | 1 ##===- tools/llvm-extract/Makefile -------------------------*- Makefile -*-===## 11 TOOLNAME := llvm-extract
|
/device/moto/stingray/ril/ |
wrigley-fetch-mpr.sh | 8 echo "$cmd" | nc 192.168.20.2 3002 | extract-embedded-files -o "$mprTempDir"
|
/external/oprofile/libabi/ |
opimport.cpp | 69 void extract(T & targ, void const * src_, 75 void extractor::extract(T & targ, void const * src_, function in class:extractor 119 ext.extract(head->version, src, "sizeof_u32", "offsetof_header_version"); 120 ext.extract(head->cpu_type, src, "sizeof_u32", "offsetof_header_cpu_type"); 121 ext.extract(head->ctr_event, src, "sizeof_u32", "offsetof_header_ctr_event"); 122 ext.extract(head->ctr_um, src, "sizeof_u32", "offsetof_header_ctr_um"); 123 ext.extract(head->ctr_count, src, "sizeof_u32", "offsetof_header_ctr_count"); 124 ext.extract(head->is_kernel, src, "sizeof_u32", "offsetof_header_is_kernel"); 127 ext.extract(head->mtime, src, "sizeof_time_t", "offsetof_header_mtime"); 128 ext.extract(head->cg_to_is_kernel, src, "sizeof_u32" [all...] |
/dalvik/vm/mterp/armv5te/ |
OP_CONST_16.S | 7 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_MOVE_16.S | 8 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_MOVE_FROM16.S | 8 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_MOVE_RESULT.S | 7 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_ARRAY_LENGTH.S | 13 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_CONST.S | 8 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_CONST_HIGH16.S | 8 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_CONST_WIDE_16.S | 8 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_CONST_WIDE_32.S | 10 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_CONST_WIDE_HIGH16.S | 9 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_GOTO_16.S | 18 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_MONITOR_ENTER.S | 15 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
OP_MOVE_EXCEPTION.S | 8 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
/external/llvm/lib/DebugInfo/ |
DWARFAbbreviationDeclaration.h | 43 bool extract(DataExtractor data, uint32_t* offset_ptr); 44 bool extract(DataExtractor data, uint32_t* offset_ptr, uint32_t code);
|
DWARFAbbreviationDeclaration.cpp | 18 DWARFAbbreviationDeclaration::extract(DataExtractor data, uint32_t* offset_ptr){ function in class:DWARFAbbreviationDeclaration 19 return extract(data, offset_ptr, data.getULEB128(offset_ptr)); 23 DWARFAbbreviationDeclaration::extract(DataExtractor data, uint32_t* offset_ptr, function in class:DWARFAbbreviationDeclaration
|
/external/icu4c/test/letest/ |
letsutil.cpp | 37 le_int32 cLength = uString->extract(0, uLength, NULL, 0, US_INV); 40 uString->extract(0, uLength, cString, cLength, US_INV); 64 le_int32 cLength = uString->extract(0, uLength, NULL, 0, "UTF-8"); 67 uString->extract(0, uLength, cString, cLength, "UTF-8");
|
/external/icu4c/common/unicode/ |
urep.h | 125 void (*extract)(UReplaceable* rep, member in struct:UReplaceableCallbacks
|
/dalvik/vm/mterp/arm-vfp/ |
fbinop2addr.S | 19 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
fbinopWide2addr.S | 20 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
funop.S | 15 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
funopNarrower.S | 15 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
funopWider.S | 15 GET_INST_OPCODE(ip) @ extract opcode from rINST
|