HomeSort by relevance Sort by last modified time
    Searched full:extract (Results 551 - 575 of 4593) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/icu/source/common/
caniter.cpp 220 source.extract(start, i-start, list[list_length++]); // add up to i
224 source.extract(start, i-start, list[list_length++]); // add last one
353 int32_t segLen = segment.extract(USeg, 256, status);
457 if (extract(&remainder, cp2, segment, segLen, i, status) == NULL) {
497 Hashtable *CanonicalIterator::extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status) { function in class:CanonicalIterator
498 //Hashtable *CanonicalIterator::extract(UChar32 comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status) {
499 //if (PROGRESS) printf(" extract: %s, ", UToS(Tr(UnicodeString(comp))));
locutil.cpp 108 U_ASSERT(id->extract(0, INT32_MAX, buf, buflen) < buflen);
155 id.extract(prev, INT32_MAX, buffer + prev, BUFLEN - prev, US_INV);
159 id.extract(prev, i - prev, buffer + prev, BUFLEN - prev, US_INV);
unorm.cpp 178 n2->normalize(buffer, destString, *pErrorCode).extract(dest, destCapacity, *pErrorCode);
185 return buffer.extract(dest, destCapacity, *pErrorCode);
263 extract(dest, destCapacity, *pErrorCode);
  /external/chromium_org/third_party/icu/source/i18n/
locdspnm.cpp 572 return temp.extract(result, maxResultSize, *pErrorCode);
590 return temp.extract(result, maxResultSize, *pErrorCode);
608 return temp.extract(result, maxResultSize, *pErrorCode);
635 return temp.extract(result, maxResultSize, *pErrorCode);
653 return temp.extract(result, maxResultSize, *pErrorCode);
671 return temp.extract(result, maxResultSize, *pErrorCode);
691 return temp.extract(result, maxResultSize, *pErrorCode);
  /external/eigen/cmake/
EigenTesting.cmake 344 # Extract compiler name and version from a raw version string
349 # extract possible compiler names
369 # extract possible version numbers
370 # first try to extract 3 isolated numbers:
373 # try to extract 2 isolated ones:
376 # try to extract 3:
379 # try to extract 2:
  /external/icu/icu4c/source/common/
caniter.cpp 221 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))));
locutil.cpp 108 U_ASSERT(id->extract(0, INT32_MAX, buf, buflen) < buflen);
155 id.extract(prev, INT32_MAX, buffer + prev, BUFLEN - prev, US_INV);
159 id.extract(prev, i - prev, buffer + prev, BUFLEN - prev, US_INV);
unorm.cpp 165 n2->normalize(buffer, destString, *pErrorCode).extract(dest, destCapacity, *pErrorCode);
172 return buffer.extract(dest, destCapacity, *pErrorCode);
257 extract(dest, destCapacity, *pErrorCode);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ISO8601Converter.java 107 // Extract the year.
126 // Extract the month.
140 // Extract the day.
170 // Extract the hour.
182 // Extract the minute.
249 // Extract the time zone hour.
258 // Extract the time zone minute.
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestClz.java 67 // Extract the inputs.
123 // Extract the inputs.
179 // Extract the inputs.
235 // Extract the inputs.
296 // Extract the inputs.
352 // Extract the inputs.
408 // Extract the inputs.
464 // Extract the inputs.
525 // Extract the inputs.
581 // Extract the inputs
    [all...]
  /external/chromium_org/third_party/icu/source/tools/icupkg/
icupkg.cpp 18 * extract data pieces according to command-line options.
108 "\t-x list or --extract list extract items from the package\n"
151 "\t-d path or --destdir path directory for the --extract items\n"
175 UOPTION_DEF("extract", 'x', UOPT_REQUIRES_ARG),
403 /* extract items */
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFImage.cpp 197 * Extract either the color or image data from a SkBitmap into a SkStream.
198 * @param bitmap Bitmap to extract data from.
199 * @param srcRect Region in the bitmap to extract.
200 * @param extractAlpha Set to true to extract the alpha data or false to
201 * extract the color data.
593 // Extract subset
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
expr.h 225 /** Extract the segment portion of an expression containing SEG:OFF, leaving
228 * \return NULL if unable to extract a segment (expr does not contain a
236 /** Extract the segment portion of a SEG:OFF expression, leaving the offset.
238 * \return NULL if unable to extract a segment (YASM_EXPR_SEGOFF not the
246 /** Extract the right portion (y) of a x WRT y expression, leaving the left
249 * \return NULL if unable to extract (YASM_EXPR_WRT not the top-level
  /external/icu/icu4c/source/i18n/
ucal.cpp 77 len = id.extract(result, resultCapacity, *ec);
215 return id.extract(result, resultLength, *status);
255 return id.extract(result, resultLength, *status);
584 reslen = canonical.extract(result, resultCapacity, *status);
788 resultWinID.extract(winid, winidCapacity, *status);
806 resultID.extract(id, idCapacity, *status);
  /external/skia/src/pdf/
SkPDFImage.cpp 197 * Extract either the color or image data from a SkBitmap into a SkStream.
198 * @param bitmap Bitmap to extract data from.
199 * @param srcRect Region in the bitmap to extract.
200 * @param extractAlpha Set to true to extract the alpha data or false to
201 * extract the color data.
593 // Extract subset
  /external/zlib/src/examples/
zran.c 46 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);
  /system/core/libpixelflinger/codeflinger/
load_store.cpp 109 void GGLAssembler::extract(integer_t& d, int s, int h, int l, int bits) function in class:android::GGLAssembler
161 void GGLAssembler::extract(integer_t& d, const pixel_t& s, int component) function in class:android::GGLAssembler
163 extract(d, s.reg,
169 void GGLAssembler::extract(component_t& d, const pixel_t& s, int component) function in class:android::GGLAssembler
172 extract(r, s.reg,
183 extract(d, s.reg, s.h, s.l, 32);
  /external/bison/tests/
sets.at 22 # Extract the information about the grammar sets from a bison
26 [AT_DATA([extract.sed],
53 AT_CHECK([sed -f extract.sed $1], 0, [stdout])
  /external/chromium_org/base/android/java/src/org/chromium/base/library_loader/
LibraryLoaderHelper.java 21 * The class provides helper functions to extract native libraries from APK,
72 * the symlink was updated, but fails to extract new native libraries from
85 * extract native libraries from apk and cache in the directory.
  /external/chromium_org/third_party/icu/patches/
clang.patch 9 - return extract(start, _length, dst, dst!=0 ? ((dst >= (char*)((size_t)-1) - UINT32_MAX) ? (((char*)UINT32_MAX) - dst) : UINT32_MAX) : 0, codepage);
10 + return extract(start, _length, dst, dst!=0 ? ((dst >= (char*)((size_t)-1) - UINT32_MAX) ? static_cast<unsigned int>((((char*)UINT32_MAX) - dst)) : UINT32_MAX) : 0, codepage);
12 return extract(start, _length, dst, dst!=0 ? 0xffffffff : 0, codepage);
  /external/chromium_org/third_party/icu/source/common/unicode/
caniter.h 194 //Set extract(int comp, String segment, int segmentPos, StringBuffer buffer);
195 Hashtable *extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);
196 //Hashtable *extract(UChar32 comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);
  /external/doclava/src/com/google/doclava/
PageMetadata.java 112 * Extract supported metadata values from a page and add them as
117 * @param docfile The file from which to extract metadata.
119 * @param filename The file from which to extract metadata.
121 * @param tagList The file from which to extract metadata.
132 //try to extract the metadata from itemprop and markup
136 //extract available metadata and set it in a node
159 * @param docfile The file from which to extract metadata.
161 * @param needsSummary Whether to extract summary metadata.
162 * @param needsImage Whether to extract image metadata.
313 * Extract the string up to the first comma, remove quotes, remov
    [all...]
  /external/icu/icu4c/source/common/unicode/
caniter.h 196 //Set extract(int comp, String segment, int segmentPos, StringBuffer buffer);
197 Hashtable *extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);
198 //Hashtable *extract(UChar32 comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);
  /external/libhevc/common/arm64/
ihevc_inter_pred_chroma_horz.s 485 //vext.u8 d2,d0,d1,#2 //vector extract of src[0_2]
488 //vext.u8 d4,d0,d1,#4 //vector extract of src[0_4]
489 //vext.u8 d6,d0,d1,#6 //vector extract of src[0_6]
498 //vext.u8 d14,d12,d13,#2 //vector extract of src[0_2]
501 //vext.u8 d16,d12,d13,#4 //vector extract of src[0_4]
502 //vext.u8 d18,d12,d13,#6 //vector extract of src[0_6]
724 //vext.u8 d2,d0,d1,#2 //vector extract of src[0_2]
725 //vext.u8 d4,d0,d1,#4 //vector extract of src[0_4]
727 //vext.u8 d6,d0,d1,#6 //vector extract of src[0_6]
730 //vext.u8 d14,d12,d13,#2 //vector extract of src[0_2
    [all...]
  /external/libsepol/src/
users.c 34 /* Extract roles */
43 /* Extract MLS info */
126 /* First, extract all the data */

Completed in 439 milliseconds

<<21222324252627282930>>