/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/libcxx/utils/sym_check/ |
sym_diff.py | 12 description='Extract a list of symbols from a shared library.')
|
/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/llvm/docs/CommandGuide/ |
index.rst | 41 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/Mips/llvm-ir/ |
extractelement.ll | 4 ; attempted to extract the element with by storing the vector, then reading
|
/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/unittests/IR/ |
MDBuilderTest.cpp | 41 ConstantFP *Val = mdconst::extract<ConstantFP>(Op); 55 ConstantInt *C0 = mdconst::extract<ConstantInt>(R1->getOperand(0)); 56 ConstantInt *C1 = mdconst::extract<ConstantInt>(R1->getOperand(1)); 105 EXPECT_EQ(mdconst::extract<ConstantInt>(N2->getOperand(2))->getZExtValue(),
|
/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/ |
ArchiveCommandLine.h | 9 #include "Extract.h"
|
/external/mockito/src/org/mockito/configuration/ |
AnnotationEngine.java | 37 * @param clazz Class where to extract field information, check implementation for details
|
/external/selinux/policycoreutils/semanage/ |
semanage-export.8 | 10 from policy sources. semanage import and export can be used to extract the SELinux modifications from one machine and apply them to another. You can put a hole group of semanage commands within a file and apply them to a machine in a single transaction.
|
semanage-import.8 | 10 from policy sources. semanage import and export can be used to extract the SELinux modifications from one machine and apply them to another. You can put a hole group of semanage commands within a file and apply them to a machine in a single transaction.
|