Home
last modified time | relevance | path

Searched refs:NFC (Results 1 – 25 of 241) sorted by relevance

12345678910

/external/libnfc-nci/
DAndroid.mk3 NFC := src/nfc
26 $(LOCAL_PATH)/$(NFC)/include \
27 $(LOCAL_PATH)/$(NFC)/int \
34 … $(call all-c-files-under, $(NFC)/int $(NFC)/llcp $(NFC)/nci $(NFC)/ndef $(NFC)/nfc $(NFC)/tags) \
62 $(LOCAL_PATH)/$(NFC)/include \
/external/wpa_supplicant_8/wpa_supplicant/
DREADME-WPS69 Following parameter can be used to enable support for NFC config method:
317 WPS with NFC
320 WPS can be used with NFC-based configuration method. An NFC tag
322 authenticate the connection instead of the PIN. In addition, an NFC tag
326 When the station acts as an Enrollee, a local NFC tag with a password
327 token can be used by touching the NFC interface of a Registrar.
330 the Enrollee using the NFC password token that is either pre-configured
334 (build with "make nfc_pw_token") can be used to generate NFC password
339 NFC configuration token when wpa_supplicant is controlling an AP
343 encapsulation to be included). This data needs to be written to an NFC
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DNormalizerRegressionTests.java21 logln("Normalized: " + Normalizer.isNormalized(tamil, Normalizer.NFC, 0)); in TestJB4472()
39 logln("Normalized: " + Normalizer.isNormalized(sample, Normalizer.NFC, 0)); in TestJB4472()
44 logln("Normalized: " + Normalizer.isNormalized(sample2, Normalizer.NFC, 0)); in TestJB4472()
DConformanceTest.java32 normalizer = new Normalizer("", Normalizer.NFC, 0); in ConformanceTest()
155 out = Normalizer.normalize(field[i], Normalizer.NFC, options); in checkConformance()
158 out = iterativeNorm(field[i], Normalizer.NFC, buf, +1,options); in checkConformance()
161 out = iterativeNorm(field[i], Normalizer.NFC, buf, -1,options); in checkConformance()
164 … out = iterativeNorm(new StringCharacterIterator(field[i]), Normalizer.NFC, buf, +1,options); in checkConformance()
167 … out = iterativeNorm(new StringCharacterIterator(field[i]), Normalizer.NFC, buf, -1,options); in checkConformance()
185 cross(field[2] /*NFD String*/, field[1]/*NFC String*/, Normalizer.NFC); in checkConformance()
227 if(Normalizer.NO == Normalizer.quickCheck(field[1], Normalizer.NFC,options)) { in checkConformance()
244 if(!Normalizer.isNormalized(field[1], Normalizer.NFC, options)) { in checkConformance()
248 … if(!field[0].equals(field[1]) && Normalizer.isNormalized(field[0], Normalizer.NFC, options)) { in checkConformance()
[all …]
DBasicTest.java122 staticTest(Normalizer.NFC, hangulCanon, 2); in TestHangulCompose()
127 Normalizer norm = new Normalizer("", Normalizer.NFC,0); in TestHangulCompose()
135 norm.setMode(Normalizer.NFC); in TestHangulCompose()
179 Normalizer norm = new Normalizer("", Normalizer.NFC,0); in TestCanonCompose()
181 staticTest(Normalizer.NFC, canonTests, 2); in TestCanonCompose()
182 composeTest(Normalizer.NFC, canonTests, 2); in TestCanonCompose()
209 staticTest(Normalizer.NFC, canon, 2); in TestExplodingBase()
231 staticTest(Normalizer.NFC, compose, 1); in TestTibetan()
264 String c = Normalizer.normalize(b, Normalizer.NFC); in TestCompositionExclusion()
407 Normalizer.NFC,0) !=Normalizer.NO) in TestQuickCheckResultNO()
[all …]
DTestDeprecatedNormalizerAPI.java52 Normalizer norm = new Normalizer(iter, Normalizer.NFC,0); in TestNormalizerAPI()
56 Normalizer norm2 = new Normalizer(s,Normalizer.NFC,0); in TestNormalizerAPI()
76 Normalizer.normalize(s,Normalizer.NFC,0); in TestNormalizerAPI()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DNormalizerRegressionTests.java25 logln("Normalized: " + Normalizer.isNormalized(tamil, Normalizer.NFC, 0)); in TestJB4472()
43 logln("Normalized: " + Normalizer.isNormalized(sample, Normalizer.NFC, 0)); in TestJB4472()
48 logln("Normalized: " + Normalizer.isNormalized(sample2, Normalizer.NFC, 0)); in TestJB4472()
DConformanceTest.java36 normalizer = new Normalizer("", Normalizer.NFC, 0); in ConformanceTest()
159 out = Normalizer.normalize(field[i], Normalizer.NFC, options); in checkConformance()
162 out = iterativeNorm(field[i], Normalizer.NFC, buf, +1,options); in checkConformance()
165 out = iterativeNorm(field[i], Normalizer.NFC, buf, -1,options); in checkConformance()
168 … out = iterativeNorm(new StringCharacterIterator(field[i]), Normalizer.NFC, buf, +1,options); in checkConformance()
171 … out = iterativeNorm(new StringCharacterIterator(field[i]), Normalizer.NFC, buf, -1,options); in checkConformance()
189 cross(field[2] /*NFD String*/, field[1]/*NFC String*/, Normalizer.NFC); in checkConformance()
231 if(Normalizer.NO == Normalizer.quickCheck(field[1], Normalizer.NFC,options)) { in checkConformance()
248 if(!Normalizer.isNormalized(field[1], Normalizer.NFC, options)) { in checkConformance()
252 … if(!field[0].equals(field[1]) && Normalizer.isNormalized(field[0], Normalizer.NFC, options)) { in checkConformance()
[all …]
DBasicTest.java126 staticTest(Normalizer.NFC, hangulCanon, 2); in TestHangulCompose()
131 Normalizer norm = new Normalizer("", Normalizer.NFC,0); in TestHangulCompose()
139 norm.setMode(Normalizer.NFC); in TestHangulCompose()
183 Normalizer norm = new Normalizer("", Normalizer.NFC,0); in TestCanonCompose()
185 staticTest(Normalizer.NFC, canonTests, 2); in TestCanonCompose()
186 composeTest(Normalizer.NFC, canonTests, 2); in TestCanonCompose()
213 staticTest(Normalizer.NFC, canon, 2); in TestExplodingBase()
235 staticTest(Normalizer.NFC, compose, 1); in TestTibetan()
268 String c = Normalizer.normalize(b, Normalizer.NFC); in TestCompositionExclusion()
411 Normalizer.NFC,0) !=Normalizer.NO) in TestQuickCheckResultNO()
[all …]
DTestDeprecatedNormalizerAPI.java56 Normalizer norm = new Normalizer(iter, Normalizer.NFC,0); in TestNormalizerAPI()
60 Normalizer norm2 = new Normalizer(s,Normalizer.NFC,0); in TestNormalizerAPI()
80 Normalizer.normalize(s,Normalizer.NFC,0); in TestNormalizerAPI()
/external/wpa_supplicant_8/hostapd/
DREADME-WPS67 Following parameter can be used to enable support for NFC config method:
296 WPS with NFC
299 WPS can be used with NFC-based configuration method. An NFC tag
301 authenticate the connection instead of the PIN. In addition, an NFC tag
305 When the AP acts as an Enrollee, a local NFC tag with a password token
306 can be used by touching the NFC interface of an external Registrar. The
307 wps_nfc_token command is used to manage use of the NFC password token
308 from the AP. "wps_nfc_token enable" enables the use of the AP's NFC
310 the NFC password token.
312 The NFC password token that is either pre-configured in the
[all …]
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
DNormalizerPerformanceTest.java25 NFCFileLines = normalizeInput(fileLines, Normalizer.NFC); in setup()
33 Normalizer.normalize(NFDFileLines[i], Normalizer.NFC); in TestICU_NFC_NFD_Text()
51 Normalizer.normalize(NFCFileLines[i], Normalizer.NFC);
69 Normalizer.normalize(fileLines[i], Normalizer.NFC);
295 Normalizer.quickCheck(NFDFileLines[i], Normalizer.NFC,0);
313 Normalizer.quickCheck(NFCFileLines[i], Normalizer.NFC,0);
331 Normalizer.quickCheck(fileLines[i], Normalizer.NFC,0);
458 Normalizer.isNormalized(NFDFileLines[i], Normalizer.NFC, 0);
476 Normalizer.isNormalized(NFCFileLines[i], Normalizer.NFC, 0);
494 Normalizer.isNormalized(fileLines[i], Normalizer.NFC, 0);
[all …]
/external/icu/icu4c/source/data/translit/
Dzh_Latn_PINYIN_ru.txt10 :: NFD (NFC);
12 :: NFC (NFD);
121 :: NFC ();
Dru_ja.txt13 ::NFC;
442 ::NFC;
DLatin_Armenian.txt10 ::NFD(NFC);
91 ::NFC(NFD);
DLatin_NumericPinyin.txt10 ::NFD (NFC);
22 ::NFC (NFD);
Deo_eo_FONIPA.txt11 ::NFC;
56 ::NFC;
Dja_Latn_ru.txt10 ::NFD(NFC);
64 ::NFC(NFD);
Dtlh_tlh_FONIPA.txt11 ::NFC;
55 ::NFC;
Dch_ch_FONIPA.txt12 ::NFC;
72 ::NFC;
Duz_Cyrl_uz_Latn.txt10 :: NFD (NFC) ;
103 ::NFC (NFD) ;
Ddsb_dsb_FONIPA.txt11 ::NFC;
60 ::NFC;
Dla_la_FONIPA.txt12 ::NFC;
82 ::NFC;
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DSourceTargetUtility.java22 static Normalizer2 NFC = Normalizer2.getNFCInstance(); field in SourceTargetUtility
71 String d = NFC.getDecomposition(i); in SourceTargetUtility()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DSourceTargetUtility.java23 static Normalizer2 NFC = Normalizer2.getNFCInstance(); field in SourceTargetUtility
72 String d = NFC.getDecomposition(i); in SourceTargetUtility()

12345678910