Home
last modified time | relevance | path

Searched defs:extract (Results 1 – 25 of 80) sorted by relevance

1234

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAbbrev.cpp25 bool DWARFAbbreviationDeclarationSet::extract(DataExtractor Data, in extract() function in DWARFAbbreviationDeclarationSet
76 void DWARFDebugAbbrev::extract(DataExtractor Data) { in extract() function in DWARFDebugAbbrev
DDWARFDebugArangeSet.cpp24 DWARFDebugArangeSet::extract(DataExtractor data, uint32_t *offset_ptr) { in extract() function in DWARFDebugArangeSet
DDWARFDebugRangeList.cpp22 bool DWARFDebugRangeList::extract(DataExtractor data, uint32_t *offset_ptr) { in extract() function in DWARFDebugRangeList
DDWARFAbbreviationDeclaration.cpp29 DWARFAbbreviationDeclaration::extract(DataExtractor Data, uint32_t* OffsetPtr) { in extract() function in DWARFAbbreviationDeclaration
DDWARFAcceleratorTable.cpp17 bool DWARFAcceleratorTable::extract() { in extract() function in llvm::DWARFAcceleratorTable
DDWARFDebugAranges.cpp21 void DWARFDebugAranges::extract(DataExtractor DebugArangesData) { in extract() function in DWARFDebugAranges
/external/libcxx/utils/sym_check/sym_check/
Dextract.py35 def extract(self, lib): member in NMExtractor
118 def extract(self, lib): member in ReadElfExtractor
/external/icu/icu4c/source/common/
Dunistr_cnv.cpp119 UnicodeString::extract(int32_t start, in extract() function in UnicodeString
130 UnicodeString::extract(int32_t start, in extract() function in UnicodeString
205 UnicodeString::extract(char *dest, int32_t destCapacity, in extract() function in UnicodeString
/external/icu/icu4c/source/common/unicode/
Durep.h125 void (*extract)(UReplaceable* rep, member
/external/autotest/server/
Ddeb_kernel.py113 def extract(self, host): member in DEBKernel
/external/libcxx/test/std/utilities/intseq/intseq.general/
Dinteger_seq.pass.cpp22 auto extract ( const AtContainer &t, const std::integer_sequence<T, I...> idx ) in extract() function
/external/libpng/contrib/examples/
Diccfrompng.c37 extract(FILE *fp, png_uint_32 *proflen) in extract() function
/external/v8/src/runtime/
Druntime-simd.cc279 #define SIMD_CREATE_FUNCTION(type, lane_type, lane_count, extract, replace) \ argument
291 #define SIMD_EXTRACT_FUNCTION(type, lane_type, lane_count, extract, replace) \ argument
300 #define SIMD_REPLACE_FUNCTION(type, lane_type, lane_count, extract, replace) \ argument
316 #define SIMD_CHECK_FUNCTION(type, lane_type, lane_count, extract, replace) \ argument
323 #define SIMD_SWIZZLE_FUNCTION(type, lane_type, lane_count, extract, replace) \ argument
338 #define SIMD_SHUFFLE_FUNCTION(type, lane_type, lane_count, extract, replace) \ argument
/external/dexmaker/src/dx/java/com/android/dx/ssa/
DLocalVariableExtractor.java54 public static LocalVariableInfo extract(SsaMethod method) { in extract() method in LocalVariableExtractor
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DLocalVariableExtractor.java45 public static LocalVariableInfo extract(RopMethod method) { in extract() method in LocalVariableExtractor
/external/opencv3/modules/features2d/perf/
Dperf_orb.cpp34 PERF_TEST_P(orb, extract, testing::Values(ORB_IMAGES)) in PERF_TEST_P() argument
/external/selinux/libsemanage/src/
Dpolicy.h56 int (*extract) (struct semanage_handle *, member
/external/llvm/lib/CodeGen/
DLiveIntervalUnion.cpp56 void LiveIntervalUnion::extract(LiveInterval &VirtReg, const LiveRange &Range) { in extract() function in LiveIntervalUnion
/external/guice/extensions/servlet/src/com/google/inject/servlet/
DUriPatternType.java93 String extract = pattern; in extractPath() local
/external/mesa3d/src/mesa/tnl/
Dt_vertex.h74 tnl_extract_func extract; member
/external/opencv3/3rdparty/openexr/Imath/
DImathEuler.h464 inline void Euler<T>::extract(const Quat<T> &q) in extract() function
470 void Euler<T>::extract(const Matrix33<T> &M) in extract() function
552 void Euler<T>::extract(const Matrix44<T> &M) in extract() function
/external/deqp/external/
Dfetch_sources.py100 def extract (self): member in SourcePackage
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DTrieIterator.java165 protected int extract(int value) in extract() method in TrieIterator
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTrieIterator.java164 protected int extract(int value) in extract() method in TrieIterator
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
DInterpreterInstaller.java262 protected AsyncTask<Void, Integer, Long> extract(String in, String out, boolean replaceAll) in extract() method in InterpreterInstaller

1234