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

<<71727374757677787980>>

  /external/chromium_org/third_party/icu/source/common/unicode/
unistr.h 4068 UnicodeString::extract(int32_t start, function in class:UnicodeString
4075 UnicodeString::extract(int32_t start, function in class:UnicodeString
4083 UnicodeString::extract(int32_t start, function in class:UnicodeString
    [all...]
utext.h 639 * Extract text from a UText into a UChar buffer. The range of text to be extracted
653 * @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,
1404 UTextExtract *extract; member in struct:UTextFuncs
    [all...]
  /external/chromium_org/third_party/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 145 vdst_b = vandq_u16(vdst, vmask_blue); // extract blue
146 vdst_r = vshrq_n_u16(vdst, 6+5); // extract red
147 vdst_g = vshrq_n_u16(vdst_g, 5+5); // extract green
433 vdst_b = vdst & vmask_blue; // extract blue
434 vdst_r = vshrq_n_u16(vdst, SK_R16_SHIFT); // extract red
435 vdst_g = vshrq_n_u16(vdst_g, SK_R16_BITS + SK_B16_BITS); // extract green
581 vdst_r = vshrq_n_u16(vshlq_n_u16(vdst, 5), 5+5); // double shift to extract red
    [all...]
  /external/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 145 vdst_b = vandq_u16(vdst, vmask_blue); // extract blue
146 vdst_r = vshrq_n_u16(vdst, 6+5); // extract red
147 vdst_g = vshrq_n_u16(vdst_g, 5+5); // extract green
433 vdst_b = vdst & vmask_blue; // extract blue
434 vdst_r = vshrq_n_u16(vdst, SK_R16_SHIFT); // extract red
435 vdst_g = vshrq_n_u16(vdst_g, SK_R16_BITS + SK_B16_BITS); // extract green
581 vdst_r = vshrq_n_u16(vshlq_n_u16(vdst, 5), 5+5); // double shift to extract red
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.tcc 214 // Extract digits, remove and stash away the
625 // Verify valid formatting code, attempt to extract.
807 // Verify format and input match, extract and discard.
986 // Check to see if non-abbreviated name exists, and extract.
999 // Extract the rest of it.
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.tcc 214 // Extract digits, remove and stash away the
625 // Verify valid formatting code, attempt to extract.
807 // Verify format and input match, extract and discard.
986 // Check to see if non-abbreviated name exists, and extract.
999 // Extract the rest of it.
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.tcc 214 // Extract digits, remove and stash away the
625 // Verify valid formatting code, attempt to extract.
807 // Verify format and input match, extract and discard.
986 // Check to see if non-abbreviated name exists, and extract.
999 // Extract the rest of it.
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
locale_facets_nonio.tcc 214 // Extract digits, remove and stash away the
625 // Verify valid formatting code, attempt to extract.
807 // Verify format and input match, extract and discard.
986 // Check to see if non-abbreviated name exists, and extract.
999 // Extract the rest of it.
    [all...]
  /external/clang/include/clang/Basic/
arm_neon.td     [all...]
  /external/icu/icu4c/source/common/unicode/
utext.h 639 * Extract text from a UText into a UChar buffer. The range of text to be extracted
653 * @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,
1265 UTextExtract *extract; member in struct:UTextFuncs
    [all...]
unistr.h 4191 UnicodeString::extract(int32_t start, function in class:UnicodeString
4198 UnicodeString::extract(int32_t start, function in class:UnicodeString
4206 UnicodeString::extract(int32_t start, function in class:UnicodeString
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/
build-lucid-multilib-toolchain.sh 159 # extract into the original sysroot
429 # Location of original sysroot. This is where we're going to extract all
716 # Write a small awk script used to extract filenames for a given package
717 cat > $DOWNLOAD_DIR/extract-filename.awk <<EOF
752 # The following is an awk command to parse the Packages file and extract
755 local FILE=`awk -f "$DOWNLOAD_DIR/extract-filename.awk" -v PKG=$1 $DOWNLOAD_DIR/Packages-$3`
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh 159 # extract into the original sysroot
429 # Location of original sysroot. This is where we're going to extract all
716 # Write a small awk script used to extract filenames for a given package
717 cat > $DOWNLOAD_DIR/extract-filename.awk <<EOF
752 # The following is an awk command to parse the Packages file and extract
755 local FILE=`awk -f "$DOWNLOAD_DIR/extract-filename.awk" -v PKG=$1 $DOWNLOAD_DIR/Packages-$3`
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 115 * the application and its top part will contain the extract text of what is
171 * there is a standard implementation for the extract editor that you should
    [all...]
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 116 // just use a packed version of the color and extract the
192 // iterated colors are packed, extract the one we need
193 extract(fragment, parts.iterated, component);
    [all...]
  /external/lldb/source/Core/
DataExtractor.cpp 251 // Set the data with which this object will extract from to data
255 // made, this object just refers to this data and can extract from
362 // Extract a single unsigned char from the binary data and update
377 // Extract "count" unsigned chars from the binary data and update the
400 // Extract a single uint16_t from the data and update the offset
458 // Extract "count" uint16_t values from the binary data and update
496 // Extract a single uint32_t from the data and update the offset
517 // Extract "count" uint32_t values from the binary data and update
555 // Extract a single uint64_t from the data and update the offset
612 // Extract a single integer value from the data and update the offse
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 264 // We have to extract from the same vector type.
270 // Check that all of the indices extract from the correct offset.
458 /// this subtree gets vectorized, we may need to extract the values from the
600 // Collect the values that we need to extract from the tree.
632 DEBUG(dbgs() << "SLP: Need to extract:" << *U << " from lane " <<
749 // extract wherever we want.
863 DEBUG(dbgs() << "SLP: Reusing extract sequence.\n");
    [all...]
  /external/chromium_org/chrome/renderer/autofill/
form_autofill_browsertest.cc 296 // We should be able to extract a normal text field.
324 // We should be able to extract a text field with autocomplete="off".
346 // We should be able to extract a text field with maxlength specified.
367 // We should be able to extract a text field that has been autofilled.
389 // We should be able to extract a radio or a checkbox field that has been
426 // We should be able to extract a <select> field.
495 // We should be able to extract a <textarea> field.
525 // We should be able to extract an <input type="month"> field.
551 // We should not extract the value for non-text and non-select fields.
581 // We should be able to extract password fields
    [all...]
  /art/compiler/dex/quick/x86/
x86_lir.h 576 kX86PextrbRRI, // Extract 8 bits from XMM into GPR
577 kX86PextrwRRI, // Extract 16 bits from XMM into GPR
578 kX86PextrdRRI, // Extract 32 bits from XMM into GPR
579 kX86PextrbMRI, // Extract 8 bits from XMM into memory
580 kX86PextrwMRI, // Extract 16 bits from XMM into memory
581 kX86PextrdMRI, // Extract 32 bits from XMM into memory
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_devctl.c     [all...]
  /external/chromium_org/third_party/re2/re2/
re2.h 58 // You can supply extra pointer arguments to extract matched subpieces.
71 // Example: does not try to extract any extra sub-patterns
74 // Example: does not try to extract into NULL
142 // could extract all words from a string by repeatedly calling
397 static bool Extract(const StringPiece &text,
485 // A true return value guarantees that Replace() and Extract() won't
    [all...]
  /external/regex-re2/re2/
re2.h 58 // You can supply extra pointer arguments to extract matched subpieces.
71 // Example: does not try to extract any extra sub-patterns
74 // Example: does not try to extract into NULL
142 // could extract all words from a string by repeatedly calling
397 static bool Extract(const StringPiece &text,
485 // A true return value guarantees that Replace() and Extract() won't
    [all...]
  /external/valgrind/main/VEX/priv/
guest_x86_helpers.c     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tarfile.py 330 """General exception for extract errors."""
2066 def extract(self, member, path=""): member in class:TarFile
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tarfile.py 330 """General exception for extract errors."""
2066 def extract(self, member, path=""): member in class:TarFile
    [all...]

Completed in 1092 milliseconds

<<71727374757677787980>>