/external/kernel-headers/original/asm-arm/ |
D | locks.h | 17 #define __down_op(ptr,fail) \ argument 28 " blmi " #fail \ 35 #define __down_op_ret(ptr,fail) \ argument 48 " blmi " #fail "\n" \ 84 #define __down_op_write(ptr,fail) \ argument 95 " blne " #fail \ 119 #define __down_op_read(ptr,fail) \ argument 120 __down_op(ptr, fail) 142 #define __down_op(ptr,fail) \ argument 154 " blmi " #fail \ [all …]
|
/external/protobuf/src/google/protobuf/compiler/ |
D | zip_output_unittest.sh | 37 fail() { function 51 testzip.proto || fail 'protoc failed.' 55 unzip -t testzip.zip > testzip.list || fail 'unzip failed.' 58 || fail 'testzip.pb.cc not found in output zip.' 60 || fail 'testzip.pb.h not found in output zip.' 62 || fail 'testzip_pb2.py not found in output zip.' 64 && fail 'Zip file contained manifest.' 71 jar tf testzip.jar > testzip.list || fail 'jar failed.' 74 || fail 'Foo.java not found in output jar.' 76 || fail 'Bar.java not found in output jar.' [all …]
|
/external/bluetooth/glib/tests/ |
D | unicode-encoding.c | 25 fail (char *format, ...) in fail() function 97 fail ("line %d: valid but g_utf8_validate returned FALSE\n", line); in process() 107 fail ("line %d: invalid but g_utf8_validate returned TRUE\n", line); in process() 121 fail ("line %d: incomplete input not properly detected\n", line); in process() 130 fail ("line %d: incomplete input not properly detected\n", line); in process() 145 fail ("line %d: conversion to ucs4 failed: %s\n", line, error->message); in process() 153 fail ("line %d: results of conversion to ucs4 do not match expected.\n", line); in process() 164 fail ("line %d: results of conversion to ucs4 do not match expected.\n", line); in process() 171 fail ("line %d: conversion back to utf8 failed: %s", line, error->message); in process() 179 fail ("line %d: conversion back to utf8 did not match original\n", line); in process() [all …]
|
D | run-markup-tests.sh | 3 fail () function 21 for I in ${srcdir:-.}/markups/fail-*.gmarkup; do 23 ./markup-test $I > /dev/null 2> $error_out && fail "failed to generate error on $I" 25 fail "unexpected error on $I" 34 ./markup-test $F > actual 2> $error_out || fail "failed on $F" 35 diff ${srcdir:-.}/markups/expected-$I actual || fail "unexpected output on $F"
|
D | run-bookmark-test.sh | 3 fail () function 21 for I in ${srcdir:-.}/bookmarks/fail-*.xbel; do 23 ./bookmarkfile-test $I > /dev/null 2> $error_out && fail "failed to generate error on $I" 25 fail "unexpected error on $I" 31 ./bookmarkfile-test $I > /dev/null 2> $error_out || fail "failed on $I"
|
/external/stlport/test/unit/ |
D | num_put_get_test.cpp | 87 CPPUNIT_ASSERT(!str.fail()); in check_get_float() 98 CPPUNIT_ASSERT(!str.fail()); in check_get_float() 109 CPPUNIT_ASSERT(!str.fail()); in check_get_float() 120 CPPUNIT_ASSERT(!str.fail()); in check_get_float() 131 CPPUNIT_ASSERT(!str.fail()); in check_get_float() 142 CPPUNIT_ASSERT(!str.fail()); in check_get_float() 153 CPPUNIT_ASSERT(!str.fail()); in check_get_float() 166 CPPUNIT_ASSERT(!str.fail()); in check_get_float() 176 CPPUNIT_ASSERT(!str.fail()); in check_get_float() 189 CPPUNIT_ASSERT(!str.fail()); in check_get_float() [all …]
|
D | sstream_test.cpp | 125 CPPUNIT_ASSERT( !s.fail() ); in input() 179 CPPUNIT_ASSERT( !s.fail() ); in err() 182 CPPUNIT_ASSERT( s.fail() ); in err() 193 CPPUNIT_ASSERT( !s.fail() ); in err_long() 196 CPPUNIT_ASSERT( s.fail() ); in err_long() 222 CPPUNIT_ASSERT( !s.fail() ); in maxint() 233 CPPUNIT_ASSERT( !is.fail() ); in init_in() 240 CPPUNIT_ASSERT( !dis.fail() ); in init_in() 247 CPPUNIT_ASSERT( !fis.fail() ); in init_in() 295 CPPUNIT_ASSERT( !ss.fail() ); in buf() [all …]
|
/external/qemu/block/ |
D | qcow2-snapshot.c | 83 goto fail; in qcow2_read_snapshots() 101 goto fail; in qcow2_read_snapshots() 107 goto fail; in qcow2_read_snapshots() 113 fail: in qcow2_read_snapshots() 159 goto fail; in qcow_write_snapshots() 162 goto fail; in qcow_write_snapshots() 165 goto fail; in qcow_write_snapshots() 173 goto fail; in qcow_write_snapshots() 177 goto fail; in qcow_write_snapshots() 184 fail: in qcow_write_snapshots() [all …]
|
/external/genext2fs/ |
D | test-mount.sh | 16 fail () { function 39 /sbin/e2fsck -fn ext2.img || fail 41 mount -t ext2 -o ro,loop ext2.img mnt || fail 45 fail 59 /sbin/e2fsck -fn ext2.img || fail 61 mount -t ext2 -o ro,loop ext2.img mnt || fail 62 [ -d mnt/dev ] || fail 74 diff fout lsout || fail
|
/external/ppp/pppd/ |
D | tdb.c | 635 goto fail; 693 goto fail; 703 goto fail; 710 fail: 798 goto fail; 823 goto fail; 827 fail: 857 goto fail; 862 goto fail; 882 goto fail; [all …]
|
/external/qemu/hw/ |
D | usb-msd.c | 247 goto fail; in usb_msd_handle_control() 255 goto fail; in usb_msd_handle_control() 298 goto fail; in usb_msd_handle_control() 302 goto fail; in usb_msd_handle_control() 321 goto fail; in usb_msd_handle_control() 336 fail: in usb_msd_handle_control() 363 goto fail; in usb_msd_handle_data() 369 goto fail; in usb_msd_handle_data() 375 goto fail; in usb_msd_handle_data() 380 goto fail; in usb_msd_handle_data() [all …]
|
D | usb-hub.c | 223 goto fail; in usb_hub_handle_control() 229 goto fail; in usb_hub_handle_control() 237 goto fail; in usb_hub_handle_control() 285 goto fail; in usb_hub_handle_control() 289 goto fail; in usb_hub_handle_control() 319 goto fail; in usb_hub_handle_control() 332 goto fail; in usb_hub_handle_control() 342 goto fail; in usb_hub_handle_control() 360 goto fail; in usb_hub_handle_control() 371 goto fail; in usb_hub_handle_control() [all …]
|
/external/safe-iop/src/ |
D | safe_iop.c | 1091 int tests = 0, succ = 0, fail = 0; in main() local 1092 tests++; if (T_div_s8()) succ++; else fail++; in main() 1093 tests++; if (T_div_s16()) succ++; else fail++; in main() 1094 tests++; if (T_div_s32()) succ++; else fail++; in main() 1095 tests++; if (T_div_s64()) succ++; else fail++; in main() 1096 tests++; if (T_div_long()) succ++; else fail++; in main() 1097 tests++; if (T_div_longlong()) succ++; else fail++; in main() 1098 tests++; if (T_div_ssizet()) succ++; else fail++; in main() 1099 tests++; if (T_div_u8()) succ++; else fail++; in main() 1100 tests++; if (T_div_u16()) succ++; else fail++; in main() [all …]
|
/external/qemu/ |
D | elf_ops.h | 122 goto fail; in glue() 125 goto fail; in glue() 156 goto fail; in glue() 161 goto fail; in glue() 173 fail: in glue() 192 goto fail; in glue() 201 goto fail; in glue() 206 goto fail; in glue() 210 goto fail; in glue() 222 goto fail; in glue() [all …]
|
D | device_tree.c | 41 goto fail; in load_device_tree() 53 goto fail; in load_device_tree() 59 goto fail; in load_device_tree() 66 goto fail; in load_device_tree() 71 fail: in load_device_tree()
|
/external/chromium/third_party/icu/source/test/testdata/ |
D | idna_conf.txt | 449 passfail: fail 460 passfail: fail 471 passfail: fail 482 passfail: fail 493 passfail: fail 504 passfail: fail 515 passfail: fail 526 passfail: fail 537 passfail: fail 581 passfail: fail [all …]
|
/external/icu4c/test/testdata/ |
D | idna_conf.txt | 449 passfail: fail 460 passfail: fail 471 passfail: fail 482 passfail: fail 493 passfail: fail 504 passfail: fail 515 passfail: fail 526 passfail: fail 537 passfail: fail 581 passfail: fail [all …]
|
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
D | wps_upnp.c | 349 goto fail; in subscr_addr_add_url() 356 goto fail; in subscr_addr_add_url() 402 goto fail; in subscr_addr_add_url() 432 fail: in subscr_addr_add_url() 835 goto fail; in upnp_wps_device_send_wlan_event() 842 goto fail; in upnp_wps_device_send_wlan_event() 859 goto fail; in upnp_wps_device_send_wlan_event() 867 fail: in upnp_wps_device_send_wlan_event() 939 goto fail; in get_netif_info() 943 goto fail; in get_netif_info() [all …]
|
D | wps_upnp_ssdp.c | 144 goto fail; in next_advertisement() 219 fail: in next_advertisement() 504 goto fail; in msearchreply_state_machine_start() 518 fail: in msearchreply_state_machine_start() 771 goto fail; in ssdp_listener_start() 773 goto fail; in ssdp_listener_start() 775 goto fail; in ssdp_listener_start() 781 goto fail; in ssdp_listener_start() 787 goto fail; in ssdp_listener_start() 790 goto fail; in ssdp_listener_start() [all …]
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
D | GeneratedMessageTest.java | 83 fail("Should have thrown exception."); in testDoubleBuildError() 94 fail("Should have thrown exception."); in testClearAfterBuildError() 104 fail("Exception was not thrown"); in testSettersRejectNull() 110 fail("Exception was not thrown"); in testSettersRejectNull() 116 fail("Exception was not thrown"); in testSettersRejectNull() 123 fail("Exception was not thrown"); in testSettersRejectNull() 129 fail("Exception was not thrown"); in testSettersRejectNull() 135 fail("Exception was not thrown"); in testSettersRejectNull() 141 fail("Exception was not thrown"); in testSettersRejectNull() 147 fail("Exception was not thrown"); in testSettersRejectNull() [all …]
|
D | TextFormatTest.java | 388 fail("Expected parse exception."); in assertParseError() 487 fail("Should have thrown an exception."); in testEscape() 494 fail("Should have thrown an exception."); in testEscape() 501 fail("Should have thrown an exception."); in testEscape() 562 fail("Should have thrown an exception."); in testParseInteger() 569 fail("Should have thrown an exception."); in testParseInteger() 576 fail("Should have thrown an exception."); in testParseInteger() 583 fail("Should have thrown an exception."); in testParseInteger() 590 fail("Should have thrown an exception."); in testParseInteger() 597 fail("Should have thrown an exception."); in testParseInteger() [all …]
|
/external/wpa_supplicant_6/wpa_supplicant/ |
D | ctrl_iface_unix.c | 288 goto fail; in wpa_supplicant_ctrl_iface_init() 314 goto fail; in wpa_supplicant_ctrl_iface_init() 332 goto fail; in wpa_supplicant_ctrl_iface_init() 342 goto fail; in wpa_supplicant_ctrl_iface_init() 350 goto fail; in wpa_supplicant_ctrl_iface_init() 356 goto fail; in wpa_supplicant_ctrl_iface_init() 362 goto fail; in wpa_supplicant_ctrl_iface_init() 372 goto fail; in wpa_supplicant_ctrl_iface_init() 387 goto fail; in wpa_supplicant_ctrl_iface_init() 392 goto fail; in wpa_supplicant_ctrl_iface_init() [all …]
|
/external/wpa_supplicant/ |
D | ctrl_iface_unix.c | 276 goto fail; in wpa_supplicant_ctrl_iface_init() 302 goto fail; in wpa_supplicant_ctrl_iface_init() 320 goto fail; in wpa_supplicant_ctrl_iface_init() 330 goto fail; in wpa_supplicant_ctrl_iface_init() 335 goto fail; in wpa_supplicant_ctrl_iface_init() 340 goto fail; in wpa_supplicant_ctrl_iface_init() 347 goto fail; in wpa_supplicant_ctrl_iface_init() 362 goto fail; in wpa_supplicant_ctrl_iface_init() 367 goto fail; in wpa_supplicant_ctrl_iface_init() 378 goto fail; in wpa_supplicant_ctrl_iface_init() [all …]
|
/external/e2fsprogs/lib/ext2fs/ |
D | tdb.c | 1081 goto fail; in tdb_expand() 1091 goto fail; in tdb_expand() 1112 goto fail; in tdb_expand() 1116 fail: in tdb_expand() 1358 goto fail; in transaction_read() 1378 goto fail; in transaction_read() 1387 fail: in transaction_read() 1435 goto fail; in transaction_write() 1452 goto fail; in transaction_write() 1512 fail: in transaction_write() [all …]
|
/external/tcpdump/ |
D | print-esp.c | 387 goto fail; in esp_print() 394 goto fail; in esp_print() 399 goto fail; in esp_print() 405 goto fail; in esp_print() 414 goto fail; in esp_print() 433 goto fail; in esp_print() 447 goto fail; in esp_print() 458 goto fail; in esp_print() 462 goto fail; in esp_print() 490 goto fail; in esp_print() [all …]
|