HomeSort by relevance Sort by last modified time
    Searched full:extract (Results 501 - 525 of 4593) sorted by null

<<21222324252627282930>>

  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugPubnames.cpp 32 DWARFDebugPubnames::Extract(const DataExtractor& data)
35 "DWARFDebugPubnames::Extract (byte_size = %" PRIu64 ")",
39 log->Printf("DWARFDebugPubnames::Extract (byte_size = %" PRIu64 ")", (uint64_t)data.GetByteSize());
48 if (set.Extract(data, &offset))
  /external/llvm/lib/DebugInfo/
DWARFAbbreviationDeclaration.h 51 bool extract(DataExtractor Data, uint32_t* OffsetPtr);
  /external/llvm/test/
CMakeLists.txt 33 llvm-extract
  /external/llvm/test/CodeGen/X86/
h-register-store.ll 28 ; Use h-register extract and store.
  /external/llvm/test/MC/AArch64/
neon-extract.s 6 // Instructions for bitwise extract
  /external/llvm/test/Transforms/CodeExtractor/
2004-03-17-MissedLiveIns.ll 1 ; RUN: opt < %s -loop-extract -disable-output
  /external/llvm/test/Transforms/MergeFunc/
mergefunc-struct-return.ll 3 ; This test makes sure that the mergefunc pass, uses extract and insert value
  /external/qemu/distrib/sdl-1.2.15/
README.Symbian 8 extract "symbian.zip" into this folder.
  /external/tcpdump/
print-beep.c 31 #include "extract.h"
print-calm-fast.c 29 #include "extract.h"
print-ppi.c 15 #include "extract.h"
print-sip.c 31 #include "extract.h"
  /external/valgrind/main/VEX/orig_amd64/
Compare.hs 17 Purpose is to extract the insn (text), remove spaces, and compare.
  /external/zlib/
update_zlib.sh 11 # Extract the latest version from the web page.
  /frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DownloadManagerTestRunner.java 54 // Extract the extra params passed in from the bundle...
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
brightness.cpp 17 // Native function to extract brightness from image (handed down as ByteBuffer).
contrast.cpp 17 // Native function to extract contrast ratio from image (handed down as ByteBuffer).
exposure.cpp 17 // Native function to extract exposure from image (handed down as ByteBuffer).
  /frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
AwaitableCompletionListener.java 29 // extract a common base class.
  /frameworks/native/opengl/libs/tools/
glapigen 58 # extract the name from the parameter
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
ImageDescriptor.java 50 * Extract descriptor information about image instance.
  /ndk/build/awk/
extract-launchable.awk 15 # A nawk/gawk script used to extract the list of launchable activities
40 # When entering a new <activity>, extract its name and set
133 sub("[ \r\n\t/].*$", "", XML_TAG); # extract tag name
149 sub(/=.*$/,"",_xml_attrib); # extract attribute name
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
JsonBackedSuggestionExtras.java 62 Log.w(TAG, "Could not extract JSON extra", e);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stat.py 19 # Extract bits from the mode
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stat.py 19 # Extract bits from the mode

Completed in 596 milliseconds

<<21222324252627282930>>