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

<<101102103104105106107108109110>>

  /external/ppp/pppd/plugins/radius/
avpair.c 168 * Extract attribute-value pairs
283 /* Extract vendor_id */
510 * Purpose: parses the buffer to extract the attribute-value pairs.
  /external/python/cpython2/Lib/test/
test_tarfile.py 62 self.tar.extract("ustar/regtype", TEMPDIR)
79 self.tar.extract("ustar/regtype", TEMPDIR)
89 self.tar.extract("ustar/regtype", TEMPDIR)
319 tar.extract(t, TEMPDIR)
439 tar.extract("ustar/regtype", TEMPDIR)
442 tar.extract("ustar/lnktype", TEMPDIR)
448 tar.extract("ustar/symtype", TEMPDIR)
    [all...]
  /external/python/cpython3/Doc/library/
heapq.rst 99 extract a comparison key from each input element. The default value is
113 used to extract a comparison key from each element in the iterable:
122 used to extract a comparison key from each element in the iterable:
  /external/skia/infra/bots/recipes/
bookmaker.py 77 # Step 1: Extract all fiddles out of markdown files.
82 api.run(api.step, 'Extract all fiddles out of md files', cmd=cmd)
309 api.step_data('Extract all fiddles out of md files', retcode=1)
  /external/syslinux/gpxe/src/arch/i386/image/
bzimage.c 171 /* Extract video mode */
174 /* Extract memory limit */
178 /* Extract command line size */
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
pad_insertion.cc 176 // The conv CustomCall returns a tuple (conv_result, scratch_buffer). Extract
262 // scratch_buffer). Extract out the shape of conv_result.
334 // Extract out the two elements.
  /external/tensorflow/tensorflow/core/common_runtime/
step_stats_collector.cc 144 // Use them instead of regular stats whenever they're available to extract
293 // TODO(xpan): Extract device from err first to speed it up.
302 // TODO(xpan): Extract device from err first to speed it up.
  /external/tensorflow/tensorflow/core/kernels/
quantized_mul_op.cc 78 // We have to work with 4-wide vectors, so extract them.
156 // We have to work with 4-wide vectors, so extract them.
241 // We have to work with 4-wide vectors, so extract them.
  /external/tensorflow/tensorflow/tools/ci_build/builds/
test_tutorials.sh 236 # Download and extract data
250 echo "FAILED to download and extract data for \"ptb_word_lm\""
264 # Extract epoch initial and final training perplexities
  /external/toybox/scripts/
make.sh 45 echo "Extract configuration information from toys/*.c files..."
67 # Extract a list of toys/*/*.c files to compile from the data in $KCONFIG_CONFIG
212 # Extract global structure definitions and flag definitions from toys/*/*.c
  /frameworks/av/media/libstagefright/
StagefrightMetadataRetriever.cpp 230 ALOGV("%s failed to extract thumbnail, trying next decoder.", componentName.c_str());
351 ALOGV("%s failed to extract frame, trying next decoder.", componentName.c_str());
354 ALOGE("all codecs failed to extract frame.");
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_inline.h 146 x10 = x5 - (x4 << 8); /* extract low bytes */
316 x10 = x5 - (x4 << 8); /* extract low bytes */
504 x10 = x5 - (x4 << 8); /* extract low bytes */
  /frameworks/support/media/src/main/java/androidx/media/
MediaPlayer2.java     [all...]
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 391 void extract(integer_t& d, const pixel_t& s, int component);
392 void extract(component_t& d, const pixel_t& s, int component);
393 void extract(integer_t& d, int s, int h, int l, int bits=32);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
UefiIfrLibrary.h 661 Extract Hii package list GUID for given HII handle.
668 EFI_SUCCESS - Successfully extract GUID from Hii database.
683 Extract formset class for given HII handle.
692 EFI_SUCCESS - Successfully extract Class for specified Hii handle.
708 Extract formset ClassGuid for given HII handle.
718 EFI_SUCCESS - Successfully extract Class for specified Hii handle.
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
FrameworkHii.h 784 Allows a program to extract a part of a string of not more than a given width.
823 Allows a program to extract a form or form package that has previously
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
UResourceBundle.java 159 * <strong>[icu]</strong> Creates a UResourceBundle for the locale specified, from which users can extract
175 * from which users can extract resources by using their corresponding keys.
191 * from which users can extract resources by using their corresponding keys.
210 * <strong>[icu]</strong> Creates a UResourceBundle, from which users can extract resources by using
231 * from which users can extract resources by using their corresponding keys.
249 * <strong>[icu]</strong> Creates a UResourceBundle, from which users can extract resources by using
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
UResourceBundle.java 162 * {@icu} Creates a UResourceBundle for the locale specified, from which users can extract
179 * from which users can extract resources by using their corresponding keys.
196 * from which users can extract resources by using their corresponding keys.
216 * {@icu} Creates a UResourceBundle, from which users can extract resources by using
238 * from which users can extract resources by using their corresponding keys.
257 * {@icu} Creates a UResourceBundle, from which users can extract resources by using
    [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 73 if (!Accel.extract())
147 while (set.extract(arangesData, &offset))
226 while (rangeList.extract(rangesData, &offset))
305 Abbrev->extract(abbrData);
315 AbbrevDWO->extract(abbrData);
359 // other tools (libdwarf) and extract this from the container (ObjectFile
  /external/pcre/pcrecpp/include/
pcrecpp.h 85 // You can supply extra pointer arguments to extract matched subpieces.
93 // Example: does not try to extract any extra sub-patterns
96 // Example: does not try to extract into NULL
280 // could extract all words from a string by repeatedly calling
326 // Extract() is like Replace(), except that if the pattern matches,
613 bool Extract(const StringPiece &rewrite,
  /device/linaro/bootloader/arm-trusted-firmware/drivers/auth/
auth_mod.c 127 * We rely on the image parser module to extract this data from the image.
388 /* Extract the parameters indicated in the image descriptor to
  /device/linaro/bootloader/arm-trusted-firmware/lib/aarch64/
cache_helpers.S 98 lsr x1, x0, x2 // extract cache type bits from clidr
106 and x2, x1, #7 // extract the length of the cache lines
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
traceback.py 0 """Extract, format and print information about Python stack traces."""
282 """Extract the raw traceback from the current stack frame.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
traceback.py 0 """Extract, format and print information about Python stack traces."""
281 """Extract the raw traceback from the current stack frame.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
Strings.c 397 This function allows a program to extract a part of a string of not more than a given width.
398 With repeated calls, this allows a calling program to extract "lines" of text that fit inside

Completed in 1178 milliseconds

<<101102103104105106107108109110>>