| /external/pigweed/pw_unit_test/ |
| D | unit_test_service.cc | 40 .IgnoreError(); // TODO: b/242598609 - Handle Status properly in Run() 55 .IgnoreError(); // TODO: b/242598609 - Handle Status properly in Run() 66 .IgnoreError(); // TODO: b/242598609 - Handle Status properly in Run() 74 writer_.Finish().IgnoreError(); // TODO: b/242598609 - Handle Status properly in Run() 88 .IgnoreError(); // TODO: b/242598609 - Handle Status properly in WriteTestRunEnd() 90 .IgnoreError(); // TODO: b/242598609 - Handle Status properly in WriteTestRunEnd() 92 .IgnoreError(); // TODO: b/242598609 - Handle Status properly in WriteTestRunEnd() 94 .IgnoreError(); // TODO: b/242598609 - Handle Status properly in WriteTestRunEnd() 103 .IgnoreError(); // TODO: b/242598609 - Handle Status properly in WriteTestCaseStart() 105 .IgnoreError(); // TODO: b/242598609 - Handle Status properly in WriteTestCaseStart() [all …]
|
| /external/cronet/tot/third_party/apache-portable-runtime/src/test/ |
| D | teststrnatcmp.c | 25 ABTS_ASSERT(tc, "didn't compare simple strings properly", rv < 0); in less0() 31 ABTS_ASSERT(tc, "didn't compare simple strings properly", rv == 0); in str_equal() 37 ABTS_ASSERT(tc, "didn't compare simple strings properly", rv > 0); in more0() 43 ABTS_ASSERT(tc, "didn't compare simple strings properly", rv < 0); in less_ignore_case() 49 ABTS_ASSERT(tc, "didn't compare simple strings properly", rv == 0); in str_equal_ignore_case() 55 ABTS_ASSERT(tc, "didn't compare simple strings properly", rv > 0); in more_ignore_case() 61 ABTS_ASSERT(tc, "didn't compare simple strings properly", rv < 0); in natcmp()
|
| /external/cronet/stable/third_party/apache-portable-runtime/src/test/ |
| D | teststrnatcmp.c | 25 ABTS_ASSERT(tc, "didn't compare simple strings properly", rv < 0); in less0() 31 ABTS_ASSERT(tc, "didn't compare simple strings properly", rv == 0); in str_equal() 37 ABTS_ASSERT(tc, "didn't compare simple strings properly", rv > 0); in more0() 43 ABTS_ASSERT(tc, "didn't compare simple strings properly", rv < 0); in less_ignore_case() 49 ABTS_ASSERT(tc, "didn't compare simple strings properly", rv == 0); in str_equal_ignore_case() 55 ABTS_ASSERT(tc, "didn't compare simple strings properly", rv > 0); in more_ignore_case() 61 ABTS_ASSERT(tc, "didn't compare simple strings properly", rv < 0); in natcmp()
|
| /external/python/httplib2/tests/ |
| D | test_encoding.py | 23 body=tests.gzip_compress(b"properly compressed"), 30 assert int(response["content-length"]) == len(b"properly compressed") 31 assert content == b"properly compressed" 38 body=tests.gzip_compress(b"properly compressed"), 71 body=tests.deflate_compress(b"properly compressed"), 77 assert int(response["content-length"]) == len(b"properly compressed") 78 assert content == b"properly compressed"
|
| /external/apache-commons-lang/src/test/java/org/apache/commons/lang3/function/ |
| D | FailableFunctionsTest.java | 1389 …* Tests that our failable interface is properly defined to throw any exception using the top level… 1404 …* Tests that our failable interface is properly defined to throw any exception using String and IO… 1420 …* Tests that our failable interface is properly defined to throw any exception using the top level… 1435 …* Tests that our failable interface is properly defined to throw any exception using String and IO… 1450 …* Tests that our failable interface is properly defined to throw any exception using the top level… 1465 …* Tests that our failable interface is properly defined to throw any exception using String and IO… 1480 …* Tests that our failable interface is properly defined to throw any exception using String and IO… 1495 …* Tests that our failable interface is properly defined to throw any exception using the top level… 1510 …* Tests that our failable interface is properly defined to throw any exception using the top level… 1525 …* Tests that our failable interface is properly defined to throw any exception using String and IO… [all …]
|
| /external/cronet/tot/net/third_party/quiche/src/quiche/quic/qbone/platform/ |
| D | rtnetlink_message_test.cc | 29 // nlmsghdr is built properly. in TEST() 59 // nlmsghdr is built properly. in TEST() 72 // ifinfomsg is included properly. in TEST() 81 // rtattr is handled properly. in TEST() 101 // nlmsghdr is built properly. in TEST() 136 // nlmsghdr is built properly. in TEST() 149 // ifaddrmsg is included properly. in TEST() 159 // rtattr is handled properly. in TEST() 194 // nlmsghdr is built properly in TEST() 206 // rtmsg is included properly. in TEST() [all …]
|
| /external/cronet/stable/net/third_party/quiche/src/quiche/quic/qbone/platform/ |
| D | rtnetlink_message_test.cc | 29 // nlmsghdr is built properly. in TEST() 59 // nlmsghdr is built properly. in TEST() 72 // ifinfomsg is included properly. in TEST() 81 // rtattr is handled properly. in TEST() 101 // nlmsghdr is built properly. in TEST() 136 // nlmsghdr is built properly. in TEST() 149 // ifaddrmsg is included properly. in TEST() 159 // rtattr is handled properly. in TEST() 194 // nlmsghdr is built properly in TEST() 206 // rtmsg is included properly. in TEST() [all …]
|
| /external/autotest/tko/parsers/ |
| D | version_1_unittest.py | 18 """Tests that START is handled properly.""" 26 """Tests that INFO is handled properly.""" 34 """Tests that STATUS is handled properly.""" 43 """Tests that END is handled properly.""" 78 """Tests that a blank subdirectory is parsed properly.""" 85 """Tests that a blank test name is parsed properly.""" 106 """Tests that newlines are handled properly.""" 202 """Tests that a missing kernel is handled properly.""" 299 """Tests that a non-JSON line is handled properly.""" 304 """Tests that a single integer value is parsed properly.""" [all …]
|
| /external/python/dateutil/dateutil/test/ |
| D | test_imports.py | 17 """ Test that dateutil.easter-related imports work properly """ 30 """ Test that dateutil.parser-related imports work properly """ 50 """ Test that dateutil.relativedelta-related imports work properly """ 70 """ Test that dateutil.rrule related imports work properly """ 99 """ Test that dateutil.tz related imports work properly """ 134 """ Test that dateutil.tzwin related imports work properly """
|
| /external/eigen/test/ |
| D | linearstructure.cpp | 75 // Make sure that complex * real and real * complex are properly optimized 86 VERIFY(g_called && "real * matrix<complex> not properly optimized"); in real_complex() 90 VERIFY(g_called && "matrix<complex> * real not properly optimized"); in real_complex() 94 VERIFY(g_called && "matrix<complex> / real not properly optimized"); in real_complex() 98 VERIFY(g_called && "real + matrix<complex> not properly optimized"); in real_complex() 102 VERIFY(g_called && "matrix<complex> + real not properly optimized"); in real_complex() 106 VERIFY(g_called && "real - matrix<complex> not properly optimized"); in real_complex() 110 VERIFY(g_called && "matrix<complex> - real not properly optimized"); in real_complex()
|
| /external/OpenCL-CTS/test_conformance/compiler/ |
| D | test_build_options.cpp | 109 test_error( error, "Test program did not properly build" ); in test_options_build_optimizations() 140 test_error( error, "Test program did not properly build" ); in test_options_build_macro() 164 // Rebuild with a different value for the define macro, to make sure caching behaves properly in test_options_build_macro() 166 test_error( error, "Test program did not properly rebuild" ); in test_options_build_macro() 199 test_error( error, "Test program did not properly build" ); in test_options_build_macro_existence() 215 test_error( error, "Test program did not properly build" ); in test_options_build_macro_existence() 256 test_error( error, "Test program did not properly build" ); in test_options_include_directory() 282 test_error( error, "Test program did not properly rebuild" ); in test_options_include_directory() 360 test_error( error, "Test program did not properly build" ); in test_options_denorm_cache() 386 test_error( error, "Test program did not properly rebuild" ); in test_options_denorm_cache() [all …]
|
| /external/OpenCL-Headers/tests/ |
| D | test_cl_half.h.c | 87 // Check huge positive (non-inf) values round properly in main() 93 // Check huge negative (non-inf) values round properly in main() 99 // Check tiny positive values round properly in main() 105 // Check tiny negative values round properly in main() 111 // Check tiny positive values round properly in main() 117 // Check tiny negative values round properly in main()
|
| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
| D | EventWithExceptionTest.java | 47 * Tests we properly SINGLE-STEP OUT to the catch handler. 54 * Tests we properly SINGLE-STEP OVER to the catch handler. 61 * Tests we properly SINGLE-STEP INTO to the catch handler. 68 * Tests we properly BREAKPOINT in the catch handler if we request it before the EXCEPTION 127 * Tests we properly BREAKPOINT in the catch handler if we request it upon the EXCEPTION 187 * Tests we properly FIELD_ACCESS in the method catching the exception. 194 * Tests we properly FIELD_MODIFICATION in the method catching the exception. 201 * Tests we properly detect METHOD_EXIT event in the method catching the exception. 208 * Tests we properly detect METHOD_EXIT event in the method catching the exception. 215 * Tests we properly single-step to the catch handler. [all …]
|
| /external/pigweed/pw_kvs/size_report/ |
| D | base_with_only_flash.cc | 43 .IgnoreError(); // TODO: b/242598609 - Handle Status properly in main() 48 .IgnoreError(); // TODO: b/242598609 - Handle Status properly in main() 52 .IgnoreError(); // TODO: b/242598609 - Handle Status properly in main() 56 .IgnoreError(); // TODO: b/242598609 - Handle Status properly in main()
|
| /external/avb/rust/src/ |
| D | ops.rs | 343 /// properly for libavb_cert. 487 // * libavb gives us a properly-allocated `out_num_read`. in try_read_from_partition() 496 // * libavb gives us a properly-allocated and nul-terminated `partition`. in try_read_from_partition() 502 // * libavb gives us a properly-allocated `buffer` with size `num_bytes`. in try_read_from_partition() 510 // * libavb gives us a properly-allocated `out_num_read`. in try_read_from_partition() 559 // * libavb gives us properly-aligned and sized `out` vars. in try_get_preloaded_partition() 571 // * libavb gives us a properly-allocated and nul-terminated `partition`. in try_get_preloaded_partition() 579 // * libavb gives us properly-aligned and sized `out` vars. in try_get_preloaded_partition() 646 // * libavb gives us a properly-allocated `out_is_trusted`. in try_validate_vbmeta_public_key() 655 // * libavb gives us a properly-allocated `public_key_data` with size `public_key_length`. in try_validate_vbmeta_public_key() [all …]
|
| /external/mesa3d/docs/relnotes/ |
| D | 24.1.5.rst | 67 - crocus: properly free resources on BO allocation failure 136 - rusticl/event: make set_status handle error status properly 138 - rusticl/queue: properly check all dependencies for an error status 139 - rusticl/event: properly implement CL_EXEC_STATUS_ERROR_FOR_EVENTS_IN_WAIT_LIST 140 - rusticl/queue: properly implement in-order queue error checking 158 - anv: properly flag image/imageviews for ISL protection
|
| /external/rust/android-crates-io/crates/pin-project-lite/tests/ui/pin_project/ |
| D | packed.stderr | 14 …e `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when… 30 …e `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when… 46 …e `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when… 62 …e `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when… 78 …e `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when… 94 …e `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when…
|
| /external/llvm/unittests/AsmParser/ |
| D | AsmParserTest.cpp | 177 // Check we properly parse integer types. in TEST() 184 // Check we properly parse integer types with exotic size. in TEST() 190 // Check we properly parse floating point types. in TEST() 199 // Check we properly parse struct types. in TEST() 228 // Check we properly parse vector types. in TEST() 249 // Check we properly parse pointer types. in TEST() 302 // Check we properly parse integer types. in TEST() 310 // Check we properly parse integer types with exotic size. in TEST() 317 // Check we properly parse floating point types. in TEST() 328 // Check we properly parse struct types. in TEST() [all …]
|
| /external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
| D | esextcGeometryShaderAdjacencyTests.hpp | 33 * 1. Make sure that draw calls properly accept and pass the "lines with 96 * 2. Make sure that draw calls properly accept and pass the "lines with 137 * 3. Make sure that draw calls properly accept and pass the "line strips with 148 * 4. Make sure that draw calls properly accept and pass the "line strips with 159 * 5. Make sure that draw calls properly accept and pass the "triangles with 170 * 6. Make sure that draw calls properly accept and pass the "triangles with 181 * 7. Make sure that draw calls properly accept and pass the "triangle strips 192 * 8. Make sure that draw calls properly accept and pass the "triangle strips
|
| D | esextcGeometryShaderAdjacency.hpp | 32 * 1. Make sure that draw calls properly accept and pass the "lines with 95 * 2. Make sure that draw calls properly accept and pass the "lines with 136 * 3. Make sure that draw calls properly accept and pass the "line strips with 147 * 4. Make sure that draw calls properly accept and pass the "line strips with 158 * 5. Make sure that draw calls properly accept and pass the "triangles with 169 * 6. Make sure that draw calls properly accept and pass the "triangles with 180 * 7. Make sure that draw calls properly accept and pass the "triangle strips 191 * 8. Make sure that draw calls properly accept and pass the "triangle strips
|
| /external/pigweed/pw_file/ |
| D | flat_file_system.cc | 76 .IgnoreError(); // TODO: b/242598609 - Handle Status properly in EnumerateAllFiles() 81 .IgnoreError(); // TODO: b/242598609 - Handle Status properly in EnumerateAllFiles() 97 .IgnoreError(); // TODO: b/242598609 - Handle Status properly in List() 105 .IgnoreError(); // TODO: b/242598609 - Handle Status properly in List() 113 .IgnoreError(); // TODO: b/242598609 - Handle Status properly in List() 118 .IgnoreError(); // TODO: b/242598609 - Handle Status properly in List()
|
| /external/crosvm/media/libvda/src/decode/ |
| D | session.rs | 84 // Safe because `session_ptr` is valid and a libvda's API is called properly. in decode() 102 // Safe because `session_ptr` is valid and a libvda's API is called properly. in set_output_buffer_count() 128 // Safe because `session_ptr` is valid and a libvda's API is called properly. in use_output_buffer() 147 // Safe because `session_ptr` is valid and a libvda's API is called properly. in reuse_output_buffer() 158 // Safe because `session_ptr` is valid and a libvda's API is called properly. in flush() 167 // Safe because `session_ptr` is valid and a libvda's API is called properly. in reset()
|
| /external/ltp/testscripts/ |
| D | tpm_tools.sh | 68 …ho "The 'expect' command is not available. Be sure the expect package has been installed properly" 77 echo "The trousers TSS stack is not available. Be sure trousers has been installed properly" 102 echo "The 'pkcs11' group does not exist. Be sure openCryptoki has been installed properly" 119 …enCryptoki PKCS#11 slot daemon is not available. Be sure openCryptoki has been installed properly" 143 echo "The TPM PKCS#11 token is not active. Be sure openCryptoki has been installed properly"
|
| /external/openthread/third_party/mbedtls/repo/tests/src/ |
| D | psa_crypto_helpers.c | 80 return "A volatile slot has not been closed properly."; in mbedtls_test_helper_is_psa_leaking() 84 return "A volatile slot has not been closed properly."; in mbedtls_test_helper_is_psa_leaking() 88 return "A persistent slot has not been closed properly."; in mbedtls_test_helper_is_psa_leaking() 91 return "An external slot has not been closed properly."; in mbedtls_test_helper_is_psa_leaking() 94 return "A half-filled slot has not been cleared properly."; in mbedtls_test_helper_is_psa_leaking()
|
| /external/openthread/tests/scripts/thread-cert/ |
| D | command.py | 56 …"""Verify source_node sent a properly formatted Address Query Request message to the destination_a… 74 …"""Verify source_node sent a properly formatted Address Notification command message to destinatio… 91 …"""Verify source_node sent a properly formatted Address Error Notification command message to dest… 123 """Verify the message is a properly formatted address release destined to the given node. 171 """Verify a properly formatted Link Request command message. 195 """verify a properly formatted link accept command message. 287 """Verify a properly formatted Parent Request command message. 308 """Verify a properly formatted Parent Response command message. 331 """Verify a properly formatted Child Id Request command message. 364 """Verify a properly formatted Child Id Response command message. [all …]
|