HomeSort by relevance Sort by last modified time
    Searched refs:extract (Results 1 - 25 of 591) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/tools/llvm-extract/
Makefile 1 ##===- tools/llvm-extract/Makefile -------------------------*- Makefile -*-===##
11 TOOLNAME := llvm-extract
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/intseq/intseq.general/
integer_seq.pass.cpp 22 auto extract ( const AtContainer &t, const std::integer_sequence<T, I...> idx )
62 auto t3 = extract ( tup, int3() );
66 auto t7 = extract ( tup, size7 ());
70 auto t4 = extract ( tup, size4 ());
74 auto t2 = extract ( tup, size2 ());
78 auto tintmix = extract ( tup, intmix ());
82 auto tsizemix = extract ( tup, sizemix ());
  /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
  /dalvik/vm/mterp/mips/
OP_CONST_16.S 6 GET_INST_OPCODE(t0) # extract opcode from rINST
OP_CONST_HIGH16.S 7 GET_INST_OPCODE(t0) # extract opcode from rINST
OP_MOVE_16.S 8 GET_INST_OPCODE(t0) # extract opcode from rINST
OP_MOVE_FROM16.S 8 GET_INST_OPCODE(t0) # extract opcode from rINST
OP_MOVE_RESULT.S 7 GET_INST_OPCODE(t0) # extract opcode from rINST
unop.S 17 GET_INST_OPCODE(t1) # 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/chromium_org/third_party/icu/source/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/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/openfst/src/include/fst/extensions/far/
farlib.h 19 // to iterate over FARs, and to extract specific FSTs from FARs.
27 #include <fst/extensions/far/extract.h>
  /device/lge/hammerhead/self-extractors/
files-by-owner.sh 17 rm -f extract-lists.txt
55 echo " $target_owner)" >> extract-lists.txt
56 echo " TO_EXTRACT=\"\\" >> extract-lists.txt
83 echo " $file \\" >> extract-lists.txt
93 echo " \"" >> extract-lists.txt
94 echo " ;;" >> extract-lists.txt
  /device/lge/mako/self-extractors/
files-by-owner.sh 17 rm -f extract-lists.txt
55 echo " $target_owner)" >> extract-lists.txt
56 echo " TO_EXTRACT=\"\\" >> extract-lists.txt
83 echo " $file \\" >> extract-lists.txt
93 echo " \"" >> extract-lists.txt
94 echo " ;;" >> extract-lists.txt
  /device/asus/deb/self-extractors/
files-by-owner.sh 17 rm -f extract-lists.txt
55 echo " $target_owner)" >> extract-lists.txt
56 echo " TO_EXTRACT=\"\\" >> extract-lists.txt
83 echo " $file \\" >> extract-lists.txt
93 echo " \"" >> extract-lists.txt
94 echo " ;;" >> extract-lists.txt
  /device/asus/flo/self-extractors/
files-by-owner.sh 17 rm -f extract-lists.txt
55 echo " $target_owner)" >> extract-lists.txt
56 echo " TO_EXTRACT=\"\\" >> extract-lists.txt
83 echo " $file \\" >> extract-lists.txt
93 echo " \"" >> extract-lists.txt
94 echo " ;;" >> extract-lists.txt
  /external/chromium_org/third_party/icu/source/common/unicode/
urep.h 125 void (*extract)(UReplaceable* rep, member in struct:UReplaceableCallbacks
  /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

Completed in 490 milliseconds

1 2 3 4 5 6 7 8 91011>>