/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/jemalloc/src/ |
huge.c | 166 /* Extract from tree of huge allocations. */ 188 /* Extract from tree of huge allocations. */ 208 /* Extract from tree of huge allocations. */ 227 /* Extract from tree of huge allocations. */
|
/external/libexif/contrib/examples/ |
thumbnail.c | 2 * libexif example program to extract an EXIF thumbnail from an image
|
/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/lib/DebugInfo/ |
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
|
2004-08-12-BlockExtractPHI.ll | 1 ; RUN: opt < %s -extract-blocks -disable-output
|
/external/llvm/tools/ |
CMakeLists.txt | 26 add_llvm_tool_subdirectory(llvm-extract)
|
/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/qemu/android/filesystems/ |
ramdisk_extractor.h | 22 // Extract the content of a given file from a ramdisk image.
|
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
SDL_fbelo.h | 45 extract position and button state from a packet
|
/external/stlport/test/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
|