/external/annotation-tools/asmx/test/conform/org/objectweb/asm/util/ |
D | UnitTest.java | 51 fail(); in testCheckClassVisitor() 58 fail(); in testCheckClassVisitor() 65 fail(); in testCheckClassVisitor() 72 fail(); in testCheckClassVisitor() 79 fail(); in testCheckClassVisitor() 86 fail(); in testCheckClassVisitor() 93 fail(); in testCheckClassVisitor() 99 fail(); in testCheckClassVisitor() 104 fail(); in testCheckClassVisitor() 110 fail(); in testCheckClassVisitor() [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_types.py | 12 if None: self.fail('None is true instead of false') 13 if 0: self.fail('0 is true instead of false') 14 if 0L: self.fail('0L is true instead of false') 15 if 0.0: self.fail('0.0 is true instead of false') 16 if '': self.fail('\'\' is true instead of false') 17 if not 1: self.fail('1 is false instead of true') 18 if not 1L: self.fail('1L is false instead of true') 19 if not 1.0: self.fail('1.0 is false instead of true') 20 if not 'x': self.fail('\'x\' is false instead of true') 21 if not {'x': 1}: self.fail('{\'x\': 1} is false instead of true') [all …]
|
/external/linux-kselftest/tools/testing/selftests/exec/ |
D | execveat.c | 152 int fail = 0; in check_execveat_pathmax() local 195 fail += check_execveat(fd, "", AT_EMPTY_PATH); in check_execveat_pathmax() 199 fail++; in check_execveat_pathmax() 213 fail += check_execveat_invoked_rc(root_dfd, longpath + 1, 0, in check_execveat_pathmax() 216 fail += check_execveat(root_dfd, longpath + 1, 0); in check_execveat_pathmax() 218 return fail; in check_execveat_pathmax() 223 int fail = 0; in run_tests() local 261 fail += check_execveat(subdir_dfd, "../execveat", 0); in run_tests() 262 fail += check_execveat(dot_dfd, "execveat", 0); in run_tests() 263 fail += check_execveat(dot_dfd_path, "execveat", 0); in run_tests() [all …]
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_state_rss.c | 48 #define EMIT_RS(svga, value, token, fail) \ argument 57 #define EMIT_RS_FLOAT(svga, fvalue, token, fail) \ argument 95 EMIT_RS( svga, curr->rt[0].writemask, COLORWRITEENABLE, fail ); in emit_rss_vgpu9() 96 EMIT_RS( svga, curr->rt[0].blend_enable, BLENDENABLE, fail ); in emit_rss_vgpu9() 99 EMIT_RS( svga, curr->rt[0].srcblend, SRCBLEND, fail ); in emit_rss_vgpu9() 100 EMIT_RS( svga, curr->rt[0].dstblend, DSTBLEND, fail ); in emit_rss_vgpu9() 101 EMIT_RS( svga, curr->rt[0].blendeq, BLENDEQUATION, fail ); in emit_rss_vgpu9() 104 SEPARATEALPHABLENDENABLE, fail ); in emit_rss_vgpu9() 107 EMIT_RS( svga, curr->rt[0].srcblend_alpha, SRCBLENDALPHA, fail ); in emit_rss_vgpu9() 108 EMIT_RS( svga, curr->rt[0].dstblend_alpha, DSTBLENDALPHA, fail ); in emit_rss_vgpu9() [all …]
|
/external/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl21.c | 75 int fail; variable 116 fail = 1; in setup() 143 fail = 1; in do_child() 179 fail = 1; in compare_lock() 185 fail = 1; in compare_lock() 191 fail = 1; in compare_lock() 198 fail = 1; in compare_lock() 204 fail = 1; in compare_lock() 214 fail = 1; in unlock_file() 241 fail = 1; in parent_put() [all …]
|
D | fcntl20.c | 77 int fail = 0; variable 135 fail = 1; in do_child() 171 fail = 1; in compare_lock() 177 fail = 1; in compare_lock() 183 fail = 1; in compare_lock() 190 fail = 1; in compare_lock() 196 fail = 1; in compare_lock() 206 fail = 1; in unlock_file() 233 fail = 1; in parent_put() 241 fail = 1; in parent_get() [all …]
|
D | fcntl19.c | 81 int fail = 0; variable 118 fail = 1; in setup() 172 fail = 1; in compare_lock() 178 fail = 1; in compare_lock() 184 fail = 1; in compare_lock() 191 fail = 1; in compare_lock() 197 fail = 1; in compare_lock() 207 fail = 1; in unlock_file() 234 fail = 1; in parent_put() 242 fail = 1; in parent_get() [all …]
|
D | fcntl18.c | 60 int fail; variable 76 fail = 0; in main() 79 fail = 1; in main() 88 fail = 1; in main() 90 if (fail) { in main() 104 fail = 0; in main() 111 fail = 1; in main() 113 if (fail) { in main() 125 fail = 0; in main() 127 fail = 0; in main() [all …]
|
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | DoubleArrayListTest.java | 88 fail(); in testModificationWithIteration() 97 fail(); in testModificationWithIteration() 110 fail(); in testGet() 117 fail(); in testGet() 130 fail(); in testGetInt() 137 fail(); in testGetInt() 173 fail(); in testSet() 180 fail(); in testSet() 198 fail(); in testSetInt() 205 fail(); in testSetInt() [all …]
|
D | BooleanArrayListTest.java | 88 fail(); in testModificationWithIteration() 97 fail(); in testModificationWithIteration() 110 fail(); in testGet() 117 fail(); in testGet() 130 fail(); in testGetInt() 137 fail(); in testGetInt() 173 fail(); in testSet() 180 fail(); in testSet() 198 fail(); in testSetInt() 205 fail(); in testSetInt() [all …]
|
D | LongArrayListTest.java | 88 fail(); in testModificationWithIteration() 97 fail(); in testModificationWithIteration() 110 fail(); in testGet() 117 fail(); in testGet() 130 fail(); in testGetLong() 137 fail(); in testGetLong() 173 fail(); in testSet() 180 fail(); in testSet() 198 fail(); in testSetLong() 205 fail(); in testSetLong() [all …]
|
D | FloatArrayListTest.java | 88 fail(); in testModificationWithIteration() 97 fail(); in testModificationWithIteration() 110 fail(); in testGet() 117 fail(); in testGet() 130 fail(); in testGetFloat() 137 fail(); in testGetFloat() 173 fail(); in testSet() 180 fail(); in testSet() 198 fail(); in testSetFloat() 205 fail(); in testSetFloat() [all …]
|
D | IntArrayListTest.java | 88 fail(); in testModificationWithIteration() 97 fail(); in testModificationWithIteration() 110 fail(); in testGet() 117 fail(); in testGet() 130 fail(); in testGetInt() 137 fail(); in testGetInt() 173 fail(); in testSet() 180 fail(); in testSet() 198 fail(); in testSetInt() 205 fail(); in testSetInt() [all …]
|
D | ProtobufArrayListTest.java | 76 fail(); in testModificationWithIteration() 85 fail(); in testModificationWithIteration() 94 fail(); in testModificationWithIteration() 149 fail(); in assertImmutable() 156 fail(); in assertImmutable() 163 fail(); in assertImmutable() 170 fail(); in assertImmutable() 177 fail(); in assertImmutable() 184 fail(); in assertImmutable() 191 fail(); in assertImmutable() [all …]
|
/external/guava/guava-tests/test/com/google/common/base/ |
D | PreconditionsTest.java | 41 fail("no exception thrown"); in testCheckArgument_simple_failure() 53 fail("no exception thrown"); in testCheckArgument_simpleMessage_failure() 62 fail("no exception thrown"); in testCheckArgument_nullMessage_failure() 75 fail("no exception thrown"); in testCheckArgument_complexMessage_failure() 88 fail("no exception thrown"); in testCheckState_simple_failure() 100 fail("no exception thrown"); in testCheckState_simpleMessage_failure() 109 fail("no exception thrown"); in testCheckState_nullMessage_failure() 122 fail("no exception thrown"); in testCheckState_complexMessage_failure() 138 fail("no exception thrown"); in testCheckNotNull_simple_failure() 151 fail("no exception thrown"); in testCheckNotNull_simpleMessage_failure() [all …]
|
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/ |
D | PreconditionsTest.java | 39 fail("no exception thrown"); in testCheckArgument_simple_failure() 51 fail("no exception thrown"); in testCheckArgument_simpleMessage_failure() 60 fail("no exception thrown"); in testCheckArgument_nullMessage_failure() 73 fail("no exception thrown"); in testCheckArgument_complexMessage_failure() 86 fail("no exception thrown"); in testCheckState_simple_failure() 98 fail("no exception thrown"); in testCheckState_simpleMessage_failure() 107 fail("no exception thrown"); in testCheckState_nullMessage_failure() 120 fail("no exception thrown"); in testCheckState_complexMessage_failure() 136 fail("no exception thrown"); in testCheckNotNull_simple_failure() 149 fail("no exception thrown"); in testCheckNotNull_simpleMessage_failure() [all …]
|
/external/guava/guava-tests/test/com/google/common/math/ |
D | MathPreconditionsTest.java | 36 fail(); in testCheckPositive_zeroInt() 47 fail(); in testCheckPositive_minInt() 58 fail(); in testCheckPositive_negativeInt() 65 fail(); in testCheckPositive_zeroLong() 76 fail(); in testCheckPositive_minLong() 87 fail(); in testCheckPositive_negativeLong() 94 fail(); in testCheckPositive_zeroBigInteger() 105 fail(); in testCheckPositive_negativeBigInteger() 120 fail(); in testCheckNonNegative_minInt() 131 fail(); in testCheckNonNegative_negativeInt() [all …]
|
/external/ltp/testcases/kernel/syscalls/getpgid/ |
D | getpgid01.c | 65 int ex_stat, fail = 0; in main() local 88 fail = 0; in main() 91 fail = 1; in main() 94 if (fail) in main() 102 fail = 0; in main() 111 fail = 1; in main() 113 if (fail) in main() 123 fail = 0; in main() 132 fail = 1; in main() 135 if (fail) { in main() [all …]
|
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/ftrace/ |
D | func_traceonoff_triggers.tc | 27 fail() { # mesg 49 fail "Found junk in trace" 62 fail "Nothing found in trace" 91 fail "Did not find traceoff trigger" 99 fail "Tracing is not stopped" 104 fail "Tracing is not off" 112 fail "Tracing file is still changing" 119 fail "Tracing is still happeing" 126 fail "traceoff trigger still exists" 131 fail "Tracing is started again" [all …]
|
/external/mockito/src/test/java/org/mockitousage/stubbing/ |
D | StubbingConsecutiveAnswersTest.java | 68 fail(); in should_return_consecutive_value_and_throw_exceptions_set_by_shorten_return_methods() 72 fail(); in should_return_consecutive_value_and_throw_exceptions_set_by_shorten_return_methods() 77 fail(); in should_return_consecutive_value_and_throw_exceptions_set_by_shorten_return_methods() 89 fail(); in should_throw_consecutively() 94 fail(); in should_throw_consecutively() 99 fail(); in should_throw_consecutively() 104 fail(); in should_throw_consecutively() 116 fail(); in should_throw_consecutively_set_by_shorten_then_throw_method() 121 fail(); in should_throw_consecutively_set_by_shorten_then_throw_method() 126 fail(); in should_throw_consecutively_set_by_shorten_then_throw_method() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fInfoLogQueryShared.cpp | 55 result.fail("Return buffer was not INFO_LOG_LENGTH sized and null-terminated"); in verifyInfoLogQuery() 57 result.fail("Buffer end guard modified, query wrote over the end of the buffer."); in verifyInfoLogQuery() 70 result.fail("'length' was not written to"); in verifyInfoLogQuery() 72 result.fail("Either length was incorrect or result was not null-terminated"); in verifyInfoLogQuery() 74 result.fail("'length' characters + null terminator is larger than INFO_LOG_LENGTH"); in verifyInfoLogQuery() 76 result.fail("'length' is not consistent with INFO_LOG_LENGTH"); in verifyInfoLogQuery() 78 result.fail("Buffer end guard modified, query wrote over the end of the buffer."); in verifyInfoLogQuery() 80 result.fail("'length' and written string length do not match"); in verifyInfoLogQuery() 93 result.fail("'length' was not written to"); in verifyInfoLogQuery() 95 result.fail("Expected 'length' = 1"); in verifyInfoLogQuery() [all …]
|
/external/libcxxabi/test/ |
D | testit | 38 fail=0 40 if (ls *.fail.cpp > /dev/null 2>&1) 42 for FILE in $(ls *.fail.cpp); do 47 fail=$(($fail + 1)) 65 fail=$(($fail + 1)) 70 fail=$(($fail + 1)) 75 if [ $fail -gt 0 ] 77 echo "failed $fail tests in `pwd`" 83 if [ $fail -eq 0 ] 88 if [ $fail -eq 0 -a $pass -eq 0 ] [all …]
|
/external/wpa_supplicant_8/src/common/ |
D | dpp.c | 406 goto fail; in dpp_set_pubkey_point_group() 413 goto fail; in dpp_set_pubkey_point_group() 419 goto fail; in dpp_set_pubkey_point_group() 429 goto fail; in dpp_set_pubkey_point_group() 436 goto fail; in dpp_set_pubkey_point_group() 446 fail: in dpp_set_pubkey_point_group() 609 goto fail; in dpp_parse_uri_chan_list() 612 goto fail; in dpp_parse_uri_chan_list() 616 goto fail; in dpp_parse_uri_chan_list() 639 goto fail; in dpp_parse_uri_chan_list() [all …]
|
/external/python/cpython2/Modules/_io/ |
D | _iomodule.c | 642 goto fail; in init_io() 646 goto fail; \ in init_io() 650 goto fail; \ in init_io() 655 goto fail; in init_io() 662 goto fail; in init_io() 666 goto fail; in init_io() 718 goto fail; in init_io() 720 goto fail; in init_io() 722 goto fail; in init_io() 724 goto fail; in init_io() [all …]
|
/external/valgrind/coregrind/ |
D | fixup_macho_loadcmds.c | 152 void fail ( HChar* msg ) in fail() function 247 fail("Can't stat image (to determine its size)?!"); in map_image_aboard() 252 fail("Can't open image for possible modification!"); in map_image_aboard() 259 fail("Can't mmap image for possible modification!"); in map_image_aboard() 281 fail("Invalid Mach-O file (0 too small)."); in map_image_aboard() 294 fail("Invalid Mach-O file (1 too small)."); in map_image_aboard() 313 fail("Invalid Mach-O file (2 too small)."); in map_image_aboard() 320 fail("No acceptable architecture found in fat file."); in map_image_aboard() 329 fail("Invalid Mach-O file (3 too small)."); in map_image_aboard() 332 fail("Invalid Mach-O file (thin bigger than fat)."); in map_image_aboard() [all …]
|