HomeSort by relevance Sort by last modified time
    Searched full:extract (Results 301 - 325 of 4384) sorted by null

<<11121314151617181920>>

  /external/llvm/test/Transforms/CodeExtractor/
2004-08-12-BlockExtractPHI.ll 1 ; RUN: opt < %s -extract-blocks -disable-output
  /external/llvm/tools/
CMakeLists.txt 32 add_llvm_tool_subdirectory(llvm-extract)
  /external/llvm/unittests/IR/
MDBuilderTest.cpp 41 ConstantFP *Val = mdconst::extract<ConstantFP>(Op);
55 ConstantInt *C0 = mdconst::extract<ConstantInt>(R1->getOperand(0));
56 ConstantInt *C1 = mdconst::extract<ConstantInt>(R1->getOperand(1));
105 EXPECT_EQ(mdconst::extract<ConstantInt>(N2->getOperand(2))->getZExtValue(),
  /external/ltrace/testsuite/ltrace.main/
signals.exp 30 # Extract LOOP from source file.
  /external/ltrace/testsuite/ltrace.torture/
signals.exp 30 # Extract LOOP from source file.
  /external/lzma/CPP/7zip/UI/Common/
Extract.cpp 0 // Extract.cpp
13 #include "Extract.h"
90 result = archive->Extract(NULL, (UInt32)(Int32)-1, testMode, extractCallbackSpec);
97 result = archive->Extract(&realIndices.Front(), realIndices.Size(), testMode, extractCallbackSpec);
Extract.h 0 // Extract.h
  /external/mockito/src/org/mockito/configuration/
AnnotationEngine.java 37 * @param clazz Class where to extract field information, check implementation for details
  /external/selinux/policycoreutils/semanage/
semanage-export.8 10 from policy sources. semanage import and export can be used to extract the SELinux modifications from one machine and apply them to another. You can put a hole group of semanage commands within a file and apply them to a machine in a single transaction.
semanage-import.8 10 from policy sources. semanage import and export can be used to extract the SELinux modifications from one machine and apply them to another. You can put a hole group of semanage commands within a file and apply them to a machine in a single transaction.
  /external/tcpdump/
Readme.Win32 13 First, extract tcpdump and WinPcap in the same folder, and build WinPcap.
  /external/vboot_reference/tests/futility/
test_load_fmap.sh 20 # Extract good blobs first
  /external/vogar/src/vogar/tasks/
ExtractJarResourceTask.java 33 super("extract " + jarResource + " to " + extractedResource);
  /frameworks/base/core/java/android/inputmethodservice/
ExtractEditLayout.java 26 * extract mode.
  /frameworks/base/docs/html/training/material/
drawables.jd 10 <li><a href="#ColorExtract">Extract Prominent Colors from an Image</a></li>
46 <h2 id="ColorExtract">Extract Prominent Colors from an Image</h2>
49 android.support.v7.graphics.Palette} class, which lets you extract prominent colors from an image.
61 <p>To extract these colors, pass a {@link android.graphics.Bitmap} object to the
  /frameworks/base/graphics/java/android/graphics/
LayerRasterizer.java 26 The layer will extract those fields that affect the mask from
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
histogram.h 17 // Native function to extract histogram from image (handed down as ByteBuffer).
  /ndk/build/awk/
extract-debuggable.awk 15 # A nawk/gawk script used to extract the debuggable flag from an
24 # simply extract the 'android:debuggable' attribute value from
74 sub("[ \r\n\t/].*$", "", XML_TAG); # extract tag name
90 sub(/=.*$/,"",_xml_attrib); # extract attribute name
extract-minsdkversion.awk 15 # A nawk/gawk script used to extract the value of min. SDK version from an
24 # simply extract the 'android:minSdkVersion' attribute value from
71 sub("[ \r\n\t/].*$", "", XML_TAG); # extract tag name
87 sub(/=.*$/,"",_xml_attrib); # extract attribute name
extract-package-name.awk 15 # A nawk/gawk script used to extract the package name from an application's
27 # Simply extract the value of the 'name' attribute from
75 sub("[ \r\n\t/].*$", "", XML_TAG); # extract tag name
91 sub(/=.*$/,"",_xml_attrib); # extract attribute name
extract-platform.awk 15 # A nawk/gawk script used to extract the application's platform name from
  /ndk/tests/build/import-install/
build.sh 10 # Extract ABIs list from parameters, we're looking for something like APP_ABI=<something>
  /ndk/tests/device/test-gnustl-full/unit/
istmit_test.cpp 119 * - you always extract the same type of istream_iterator and you always reuse
121 * - you extract different type of object and no object is convertible to an other
122 * as in this current test when you extract int and string (when you extract ints
  /ndk/tests/device/test-stlport/unit/
istmit_test.cpp 119 * - you always extract the same type of istream_iterator and you always reuse
121 * - you extract different type of object and no object is convertible to an other
122 * as in this current test when you extract int and string (when you extract ints
  /packages/apps/Settings/tests/src/com/android/settings/vpn2/
VpnInfo.java 29 // Password to extract certificates from the file

Completed in 170 milliseconds

<<11121314151617181920>>