Searched defs:extract (Results 1 - 25 of 38) sorted by relevance

12

/external/icu4c/common/unicode/
H A Durep.h125 void (*extract)(UReplaceable* rep, member in struct:UReplaceableCallbacks
H A Dutext.h653 * @param ut the UText from which to extract data.
654 * @param nativeStart the native index of the first character to extract.\
658 * character to extract. If the specified index is out of range,
1042 * Function type declaration for UText.extract().
1054 * @param ut the UText from which to extract data.
1055 * @param nativeStart the native index of the first characer to extract.
1057 * character to extract.
1265 UTextExtract *extract; member in struct:UTextFuncs
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DLocalVariableExtractor.java42 * @param method {@code non-null;} the method to extract from
45 public static LocalVariableInfo extract(RopMethod method) { method in class:LocalVariableExtractor
51 * Constructs an instance. This method is private. Use {@link #extract}.
53 * @param method {@code non-null;} the method to extract from
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DLocalVariableExtractor.java51 * @param method {@code non-null;} the method to extract from
54 public static LocalVariableInfo extract(SsaMethod method) { method in class:LocalVariableExtractor
60 * Constructs an instance. This method is private. Use {@link #extract}.
62 * @param method {@code non-null;} the method to extract from
/external/llvm/lib/DebugInfo/
H A DDWARFAbbreviationDeclaration.cpp18 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
H A DDWARFDebugRangeList.cpp22 bool DWARFDebugRangeList::extract(DataExtractor data, uint32_t *offset_ptr) { function in class:DWARFDebugRangeList
H A DDWARFDebugAbbrev.cpp15 bool DWARFAbbreviationDeclarationSet::extract(DataExtractor data, function in class:DWARFAbbreviationDeclarationSet
22 while (abbrevDeclaration.extract(data, offset_ptr)) {
70 if (abbrevDeclSet.extract(data, &offset))
H A DDWARFDebugArangeSet.cpp50 DWARFDebugArangeSet::extract(DataExtractor data, uint32_t *offset_ptr) { function in class:DWARFDebugArangeSet
H A DDWARFCompileUnit.cpp23 bool DWARFCompileUnit::extract(DataExtractor debug_info, uint32_t *offset_ptr) { function in class:DWARFCompileUnit
53 DWARFCompileUnit::extract(uint32_t offset, DataExtractor debug_info_data, function in class:DWARFCompileUnit
81 return RangeList.extract(RangesData, &RangeListOffset);
H A DDWARFDebugAranges.cpp66 bool DWARFDebugAranges::extract(DataExtractor debug_aranges_data) { function in class:DWARFDebugAranges
75 while (set.extract(debug_aranges_data, &offset))
H A DDWARFDebugInfoEntry.cpp228 DWARFDebugInfoEntryMinimal::extract(const DWARFCompileUnit *cu, function in class:DWARFDebugInfoEntryMinimal
534 if (spec_die.extract(CU, &spec_ref)) {
544 if (abs_origin_die.extract(CU, &abs_origin_ref)) {
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Ddirectoryfileset.py60 def extract(self, filename, path): member in class:DirectoryFileSet
H A Dzip_mock.py49 def extract(self, filename, path): member in class:MockZip
H A Dzipfileset.py66 def extract(self, filename, path): member in class:ZipFileSet
68 self._zip_file.extract(filename, path)
H A Dzipfileset_unittest.py51 def extract(self, filename, path): member in class:FakeZip
83 self._zip.extract('some-file', '/some-dir')
88 self._zip.extract('a/b/some-other-file', '/some-dir')
/external/llvm/lib/CodeGen/
H A DLiveIntervalUnion.cpp55 void LiveIntervalUnion::extract(LiveInterval &VirtReg) { function in class:LiveIntervalUnion
/external/eigen/Eigen/src/Core/util/
H A DBlasUtil.h169 static inline ExtractType extract(const XprType& x) { return x; } function in struct:Eigen::internal::blas_traits
186 static inline ExtractType extract(const XprType& x) { return Base::extract(x.nestedExpression()); } function in struct:Eigen::internal::blas_traits
198 static inline ExtractType extract(const XprType& x) { return Base::extract(x.nestedExpression()); } function in struct:Eigen::internal::blas_traits
211 static inline ExtractType extract(const XprType& x) { return Base::extract(x.nestedExpression()); } function in struct:Eigen::internal::blas_traits
233 static inline ExtractType extract(const XprType& x) { return Base::extract(x.nestedExpression()); } function in struct:Eigen::internal::blas_traits
246 return blas_traits<T>::extract(
[all...]
/external/icu4c/common/
H A Dunistr_cnv.cpp129 UnicodeString::extract(int32_t start, function in class:UnicodeString
133 return extract(start, length, target, dstSize, 0);
140 UnicodeString::extract(int32_t start, function in class:UnicodeString
215 UnicodeString::extract(char *dest, int32_t destCapacity, function in class:UnicodeString
H A Dcaniter.cpp221 source.extract(start, i-start, list[list_length++]); // add up to i
225 source.extract(start, i-start, list[list_length++]); // add last one
354 int32_t segLen = segment.extract(USeg, 256, status);
458 if (extract(&remainder, cp2, segment, segLen, i, status) == NULL) {
498 Hashtable *CanonicalIterator::extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status) { function in class:CanonicalIterator
499 //Hashtable *CanonicalIterator::extract(UChar32 comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status) {
500 //if (PROGRESS) printf(" extract: %s, ", UToS(Tr(UnicodeString(comp))));
/external/oprofile/libabi/
H A Dopimport.cpp69 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(hea
[all...]
/external/zlib/src/examples/
H A Dzran.c41 some lookahead and avoid many calls to extract() for small lengths.
239 the end of the uncompressed data, then extract() will return a value less
242 was generated. extract() may also return Z_ERRNO if there is an error on
244 local int extract(FILE *in, struct access *index, off_t offset, function
346 /* Demonstrate the use of build_index() and extract() by processing the file
391 len = extract(in, index, offset, buf, CHUNK);
/external/clang/test/SemaCXX/
H A Dconstexpr-printing.cpp4 constexpr int extract(const S &s);
7 constexpr S() : n(extract(*this)), m(0) {} // expected-note {{in call to 'extract(s1)'}}
8 constexpr S(int k) : n(k), m(extract(*this)) {}
12 constexpr int extract(const S &s) { return s.n; } // expected-note {{read of uninitialized object is not allowed in a constant expression}} function
/external/webkit/Source/JavaScriptCore/wtf/
H A DHashSet.h99 static const T& extract(const T& t) { return t; } function in struct:WTF::IdentityExtractor
H A DHashMap.h113 static const typename PairType::first_type& extract(const PairType& p) { return p.first; } function in struct:WTF::PairFirstExtractor
/external/eigen/Eigen/src/Core/
H A DTranspose.h334 static inline const XprType extract(const XprType& x) { return x; } function in struct:Eigen::internal::blas_traits

Completed in 402 milliseconds

12