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

<<11121314151617181920>>

  /external/compiler-rt/test/asan/TestCases/
null_deref.cc 11 // atos on Mac cannot extract the symbol name correctly. Also, on FreeBSD 9.2
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
LocalVariableExtractor.java 42 * @param method {@code non-null;} the method to extract from
45 public static LocalVariableInfo extract(RopMethod method) { method in class:LocalVariableExtractor
51 * Constructs an instance. This method is private. Use {@link #extract}.
53 * @param method {@code non-null;} the method to extract from
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
LocalVariableExtractor.java 51 * @param method {@code non-null;} the method to extract from
54 public static LocalVariableInfo extract(SsaMethod method) { method in class:LocalVariableExtractor
60 * Constructs an instance. This method is private. Use {@link #extract}.
62 * @param method {@code non-null;} the method to extract from
  /external/expat/
import_expat.sh 11 tar --extract --ungzip --strip-components=1 --file $1
  /external/gptfdisk/
mbr.h 38 // Functions to extract data on specific partitions....
  /external/guava/guava-testlib/src/com/google/common/collect/testing/features/
TesterAnnotation.java 32 * why reflection is used to extract values from the properties of the various
  /external/icu/icu4c/source/i18n/
collation.cpp 32 // Extract the second byte, minus the minimum byte value,
51 // Extract the third byte, minus the minimum byte value,
73 // Extract the second byte, minus the minimum byte value,
95 // Extract the third byte, minus the minimum byte value,
unumsys.cpp 82 return descrip.extract(result, resultLength, *status);
  /external/icu/icu4c/source/test/letest/
xmlreader.cpp 57 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
75 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
103 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
125 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
  /external/icu/icu4c/source/test/perf/leperf/
xmlreader.cpp 57 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
75 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
103 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
125 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
  /external/icu/icu4c/source/tools/genrb/
prscmnts.cpp 65 return dest.extract(source, srcLen, *status);
112 return out.extract(*dest, destCapacity,*status);
139 int32_t destLen = stringArray[0].extract(*dest, destCapacity, *status);
214 return out.extract(*dest, destCapacity,*status);
  /external/icu/icu4c/source/tools/icupkg/
icupkg.8.in 10 \- extract or modify an ICU
37 .BI "\-x\fP, \fB\-\-extract" " list"
137 .BI "\-x\fP, \fB\-\-extract" " list"
138 Extract items from the
  /external/libexif/contrib/examples/
thumbnail.c 2 * libexif example program to extract an EXIF thumbnail from an image
  /external/libxml2/python/tests/
reader5.py 4 # this extract the Dragon bibliography entries from the XML specification
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugMacinfoEntry.h 41 Extract(const lldb_private::DataExtractor& mac_info_data,
DWARFDebugPubnames.h 23 bool Extract(const lldb_private::DataExtractor& data);
DWARFDebugRanges.cpp 28 DWARFDebugRanges::Extract(SymbolFileDWARF* dwarf2Data)
33 while (Extract(dwarf2Data, &offset, range_list))
85 DWARFDebugRanges::Extract(SymbolFileDWARF* dwarf2Data, lldb::offset_t *offset_ptr, RangeList &range_list)
120 assert(!"DWARFDebugRanges::RangeList::Extract() unsupported address size.");
DWARFLocationList.h 25 Extract (const lldb_private::DataExtractor& debug_loc_data,
  /external/llvm/docs/CommandGuide/
index.rst 40 llvm-extract
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 48 bool extract();
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugAranges.cpp 21 void DWARFDebugAranges::extract(DataExtractor DebugArangesData) { function in class:DWARFDebugAranges
27 while (Set.extract(DebugArangesData, &Offset)) {
43 // Extract aranges from .debug_aranges section.
45 extract(ArangesData);
  /external/llvm/test/Analysis/CostModel/PowerPC/
insert_extract.ll 11 define i32 @extract(<4 x i32> %arg) {
  /external/llvm/test/CodeGen/X86/
2010-10-08-cmpxchg8b.ll 4 ; On i386, i64 cmpxchg is lowered during legalize types to extract the
shl-i64.ll 3 ; Make sure that we don't generate an illegal i64 extract after LegalizeType.
  /external/llvm/test/Transforms/CodeExtractor/
2004-03-14-DominanceProblem.ll 1 ; RUN: opt < %s -loop-extract -disable-output

Completed in 7302 milliseconds

<<11121314151617181920>>