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

<<71727374757677787980>>

  /external/swiftshader/third_party/LLVM/include/llvm/
Instruction.def 170 HANDLE_OTHER_INST(54, ExtractElement, ExtractElementInst)// extract from vector
173 HANDLE_OTHER_INST(57, ExtractValue, ExtractValueInst)// extract from aggregate
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFDebugInfoEntry.h 49 /// Extract a debug info entry for a given compile unit from the
51 bool extract(const DWARFCompileUnit *cu, uint32_t *offset_ptr);
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
PartialInlining.cpp 111 // Gather up the blocks that we're going to extract.
124 // Extract the body of the if.
  /external/swiftshader/third_party/LLVM/utils/
DSAextract.py 3 #this is a script to extract given named nodes from a dot file, with
35 <output_file> [list of nodes to extract]'
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
ilist_node_options.h 58 /// Extract sentinel tracking option.
80 /// Extract custom tag option.
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Instruction.def 191 HANDLE_OTHER_INST(59, ExtractElement, ExtractElementInst)// extract from vector
194 HANDLE_OTHER_INST(62, ExtractValue, ExtractValueInst)// extract from aggregate
  /external/syslinux/gpxe/src/crypto/
asn1.c 73 /* Extract length of the length field and sanity check */
89 /* Extract the length and sanity check */
  /external/syslinux/gpxe/src/drivers/net/phantom/
nx_bitops.h 178 /** Extract value of named field */
190 /** Extract value of named field (for fields up to the size of a long) */
  /external/syslinux/gpxe/src/include/gpxe/
bitops.h 203 /** Extract value of named field */
215 /** Extract value of named field (for fields up to the size of a long) */
  /external/syslinux/gpxe/src/util/
get-pci-ids 3 # get-pci-ids: extract pci vendor/device ids from linux net drivers
86 # Extract the pci_device_id structure
  /external/tensorflow/tensorflow/contrib/learn/python/learn/learn_io/
dask_io.py 64 """Extract data from dask.Series or dask.DataFrame for predictors.
85 """Extract data from dask.Series or dask.DataFrame for labels.
  /external/tensorflow/tensorflow/tools/ci_build/builds/
libtensorflow.sh 120 # Extract any src/ files
122 # Extract any org/ files under src/main/java
  /external/v8/src/base/
cpu.cc 181 // Extract the information exposed by the kernel via /proc/cpuinfo.
224 // Extract the content of a the first occurence of a given field in
433 // Extract implementor from the "CPU implementer" field.
454 // Extract part number from the "CPU part" field.
465 // Extract architecture from the "CPU Architecture" field.
513 // Try to extract the list of CPU features from ELF hwcaps.
609 // Extract implementor from the "CPU implementer" field.
630 // Extract part number from the "CPU part" field.
  /external/v8/testing/gtest/xcode/Scripts/
versiongenerate.py 69 # Extract the version string from the AC_INIT macro
71 # Extract three integers separated by periods and surrounded by squre
  /external/vulkan-validation-layers/tests/gtest-1.7.0/xcode/Scripts/
versiongenerate.py 69 # Extract the version string from the AC_INIT macro
71 # Extract three integers separated by periods and surrounded by squre
  /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
Utils.java 91 * Similar to numpy.extract()
94 public static double[] extract(int[] indicator, int value, double[] arr) { method in class:Utils
  /external/walt/android/WALT/app/src/test/java/org/chromium/latency/walt/
UtilsTest.java 118 assertThat(Utils.extract(new int[]{1, 2, 2, 1, 2, 2, 1, 2, 2}, 1,
125 assertThat(Utils.extract(new int[]{}, 1, new double[]{}), is(new double[]{}));
  /external/webrtc/webrtc/tools/frame_analyzer/
video_quality_analysis.h 94 // Extract the sequence of the frame in the video. I.e. if line is
101 // Extract the frame number in the reference video. I.e. if line is
  /frameworks/av/media/libeffects/lvm/lib/Common/lib/
LVM_Types.h 50 #define LVM_MODULEID_MASK 0xFF00 /* Mask to extract the calling module ID from callbackId */
51 #define LVM_EVENTID_MASK 0x00FF /* Mask to extract the callback event from callbackId */
  /frameworks/base/core/jni/
android_app_backup_FullBackup.cpp 86 // Extract the various strings, allowing for null object pointers
102 // Extract the data output fd. 'writer' ends up NULL in the measure-only case.
  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/suggestions/
SuggestionParserTest.java 21 import static org.robolectric.shadow.api.Shadow.extract;
58 mPackageManager = extract(application.getPackageManager());
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/f32/
RefocusFilterF32.java 77 * Utility Method to extract intermediatory result
90 * Utility Method to extract intermediatory result
  /frameworks/support/jetifier/jetifier/processor/src/test/kotlin/com/android/tools/build/jetifier/processor/transform/bytecode/
ClassFilesMoveTest.kt 149 testArchivesAreSame(Archive.Builder.extract(givenZip), Archive.Builder.extract(expectedZip))
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
MmsFileProvider.java 88 throw new FileNotFoundException("Unable to extract message handle from: " + uri);
94 throw new FileNotFoundException("Unable to extract message handle from: " + uri);
  /packages/apps/Camera2/src/com/android/camera/util/
ExifUtil.java 53 * @param image A {@link TaskImageContainer.TaskImage} from which to extract info from.
54 * @param captureResult A {@link CaptureResultProxy} from which to extract info from.

Completed in 1315 milliseconds

<<71727374757677787980>>