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

123

/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/common/unicode/
H A Durep.h125 void (*extract)(UReplaceable* rep, member in struct:UReplaceableCallbacks
/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.cpp29 DWARFAbbreviationDeclaration::extract(DataExtractor Data, uint32_t* OffsetPtr) { function in class:DWARFAbbreviationDeclaration
H A DDWARFDebugArangeSet.cpp24 DWARFDebugArangeSet::extract(DataExtractor data, uint32_t *offset_ptr) { function in class:DWARFDebugArangeSet
H A DDWARFDebugRangeList.cpp22 bool DWARFDebugRangeList::extract(DataExtractor data, uint32_t *offset_ptr) { function in class:DWARFDebugRangeList
H A DDWARFDebugAbbrev.cpp25 bool DWARFAbbreviationDeclarationSet::extract(DataExtractor Data, function in class:DWARFAbbreviationDeclarationSet
32 while (AbbrDecl.extract(Data, OffsetPtr)) {
76 void DWARFDebugAbbrev::extract(DataExtractor Data) { function in class:DWARFDebugAbbrev
83 if (!AbbrDecls.extract(Data, &Offset))
H A DDWARFDebugAranges.cpp21 void DWARFDebugAranges::extract(DataExtractor DebugArangesData) { function in class:DWARFDebugAranges
27 while (Set.extract(DebugArangesData, &Offset)) {
45 extract(ArangesData);
/external/deqp/external/
H A Dfetch_sources.py53 def extract (pkg): function
57 tmpPath = os.path.join(EXTERNAL_DIR, ".extract-tmp-%s" % pkg.dstDir)
106 help='Clean only, do not fetch/extract')
121 extract(pkg)
/external/libpng/contrib/examples/
H A Diccfrompng.c33 extract(FILE *fp, png_uint_32 *proflen) function
95 png_bytep profile = extract(fp, &proflen);
178 /* Exit code is true if any extract succeeds */
/external/llvm/lib/CodeGen/
H A DLiveIntervalUnion.cpp56 void LiveIntervalUnion::extract(LiveInterval &VirtReg) { function in class:LiveIntervalUnion
/external/chromium_org/base/android/java/src/org/chromium/base/
H A DResourceExtractor.java42 // By default, we attempt to extract a pak file for the users
106 // ones that we need to extract by trying to match the Patterns that we
175 // Worst case we don't write a timestamp, so we'll re-extract the resource
258 * By default the ResourceExtractor will attempt to extract a pak resource for the users
261 * @param extract False if we should not attempt to extract a pak file for
262 * the users currently selected locale and try to extract only the
266 public static void setExtractImplicitLocaleForTesting(boolean extract) { argument
269 sExtractImplicitLocalePak = extract;
315 * This will extract th
[all...]
/external/chromium_org/third_party/icu/source/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/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vertex.h74 tnl_extract_func extract; member in struct:tnl_format_info
/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/icu/icu4c/source/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
/external/mesa3d/src/mesa/tnl/
H A Dt_vertex.h74 tnl_extract_func extract; member in struct:tnl_format_info
/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.c46 some lookahead and avoid many calls to extract() for small lengths.
244 the end of the uncompressed data, then extract() will return a value less
247 was generated. extract() may also return Z_ERRNO if there is an error on
249 local int extract(FILE *in, struct access *index, off_t offset, function
351 /* Demonstrate the use of build_index() and extract() by processing the file
396 len = extract(in, index, offset, buf, CHUNK);
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DMediaResourceGetter.java117 return new MediaResourceGetter().extract(
125 return new MediaResourceGetter().extract(fd, offset, length);
129 MediaMetadata extract(int fd, long offset, long length) { method in class:MediaResourceGetter
139 MediaMetadata extract(final Context context, final String url, method in class:MediaResourceGetter
205 Log.e(TAG, "Unable to extract medata", e);
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashSet.h119 static const T& extract(const T& t) { return t; } function in struct:WTF::IdentityExtractor
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_vbo_t.c414 extract_u_t extract = ib ? render->ib.extract_u : extract_id; local
436 extract(&render->ib, 0, start);

Completed in 802 milliseconds

123