HomeSort by relevance Sort by last modified time
    Searched full:extract (Results 1326 - 1350 of 8518) sorted by null

<<51525354555657585960>>

  /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.
  /external/python/cpython3/Doc/library/
zipfile.rst 113 or fail to extract individual files.
246 The :meth:`.open`, :meth:`read` and :meth:`extract` methods can take a filename
263 .. method:: ZipFile.extract(member, path=None, pwd=None)
265 Extract a member from the archive to the current working directory; *member*
268 to extract to. *member* can be a filename or a :class:`ZipInfo` object.
284 Calling :meth:`extract` on a closed ZipFile will raise a
290 Extract all members from the archive to the current working directory. *path*
291 specifies a different directory to extract to. *members* is optional and must
297 Never extract archives from untrusted sources without prior inspection.
301 See :meth:`extract` note
    [all...]
  /external/valgrind/coregrind/m_demangle/
d-demangle.c 253 /* Extract the type modifiers from MANGLED and append them to DECL.
715 /* Extract the identifier from MANGLED and append it to DECL.
878 /* Extract the integer value from MANGLED and append it to DECL,
989 /* Extract the floating-point value from MANGLED and append it to DECL.
1083 /* Extract the string value from MANGLED and append it to DECL.
1157 /* Extract the static array value from MANGLED and append it to DECL.
1181 /* Extract the associative array value from MANGLED and append it to DECL.
1208 /* Extract the struct literal value for NAME from MANGLED and append it to DECL.
1235 /* Extract the value from MANGLED and append it to DECL.
1315 /* Extract the type modifiers from MANGLED and return the strin
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
d-demangle.c 237 /* Extract the type modifiers from MANGLED and append them to DECL.
699 /* Extract the identifier from MANGLED and append it to DECL.
862 /* Extract the integer value from MANGLED and append it to DECL,
973 /* Extract the floating-point value from MANGLED and append it to DECL.
1067 /* Extract the string value from MANGLED and append it to DECL.
1141 /* Extract the static array value from MANGLED and append it to DECL.
1165 /* Extract the associative array value from MANGLED and append it to DECL.
1192 /* Extract the struct literal value for NAME from MANGLED and append it to DECL.
1219 /* Extract the value from MANGLED and append it to DECL.
1299 /* Extract the type modifiers from MANGLED and return the strin
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
AMD64Ops.go 352 {name: "SETEQ", argLength: 1, reg: readflags, asm: "SETEQ"}, // extract == condition from arg0
353 {name: "SETNE", argLength: 1, reg: readflags, asm: "SETNE"}, // extract != condition from arg0
354 {name: "SETL", argLength: 1, reg: readflags, asm: "SETLT"}, // extract signed < condition from arg0
355 {name: "SETLE", argLength: 1, reg: readflags, asm: "SETLE"}, // extract signed <= condition from arg0
356 {name: "SETG", argLength: 1, reg: readflags, asm: "SETGT"}, // extract signed > condition from arg0
357 {name: "SETGE", argLength: 1, reg: readflags, asm: "SETGE"}, // extract signed >= condition from arg0
358 {name: "SETB", argLength: 1, reg: readflags, asm: "SETCS"}, // extract unsigned < condition from arg0
359 {name: "SETBE", argLength: 1, reg: readflags, asm: "SETLS"}, // extract unsigned <= condition from arg0
360 {name: "SETA", argLength: 1, reg: readflags, asm: "SETHI"}, // extract unsigned > condition from arg0
361 {name: "SETAE", argLength: 1, reg: readflags, asm: "SETCC"}, // extract unsigned >= condition from arg
    [all...]
386Ops.go 279 {name: "SETEQ", argLength: 1, reg: readflags, asm: "SETEQ"}, // extract == condition from arg0
280 {name: "SETNE", argLength: 1, reg: readflags, asm: "SETNE"}, // extract != condition from arg0
281 {name: "SETL", argLength: 1, reg: readflags, asm: "SETLT"}, // extract signed < condition from arg0
282 {name: "SETLE", argLength: 1, reg: readflags, asm: "SETLE"}, // extract signed <= condition from arg0
283 {name: "SETG", argLength: 1, reg: readflags, asm: "SETGT"}, // extract signed > condition from arg0
284 {name: "SETGE", argLength: 1, reg: readflags, asm: "SETGE"}, // extract signed >= condition from arg0
285 {name: "SETB", argLength: 1, reg: readflags, asm: "SETCS"}, // extract unsigned < condition from arg0
286 {name: "SETBE", argLength: 1, reg: readflags, asm: "SETLS"}, // extract unsigned <= condition from arg0
287 {name: "SETA", argLength: 1, reg: readflags, asm: "SETHI"}, // extract unsigned > condition from arg0
288 {name: "SETAE", argLength: 1, reg: readflags, asm: "SETCC"}, // extract unsigned >= condition from arg
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
AMD64Ops.go 352 {name: "SETEQ", argLength: 1, reg: readflags, asm: "SETEQ"}, // extract == condition from arg0
353 {name: "SETNE", argLength: 1, reg: readflags, asm: "SETNE"}, // extract != condition from arg0
354 {name: "SETL", argLength: 1, reg: readflags, asm: "SETLT"}, // extract signed < condition from arg0
355 {name: "SETLE", argLength: 1, reg: readflags, asm: "SETLE"}, // extract signed <= condition from arg0
356 {name: "SETG", argLength: 1, reg: readflags, asm: "SETGT"}, // extract signed > condition from arg0
357 {name: "SETGE", argLength: 1, reg: readflags, asm: "SETGE"}, // extract signed >= condition from arg0
358 {name: "SETB", argLength: 1, reg: readflags, asm: "SETCS"}, // extract unsigned < condition from arg0
359 {name: "SETBE", argLength: 1, reg: readflags, asm: "SETLS"}, // extract unsigned <= condition from arg0
360 {name: "SETA", argLength: 1, reg: readflags, asm: "SETHI"}, // extract unsigned > condition from arg0
361 {name: "SETAE", argLength: 1, reg: readflags, asm: "SETCC"}, // extract unsigned >= condition from arg
    [all...]
386Ops.go 279 {name: "SETEQ", argLength: 1, reg: readflags, asm: "SETEQ"}, // extract == condition from arg0
280 {name: "SETNE", argLength: 1, reg: readflags, asm: "SETNE"}, // extract != condition from arg0
281 {name: "SETL", argLength: 1, reg: readflags, asm: "SETLT"}, // extract signed < condition from arg0
282 {name: "SETLE", argLength: 1, reg: readflags, asm: "SETLE"}, // extract signed <= condition from arg0
283 {name: "SETG", argLength: 1, reg: readflags, asm: "SETGT"}, // extract signed > condition from arg0
284 {name: "SETGE", argLength: 1, reg: readflags, asm: "SETGE"}, // extract signed >= condition from arg0
285 {name: "SETB", argLength: 1, reg: readflags, asm: "SETCS"}, // extract unsigned < condition from arg0
286 {name: "SETBE", argLength: 1, reg: readflags, asm: "SETLS"}, // extract unsigned <= condition from arg0
287 {name: "SETA", argLength: 1, reg: readflags, asm: "SETHI"}, // extract unsigned > condition from arg0
288 {name: "SETAE", argLength: 1, reg: readflags, asm: "SETCC"}, // extract unsigned >= condition from arg
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestConvert.java 84 // Extract the inputs.
156 // Extract the inputs.
228 // Extract the inputs.
305 // Extract the inputs.
377 // Extract the inputs.
449 // Extract the inputs.
526 // Extract the inputs.
598 // Extract the inputs.
670 // Extract the inputs.
    [all...]
TestClz.java 84 // Extract the inputs.
155 // Extract the inputs.
226 // Extract the inputs.
297 // Extract the inputs.
373 // Extract the inputs.
444 // Extract the inputs.
515 // Extract the inputs.
586 // Extract the inputs.
662 // Extract the inputs.
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/docs/
auth-framework.rst 149 #. If the image is an authentication image, extract the information that will
181 extract authentication parameters contained in an image, e.g. if the
270 check the image integrity and extract the authentication parameters.
350 The authentication framework will use the image descriptor to extract all the
424 - ``_get_param``: extract authentication parameter funcion pointer.
436 extract the data corresponding to that parameter from an image. This data will
467 #. Extract authentication parameters from a parent image in order to verify a
661 parsing library to check the image integrity and extract the required
680 extract that parameter from the image (i.e. if the parameter is stored in an
715 be used to extract the parameter data from the corresponding image
    [all...]
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 111 " x[No] - extract file(s) from the archive\n"
134 Extract, ///< Extract files back to file system
171 // Extract the member filename from the command line for the [relpos] argument
236 case 'x': ++NumOperations; Operation = Extract; break;
305 if (OriginalDates && Operation != Extract)
390 case Extract:
404 if (Operation == Extract && OldArchive->isThin())
431 case Extract:
680 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.27/opcodes/
ppc-dis.c 430 /* Extract the operand value from the PowerPC or POWER instruction. */
438 /* Extract the value from the instruction. */
439 if (operand->extract)
440 value = (*operand->extract) (insn, dialect, &invalid);
518 if (operand->extract)
519 (*operand->extract) (insn, dialect, &invalid);
572 if (operand->extract)
573 (*operand->extract) (insn, (ppc_cpu_t)0, &invalid);
656 /* Now extract and print the operands. */
667 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 80 len = id.extract(result, resultCapacity, *ec);
218 return id.extract(result, resultLength, *status);
258 return id.extract(result, resultLength, *status);
587 reslen = canonical.extract(result, resultCapacity, *status);
783 resultWinID.extract(winid, winidCapacity, *status);
801 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/pcre/dist2/doc/html/
index.html 187 <td>&nbsp;&nbsp;Extract information about a pattern</td></tr>
239 <td>&nbsp;&nbsp;Extract named substring into given buffer</td></tr>
242 <td>&nbsp;&nbsp;Extract numbered substring into given buffer</td></tr>
248 <td>&nbsp;&nbsp;Extract named substring into new memory</td></tr>
251 <td>&nbsp;&nbsp;Extract numbered substring into new memory</td></tr>
263 <td>&nbsp;&nbsp;Extract all substrings into new memory</td></tr>
  /external/pcre/dist2/doc/
index.html.src 187 <td>&nbsp;&nbsp;Extract information about a pattern</td></tr>
239 <td>&nbsp;&nbsp;Extract named substring into given buffer</td></tr>
242 <td>&nbsp;&nbsp;Extract numbered substring into given buffer</td></tr>
248 <td>&nbsp;&nbsp;Extract named substring into new memory</td></tr>
251 <td>&nbsp;&nbsp;Extract numbered substring into new memory</td></tr>
263 <td>&nbsp;&nbsp;Extract all substrings into new memory</td></tr>
  /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/swiftshader/third_party/LLVM/utils/buildit/
build_llvm 232 -exec lipo -extract ppc -extract i386 {} -output {} \;
235 -exec lipo -extract ppc7400 -extract i386 {} -output {} \;
238 -exec lipo -extract i386 -extract x86_64 {} -output {} \;
  /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);

Completed in 1259 milliseconds

<<51525354555657585960>>