Home
last modified time | relevance | path

Searched refs:unassigned (Results 1 – 25 of 68) sorted by relevance

123

/external/junit/src/main/java/org/junit/experimental/theories/internal/
DAssignments.java24 private final List<ParameterSignature> unassigned; field in Assignments
29 List<ParameterSignature> unassigned, TestClass clazz) { in Assignments() argument
30 this.unassigned = unassigned; in Assignments()
50 return unassigned.isEmpty(); in isComplete()
54 return unassigned.get(0); in nextUnassigned()
61 return new Assignments(potentialAssignments, unassigned.subList(1, in assignNext()
62 unassigned.size()), clazz); in assignNext()
76 ParameterSignature unassigned = nextUnassigned(); in potentialsForNextUnassigned() local
77 List<PotentialAssignment> assignments = getSupplier(unassigned).getValueSources(unassigned); in potentialsForNextUnassigned()
80 assignments = generateAssignmentsFromTypeAlone(unassigned); in potentialsForNextUnassigned()
[all …]
/external/icu/icu4c/source/test/testdata/
Dtest2.ucm47 #unassigned \x09
49 # extensions where the first code point is unassigned, for replay testing
53 # toUnicode result is surrogate pair: test real pair, single unit, unassigned
56 #unassigned \x01\x0c
59 #unassigned \x01\x0f
Dtest3.ucm48 #unassigned \x09
50 # extensions where the first code point is unassigned, for replay testing
54 # toUnicode result is surrogate pair: test real pair, single unit, unassigned
57 #unassigned \x01\x02\x0c
60 #unassigned \x01\x02\x0f
Dtest4.ucm45 #unassigned \x09
47 # toUnicode result is surrogate pair: test real pair, single unit, unassigned
50 #unassigned \x01\x02\x03\x0c
53 #unassigned \x01\x02\x03\x0f
Dtest1.ucm35 #unassigned \x09
Dtest1bmp.ucm33 #unassigned \x09
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaddset/
Dboundarytests.txt12 unassigned val -1073743192
13 unassigned val 1075002478
/external/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_BoundaryTest13 unassigned val -1073743192
14 unassigned val 1075002478
/external/icu/icu4c/source/test/intltest/
Dnptrans.cpp50 : mapping(nullptr), unassigned(), prohibited(), labelSeparatorSet(), bundle(nullptr) { in NamePrepTransform()
81 unassigned.applyPattern(UnicodeString(pattern, patternLen), status); in NamePrepTransform()
166 if(unassigned.contains(ch)){ in map()
Dtestidn.cpp287 int32_t unassigned = 0; in testAllCodepoints() local
303 unassigned++; in testAllCodepoints()
319 test.logln("Number of Unassinged code points : %i \n",unassigned); in testAllCodepoints()
Dnptrans.h40 UnicodeSet unassigned; variable
/external/vulkan-validation-layers/scripts/
Dvk_validation_stats.py399 unassigned = set({uv for uv in undef_set if uv.startswith('UNASSIGNED-')})
400 undef_set = undef_set - unassigned
415 unassigned = set({uv for uv in undef_set if uv.startswith('UNASSIGNED-')})
416 undef_set = undef_set - unassigned
432 unassigned = set()
435 unassigned.add(vuid)
436 undef_set = undef_set - unassigned
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
DWriteIndicCharts.java118 boolean unassigned=false; in writeIICharts()
130 unassigned=true; in writeIICharts()
158 }else if(unassigned){ in writeIICharts()
/external/fonttools/Lib/fontTools/colorLib/
Dbuilder.py616 unassigned = None
621 unassigned = subtree
627 if unassigned:
629 subtree = _build_n_ary_tree(unassigned, n)
/external/icu/icu4c/source/common/
Ducnvmbcs.cpp3495 goto unassigned; in ucnv_MBCSDoubleFromUnicodeWithOffsets()
3517 goto unassigned; in ucnv_MBCSDoubleFromUnicodeWithOffsets()
3556 unassigned: in ucnv_MBCSDoubleFromUnicodeWithOffsets()
3722 goto unassigned; in ucnv_MBCSSingleFromUnicodeWithOffsets()
3762 unassigned: in ucnv_MBCSSingleFromUnicodeWithOffsets()
4231 goto unassigned; in ucnv_MBCSFromUnicodeWithOffsets()
4254 goto unassigned; in ucnv_MBCSFromUnicodeWithOffsets()
4291 goto unassigned; in ucnv_MBCSFromUnicodeWithOffsets()
4301 goto unassigned; in ucnv_MBCSFromUnicodeWithOffsets()
4315 goto unassigned; in ucnv_MBCSFromUnicodeWithOffsets()
[all …]
/external/llvm-project/llvm/test/MC/COFF/
Dcv-errors.s44 # CHECK: error: unassigned file number in '.cv_inline_site_id' directive
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_sharding_metadata.cc354 int64 unassigned = 0; in ApplyDomainSharding() local
358 ++unassigned; in ApplyDomainSharding()
/external/icu/icu4c/source/data/unidata/
Dppucd.txt2209 unassigned;0378..0379
2220 unassigned;0380..0383
2232 unassigned;038B
2234 unassigned;038D
2255 unassigned;03A2
2694 unassigned;0530
2734 unassigned;0557..0558
2788 unassigned;058B..058C
2797 unassigned;0590;bc=R
2857 unassigned;05C8..05CF;bc=R
[all …]
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla.proto56 // variable or unassigned variables that are not read-only are invalid.
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationIteratorTest.java104 int unassigned = 0xEFFFD; in TestMaxExpansion() local
173 str = UCharacter.toString(unassigned); in TestMaxExpansion()
DCollationTest.java295 UnicodeSet unassigned = new UnicodeSet("[[:Cn:][:Cs:][:Co:]]"); in TestImplicits() local
296 unassigned.remove(0xfffe, 0xffff); // These have special CLDR root mappings. in TestImplicits()
306 inOrder.addAll(unassigned).freeze(); in TestImplicits()
308 UnicodeSet[] sets = { coreHan, otherHan, unassigned }; in TestImplicits()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationIteratorTest.java101 int unassigned = 0xEFFFD; in TestMaxExpansion() local
170 str = UCharacter.toString(unassigned); in TestMaxExpansion()
DCollationTest.java292 UnicodeSet unassigned = new UnicodeSet("[[:Cn:][:Cs:][:Co:]]"); in TestImplicits() local
293 unassigned.remove(0xfffe, 0xffff); // These have special CLDR root mappings. in TestImplicits()
303 inOrder.addAll(unassigned).freeze(); in TestImplicits()
305 UnicodeSet[] sets = { coreHan, otherHan, unassigned }; in TestImplicits()
/external/deqp/doc/testspecs/GLES31/
Dfunctional.uniform_location.txt67 This includes leaving some locations unassigned.
/external/cldr/tools/java/org/unicode/cldr/tool/
DCountItems.java151 UnicodeSet unassigned = new UnicodeSet("[:unassigned:]"); in getPatternBlocks() local
152 UnicodeSet punassigned = new UnicodeSet(patterns).retainAll(unassigned); in getPatternBlocks()
172 : !range.containsSome(unassigned) ? "Closed" : !range in getPatternBlocks()
181 System.out.println(new UnicodeMap<String>().putAll(unassigned, "<reserved>") in getPatternBlocks()

123