/external/chromium_org/third_party/icu/source/i18n/ |
unumsys.cpp | 82 return descrip.extract(result, resultLength, *status);
|
/external/chromium_org/third_party/icu/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/chromium_org/third_party/icu/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/chromium_org/third_party/icu/source/tools/genrb/ |
prscmnts.cpp | 55 return dest.extract(source, srcLen, *status); 102 return out.extract(*dest, destCapacity,*status); 129 int32_t destLen = stringArray[0].extract(*dest, destCapacity, *status); 202 return out.extract(*dest, destCapacity,*status);
|
/external/chromium_org/third_party/icu/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/chromium_org/third_party/libvpx/ |
obj_int_extract.gypi | 5 # Rule to extract integer values for each symbol from an object file.
|
/external/chromium_org/third_party/webrtc/tools/e2e_quality/audio/ |
README | 21 regular expression to extract the quality metric.
|
/external/chromium_org/tools/ipc_fuzzer/replay/ |
replay_process.h | 32 // Extract messages from a file specified by --ipc-fuzzer-testcase=
|
/external/clang/test/Driver/ |
Xlinker-args.c | 1 // Check that we extract --no-demangle from '-Xlinker' and '-Wl,', since that
|
split-debug.s | 7 // CHECK-ACTIONS: objcopy{{.*}}--extract-dwo{{.*}}"split-debug.dwo"
|
/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/guava/guava-testlib/src/com/google/common/collect/testing/features/ |
TesterAnnotation.java | 30 * why reflection is used to extract values from the properties of the various
|
/external/icu/icu4c/source/i18n/ |
collation.cpp | 30 // Extract the second byte, minus the minimum byte value, 49 // Extract the third byte, minus the minimum byte value, 71 // Extract the second byte, minus the minimum byte value, 93 // 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/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.");
|