HomeSort by relevance Sort by last modified time
    Searched full:extract (Results 851 - 875 of 8518) sorted by null

<<31323334353637383940>>

  /external/icu/icu4c/source/i18n/
collation.cpp 34 // Extract the second byte, minus the minimum byte value,
53 // Extract the third byte, minus the minimum byte value,
75 // Extract the second byte, minus the minimum byte value,
97 // Extract the third byte, minus the minimum byte value,
unumsys.cpp 84 return descrip.extract(result, resultLength, *status);
  /external/icu/icu4c/source/test/letest/
xmlreader.cpp 59 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
77 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
105 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
127 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
  /external/icu/icu4c/source/test/perf/leperf/
xmlreader.cpp 63 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
81 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
109 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
131 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
  /external/icu/icu4c/source/tools/genrb/
prscmnts.cpp 67 return dest.extract(source, srcLen, *status);
114 return out.extract(*dest, destCapacity,*status);
141 int32_t destLen = stringArray[0].extract(*dest, destCapacity, *status);
216 return out.extract(*dest, destCapacity,*status);
  /external/icu/icu4c/source/tools/icupkg/
icupkg.8.in 12 \- extract or modify an ICU
39 .BI "\-x\fP, \fB\-\-extract" " list"
139 .BI "\-x\fP, \fB\-\-extract" " list"
140 Extract items from the
  /external/libcxx/utils/libcxx/sym_check/
__init__.py 17 __all__ = ['diff', 'extract', 'util']
  /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/test/tools/llvm-cov/
double_dots.c 3 // llvm-cov convert-for-testing to extract the covmapping.
  /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/lz4/contrib/djgpp/
README.MD 7 * Extract and install it (`tar jxvf djgpp-linux64-gcc492.tar.bz2`). Note the path. We'll assume `/home/user/djgpp`.
  /external/perfetto/infra/perfetto-ci.appspot.com/static/
service_worker.js 39 // Extract the JSON from the response.
  /external/python/cpython2/Demo/parser/
README 15 example.py -- module that uses the `parser' module to extract
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
TemporaryBindingsTest.java 22 TemporaryShadowView shadowView = Shadow.extract(new View(RuntimeEnvironment.application));
  /external/selinux/python/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 whole group of semanage commands within a file and apply them to a machine in a single transaction.

Completed in 1539 milliseconds

<<31323334353637383940>>