/aosp_15_r20/cts/tests/accessibility/src/android/view/accessibility/cts/ |
H A D | AccessibilityNodeInfoTest.java | 103 // make sure all fields properly marshaled in testMarshaling() 155 * Tests whether accessibility actions are properly added. 194 * Tests whether accessibility actions are properly removed. 865 assertTrue("boundsInParent not properly recycled", bounds.isEmpty()); in assertAccessibilityNodeInfoCleared() 867 assertTrue("boundsInScreen not properly recycled", bounds.isEmpty()); in assertAccessibilityNodeInfoCleared() 868 assertNull("className not properly recycled", info.getClassName()); in assertAccessibilityNodeInfoCleared() 869 assertNull("contentDescription not properly recycled", info.getContentDescription()); in assertAccessibilityNodeInfoCleared() 871 assertNull("supplementalDescription not properly recycled", in assertAccessibilityNodeInfoCleared() 874 assertNull("stateDescription not properly recycled", info.getStateDescription()); in assertAccessibilityNodeInfoCleared() 875 assertNull("tooltiptext not properly recycled", info.getTooltipText()); in assertAccessibilityNodeInfoCleared() [all …]
|
H A D | AccessibilityRecordTest.java | 65 * Tests if {@link AccessibilityRecord}s are properly recycled. 86 TestCase.assertEquals("addedCount not properly recycled", -1, record.getAddedCount()); in assertAccessibilityRecordCleared() 87 TestCase.assertNull("beforeText not properly recycled", record.getBeforeText()); in assertAccessibilityRecordCleared() 88 TestCase.assertFalse("checked not properly recycled", record.isChecked()); in assertAccessibilityRecordCleared() 89 TestCase.assertNull("className not properly recycled", record.getClassName()); in assertAccessibilityRecordCleared() 90 TestCase.assertNull("contentDescription not properly recycled", in assertAccessibilityRecordCleared() 92 TestCase.assertEquals("currentItemIndex not properly recycled", -1, in assertAccessibilityRecordCleared() 94 TestCase.assertFalse("enabled not properly recycled", record.isEnabled()); in assertAccessibilityRecordCleared() 95 TestCase.assertEquals("fromIndex not properly recycled", -1, record.getFromIndex()); in assertAccessibilityRecordCleared() 96 TestCase.assertFalse("fullScreen not properly recycled", record.isFullScreen()); in assertAccessibilityRecordCleared() [all …]
|
/aosp_15_r20/system/testing/gtest_extras/gtest_isolated/tests/ |
D | OptionsTest.cpp | 57 ASSERT_FALSE(options.Process(cur_args, &child_args_)) << "Process did not fail properly."; in TEST_F() 64 ASSERT_FALSE(options.Process(cur_args, &child_args_)) << "Process did not fail properly."; in TEST_F() 71 ASSERT_FALSE(options.Process(cur_args, &child_args_)) << "Process did not fail properly."; in TEST_F() 106 ASSERT_FALSE(options.Process(cur_args, &child_args_)) << "Process did not fail properly."; in TEST_F() 129 ASSERT_FALSE(options.Process(cur_args, &child_args_)) << "Process did not fail properly."; in TEST_F() 136 ASSERT_FALSE(options.Process(cur_args, &child_args_)) << "Process did not fail properly."; in TEST_F() 143 ASSERT_FALSE(options.Process(cur_args, &child_args_)) << "Process did not fail properly."; in TEST_F() 158 ASSERT_FALSE(options.Process(cur_args, &child_args_)) << "Process did not fail properly."; in TEST_F() 165 ASSERT_FALSE(options.Process(cur_args, &child_args_)) << "Process did not fail properly."; in TEST_F() 173 ASSERT_FALSE(options.Process(cur_args, &child_args_)) << "Process did not fail properly."; in TEST_F() [all …]
|
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/function/ |
H A 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 …]
|
/aosp_15_r20/external/pigweed/pw_unit_test/ |
H A 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 …]
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/tel/live/ |
D | TelLiveVoiceTest.py | 154 ad.log.error("Phone Failed to Set Up Properly for Voice.") 199 self.log.error("Phone Failed to Set Up Properly.") 202 extras={"fail_reason": "Phone Failed to Set Up Properly."}) 229 self.log.error("Phone Failed to Set Up Properly.") 232 extras={"fail_reason": "Phone Failed to Set Up Properly."}) 259 self.log.error("Phone Failed to Set Up Properly.") 262 extras={"fail_reason": "Phone Failed to Set Up Properly."}) 291 self.log.error("Phone Failed to Set Up Properly.") 324 self.log.error("Phone Failed to Set Up Properly.") 357 self.log.error("Phone Failed to Set Up Properly.") [all …]
|
/aosp_15_r20/hardware/interfaces/sensors/2.0/vts/functional/ |
H A D | VtsHalSensorsV2_0TargetTest.cpp | 19 // Test if sensor hal can do UI speed accelerometer streaming properly 25 // Test if sensor hal can do normal speed accelerometer streaming properly 31 // Test if sensor hal can do game speed accelerometer streaming properly 37 // Test if sensor hal can do UI speed gyroscope streaming properly 43 // Test if sensor hal can do normal speed gyroscope streaming properly 49 // Test if sensor hal can do game speed gyroscope streaming properly 55 // Test if sensor hal can do UI speed magnetometer streaming properly 61 // Test if sensor hal can do normal speed magnetometer streaming properly 67 // Test if sensor hal can do game speed magnetometer streaming properly 73 // Test if sensor hal can do accelerometer sampling rate switch properly when sensor is active [all …]
|
/aosp_15_r20/external/avb/rust/src/ |
H A 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 …]
|
/aosp_15_r20/external/python/cpython2/Doc/c-api/ |
D | unicode.rst | 77 in your code for properly supporting 64-bit systems. 87 in your code for properly supporting 64-bit systems. 220 changes in your code for properly supporting 64-bit systems. 345 in your code for properly supporting 64-bit systems. 388 changes in your code for properly supporting 64-bit systems. 405 type for *size*. This might require changes in your code for properly 451 changes in your code for properly supporting 64-bit systems. 464 changes in your code for properly supporting 64-bit systems. 489 changes in your code for properly supporting 64-bit systems. 503 changes in your code for properly supporting 64-bit systems. [all …]
|
D | sequence.rst | 25 changes in your code for properly supporting 64-bit systems. 41 changes in your code for properly supporting 64-bit systems. 59 changes in your code for properly supporting 64-bit systems. 69 changes in your code for properly supporting 64-bit systems. 79 require changes in your code for properly supporting 64-bit systems. 94 changes in your code for properly supporting 64-bit systems. 104 changes in your code for properly supporting 64-bit systems. 118 require changes in your code for properly supporting 64-bit systems. 128 require changes in your code for properly supporting 64-bit systems. 139 in your code for properly supporting 64-bit systems. [all …]
|
D | tuple.rst | 47 changes in your code for properly supporting 64-bit systems. 60 changes in your code for properly supporting 64-bit systems. 69 in your code for properly supporting 64-bit systems. 79 in your code for properly supporting 64-bit systems. 89 changes in your code for properly supporting 64-bit systems. 98 changes in your code for properly supporting 64-bit systems. 108 require changes in your code for properly supporting 64-bit systems. 122 changes in your code for properly supporting 64-bit systems. 136 changes in your code for properly supporting 64-bit systems. 157 require changes in your code for properly supporting 64-bit systems.
|
D | list.rst | 52 changes in your code for properly supporting 64-bit systems. 64 your code for properly supporting 64-bit systems. 73 code for properly supporting 64-bit systems. 85 changes in your code for properly supporting 64-bit systems. 94 your code for properly supporting 64-bit systems. 109 changes in your code for properly supporting 64-bit systems. 126 changes in your code for properly supporting 64-bit systems. 137 changes in your code for properly supporting 64-bit systems. 156 require changes in your code for properly supporting 64-bit systems. 169 require changes in your code for properly supporting 64-bit systems.
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/ffi/ |
H A D | mod.rs | 226 reason = "the `c_variadic` feature has not been properly tested on \ 253 reason = "the `c_variadic` feature has not been properly tested on \ 278 reason = "the `c_variadic` feature has not been properly tested on \ 298 reason = "the `c_variadic` feature has not been properly tested on \ 318 reason = "the `c_variadic` feature has not been properly tested on \ 337 reason = "the `c_variadic` feature has not been properly tested on \ 355 reason = "the `c_variadic` feature has not been properly tested on \ 405 reason = "the `c_variadic` feature has not been properly tested on \ 431 reason = "the `c_variadic` feature has not been properly tested on \ 445 reason = "the `c_variadic` feature has not been properly tested on \ [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/ffi/ |
H A D | mod.rs | 226 reason = "the `c_variadic` feature has not been properly tested on \ 253 reason = "the `c_variadic` feature has not been properly tested on \ 278 reason = "the `c_variadic` feature has not been properly tested on \ 298 reason = "the `c_variadic` feature has not been properly tested on \ 318 reason = "the `c_variadic` feature has not been properly tested on \ 337 reason = "the `c_variadic` feature has not been properly tested on \ 355 reason = "the `c_variadic` feature has not been properly tested on \ 405 reason = "the `c_variadic` feature has not been properly tested on \ 431 reason = "the `c_variadic` feature has not been properly tested on \ 445 reason = "the `c_variadic` feature has not been properly tested on \ [all …]
|
/aosp_15_r20/hardware/interfaces/sensors/1.0/vts/functional/ |
H A D | VtsHalSensorsV1_0TargetTest.cpp | 267 // Test if sensor hal can do UI speed accelerometer streaming properly 273 // Test if sensor hal can do normal speed accelerometer streaming properly 279 // Test if sensor hal can do game speed accelerometer streaming properly 285 // Test if sensor hal can do UI speed gyroscope streaming properly 291 // Test if sensor hal can do normal speed gyroscope streaming properly 297 // Test if sensor hal can do game speed gyroscope streaming properly 303 // Test if sensor hal can do UI speed magnetometer streaming properly 309 // Test if sensor hal can do normal speed magnetometer streaming properly 315 // Test if sensor hal can do game speed magnetometer streaming properly 321 // Test if sensor hal can do accelerometer sampling rate switch properly when sensor is active [all …]
|
/aosp_15_r20/external/autotest/tko/parsers/ |
H A 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 …]
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/qbone/platform/ |
H A D | rtnetlink_message_test.cc | 27 // nlmsghdr is built properly. in TEST() 57 // nlmsghdr is built properly. in TEST() 70 // ifinfomsg is included properly. in TEST() 79 // rtattr is handled properly. in TEST() 99 // nlmsghdr is built properly. in TEST() 134 // nlmsghdr is built properly. in TEST() 147 // ifaddrmsg is included properly. in TEST() 157 // rtattr is handled properly. in TEST() 192 // nlmsghdr is built properly in TEST() 204 // rtmsg is included properly. in TEST() [all …]
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/compiler/ |
H A 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 …]
|
/aosp_15_r20/external/apache-commons-compress/src/site/xdoc/ |
H A D | examples.xml | 321 <code>SevenZArchiveEntry</code> will properly represent the 350 get closed properly):</p> 484 get closed properly):</p> 736 get closed properly):</p> 762 get closed properly):</p> 779 get closed properly):</p> 804 get closed properly):</p> 821 get closed properly):</p> 842 get closed properly):</p> 867 get closed properly):</p> [all …]
|
/aosp_15_r20/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
H A D | AccessibilityServiceInfoTest.java | 81 // make sure all fields properly marshaled in testMarshalling() 259 assertEquals("eventTypes not marshalled properly", sentInfo.eventTypes, in assertAllFieldsProperlyMarshalled() 261 assertEquals("feedbackType not marshalled properly", sentInfo.feedbackType, in assertAllFieldsProperlyMarshalled() 263 assertEquals("flags not marshalled properly", sentInfo.flags, receivedInfo.flags); in assertAllFieldsProperlyMarshalled() 264 assertEquals("notificationTimeout not marshalled properly", sentInfo.notificationTimeout, in assertAllFieldsProperlyMarshalled() 266 assertEquals("packageNames not marshalled properly", sentInfo.packageNames.length, in assertAllFieldsProperlyMarshalled() 268 assertEquals("packageNames not marshalled properly", sentInfo.packageNames[0], in assertAllFieldsProperlyMarshalled() 270 assertEquals("interactiveUiTimeout not marshalled properly", in assertAllFieldsProperlyMarshalled() 273 assertEquals("nonInteractiveUiTimeout not marshalled properly", in assertAllFieldsProperlyMarshalled() 276 assertEquals("isAccessibilityTool not marshalled properly", in assertAllFieldsProperlyMarshalled()
|
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
H A 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 …]
|
/aosp_15_r20/external/openthread/tests/scripts/thread-cert/ |
H A 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 …]
|
/aosp_15_r20/external/llvm/unittests/AsmParser/ |
H A 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 …]
|
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/ |
H A D | FunctionsTest.java | 795 …* Tests that our failable interface is properly defined to throw any exception. using the top leve… 810 …* Tests that our failable interface is properly defined to throw any exception using String and IO… 826 …* Tests that our failable interface is properly defined to throw any exception. using the top leve… 841 …* Tests that our failable interface is properly defined to throw any exception using String and IO… 856 …* Tests that our failable interface is properly defined to throw any exception. using the top leve… 871 …* Tests that our failable interface is properly defined to throw any exception using String and IO… 886 …* Tests that our failable interface is properly defined to throw any exception. using the top leve… 901 …* Tests that our failable interface is properly defined to throw any exception using String and IO… 916 …* Tests that our failable interface is properly defined to throw any exception. using the top leve… 932 …* Tests that our failable interface is properly defined to throw any exception using String and IO… [all …]
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/ble/gatt/ |
D | GattWriteTest.py | 48 Verify that write request/response is properly delivered. 106 Verify that write request/response is properly delivered. 161 Verify that write command is properly delivered. 209 3. Peripheral: receive the written data. Check it was properly trimmed. 212 Verify that write command is properly trimmed and delivered. 268 also reduced properly. 275 4. Peripheral: receive the written data. Check it was properly 279 7. Peripheral: receive the written data. Check it was properly 284 Verify that data received by the Peripheral side is properly truncated 380 Verify that write request/response is properly delivered. [all …]
|