/external/tcpdump/tests/ |
D | crypto.sh | 10 failed=`cat .failed` 16 failed=`expr $failed + 1` 17 echo $failed >.failed 25 failed=`expr $failed + 1` 26 echo $failed >.failed 34 failed=`expr $failed + 1` 35 echo $failed >.failed 53 failed=`expr $failed + 1` 54 echo $failed >.failed 62 failed=`expr $failed + 1` [all …]
|
D | TESTrun.sh | 6 failed=0 21 failed=`cat .failed` 36 failed=`expr $failed + 1` 37 echo $failed >.failed 43 failed=`cat .failed` 47 echo $failed >.failed 62 printf "%4u tests failed\n" $failed 69 exit $failed
|
/external/python/cpython2/Python/ |
D | Python-ast.c | 2146 if (!result) goto failed; in ast2obj_mod() 2148 if (!value) goto failed; in ast2obj_mod() 2150 goto failed; in ast2obj_mod() 2155 if (!result) goto failed; in ast2obj_mod() 2157 if (!value) goto failed; in ast2obj_mod() 2159 goto failed; in ast2obj_mod() 2164 if (!result) goto failed; in ast2obj_mod() 2166 if (!value) goto failed; in ast2obj_mod() 2168 goto failed; in ast2obj_mod() 2173 if (!result) goto failed; in ast2obj_mod() [all …]
|
/external/e2fsprogs/lib/uuid/ |
D | tst_uuid.c | 80 int failed = 0; in main() local 95 failed++; in main() 112 failed++; in main() 117 failed++; in main() 135 failed++; in main() 140 failed++; in main() 153 failed++; in main() 160 failed++; in main() 166 failed++; in main() 173 failed++; in main() [all …]
|
/external/deqp-deps/glslang/Test/ |
D | hlsl.type.type.conversion.all.frag | 88 …float2 var17 = float2x2(zeros4);// Compilation failed because: error X3017: cannot implicitly conv… 89 …float2 var18 = float2x3(zeros6);// Compilation failed because: error X3017: cannot implicitly conv… 90 …float2 var19 = float2x4(zeros8);// Compilation failed because: error X3017: cannot implicitly conv… 91 …float2 var20 = float3x2(zeros6);// Compilation failed because: error X3017: cannot implicitly conv… 92 …float2 var21 = float3x3(zeros9);// Compilation failed because: error X3017: cannot implicitly conv… 93 …float2 var22 = float3x4(zeros12);// Compilation failed because: error X3017: cannot implicitly con… 94 …float2 var23 = float4x2(zeros8);// Compilation failed because: error X3017: cannot implicitly conv… 95 …float2 var24 = float4x3(zeros12);// Compilation failed because: error X3017: cannot implicitly con… 96 …float2 var25 = float4x4(zeros16);// Compilation failed because: error X3017: cannot implicitly con… 97 …float3 var27 = float2(zeros2);// Compilation failed because: error X3017: cannot implicitly conver… [all …]
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | hlsl.type.type.conversion.all.frag | 88 …float2 var17 = float2x2(zeros4);// Compilation failed because: error X3017: cannot implicitly conv… 89 …float2 var18 = float2x3(zeros6);// Compilation failed because: error X3017: cannot implicitly conv… 90 …float2 var19 = float2x4(zeros8);// Compilation failed because: error X3017: cannot implicitly conv… 91 …float2 var20 = float3x2(zeros6);// Compilation failed because: error X3017: cannot implicitly conv… 92 …float2 var21 = float3x3(zeros9);// Compilation failed because: error X3017: cannot implicitly conv… 93 …float2 var22 = float3x4(zeros12);// Compilation failed because: error X3017: cannot implicitly con… 94 …float2 var23 = float4x2(zeros8);// Compilation failed because: error X3017: cannot implicitly conv… 95 …float2 var24 = float4x3(zeros12);// Compilation failed because: error X3017: cannot implicitly con… 96 …float2 var25 = float4x4(zeros16);// Compilation failed because: error X3017: cannot implicitly con… 97 …float3 var27 = float2(zeros2);// Compilation failed because: error X3017: cannot implicitly conver… [all …]
|
/external/python/cpython3/Python/ |
D | Python-ast.c | 3388 if (!result) goto failed; in ast2obj_mod() 3390 if (!value) goto failed; in ast2obj_mod() 3392 goto failed; in ast2obj_mod() 3396 if (!value) goto failed; in ast2obj_mod() 3398 goto failed; in ast2obj_mod() 3404 if (!result) goto failed; in ast2obj_mod() 3406 if (!value) goto failed; in ast2obj_mod() 3408 goto failed; in ast2obj_mod() 3414 if (!result) goto failed; in ast2obj_mod() 3416 if (!value) goto failed; in ast2obj_mod() [all …]
|
/external/testng/src/test/java/test/ |
D | JUnitTest1.java | 33 String[] failed = { in methodsThatStartWithTest() local 37 verifyTests("Failed", failed, getFailedTests()); in methodsThatStartWithTest() 47 String[] failed = { in methodsWithSetup() local 51 verifyTests("Failed", failed, getFailedTests()); in methodsWithSetup() 62 String[] failed = { in testSuite() local 66 verifyTests("Failed", failed, getFailedTests()); in testSuite() 76 String[] failed = { in testNewInstance() local 80 verifyTests("Failed", failed, getFailedTests()); in testNewInstance() 89 String[] failed = { in setUpFailingShouldCauseMethodsToBeSkipped() local 97 verifyTests("Failed", failed, getFailedTests()); in setUpFailingShouldCauseMethodsToBeSkipped() [all …]
|
D | Test1.java | 28 String[] failed = { in includedGroups() local 31 verifyTests("Failed", failed, getFailedTests()); in includedGroups() 48 String[] failed = { in groupsOfGroupsSimple() local 51 verifyTests("Failed", failed, getFailedTests()); in groupsOfGroupsSimple() 71 String[] failed = { in groupsOfGroupsWithIndirections() local 74 verifyTests("Failed", failed, getFailedTests()); in groupsOfGroupsWithIndirections() 87 String[] failed = { in groupsOfGroupsWithCycle() local 90 verifyTests("Failed", failed, getFailedTests()); in groupsOfGroupsWithCycle() 103 String[] failed = { in excludedGroups() local 107 verifyTests("Failed", failed, getFailedTests()); in excludedGroups() [all …]
|
/external/doclava/src/com/google/doclava/parser/ |
D | JavaParser.java | 526 if (state.failed) return ; in compilationUnit() 539 if (state.failed) return ; in compilationUnit() 576 if (state.failed) return ; in compilationUnit() 616 if (state.failed) return ; in compilationUnit() 669 match(input,PACKAGE,FOLLOW_PACKAGE_in_packageDeclaration167); if (state.failed) return ; in packageDeclaration() 675 if (state.failed) return ; in packageDeclaration() 677 match(input,SEMI,FOLLOW_SEMI_in_packageDeclaration179); if (state.failed) return ; in packageDeclaration() 739 if (state.backtracking>0) {state.failed=true; return ;} in importDeclaration() 748 if (state.backtracking>0) {state.failed=true; return ;} in importDeclaration() 757 if (state.backtracking>0) {state.failed=true; return ;} in importDeclaration() [all …]
|
/external/testng/src/test/java/test/pkg/ |
D | PackageTest.java | 26 String[] failed = { in stringSingle() local 29 verifyTests("Failed", failed, getFailedTests()); in stringSingle() 46 String[] failed = { in packageWithRegExp1() local 49 verifyTests("Failed", failed, getFailedTests()); in packageWithRegExp1() 59 String[] failed = { in packageWithRegExp2() local 62 verifyTests("Failed", failed, getFailedTests()); in packageWithRegExp2() 72 String[] failed = { in packageWithRegExp3() local 75 verifyTests("Failed", failed, getFailedTests()); in packageWithRegExp3() 85 String[] failed = { in packageWithRegExp4() local 88 verifyTests("Failed", failed, getFailedTests()); in packageWithRegExp4() [all …]
|
/external/testng/src/test/java/test/methodselectors/ |
D | CommandLineTest.java | 59 String[] failed = { in commandLineNegativePriorityAllGroups() local 62 verifyTests("Failed", failed, tla.getFailedTests()); in commandLineNegativePriorityAllGroups() 73 String[] failed = { in commandLineNegativePriorityGroup2() local 76 verifyTests("Failed", failed, tla.getFailedTests()); in commandLineNegativePriorityGroup2() 88 String[] failed = { in commandLineLessThanPriorityTest1Test() local 91 verifyTests("Failed", failed, tla.getFailedTests()); in commandLineLessThanPriorityTest1Test() 103 String[] failed = { in commandLineGreaterThanPriorityTest1Test2() local 106 verifyTests("Failed", failed, tla.getFailedTests()); in commandLineGreaterThanPriorityTest1Test2() 117 String[] failed = { in commandLineLessThanPriorityAllTests() local 120 verifyTests("Failed", failed, tla.getFailedTests()); in commandLineLessThanPriorityAllTests() [all …]
|
D | MethodSelectorTest.java | 17 String[] failed = { in negativePriorityAllGroups() local 20 verifyTests("Failed", failed, getFailedTests()); in negativePriorityAllGroups() 31 String[] failed = { in negativePriorityGroup2() local 34 verifyTests("Failed", failed, getFailedTests()); in negativePriorityGroup2() 46 String[] failed = { in lessThanPriorityTest1Test() local 49 verifyTests("Failed", failed, getFailedTests()); in lessThanPriorityTest1Test() 61 String[] failed = { in greaterThanPriorityTest1Test2() local 64 verifyTests("Failed", failed, getFailedTests()); in greaterThanPriorityTest1Test2() 76 String[] failed = { in lessThanPriorityAllTests() local 79 verifyTests("Failed", failed, getFailedTests()); in lessThanPriorityAllTests()
|
/external/OpenCL-CTS/test_conformance/buffers/ |
D | test_image_migrate.cpp | 118 int failed = 0; in test_image_migrate() local 171 failed = -1; in test_image_migrate() 214 failed = 1; in test_image_migrate() 225 failed = 1; in test_image_migrate() 233 failed = 1; in test_image_migrate() 242 failed = 1; in test_image_migrate() 260 failed = 1; in test_image_migrate() 268 failed = 1; in test_image_migrate() 287 failed = 1; in test_image_migrate() 298 failed = 1; in test_image_migrate() [all …]
|
D | test_buffer_migrate.cpp | 101 int failed = 0; in test_buffer_migrate() local 143 failed = -1; in test_buffer_migrate() 181 failed = 1; in test_buffer_migrate() 192 failed = 1; in test_buffer_migrate() 200 failed = 1; in test_buffer_migrate() 209 failed = 1; in test_buffer_migrate() 227 failed = 1; in test_buffer_migrate() 243 failed = 1; in test_buffer_migrate() 254 failed = 1; in test_buffer_migrate() 259 failed = 1; in test_buffer_migrate() [all …]
|
/external/toolchain-utils/debug_info_test/ |
D | check_cus.py | 29 failed = set() 32 failed.add(c.__module__) 34 return failed 47 failed = set() 59 failed = failed.union(check_compile_unit(dso_path, producer, comp_path)) 69 failed = failed.union(check_compile_unit(dso_path, producer, comp_path)) 71 if failed: 72 print('%s failed check: %s' % (dso_path, ' '.join(failed)))
|
/external/squashfs-tools/squashfs-tools/ |
D | lzo_wrapper.c | 92 goto failed; in lzo_options() 99 goto failed; in lzo_options() 107 failed: in lzo_options() 142 goto failed; in lzo_options_post() 149 failed: in lzo_options_post() 223 goto failed; in lzo_extract_options() 236 goto failed; in lzo_extract_options() 244 goto failed; in lzo_extract_options() 251 goto failed; in lzo_extract_options() 258 failed: in lzo_extract_options() [all …]
|
D | gzip_wrapper.c | 73 goto failed; in gzip_options() 80 goto failed; in gzip_options() 89 goto failed; in gzip_options() 96 goto failed; in gzip_options() 107 goto failed; in gzip_options() 128 goto failed; in gzip_options() 137 failed: in gzip_options() 239 goto failed; in gzip_extract_options() 248 goto failed; in gzip_extract_options() 256 goto failed; in gzip_extract_options() [all …]
|
D | xz_wrapper.c | 76 goto failed; in xz_options() 97 goto failed; in xz_options() 108 goto failed; in xz_options() 116 goto failed; in xz_options() 126 goto failed; in xz_options() 139 goto failed; in xz_options() 148 failed: in xz_options() 177 goto failed; in xz_options_post() 185 goto failed; in xz_options_post() 202 goto failed; in xz_options_post() [all …]
|
D | lz4_wrapper.c | 116 goto failed; in lz4_extract_options() 123 goto failed; in lz4_extract_options() 134 goto failed; in lz4_extract_options() 139 failed: in lz4_extract_options() 168 goto failed; in lz4_check_options() 175 goto failed; in lz4_check_options() 180 failed: in lz4_check_options() 193 goto failed; in lz4_display_options() 200 goto failed; in lz4_display_options() 209 goto failed; in lz4_display_options() [all …]
|
/external/catch2/include/internal/ |
D | catch_totals.cpp | 15 diff.failed = failed - other.failed; in operator -() 22 failed += other.failed; in operator +=() 28 return passed + failed + failedButOk; in total() 31 return failed == 0 && failedButOk == 0; in allPassed() 34 return failed == 0; in allOk() 52 if( diff.assertions.failed > 0 ) in delta() 53 ++diff.testCases.failed; in delta()
|
/external/testng/src/test/java/test/dependent/ |
D | ImplicitGroupInclusionTest.java | 18 String[] failed = { in verifyImplicitGroupInclusion() local 22 verifyTests("Failed", failed, getFailedTests()); in verifyImplicitGroupInclusion() 36 String[] failed = { in verifyImplicitGroupInclusion2() local 40 verifyTests("Failed", failed, getFailedTests()); in verifyImplicitGroupInclusion2() 54 String[] failed = { in verifyImplicitGroupInclusion4() local 58 verifyTests("Failed", failed, getFailedTests()); in verifyImplicitGroupInclusion4() 73 String[] failed = { in verifyImplicitGroupInclusion3() local 77 verifyTests("Failed", failed, getFailedTests()); in verifyImplicitGroupInclusion3() 91 String[] failed = { in verifyImplicitMethodInclusion() local 95 verifyTests("Failed", failed, getFailedTests()); in verifyImplicitMethodInclusion()
|
/external/dagger2/javatests/dagger/internal/codegen/ |
D | MapMultibindingValidationTest.java | 66 assertThat(compilation).failed(); in duplicateMapKeys_UnwrappedMapKey() 78 assertThat(compilation).failed(); in duplicateMapKeys_UnwrappedMapKey() 97 assertThat(compilation).failed(); in duplicateMapKeys_UnwrappedMapKey() 112 assertThat(compilation).failed(); in duplicateMapKeys_UnwrappedMapKey() 127 assertThat(compilation).failed(); in duplicateMapKeys_UnwrappedMapKey() 135 assertThat(compilation).failed(); in duplicateMapKeys_UnwrappedMapKey() 145 assertThat(compilation).failed(); in duplicateMapKeys_UnwrappedMapKey() 156 assertThat(compilation).failed(); in duplicateMapKeys_UnwrappedMapKey() 198 assertThat(compilation).failed(); in duplicateMapKeys_WrappedMapKey() 256 assertThat(compilation).failed(); in inconsistentMapKeyAnnotations() [all …]
|
D | MembersInjectionValidationTest.java | 51 assertThat(compilation).failed(); in membersInjectDependsOnUnboundedType() 74 assertThat(compilation).failed(); in membersInjectPrimitive() 95 assertThat(compilation).failed(); in membersInjectArray() 117 assertThat(compilation).failed(); in membersInjectorOfArray() 139 assertThat(compilation).failed(); in membersInjectRawType() 159 assertThat(compilation).failed(); in qualifiedMembersInjector() 182 assertThat(compilation).failed(); in qualifiedMembersInjectionMethod() 205 assertThat(compilation).failed(); in qualifiedMembersInjectionMethodParameter() 236 assertThat(compilation).failed(); in staticFieldInjection() 270 assertThat(compilation).failed(); in missingMembersInjectorForKotlinProperty() [all …]
|
/external/e2fsprogs/tests/t_quota_2off/ |
D | script | 11 echo "mke2fs -O quota failed" > $test_name.failed 12 echo "$test_name: $test_description: failed" 19 echo "tune2fs -O ^quota failed" > $test_name.failed 20 echo "$test_name: $test_description: failed" 30 echo "e2fsck with quota enabled failed with $status" > $test_name.failed 31 echo "$test_name: $test_description: failed"
|