Home
last modified time | relevance | path

Searched refs:FAST (Results 1 – 25 of 99) sorted by relevance

1234

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Deap_testing.txt58 EAP-FAST/MSCHAPv2(prov) + - F - F
59 EAP-FAST/GTC(auth) + - + - +
60 EAP-FAST/MSCHAPv2(aprov)+ - F - F
61 EAP-FAST/GTC(aprov) + - F - F
62 EAP-FAST/MD5(aprov) + - - - -
63 EAP-FAST/TLS(aprov) + - - - -
64 EAP-FAST/SIM(aprov) + - - - -
65 EAP-FAST/AKA(aprov) + - - - -
66 EAP-FAST/MSCHAPv2(auth) + - + - +
67 EAP-FAST/MD5(auth) + - + - -
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Deap_testing.txt58 EAP-FAST/MSCHAPv2(prov) + - F - F
59 EAP-FAST/GTC(auth) + - + - +
60 EAP-FAST/MSCHAPv2(aprov)+ - F - F
61 EAP-FAST/GTC(aprov) + - F - F
62 EAP-FAST/MD5(aprov) + - - - -
63 EAP-FAST/TLS(aprov) + - - - -
64 EAP-FAST/SIM(aprov) + - - - -
65 EAP-FAST/AKA(aprov) + - - - -
66 EAP-FAST/MSCHAPv2(auth) + - + - +
67 EAP-FAST/MD5(auth) + - + - -
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCodePointTrie.java48 FAST, enumConstant
192 case 0: actualType = Type.FAST; break; in fromBinary()
245 return type == Type.FAST ? in fromBinary()
251 return type == Type.FAST ? in fromBinary()
257 return type == Type.FAST ? in fromBinary()
350 if (c <= 0xffff && (type == Type.FAST || c <= SMALL_MAX)) { in getRange()
353 i3BlockLength = type == Type.FAST ? BMP_INDEX_LENGTH : SMALL_INDEX_LENGTH; in getRange()
358 if (type == Type.FAST) { in getRange()
709 if (type == Type.FAST) { in internalSmallIndex()
763 return (Fast) CodePointTrie.fromBinary(Type.FAST, valueWidth, bytes); in fromBinary()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DCodePointTrie.java48 FAST, enumConstant
184 case 0: actualType = Type.FAST; break; in fromBinary()
237 return type == Type.FAST ? in fromBinary()
243 return type == Type.FAST ? in fromBinary()
249 return type == Type.FAST ? in fromBinary()
337 if (c <= 0xffff && (type == Type.FAST || c <= SMALL_MAX)) { in getRange()
340 i3BlockLength = type == Type.FAST ? BMP_INDEX_LENGTH : SMALL_INDEX_LENGTH; in getRange()
345 if (type == Type.FAST) { in getRange()
695 if (type == Type.FAST) { in internalSmallIndex()
748 return (Fast) CodePointTrie.fromBinary(Type.FAST, valueWidth, bytes); in fromBinary()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Deap_testing.txt102 EAP-FAST/MSCHAPv2(prov) - - - + - + - - - + + +
103 EAP-FAST/GTC(auth) - - - + - + - - - + + +
104 EAP-FAST/MSCHAPv2(aprov)- - - - - + - - - - + +
105 EAP-FAST/GTC(aprov) - - - - - + - - - - + +
106 EAP-FAST/MD5(aprov) - - - - - + - - - - + -
107 EAP-FAST/TLS(aprov) - - - - - - - - - - + +
108 EAP-FAST/SIM(aprov) - - - - - - - - - - + -
109 EAP-FAST/AKA(aprov) - - - - - - - - - - + -
110 EAP-FAST/MSCHAPv2(auth) - - - - - + - - - - + +
111 EAP-FAST/MD5(auth) - - - - - + - - - - + -
[all …]
Dwpa_supplicant.conf1719 eap=FAST
1730 eap=FAST
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Deap_testing.txt102 EAP-FAST/MSCHAPv2(prov) - - - + - + - - - + + +
103 EAP-FAST/GTC(auth) - - - + - + - - - + + +
104 EAP-FAST/MSCHAPv2(aprov)- - - - - + - - - - + +
105 EAP-FAST/GTC(aprov) - - - - - + - - - - + +
106 EAP-FAST/MD5(aprov) - - - - - + - - - - + -
107 EAP-FAST/TLS(aprov) - - - - - - - - - - + +
108 EAP-FAST/SIM(aprov) - - - - - - - - - - + -
109 EAP-FAST/AKA(aprov) - - - - - - - - - - + -
110 EAP-FAST/MSCHAPv2(auth) - - - - - + - - - - + +
111 EAP-FAST/MD5(auth) - - - - - + - - - - + -
[all …]
Dwpa_supplicant.conf1877 eap=FAST
1888 eap=FAST
/third_party/typescript/tests/baselines/reference/
DmanyCompilerErrorsInTheTwoFiles.types32 GOTTA GO FAST
35 >FAST : any
DmanyCompilerErrorsInTheTwoFiles.js26 FAST;
DmanyCompilerErrorsInTheTwoFiles.symbols10 GOTTA GO FAST
/third_party/skia/third_party/externals/oboe/docs/
DAndroidAudioHistory.md7 - Fixed: Setting capacity of Legacy input streams < 4096 can prevent use of FAST path. https://gith…
13 - AAudio input streams with LOW_LATENCY will open a FAST path using INT16 and convert the data to F…
34 - Floating point recording supported. But it does not allow a FAST "low latency" path.
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DCharsTrieTest.java41 builder_.build(StringTrieBuilder.Option.FAST); in Test00Builder()
244 CharsTrie trie=buildTrie(data, data.length, StringTrieBuilder.Option.FAST); in Test32NextForCodePoint()
317 CharSequence trieChars=builder_.buildCharSequence(StringTrieBuilder.Option.FAST); in buildLargeTrie()
394 CharsTrie trie=buildMonthsTrie(StringTrieBuilder.Option.FAST); in Test40GetUniqueValue()
475 CharsTrie trie=buildMonthsTrie(StringTrieBuilder.Option.FAST); in Test50IteratorFromBranch()
540 CharsTrie trie=buildMonthsTrie(StringTrieBuilder.Option.FAST); in Test52TruncatingIteratorFromRoot()
585 CharsTrie trie=buildTrie(data, data.length, StringTrieBuilder.Option.FAST); in Test53TruncatingIteratorFromLinearMatchShort()
607 CharsTrie trie=buildTrie(data, data.length, StringTrieBuilder.Option.FAST); in Test54TruncatingIteratorFromLinearMatchLong()
636 CharSequence trieChars=builder_.buildCharSequence(StringTrieBuilder.Option.FAST); in Test59IteratorFromChars()
667 checkData(data, dataLength, StringTrieBuilder.Option.FAST); in checkData()
DBytesTrieTest.java41 builder_.build(StringTrieBuilder.Option.FAST); in Test00Builder()
266 BytesTrie trie=buildMonthsTrie(StringTrieBuilder.Option.FAST); in Test40GetUniqueValue()
347 BytesTrie trie=buildMonthsTrie(StringTrieBuilder.Option.FAST); in Test50IteratorFromBranch()
412 BytesTrie trie=buildMonthsTrie(StringTrieBuilder.Option.FAST); in Test52TruncatingIteratorFromRoot()
457 BytesTrie trie=buildTrie(data, data.length, StringTrieBuilder.Option.FAST); in Test53TruncatingIteratorFromLinearMatchShort()
479 BytesTrie trie=buildTrie(data, data.length, StringTrieBuilder.Option.FAST); in Test54TruncatingIteratorFromLinearMatchLong()
508 ByteBuffer trieBytes=builder_.buildByteBuffer(StringTrieBuilder.Option.FAST); in Test59IteratorFromBytes()
577 checkData(data, dataLength, StringTrieBuilder.Option.FAST); in checkData()
DCodePointTrieTest.java227 type == CodePointTrie.Type.FAST ? (CodePointTrie.Fast)trie : null; in testTrieGetters()
430 if (type == CodePointTrie.Type.FAST) { in testTrie()
538 CodePointTrie.Type.FAST, CodePointTrie.ValueWidth.BITS_16, withClone, in testTrieSerializeAllValueWidth()
544 CodePointTrie.Type.FAST, CodePointTrie.ValueWidth.BITS_32, withClone, in testTrieSerializeAllValueWidth()
550 CodePointTrie.Type.FAST, CodePointTrie.ValueWidth.BITS_8, withClone, in testTrieSerializeAllValueWidth()
906 CodePointTrie.Type.FAST, CodePointTrie.ValueWidth.BITS_16, false, in MuchDataTest()
915 clone.buildImmutable(CodePointTrie.Type.FAST, CodePointTrie.ValueWidth.BITS_16); in testGetRangesFixedSurr()
DTrieMapTest.java303 timeBuilding(unicodeTestMap, comparisonTime, Style.BYTES, Option.FAST, 20); in TestTimeBuilding()
305 timeBuilding(unicodeTestMap, comparisonTime, Style.CHARS, Option.FAST, 20); in TestTimeBuilding()
359 checkSize(size, Style.BYTES, Option.FAST, 0.20); in TestSize()
361 checkSize(size, Style.CHARS, Option.FAST, 0.30); in TestSize()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DCharsTrieTest.java44 builder_.build(StringTrieBuilder.Option.FAST); in Test00Builder()
247 CharsTrie trie=buildTrie(data, data.length, StringTrieBuilder.Option.FAST); in Test32NextForCodePoint()
320 CharSequence trieChars=builder_.buildCharSequence(StringTrieBuilder.Option.FAST); in buildLargeTrie()
397 CharsTrie trie=buildMonthsTrie(StringTrieBuilder.Option.FAST); in Test40GetUniqueValue()
478 CharsTrie trie=buildMonthsTrie(StringTrieBuilder.Option.FAST); in Test50IteratorFromBranch()
543 CharsTrie trie=buildMonthsTrie(StringTrieBuilder.Option.FAST); in Test52TruncatingIteratorFromRoot()
588 CharsTrie trie=buildTrie(data, data.length, StringTrieBuilder.Option.FAST); in Test53TruncatingIteratorFromLinearMatchShort()
610 CharsTrie trie=buildTrie(data, data.length, StringTrieBuilder.Option.FAST); in Test54TruncatingIteratorFromLinearMatchLong()
639 CharSequence trieChars=builder_.buildCharSequence(StringTrieBuilder.Option.FAST); in Test59IteratorFromChars()
670 checkData(data, dataLength, StringTrieBuilder.Option.FAST); in checkData()
DBytesTrieTest.java43 builder_.build(StringTrieBuilder.Option.FAST); in Test00Builder()
268 BytesTrie trie=buildMonthsTrie(StringTrieBuilder.Option.FAST); in Test40GetUniqueValue()
349 BytesTrie trie=buildMonthsTrie(StringTrieBuilder.Option.FAST); in Test50IteratorFromBranch()
414 BytesTrie trie=buildMonthsTrie(StringTrieBuilder.Option.FAST); in Test52TruncatingIteratorFromRoot()
459 BytesTrie trie=buildTrie(data, data.length, StringTrieBuilder.Option.FAST); in Test53TruncatingIteratorFromLinearMatchShort()
481 BytesTrie trie=buildTrie(data, data.length, StringTrieBuilder.Option.FAST); in Test54TruncatingIteratorFromLinearMatchLong()
510 ByteBuffer trieBytes=builder_.buildByteBuffer(StringTrieBuilder.Option.FAST); in Test59IteratorFromBytes()
543 checkData(data, dataLength, StringTrieBuilder.Option.FAST); in checkData()
DCodePointTrieTest.java230 type == CodePointTrie.Type.FAST ? (CodePointTrie.Fast)trie : null; in testTrieGetters()
433 if (type == CodePointTrie.Type.FAST) { in testTrie()
541 CodePointTrie.Type.FAST, CodePointTrie.ValueWidth.BITS_16, withClone, in testTrieSerializeAllValueWidth()
547 CodePointTrie.Type.FAST, CodePointTrie.ValueWidth.BITS_32, withClone, in testTrieSerializeAllValueWidth()
553 CodePointTrie.Type.FAST, CodePointTrie.ValueWidth.BITS_8, withClone, in testTrieSerializeAllValueWidth()
909 CodePointTrie.Type.FAST, CodePointTrie.ValueWidth.BITS_16, false, in MuchDataTest()
918 clone.buildImmutable(CodePointTrie.Type.FAST, CodePointTrie.ValueWidth.BITS_16); in testGetRangesFixedSurr()
DTrieMapTest.java306 timeBuilding(unicodeTestMap, comparisonTime, Style.BYTES, Option.FAST, 20); in TestTimeBuilding()
308 timeBuilding(unicodeTestMap, comparisonTime, Style.CHARS, Option.FAST, 20); in TestTimeBuilding()
362 checkSize(size, Style.BYTES, Option.FAST, 0.20); in TestSize()
364 checkSize(size, Style.CHARS, Option.FAST, 0.30); in TestSize()
/third_party/libsnd/src/GSM610/
Dshort_term.c213 #if defined (USE_FLOAT_MUL) && defined (FAST)
291 #if defined (FAST) && defined (USE_FLOAT_MUL)
343 #if defined (FAST) && defined (USE_FLOAT_MUL) in Gsm_Short_Term_Analysis_Filter()
386 #if defined (FAST) && defined (USE_FLOAT_MUL) in Gsm_Short_Term_Synthesis_Filter()
Dlpc.c142 #if defined (USE_FLOAT_MUL) && defined (FAST)
324 #if defined (USE_FLOAT_MUL) && defined (FAST) in Gsm_LPC_Analysis()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUnicodeSetStringSpanTest.java556 static final int FAST = 2; field in UnicodeSetStringSpanTest
642 if (!sets[FAST].getSet().containsAll(string)) { in verifySpan()
644 testName, index, setNames[FAST], prev, limit)); in verifySpan()
653 if (!sets[FAST].getSet().containsNone(string)) { in verifySpan()
655 testName, index, setNames[FAST], prev, limit)); in verifySpan()
1014 sets[FAST] = (UnicodeSet) fast.clone(); in TestSpan()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
DUnicodeSetStringSpanTest.java559 static final int FAST = 2; field in UnicodeSetStringSpanTest
645 if (!sets[FAST].getSet().containsAll(string)) { in verifySpan()
647 testName, index, setNames[FAST], prev, limit)); in verifySpan()
656 if (!sets[FAST].getSet().containsNone(string)) { in verifySpan()
658 testName, index, setNames[FAST], prev, limit)); in verifySpan()
1017 sets[FAST] = (UnicodeSet) fast.clone(); in TestSpan()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
DUnicodeSetClosure.java219 static boolean FAST = true; field in UnicodeSetClosure
223 if (FAST) { in close()

1234