Home
last modified time | relevance | path

Searched defs:nfd (Results 1 – 25 of 136) sorted by relevance

123456

/aosp_15_r20/external/vixl/src/aarch64/
H A Ddisasm-aarch64.cc2065 NEONFormatDecoder nfd(instr); in DisassembleNEON2RegAddlp() local
2073 NEONFormatDecoder nfd(instr); in DisassembleNEON2RegCompare() local
2080 NEONFormatDecoder nfd(instr, NEONFormatDecoder::FPFormatMap()); in DisassembleNEON2RegFPCompare() local
2091 NEONFormatDecoder nfd(instr, &map_cvt_tb, &map_cvt_ta); in DisassembleNEON2RegFPConvert() local
2110 NEONFormatDecoder nfd(instr, NEONFormatDecoder::FPFormatMap()); in DisassembleNEON2RegFP() local
2117 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LogicalFormatMap()); in DisassembleNEON2RegLogical() local
2128 NEONFormatDecoder nfd(instr, in DisassembleNEON2RegExtract() local
2152 NEONFormatDecoder nfd(instr); in VisitNEON2RegMisc() local
2208 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LogicalFormatMap()); in DisassembleNEON3SameLogical() local
2235 NEONFormatDecoder nfd(instr, &map); in DisassembleNEON3SameNoD() local
[all …]
H A Dsimulator-aarch64.cc6680 NEONFormatDecoder nfd(instr); in VisitNEON2RegMisc() local
6962 NEONFormatDecoder nfd(instr); in VisitNEON2RegMiscFP16() local
7066 NEONFormatDecoder nfd(instr); in VisitNEON3Same() local
7341 NEONFormatDecoder nfd(instr); in VisitNEON3SameFP16() local
7398 NEONFormatDecoder nfd(instr); in VisitNEON3SameExtra() local
7434 NEONFormatDecoder nfd(instr); in VisitNEON3Different() local
7606 NEONFormatDecoder nfd(instr); in VisitNEONAcrossLanes() local
7683 NEONFormatDecoder nfd(instr); in SimulateNEONMulByElementLong() local
7765 NEONFormatDecoder nfd(instr); in SimulateNEONFPMulByElement() local
7862 NEONFormatDecoder nfd(instr); in VisitNEONByIndexedElement() local
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/unicode-normalization/src/
Dlib.rs109 fn nfd(self) -> Decompositions<I>; in nfd() method
142 fn nfd(self) -> Decompositions<Chars<'a>> { in nfd() method
175 fn nfd(self) -> Decompositions<option::IntoIter<char>> { in nfd() method
207 fn nfd(self) -> Decompositions<I> { in nfd() method
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
H A DTestTransformsSimple.java144 Transliterator nfd = Transliterator.getInstance("nfd"); in TestJamo() local
170 Transliterator nfd, in writeFile()
273 Transliterator nfd, in showMappings()
294 Transliterator nfd, in checkString()
/aosp_15_r20/external/rust/crabbyavif/c_api_tests/
Daviftest.cc33 …c const char * nextFilename(const char * parentDir, const char * extension, NextFilenameData * nfd) in nextFilename()
75 …c const char * nextFilename(const char * parentDir, const char * extension, NextFilenameData * nfd) in nextFilename()
190 NextFilenameData nfd; in runIOTests() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/dup2/
H A Ddup202.c29 static int ofd = -1, nfd = -1; variable
35 int *nfd; member
H A Ddup204.c17 static int nfd[2] = {10, 20}; variable
H A Ddup201.c29 int *nfd; member
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
H A DTransliteratorDisorderedMarksTest.java42 Normalizer2 nfd = Normalizer2.getNFDInstance(); in disorderedMarksAddAll() local
203 Normalizer2 nfd = Normalizer2.getNFDInstance(); in TestSourceTargetSet2() local
/aosp_15_r20/external/icu/icu4j/main/translit/src/test/java/com/ibm/icu/dev/test/translit/
H A DTransliteratorDisorderedMarksTest.java39 Normalizer2 nfd = Normalizer2.getNFDInstance(); in disorderedMarksAddAll() local
200 Normalizer2 nfd = Normalizer2.getNFDInstance(); in TestSourceTargetSet2() local
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/fs/
H A DLinuxUserDefinedFileAttributeView.java298 static void copyExtendedAttributes(int ofd, int nfd) { in copyExtendedAttributes()
357 private static void copyExtendedAttribute(int ofd, byte[] name, int nfd) in copyExtendedAttribute()
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cc282 int ExtractResolvFDs(void *state, int *fds, int nfd) { in ExtractResolvFDs()
299 int ExtractRecvmsgFDs(void *msgp, int *fds, int nfd) { in ExtractRecvmsgFDs()
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A Dcnormtst.c674 UChar nfd[100]; in TestCheckFCD() local
1156 nfd[]={ /* + separates expected output pieces */ in TestNextPrevious() local
1369 UChar s[U16_MAX_LENGTH], nfd[16]; in TestQuickCheckPerCP() local
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/
H A Dcnormtst.c674 UChar nfd[100]; in TestCheckFCD() local
1156 nfd[]={ /* + separates expected output pieces */ in TestNextPrevious() local
1369 UChar s[U16_MAX_LENGTH], nfd[16]; in TestQuickCheckPerCP() local
/aosp_15_r20/external/mksh/src/
H A Dmain.c1515 int nfd; in initio() local
1531 ksh_dup2(int ofd, int nfd, bool errok) in ksh_dup2()
1554 int nfd = fd; in savefd() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dnormconf.h25 const Normalizer2 *nfc, *nfd, *nfkc, *nfkd; variable
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dnormconf.h25 const Normalizer2 *nfc, *nfd, *nfkc, *nfkd; variable
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_glibc/include/external/icu/icu4c/source/common/unicode/
H A Dcaniter.h185 const Normalizer2 &nfd; variable
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/android/include/external/icu/icu4c/source/common/unicode/
H A Dcaniter.h185 const Normalizer2 &nfd; variable
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/icu4c/source/common/unicode/
H A Dcaniter.h185 const Normalizer2 &nfd; variable
/aosp_15_r20/external/icu/libicu/cts_headers/unicode/
H A Dcaniter.h186 const Normalizer2 *nfd; variable
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_bionic/include/external/icu/icu4c/source/common/unicode/
H A Dcaniter.h185 const Normalizer2 &nfd; variable
/aosp_15_r20/external/icu/icu4c/source/common/unicode/
H A Dcaniter.h186 const Normalizer2 *nfd; variable
/aosp_15_r20/external/cronet/third_party/icu/source/common/unicode/
H A Dcaniter.h185 const Normalizer2 &nfd; variable
/aosp_15_r20/external/ltp/testcases/kernel/mem/hugetlb/hugemmap/
H A Dhugemmap11.c30 static int fd = -1, nfd = -1; variable

123456