| /external/icu/icu4c/source/i18n/ |
| unum.cpp | 214 return res.extract(result, resultLength, *status); 247 return res.extract(result, resultLength, *status); 275 return res.extract(result, resultLength, *status); 316 return resultStr.extract(result, resultLength, *status); 357 return res.extract(result, resultLength, *status); 683 return res.extract(result, resultLength, *status); 769 return pat.extract(result, resultLength, *status); 796 extract(buffer, size, *status); 949 return res.extract(result, resultLength, *status);
|
| /external/icu/icu4c/source/test/intltest/ |
| sfwdchit.cpp | 38 s.extract(0, fLen, fStart);
|
| /external/icu/icu4j/main/classes/charset/ |
| build.xml | 36 <target name="copy-data" unless="icu4c.data.path" description="Extract pre-built ICU core data files and copy them to the project's binary directory">
|
| /external/icu/icu4j/main/classes/collate/ |
| build.xml | 36 <target name="copy-data" unless="icu4c.data.path" description="Extract pre-built ICU collation data files and copy them to the project's binary directory">
|
| /external/icu/icu4j/main/classes/currdata/ |
| build.xml | 36 <target name="copy-data" unless="icu4c.data.path" description="Extract pre-built ICU currency data files and copy them to the project's binary directory">
|
| /external/icu/icu4j/main/classes/langdata/ |
| build.xml | 37 <target name="copy-data" unless="icu4c.data.path" description="Extract pre-built ICU language data files and copy them to the project's binary directory">
|
| /external/icu/icu4j/main/classes/regiondata/ |
| build.xml | 36 <target name="copy-data" unless="icu4c.data.path" description="Extract pre-built ICU region data files and copy them to the project's binary directory">
|
| /external/icu/icu4j/main/classes/translit/ |
| build.xml | 36 <target name="copy-data" unless="icu4c.data.path" description="Extract pre-built ICU transliteration data files and copy them to the project's binary directory">
|
| /external/icu/icu4j/main/tests/charset/ |
| build.xml | 37 <target name="copy-charset-test-data" description="Extract pre-built ICU charset test data files and copy them to the project's binary directory">
|
| /external/icu/icu4j/main/tests/collate/ |
| build.xml | 37 <target name="copy-collate-test-data" description="Extract pre-built ICU collation test data files and copy them to the project's binary directory">
|
| /external/icu/icu4j/main/tests/core/ |
| build.xml | 37 <target name="copy-test-data" description="Extract pre-built ICU core test data files and copy them to the project's binary directory">
|
| /external/icu/icu4j/main/tests/translit/ |
| build.xml | 37 <target name="copy-translit-test-data" description="Extract pre-built ICU collation test data files and copy them to the project's binary directory">
|
| /external/ipsec-tools/src/racoon/samples/ |
| racoon.conf.in | 27 exclusive_tail off; # extract last one octet.
|
| /external/libbrillo/brillo/ |
| type_name_undecorate.h | 57 // Returns undecorated type name for the given type tag. This will extract the
|
| /external/libvpx/libvpx/vp9/common/mips/dspr2/ |
| vp9_itrans16_dspr2.c | 32 /* bit positon for extract from acc */
|
| vp9_itrans4_dspr2.c | 32 /* bit positon for extract from acc */
|
| vp9_itrans8_dspr2.c | 31 /* bit positon for extract from acc */
|
| /external/libxml2/doc/examples/ |
| reader3.c | 3 * synopsis: Show how to extract subdocuments with xmlReader
|
| /external/llvm/include/llvm/DebugInfo/DWARF/ |
| DWARFDebugArangeSet.h | 57 bool extract(DataExtractor data, uint32_t *offset_ptr);
|
| DWARFDebugAranges.h | 28 void extract(DataExtractor DebugArangesData);
|
| /external/llvm/lib/DebugInfo/DWARF/ |
| DWARFAbbreviationDeclaration.cpp | 29 DWARFAbbreviationDeclaration::extract(DataExtractor Data, uint32_t* OffsetPtr) { function in class:DWARFAbbreviationDeclaration
|
| DWARFDebugRangeList.cpp | 22 bool DWARFDebugRangeList::extract(DataExtractor data, uint32_t *offset_ptr) { function in class:DWARFDebugRangeList
|
| /external/llvm/test/Bitcode/ |
| invalid.test | 46 RUN: FileCheck --check-prefix=EXTRACT-ARRAY %s 48 RUN: FileCheck --check-prefix=EXTRACT-STRUCT %s 50 RUN: FileCheck --check-prefix=EXTRACT-IDXS %s 59 EXTRACT-ARRAY: EXTRACTVAL: Invalid array index 60 EXTRACT-STRUCT: EXTRACTVAL: Invalid struct index 61 EXTRACT-IDXS: EXTRACTVAL: Invalid type 146 RUN: not llvm-dis -disable-output %p/Inputs/invalid-extract-0-indices.bc 2>&1 | \ 147 RUN: FileCheck --check-prefix=EXTRACT-0-IDXS %s 149 EXTRACT-0-IDXS: EXTRACTVAL: Invalid instruction with 0 indices
|
| /external/llvm/test/ |
| CMakeLists.txt | 43 llvm-extract
|
| /external/llvm/test/CodeGen/AArch64/ |
| arm64-extract_subvector.ll | 3 ; Extract of an upper half of a vector is an "ext.16b v0, v0, v0, #8" insn.
|