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

<<121122123124125126127128129130>>

  /external/tensorflow/tensorflow/python/util/
example_parser_configuration.py 15 """Extract parse_example op configuration to a proto."""
  /external/tensorflow/tensorflow/tools/docs/
generate_lib.py 253 def extract(py_modules, private_map, do_not_descend_map): function
254 """Extract docs from tf namespace and write them to disk."""
274 """Extract the title from a .md file."""
530 return extract(self._py_modules, self._private_map,
  /external/testng/src/test/java/test/annotationtransformer/
AnnotationTransformerTest.java 26 public String extract(ITestResult input) {
  /external/toybox/scripts/
genconfig.sh 120 # extract config stanzas from each source file, in alphabetical order
  /external/v8/
.ycm_extra_conf.py 25 # for YCM to pass to clang so it can build and extract the symbols.
  /external/v8/src/arm64/
decoder-arm64.h 25 V(Extract) \
  /external/v8/src/compiler/
js-native-context-specialization.h 146 // Extract receiver maps from {nexus} and filter based on {receiver} if
  /external/v8/src/ic/
stub-cache.h 84 // is convenient; shifting down the length field (to extract the hash code)
  /external/v8/tools/release/
search_related_commits.py 50 # Extract commit position
  /external/valgrind/coregrind/
pub_core_execontext.h 50 // Extract the StackTrace from an ExeContext.
  /external/valgrind/gdbserver_tests/
make_local_links 64 # Try to extract the gdb version major and minor numbers.
  /external/vboot_reference/firmware/lib21/include/
vb2_common.h 95 * This is called by vb2_unpack_key() to extract the arrays from a packed key.
  /external/vboot_reference/scripts/image_signing/
align_rootfs.sh 130 # Extract the rootfs from the src image and use this as a template
firmware_boot.sh 45 # Extract the RW BIOS chunks
  /external/vboot_reference/utility/
dumpRSAPublicKey.c 17 /* Command line tool to extract RSA public keys from X.509 certificates
  /external/vulkan-validation-layers/scripts/
external_revision_generator.py 98 # Extract commit ID from the specified source directory
  /external/wayland/doc/publican/
doxygen-to-publican.xsl 87 way to extract the right text for the description from the
  /external/webrtc/webrtc/common_video/libyuv/include/
webrtc_libyuv.h 88 // Extract buffer from VideoFrame (consecutive planes, no stride)
  /external/webrtc/webrtc/modules/audio_coding/acm2/
rent_a_codec.h 186 // Parse codec_inst and extract payload types. If the given CodecInst was for
  /external/webrtc/webrtc/tools/e2e_quality/audio/
run_audio_test.py 50 help='regular expression to extract the comparison metric')
  /external/webrtc/webrtc/video/
vie_encoder.h 100 // TODO(pbos): Set protection method on construction or extract vcm_ outside
  /frameworks/av/drm/mediacas/plugins/clearkey/
JsonAssetLoader.cpp 46 * Extract a clear key asset from a JSON string.
  /frameworks/av/media/libmediametrics/include/
MediaAnalyticsItem.h 128 // find & extract values
  /frameworks/av/media/libnblog/
ReportPerformance.cpp 41 // TODO: use a function like this to extract logic from writeToFile
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
inv_sqrt.cpp 182 i = extract_h (L_x); // Extract b25-b31
184 a = extract_l (L_x); // Extract b10-b24
251 i = (Word16)(L_x >> 16); /* Extract b25-b31 */
252 a = (Word16)(L_x >> 1); /* Extract b10-b24 */

Completed in 1288 milliseconds

<<121122123124125126127128129130>>