HomeSort by relevance Sort by last modified time
    Searched full:extract (Results 1026 - 1050 of 6076) sorted by null

<<41424344454647484950>>

  /ndk/build/core/
add-application.mk 73 # the $(APP_PROJECT_PATH) and extract the value with awk's help. If nothing is here,
84 APP_PLATFORM := $(strip $(shell $(HOST_AWK) -f $(BUILD_AWK)/extract-platform.awk $(call host-path,$(_local_props))))
156 APP_MIN_PLATFORM_LEVEL := $(strip $(shell $(HOST_AWK) -f $(BUILD_AWK)/extract-minsdkversion.awk $(call host-path,$(APP_MANIFEST))))
223 # - Otherwise, extract the android:debuggable attribute from the manifest.
238 APP_DEBUGGABLE := $(shell $(HOST_AWK) -f $(BUILD_AWK)/extract-debuggable.awk $(call host-path,$(APP_MANIFEST)))
  /external/eigen/cmake/
EigenTesting.cmake 351 # Extract compiler name and version from a raw version string
356 # extract possible compiler names
376 # extract possible version numbers
377 # first try to extract 3 isolated numbers:
380 # try to extract 2 isolated ones:
383 # try to extract 3:
386 # 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))));
  /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.
  /tools/test/connectivity/acts/tests/google/bt/gatt/
GattOverBrEdrTest.py 111 3. Find the advertisement and extract the mac address.
153 3. Find the advertisement and extract the mac address.
200 3. Find the advertisement and extract the mac address.
251 3. Find the advertisement and extract the mac address.
305 3. Find the advertisement and extract the mac address.
363 3. Find the advertisement and extract the mac address.
414 3. Find the advertisement and extract the mac address.
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestConvert.java 74 // Extract the inputs.
143 // Extract the inputs.
212 // Extract the inputs.
286 // Extract the inputs.
355 // Extract the inputs.
424 // Extract the inputs.
498 // Extract the inputs.
567 // Extract the inputs.
636 // Extract the inputs.
    [all...]
TestClz.java 74 // Extract the inputs.
142 // Extract the inputs.
210 // Extract the inputs.
278 // Extract the inputs.
351 // Extract the inputs.
419 // Extract the inputs.
487 // Extract the inputs.
555 // Extract the inputs.
628 // Extract the inputs.
    [all...]
TestAbs.java 74 // Extract the inputs.
142 // Extract the inputs.
210 // Extract the inputs.
278 // Extract the inputs.
351 // Extract the inputs.
419 // Extract the inputs.
487 // Extract the inputs.
555 // Extract the inputs.
628 // Extract the inputs.
696 // Extract the inputs
    [all...]
  /cts/hostsidetests/services/activitymanager/src/android/server/cts/
WindowManagerState.java 320 stack.extract(dump, exitPatterns);
324 void extract(LinkedList<String> dump, Pattern[] exitPatterns) { method in class:WindowManagerState.WindowStack
396 task.extract(dump, exitPatterns);
400 private void extract(LinkedList<String> dump, Pattern[] exitPatterns) { method in class:WindowManagerState.WindowTask
554 display.extract(dump, exitPatterns);
558 private void extract(LinkedList<String> dump, Pattern[] exitPatterns) { method in class:WindowManagerState.Display
578 // Extract other info here if needed
672 window.extract(dump, exitPatterns);
676 private void extract(LinkedList<String> dump, Pattern[] exitPatterns) { method in class:WindowManagerState.WindowState
695 // Extract other info here if neede
    [all...]
ActivityManagerState.java 297 stack.extract(dump, exitPatterns);
301 private void extract(LinkedList<String> dump, Pattern[] exitPatterns) { method in class:ActivityManagerState.ActivityStack
399 task.extract(dump, exitPatterns);
403 private void extract(LinkedList<String> dump, Pattern[] exitPatterns) { method in class:ActivityManagerState.ActivityTask
509 activity.extract(dump, exitPatterns);
513 private void extract(LinkedList<String> dump, Pattern[] exitPatterns) { method in class:ActivityManagerState.Activity
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 97 " x[No] - extract file(s) from the archive\n"
120 Extract, ///< Extract files back to file system
157 // Extract the member filename from the command line for the [relpos] argument
222 case 'x': ++NumOperations; Operation = Extract; break;
291 if (OriginalDates && Operation != Extract)
379 case Extract:
393 if (Operation == Extract && OldArchive->isThin())
421 case Extract:
633 case Extract
    [all...]
  /libcore/ojluni/src/main/java/java/util/
Comparator.java 229 * @param keyExtractor the function used to extract the sort key
253 * @param keyExtractor the function used to extract the {@link
275 * @param keyExtractor the function used to extract the integer sort key
294 * @param keyExtractor the function used to extract the long sort key
313 * @param keyExtractor the function used to extract the double sort key
422 * @param keyExtractor the function used to extract the sort key
458 * @param keyExtractor the function used to extract the {@link
481 * @param keyExtractor the function used to extract the integer sort key
502 * @param keyExtractor the function used to extract the long sort key
523 * @param keyExtractor the function used to extract the double sort ke
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
ppc-dis.c 405 /* Extract the operand value from the PowerPC or POWER instruction. */
413 /* Extract the value from the instruction. */
414 if (operand->extract)
415 value = (*operand->extract) (insn, dialect, &invalid);
492 if (operand->extract)
493 (*operand->extract) (insn, dialect, &invalid);
546 if (operand->extract)
547 (*operand->extract) (insn, (ppc_cpu_t)0, &invalid);
630 /* Now extract and print the operands. */
641 already made sure that the extract function considere
    [all...]
hppa-dis.c 215 /* Routines to extract various sized constants out of hppa
218 /* Extract a 3-bit space register number from a be, ble, mtsp or mfsp. */
231 /* Extract the immediate field from a st{bhw}s instruction. */
239 /* Extract the immediate field from a break instruction. */
247 /* Extract the immediate field from a {sr}sm instruction. */
255 /* Extract the 10 bit immediate field from a {sr}sm instruction. */
263 /* Extract the immediate field from a bb instruction. */
271 /* Extract an 11 bit immediate field. */
279 /* Extract a 14 bit immediate field. */
287 /* Extract a 16 bit immediate field (PA2.0 wide only). *
    [all...]
  /external/libmpeg2/common/arm/
impeg2_inter_pred.s 318 vext.8 d8, d0, d1, #1 @Extract pixels (1-8) of row1
320 vext.8 d12, d2, d3, #1 @Extract pixels (1-8) of row5
322 vext.8 d16, d4, d5, #1 @Extract pixels (1-8) of row2
324 vext.8 d20, d6, d7, #1 @Extract pixels (1-8) of row6
336 vext.8 d1, d9, d10, #1 @Extract pixels (1-8) of row3
338 vext.8 d3, d13, d14, #1 @Extract pixels (1-8) of row7
342 vext.8 d5, d17, d18, #1 @Extract pixels (1-8) of row4
344 vext.8 d7, d21, d22, #1 @Extract pixels (1-8) of row8
429 vext.8 d1, d0, d1, #1 @Extract pixels (1-8) of row1
433 vext.8 d3, d2, d3, #1 @Extract pixels (1-8) of row
    [all...]
  /external/ImageMagick/ImageMagick/script/
stream.html 68 <p>Here we extract a 100x100 region from a TIFF image in the grayscale format as doubles:</p>
71 stream -map i -storage-type double -extract 100x100+30+40 image.tif gray.raw
74 <p>You can also associate the region to extract with the image filename:</p>
128 <td><a href="command-line-options.php#extract">-extract <var>geometry</var></a></td>
129 <td>extract area from image</td>
  /external/ImageMagick/www/
stream.html 72 <p>Here we extract a 100x100 region from a TIFF image in the grayscale format as doubles:</p>
75 stream -map i -storage-type double -extract 100x100+30+40 image.tif gray.raw
78 <p>You can also associate the region to extract with the image filename:</p>
132 <td><a href="command-line-options.html#extract">-extract <var>geometry</var></a></td>
133 <td>extract area from image</td>
  /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);
787 resultWinID.extract(winid, winidCapacity, *status);
805 resultID.extract(id, idCapacity, *status);
  /external/llvm/test/CodeGen/PowerPC/
ppc64le-aggregates.ll 183 %b.extract = extractvalue [7 x float] %b, 6
184 ret float %b.extract
211 %b.extract = extractvalue [8 x float] %b, 7
212 ret float %b.extract
249 %c.extract = extractvalue [2 x float] %c, 1
250 ret float %c.extract
  /external/squashfs-tools/RELEASE-READMEs/
README-4.1 108 Don't extract xattrs in filesystem
111 Extract xattrs in filesystem
117 -no[-xattrs] don't extract xattrs in file system
118 -x[attrs] extract xattrs in file system (default)
122 -no[-xattrs] don't extract xattrs in file system (default)
123 -x[attrs] extract xattrs in file system
  /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 105 void GGLAssembler::extract(integer_t& d, int s, int h, int l, int bits) function in class:android::GGLAssembler
142 void GGLAssembler::extract(integer_t& d, const pixel_t& s, int component) function in class:android::GGLAssembler
144 extract(d, s.reg,
150 void GGLAssembler::extract(component_t& d, const pixel_t& s, int component) function in class:android::GGLAssembler
153 extract(r, s.reg,
164 extract(d, s.reg, s.h, s.l, 32);
  /external/ImageMagick/utilities/
display.1 14 \ transparent, extract, background, or shape
90 \-extract geometry extract area from image
display.1.in 14 \ transparent, extract, background, or shape
90 \-extract geometry extract area from image
montage.1 16 \ transparent, extract, background, or shape
36 \-extract geometry extract area from image

Completed in 6031 milliseconds

<<41424344454647484950>>