/external/junit/src/org/junit/experimental/theories/internal/ |
D | Assignments.java | 29 List<ParameterSignature> unassigned, TestClass testClass) { in Assignments() argument 30 fUnassigned= unassigned; in Assignments() 80 ParameterSignature unassigned= nextUnassigned(); in potentialsForNextUnassigned() local 81 return getSupplier(unassigned).getValueSources(unassigned); in potentialsForNextUnassigned() 84 public ParameterSupplier getSupplier(ParameterSignature unassigned) in getSupplier() argument 86 ParameterSupplier supplier= getAnnotatedSupplier(unassigned); in getSupplier() 93 public ParameterSupplier getAnnotatedSupplier(ParameterSignature unassigned) in getAnnotatedSupplier() argument 95 ParametersSuppliedBy annotation= unassigned in getAnnotatedSupplier()
|
/external/icu/icu4c/source/test/testdata/ |
D | test2.ucm | 45 #unassigned \x09 47 # extensions where the first code point is unassigned, for replay testing 51 # toUnicode result is surrogate pair: test real pair, single unit, unassigned 54 #unassigned \x01\x0c 57 #unassigned \x01\x0f
|
D | test3.ucm | 46 #unassigned \x09 48 # extensions where the first code point is unassigned, for replay testing 52 # toUnicode result is surrogate pair: test real pair, single unit, unassigned 55 #unassigned \x01\x02\x0c 58 #unassigned \x01\x02\x0f
|
D | test4.ucm | 43 #unassigned \x09 45 # toUnicode result is surrogate pair: test real pair, single unit, unassigned 48 #unassigned \x01\x02\x03\x0c 51 #unassigned \x01\x02\x03\x0f
|
D | test1.ucm | 33 #unassigned \x09
|
D | test1bmp.ucm | 31 #unassigned \x09
|
/external/icu/icu4c/source/test/intltest/ |
D | nptrans.cpp | 48 : unassigned(), prohibited(), labelSeparatorSet(){ in NamePrepTransform() 80 unassigned.applyPattern(UnicodeString(pattern, patternLen), status); in NamePrepTransform() 167 if(unassigned.contains(ch)){ in map()
|
D | testidn.cpp | 285 int32_t unassigned = 0; in testAllCodepoints() local 301 unassigned++; in testAllCodepoints() 317 test.logln("Number of Unassinged code points : %i \n",unassigned); in testAllCodepoints()
|
D | nptrans.h | 38 UnicodeSet unassigned; variable
|
D | collationtest.cpp | 208 UnicodeSet unassigned("[[:Cn:][:Cs:][:Co:]]", errorCode); in TestImplicits() local 209 unassigned.remove(0xfffe, 0xffff); // These have special CLDR root mappings. in TestImplicits() 220 inOrder.addAll(unassigned).freeze(); in TestImplicits() 224 const UnicodeSet *sets[] = { &coreHan, &otherHan, &unassigned }; in TestImplicits()
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
D | WriteIndicCharts.java | 116 boolean unassigned=false; in writeIICharts() 128 unassigned=true; in writeIICharts() 156 }else if(unassigned){ in writeIICharts()
|
/external/icu/icu4c/source/common/ |
D | ucnvmbcs.cpp | 3484 goto unassigned; in ucnv_MBCSDoubleFromUnicodeWithOffsets() 3506 goto unassigned; in ucnv_MBCSDoubleFromUnicodeWithOffsets() 3545 unassigned: in ucnv_MBCSDoubleFromUnicodeWithOffsets() 3711 goto unassigned; in ucnv_MBCSSingleFromUnicodeWithOffsets() 3751 unassigned: in ucnv_MBCSSingleFromUnicodeWithOffsets() 4220 goto unassigned; in ucnv_MBCSFromUnicodeWithOffsets() 4243 goto unassigned; in ucnv_MBCSFromUnicodeWithOffsets() 4280 goto unassigned; in ucnv_MBCSFromUnicodeWithOffsets() 4290 goto unassigned; in ucnv_MBCSFromUnicodeWithOffsets() 4304 goto unassigned; in ucnv_MBCSFromUnicodeWithOffsets() [all …]
|
/external/icu/icu4c/source/data/mappings/ |
D | noop-cns-11643.ucm | 26 # (1..2) middle and trail bytes for valid but unassigned sequences
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationIteratorTest.java | 97 int unassigned = 0xEFFFD; in TestMaxExpansion() local 166 str = UCharacter.toString(unassigned); in TestMaxExpansion()
|
D | CollationTest.java | 311 UnicodeSet unassigned = new UnicodeSet("[[:Cn:][:Cs:][:Co:]]"); in TestImplicits() local 312 unassigned.remove(0xfffe, 0xffff); // These have special CLDR root mappings. in TestImplicits() 322 inOrder.addAll(unassigned).freeze(); in TestImplicits() 324 UnicodeSet[] sets = { coreHan, otherHan, unassigned }; in TestImplicits()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationIteratorTest.java | 101 int unassigned = 0xEFFFD; in TestMaxExpansion() local 170 str = UCharacter.toString(unassigned); in TestMaxExpansion()
|
D | CollationTest.java | 315 UnicodeSet unassigned = new UnicodeSet("[[:Cn:][:Cs:][:Co:]]"); in TestImplicits() local 316 unassigned.remove(0xfffe, 0xffff); // These have special CLDR root mappings. in TestImplicits() 326 inOrder.addAll(unassigned).freeze(); in TestImplicits() 328 UnicodeSet[] sets = { coreHan, otherHan, unassigned }; in TestImplicits()
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.uniform_location.txt | 67 This includes leaving some locations unassigned.
|
/external/chromium-trace/catapult/third_party/flot/ |
D | CONTRIBUTING.md | 22 person has already started working on it. So, pick unassigned issues to prevent
|
/external/icu/icu4c/source/test/cintltst/ |
D | citertst.c | 780 UChar32 unassigned = 0xEFFFD; in TestMaxExpansion() local 854 U16_APPEND(supplementary, stringOffset, 2, unassigned, isError); in TestMaxExpansion()
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | AssignTokenTypesWalker.g | 73 * 4. Walks token names table and assign types to any unassigned
|
/external/owasp/sanitizer/lib/junit/ |
D | junit-dep.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/extensions/
junit/ ... |
D | junit.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/extensions/
junit/ ... |
/external/libphonenumber/lib/ |
D | junit-4.8.1.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/extensions/
junit/ ... |
/external/regex-re2/doc/ |
D | syntax.txt | 191 Cn unassigned code points NOT SUPPORTED
|