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

1 2 3 45 6 7 8 91011>>

  /external/libpng/contrib/examples/
iccfrompng.c 8 * Extract any icc profiles found in the given PNG files. This is a simple
33 extract(FILE *fp, png_uint_32 *proflen) function
95 png_bytep profile = extract(fp, &proflen);
178 /* Exit code is true if any extract succeeds */
  /external/libsepol/src/
context.h 31 /* Extract the context as string */
  /external/llvm/lib/DebugInfo/
DWARFDebugAbbrev.cpp 25 bool DWARFAbbreviationDeclarationSet::extract(DataExtractor Data, function in class:DWARFAbbreviationDeclarationSet
32 while (AbbrDecl.extract(Data, OffsetPtr)) {
76 void DWARFDebugAbbrev::extract(DataExtractor Data) { function in class:DWARFDebugAbbrev
83 if (!AbbrDecls.extract(Data, &Offset))
DWARFDebugAbbrev.h 32 bool extract(DataExtractor Data, uint32_t *OffsetPtr);
55 void extract(DataExtractor Data);
  /external/llvm/test/Transforms/CodeExtractor/
2004-03-14-NoSwitchSupport.ll 1 ; RUN: opt < %s -loop-extract-single -disable-output
2004-03-17-UpdatePHIsOutsideRegion.ll 1 ; RUN: opt < %s -loop-extract -disable-output
  /external/qemu/android/filesystems/
fstab_parser.h 22 // and extract the format of the partition named |partitionName|.
  /frameworks/base/cmds/idmap/
idmap.h 27 // be able to extract this from the manifest in target_apk_path,
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
brightness.h 16 // Native function to extract brightness from image (handed down as ByteBuffer).
contrast.h 16 // Native function to extract contrast from image (handed down as ByteBuffer).
exposure.h 16 // Native function to extract exposure from image (handed down as ByteBuffer).
sobeloperator.h 17 // Native function to extract histogram from image (handed down as ByteBuffer).
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
ISensorTestStateContainer.java 39 * @param resId The resource Id to extract.
45 * @param resId The resource Id to extract.
  /external/chromium_org/chrome/tools/safe_browsing/
sb_sigutil.cc 5 // Simple tool that uses the SignatureUtil class to extract signature
21 // Command-line switch for the executable to extract a signature from.
  /external/chromium_org/components/cronet/tools/
extract_from_jars.py 34 parser.add_option('--classes-dir', help='Directory to extract .class files.')
35 parser.add_option('--jars', help='Paths to jars to extract.')
  /external/chromium_org/native_client_sdk/src/
test_all.py 59 'extract'])
62 # Some of the unit tests use parts of toolchains. Extract to TOOLCHAIN_OUT.
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
numeric_lex.h 7 // numeric_lex.h: Functions to extract numeric values from string.
31 // The following functions parse the given string to extract a numerical
  /external/chromium_org/third_party/libvpx/
unpack_lib_posix.sh 13 # f - List of files to extract.
68 # echo "Extract $filename from archive to $out_dir/$1."
  /external/icu/icu4c/source/samples/datefmt/
util.cpp 53 // int32_t bufLen = str.extract(0, len, buf); // Preflight
59 actualLen = str.extract(0, len, buf/*, bufLen*/); // Default codepage conversion
  /external/icu/icu4c/source/samples/msgfmt/
util.cpp 53 // int32_t bufLen = str.extract(0, len, buf); // Preflight
59 actualLen = str.extract(0, len, buf/*, bufLen*/); // Default codepage conversion
  /external/icu/icu4c/source/samples/translit/
util.cpp 53 // int32_t bufLen = str.extract(0, len, buf); // Preflight
59 actualLen = str.extract(0, len, buf/*, bufLen*/); // Default codepage conversion
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugRanges.h 28 void Extract(SymbolFileDWARF* dwarf2Data);
35 Extract (SymbolFileDWARF* dwarf2Data,
  /external/llvm/tools/llvm-extract/
LLVMBuild.txt 1 ;===- ./tools/llvm-extract/LLVMBuild.txt -----------------------*- Conf -*--===;
20 name = llvm-extract
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeAction.java 26 * Action executed when the "Extract as Include" menu item is invoked.
45 return create("Extract Include...", editorDelegate, ExtractIncludeAction.class);
ExtractStyleAction.java 26 * Action executed when the "Extract Style" menu item is invoked.
45 return create("Extract Style...", editorDelegate, ExtractStyleAction.class);

Completed in 725 milliseconds

1 2 3 45 6 7 8 91011>>