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

<<101102103104105106107108109110>>

  /external/python/cpython2/Lib/
traceback.py 0 """Extract, format and print information about Python stack traces."""
282 """Extract the raw traceback from the current stack frame.
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/controller/
ActivityController.java 6 import static org.robolectric.shadow.api.Shadow.extract;
138 ((ShadowViewRootImpl) extract(root)).callDispatchResized();
  /external/scapy/scapy/arch/
unix.py 159 # Iterate over lines and extract IPv6 addresses
285 # Extract network interface from the zone id
  /external/scapy/scapy/layers/tls/
record_sslv2.py 125 # Extract MAC
132 # Extract padding
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/media/
BluetoothMediaPlayback.java 307 // Extract the metadata from the media files and build a hashmap
335 // Extract from the mediafile and build the MediaMetadata
  /external/sonivox/arm-wt-22k/lib_src/
eas_math.c 130 /* extract the exponent */
137 /* extract mantissa and restore implied 1 bit */
  /external/swiftshader/third_party/LLVM/test/lib/
llvm.exp 106 regsub -all {llvm-extract } $new_line "$valgrind llvm-extract " new_line
  /external/tcpdump/
extract.h 30 * Inline functions or macros to extract possibly-unaligned big-endian
233 * Macros to extract possibly-unaligned little-endian integral values.
print-dvmrp.c 31 #include "extract.h"
121 * extract version and capabilities from IGMP group
print-rpki-rtr.c 31 #include "extract.h"
349 * Extract, trail-zero and print the Error message.
print-wb.c 32 #include "extract.h"
37 /* XXX - you mean like the ones in "extract.h"? */
  /external/tensorflow/tensorflow/contrib/graph_editor/tests/
transform_test.py 191 # Extract the operations.
199 # Extract the operations after graph_replace.
  /external/tensorflow/tensorflow/contrib/learn/python/learn/datasets/
mnist.py 41 """Extract the images into a 4D uint8 numpy array [index, y, x, depth].
78 """Extract the labels into a 1D uint8 numpy array [index].
  /external/tensorflow/tensorflow/examples/android/
README.md 171 found in the [`BUILD`](BUILD#L92) file. Then download and extract the archives
183 This will extract the models and their associated metadata files to the local
  /external/tensorflow/tensorflow/go/
example_inception_inference_test.go 68 imagefile := flag.String("image", "", "Path of a JPEG-image to extract labels for")
239 return "", "", fmt.Errorf("failed to extract contents from model archive: %v", err)
  /external/toybox/tests/
tar.test 58 testing "extract with -C Dir" "tar -czf dir.tgz dir/ ;rm -rf dir ;tar -xf dir.tgz -C temp/ ; [ -e temp/dir ] && echo 'yes' ; rm -rf dir dir.tgz" "yes\n" "" ""
73 testing "extract to STDOUT : -O" " tar -czf dir.tgz dir/ ; rm -rf dir ; tar -xf dir.tgz -O ; [ -e 'Inside dir/dir1/\nHello Inside dir\n' ] && echo 'yes'; rm -rf dir.tgz " "" "" ""
  /external/v8/tools/release/
git_recipes.py 57 # Extract the lines in the footer block.
279 # Extract the svn revision from 'git-svn' metadata
  /external/v8/tools/testrunner/network/
network_execution.py 73 " | grep -e '^\s*git-svn-id:'" # Extract "git-svn-id" line.
74 " | awk '{print $2}'" # Extract "repository@revision" part.
  /external/wpa_supplicant_8/src/fst/
fst_group.c 297 "couldn't extract other peer addr from mbies");
402 * 1. Use peer's MB IE on iface to extract peer's MAC address on
  /frameworks/av/media/libstagefright/timedtext/
TextDescriptions.cpp 65 // Extract the local 3GPP display descriptions. 3GPP local descriptions
373 // To extract box 'tx3g' defined in 3GPP TS 26.245, and store it in a Parcel
  /frameworks/base/core/java/com/android/internal/app/
LocaleHelper.java 188 // Theoretically, we want to extract this from ICU's Resource Bundle for
191 // problems: it's expensive to extract it, and in case the output string becomes
  /frameworks/base/core/java/org/apache/http/conn/ssl/
AbstractVerifier.java 229 * Note: Java doesn't appear able to extract international characters
230 * from the SubjectAlts. It can only extract international characters
  /frameworks/base/tools/aapt2/util/
Util.h 137 // Helper method to extract a UTF-16 string from a StringPool. If the string is stored as UTF-8,
141 // Helper method to extract a UTF-8 string from a StringPool. If the string is stored as UTF-16,
  /frameworks/base/tools/velocityplot/
velocityplot.py 243 # Extract a word following the specified prefix.
255 # Extract a number following the specified prefix.
  /frameworks/compile/libbcc/lib/
RSAddDebugInfoPass.cpp 59 if (!me.extract()) {
60 ALOGE("Could not extract metadata from module!");

Completed in 1108 milliseconds

<<101102103104105106107108109110>>