Home
last modified time | relevance | path

Searched refs:nfc (Results 1 - 25 of 45) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
H A Dp2p-nfc.py16 import nfc namespace
17 import nfc.ndef namespace
18 import nfc.llcp namespace
19 import nfc.handover namespace
154 message = nfc.ndef.HandoverRequestMessage(version="1.2")
164 datamsg = nfc.ndef.Message(data)
178 datamsg = nfc.ndef.Message(data)
188 client = nfc.handover.HandoverClient(llc)
193 except nfc.llcp.ConnectRefused:
215 if message.type != "urn:nfc
[all...]
H A Dwps-nfc.py16 import nfc namespace
17 import nfc.ndef namespace
18 import nfc.llcp namespace
19 import nfc.handover namespace
138 class HandoverServer(nfc.handover.HandoverServer):
149 response = nfc.ndef.Message("\xd1\x02\x01Hs\x12")
150 if not request.type == 'urn:nfc:wkt:Hr':
154 request = nfc.ndef.HandoverRequestMessage(request)
155 except nfc.ndef.DecodeError as e:
170 sel = nfc
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
H A Dp2p-nfc.py16 import nfc namespace
17 import nfc.ndef namespace
18 import nfc.llcp namespace
19 import nfc.handover namespace
154 message = nfc.ndef.HandoverRequestMessage(version="1.2")
164 datamsg = nfc.ndef.Message(data)
178 datamsg = nfc.ndef.Message(data)
188 client = nfc.handover.HandoverClient(llc)
193 except nfc.llcp.ConnectRefused:
215 if message.type != "urn:nfc
[all...]
H A Dwps-nfc.py16 import nfc namespace
17 import nfc.ndef namespace
18 import nfc.llcp namespace
19 import nfc.handover namespace
138 class HandoverServer(nfc.handover.HandoverServer):
149 response = nfc.ndef.Message("\xd1\x02\x01Hs\x12")
150 if not request.type == 'urn:nfc:wkt:Hr':
154 request = nfc.ndef.HandoverRequestMessage(request)
155 except nfc.ndef.DecodeError as e:
170 sel = nfc
[all...]
H A Ddpp-nfc.py19 import nfc namespace
244 own_id = dpp_bootstrap_gen(wpas, type="nfc-uri", chan=chan, mac=True)
282 class HandoverClient(nfc.handover.HandoverClient):
292 if records and records[0].type == 'urn:nfc:wkt:Hs':
374 except nfc.llcp.ConnectRefused:
525 class HandoverServer(nfc.handover.HandoverServer):
537 send_miu = socket.getsockopt(nfc.llcp.SO_SNDMIU)
569 except nfc.llcp.Error as e:
993 clf = nfc.ContactlessFrontend()
1039 parser.add_argument('command', choices=['write-nfc
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dwps-ap-nfc.py14 import nfc namespace
15 import nfc.ndef namespace
16 import nfc.llcp namespace
17 import nfc.handover namespace
110 class HandoverServer(nfc.handover.HandoverServer):
120 response = nfc.ndef.Message("\xd1\x02\x01Hs\x12")
121 if not request.type == 'urn:nfc:wkt:Hr':
125 request = nfc.ndef.HandoverRequestMessage(request)
126 except nfc.ndef.DecodeError as e:
141 sel = nfc
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dwps-ap-nfc.py14 import nfc namespace
15 import nfc.ndef namespace
16 import nfc.llcp namespace
17 import nfc.handover namespace
110 class HandoverServer(nfc.handover.HandoverServer):
120 response = nfc.ndef.Message("\xd1\x02\x01Hs\x12")
121 if not request.type == 'urn:nfc:wkt:Hr':
125 request = nfc.ndef.HandoverRequestMessage(request)
126 except nfc.ndef.DecodeError as e:
141 sel = nfc
[all...]
/third_party/python/Modules/
H A Dunicodedata.c630 find_nfc_index(const struct reindex* nfc, Py_UCS4 code) in find_nfc_index() argument
633 for (index = 0; nfc[index].start; index++) { in find_nfc_index()
634 unsigned int start = nfc[index].start; in find_nfc_index()
637 if (code <= start + nfc[index].count) { in find_nfc_index()
639 return nfc[index].index + delta; in find_nfc_index()
801 is_normalized_quickcheck(PyObject *self, PyObject *input, bool nfc, bool k, in is_normalized_quickcheck() argument
819 int quickcheck_shift = (nfc ? 4 : 0) + (k ? 2 : 0); in is_normalized_quickcheck()
880 bool nfc = false; in unicodedata_UCD_is_normalized_impl() local
888 nfc = true; in unicodedata_UCD_is_normalized_impl()
891 nfc in unicodedata_UCD_is_normalized_impl()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DTransliteratorDisorderedMarksTest.java41 Normalizer2 nfc = Normalizer2.getNFCInstance(); in disorderedMarksAddAll()
126 String xx = nfc.normalize("\u01EC" + s); in disorderedMarksAddAll()
136 // disorderedMarks.add(nfc.normalize(s)); in disorderedMarksAddAll()
137 // addDerivedStrings(nfc, disorderedMarks, s); in disorderedMarksAddAll()
143 // if (!nfc.isInert(i)) { in disorderedMarksAddAll()
149 // addDerivedStrings(nfc, disorderedMarks, t); in disorderedMarksAddAll()
153 // addDerivedStrings(nfc, disorderedMarks, t); in disorderedMarksAddAll()
157 // addDerivedStrings(nfc, disorderedMarks, t); in disorderedMarksAddAll()
163 logln("isInert \u0104 " + nfc.isInert('\u0104')); in disorderedMarksAddAll()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DTransliteratorDisorderedMarksTest.java38 Normalizer2 nfc = Normalizer2.getNFCInstance(); in disorderedMarksAddAll()
123 String xx = nfc.normalize("\u01EC" + s); in disorderedMarksAddAll()
133 // disorderedMarks.add(nfc.normalize(s)); in disorderedMarksAddAll()
134 // addDerivedStrings(nfc, disorderedMarks, s); in disorderedMarksAddAll()
140 // if (!nfc.isInert(i)) { in disorderedMarksAddAll()
146 // addDerivedStrings(nfc, disorderedMarks, t); in disorderedMarksAddAll()
150 // addDerivedStrings(nfc, disorderedMarks, t); in disorderedMarksAddAll()
154 // addDerivedStrings(nfc, disorderedMarks, t); in disorderedMarksAddAll()
160 logln("isInert \u0104 " + nfc.isInert('\u0104')); in disorderedMarksAddAll()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DWriteNumberFormatSerialTestData.java45 NumberFormat nfc = NumberFormat.getCurrencyInstance(Locale.US); in main()
53 write(file,(Object)nfc,"currencyInstance","//NumberFormat.getCurrencyInstance(Locale.US)"); in main()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DWriteNumberFormatSerialTestData.java42 NumberFormat nfc = NumberFormat.getCurrencyInstance(Locale.US); in main()
50 write(file,(Object)nfc,"currencyInstance","//NumberFormat.getCurrencyInstance(Locale.US)"); in main()
/third_party/icu/icu4c/source/test/perf/normperf/
H A Dsimplenormperf.cpp310 const Normalizer2 *nfc = Normalizer2::getNFCInstance(errorCode); in main() local
319 NormalizeUTF16 op(*nfc, CommonChars::getLatin1(maxLength)); in main()
324 NormalizeUTF8 op(*nfc, CommonChars::getJapanese(maxLength)); in main()
/third_party/icu/icu4c/source/i18n/
H A Dcollationdata.h51 CollationData(const Normalizer2Impl &nfc) in CollationData()
55 nfcImpl(nfc), in CollationData()
H A Dcollationruleparser.h180 const Normalizer2 &nfd, &nfc; member in CollationRuleParser
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationdata.h51 CollationData(const Normalizer2Impl &nfc) in CollationData()
55 nfcImpl(nfc), in CollationData()
H A Dcollationruleparser.h180 const Normalizer2 &nfd, &nfc; member in CollationRuleParser
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationdata.h55 CollationData(const Normalizer2Impl &nfc) in CollationData()
59 nfcImpl(nfc), in CollationData()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_wsc.c150 int nfc = 0; in eap_wsc_init() local
200 os_strncmp((const char *) cfg.pin, "nfc-pw", 6) == 0) { in eap_wsc_init()
203 nfc = 1; in eap_wsc_init()
215 nfc = 1; in eap_wsc_init()
220 if (cfg.pin == NULL && !cfg.pbc && !nfc) { in eap_wsc_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_wsc.c152 int nfc = 0; in eap_wsc_init() local
202 os_strncmp((const char *) cfg.pin, "nfc-pw", 6) == 0) { in eap_wsc_init()
205 nfc = 1; in eap_wsc_init()
217 nfc = 1; in eap_wsc_init()
222 if (cfg.pin == NULL && !cfg.pbc && !nfc) { in eap_wsc_init()
/third_party/icu/icu4c/source/test/intltest/
H A Dnormconf.cpp42 nfc = Normalizer2::getNFCInstance(errorCode); in NormalizerConformanceTest()
321 pass &= checkNorm(UNORM_NFC, options, nfc, field[i], field[1], fieldNum); in checkConformance()
357 if(options==0 && !isNormalizedUTF8(nfc, field[1], status)) { in checkConformance()
358 dataerrln("Normalizer error: nfc.isNormalizedUTF8(NFC(s)) is false"); in checkConformance()
366 if(isNormalizedUTF8(nfc, field[0], status)) { in checkConformance()
367 errln("Normalizer error: nfc.isNormalizedUTF8(s) is true"); in checkConformance()
H A Dnormconf.h25 const Normalizer2 *nfc, *nfd, *nfkc, *nfkd; member in NormalizerConformanceTest
H A Ditutil.cpp646 const UNormalizer2 *nfc=unorm2_getNFCInstance(errorCode); in TestLocalXyzPointer() local
648 LocalUNormalizer2Pointer fn2(unorm2_openFiltered(nfc, emptySet.toUSet(), errorCode)); in TestLocalXyzPointer()
701 const UNormalizer2 *nfc=unorm2_getNFCInstance(errorCode); in TestLocalXyzPointerMoveSwap() local
707 UNormalizer2 *p1 = unorm2_openFiltered(nfc, emptySet.toUSet(), errorCode); in TestLocalXyzPointerMoveSwap()
/third_party/node/deps/icu-small/source/tools/icuexportdata/
H A Dicuexportdata.cpp508 const Normalizer2* nfc = Normalizer2::getNFCInstance(status); in writeCanonicalCompositions() local
515 if (!nfc->getRawDecomposition(c, decomposition)) { in writeCanonicalCompositions()
524 UChar32 composite = nfc->composePair(starter, second); in writeCanonicalCompositions()
816 UnicodeString nfc; in computeDecompositions() local
817 nfcNormalizer->normalize(dst, nfc, status); in computeDecompositions()
818 nonNfdOrRoundTrips = (src == nfc); in computeDecompositions()
/third_party/icu/icu4c/source/tools/icuexportdata/
H A Dicuexportdata.cpp331 const Normalizer2* nfc = Normalizer2::getNFCInstance(status); in writeCanonicalCompositions() local
338 if (!nfc->getRawDecomposition(c, decomposition)) { in writeCanonicalCompositions()
347 UChar32 composite = nfc->composePair(starter, second); in writeCanonicalCompositions()
612 UnicodeString nfc; in computeDecompositions() local
613 nfcNormalizer->normalize(dst, nfc, status); in computeDecompositions()
614 nonNfdOrRoundTrips = (src == nfc); in computeDecompositions()

Completed in 17 milliseconds

12