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

<<51525354555657585960>>

  /external/icu/icu4c/source/i18n/
currpinf.cpp 303 pattern->extract(0, pattern->length(), result_1, "UTF-8");
319 pattern->extract(0, pattern->length(), result_1, "UTF-8");
format.cpp 182 pattern.extract(start,stop-start,parseError.preContext,0);
190 pattern.extract(start,stop-start,parseError.postContext,0);
  /external/jpeg/
rdcolmap.c 75 * Extract color map from a GIF file.
167 * Extract color map from a PPM file.
  /external/junit/src/junit/runner/
BaseTestRunner.java 116 // try to extract a test suite automatically
181 * Extract the class name from a String in VA/Java style
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_convolve8_avg_neon.asm 121 ; extract to s16
233 ; extract to s16
vp9_convolve8_neon.asm 121 ; extract to s16
222 ; extract to s16
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 72 /// getShiftType - Extract the shift type.
84 /// getShiftValue - Extract the shift value.
122 /// getExtendType - Extract the extend type for operands of arithmetic ops.
176 /// getMemDoShift - Extract the "do shift" flag value for load/store
182 /// getExtendType - Extract the extend type for the offset operand of
265 // Extract the seventh bit and toggle it to create the N field.
297 // Extract the N, imms, and immr fields.
326 // Extract the N and imms fields needed for checking.
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.h 201 BFE_U32, // Extract range of bits with zero extension to 32-bits.
202 BFE_I32, // Extract range of bits with sign extension to 32-bits.
  /external/llvm/test/CodeGen/X86/
vec_shuffle-26.ll 60 %extract.i = extractelement <2 x i64> %cast.i, i32 1
62 store i64 %extract.i, i64* %3, align 4
  /external/llvm/test/Transforms/BBVectorize/X86/
simple.ll 18 ; CHECK: extract
19 ; CHECK: extract
  /external/lzma/
7zC.txt 63 e: Extract files from archive
111 5) List items or Extract items
  /external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
t_options.h 32 * gettext(). xgettext can be used to extract translatable
42 /* This is needed for xgettext to extract translatable strings.
  /external/protobuf/src/google/protobuf/compiler/
zip_writer.cc 123 WriteShort(&output, 10); // version needed to extract
154 WriteShort(&output, 10); // version needed to extract
  /external/qemu/distrib/jpeg-6b/
rdcolmap.c 75 * Extract color map from a GIF file.
167 * Extract color map from a PPM file.
  /external/strace/linux/
ioctlent.sh 106 # Some use a special base to offset their ioctls on. Extract that as well.
124 # are enums, so we have to extract that crap ourself
  /external/tcpdump/
print-dvmrp.c 38 #include "extract.h"
127 * extract version and capabilities from IGMP group
print-rpki-rtr.c 36 #include "extract.h"
287 * Extract, trail-zero and print the Error message.
  /external/valgrind/main/none/tests/mips64/
cvm_ins.c 128 case EXTS: { /* To extract and sign-extend a bit field that starts
135 case EXTS32: { /* To extract and sign-extend a bit field that starts
  /external/valgrind/main/none/tests/s390x/
dfp-2.c 6 - extract biased exponent 64/128 bit
7 - extract significance 64/128 bit
  /frameworks/base/docs/html/training/managing-audio/
volume-playback.jd 107 <p>The receiver implementation itself needs to extract which key was pressed to cause the broadcast.
114 <p>The following snippet shows how to extract the media button pressed and affects the media playback accordingly.</p>
  /frameworks/base/docs/html/training/monitoring-device-state/
battery-monitoring.jd 59 <p>You can extract both the current charging status and, if the device is being charged, whether
97 <p>Within the associated {@link android.content.BroadcastReceiver} implementation, you can extract
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
EncodedStringValue.java 228 * Extract an EncodedStringValue[] from a given String.
230 public static EncodedStringValue[] extract(String src) { method in class:EncodedStringValue
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_convolve8_avg_neon.asm 121 ; extract to s16
233 ; extract to s16
vp9_convolve8_neon.asm 121 ; extract to s16
222 ; extract to s16
  /libcore/luni/src/main/java/org/w3c/dom/
CharacterData.java 68 * @param offset Start offset of substring to extract.
69 * @param count The number of 16-bit units to extract.

Completed in 1108 milliseconds

<<51525354555657585960>>