/aosp_15_r20/external/pdfium/ |
H A D | DEPS | 48 # and whatever else without interference from each other. 52 # and whatever else without interference from each other. 56 # and whatever else without interference from each other. 60 # and whatever else without interference from each other. 64 # and whatever else without interference from each other. 68 # and whatever else without interference from each other. 72 # and whatever else without interference from each other. 76 # and whatever else without interference from each other. 80 # and whatever else without interference from each other. 84 # and whatever else without interference from each other. [all …]
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/unittest/test/testmock/ |
H A D | testsentinel.py | 10 self.assertEqual(sentinel.whatever, sentinel.whatever, 12 self.assertNotEqual(sentinel.whatever, sentinel.whateverelse, 17 self.assertEqual(str(sentinel.whatever), 'sentinel.whatever', 31 pickled = pickle.dumps(sentinel.whatever, proto) 33 self.assertIs(unpickled, sentinel.whatever) 36 self.assertIs(copy.copy(sentinel.whatever), sentinel.whatever) 37 self.assertIs(copy.deepcopy(sentinel.whatever), sentinel.whatever)
|
/aosp_15_r20/external/python/cpython3/Lib/unittest/test/testmock/ |
D | testsentinel.py | 10 self.assertEqual(sentinel.whatever, sentinel.whatever, 12 self.assertNotEqual(sentinel.whatever, sentinel.whateverelse, 17 self.assertEqual(str(sentinel.whatever), 'sentinel.whatever', 31 pickled = pickle.dumps(sentinel.whatever, proto) 33 self.assertIs(unpickled, sentinel.whatever) 36 self.assertIs(copy.copy(sentinel.whatever), sentinel.whatever) 37 self.assertIs(copy.deepcopy(sentinel.whatever), sentinel.whatever)
|
/aosp_15_r20/external/spdx-tools/tvsaver/saver2v1/ |
H A D | save_file_test.go | 16 FileName: "/tmp/whatever.txt", 38 URI: "http://example.com/1/uri.whatever", 49 URI: "http://example.com/4/uri.whatever", 65 want := bytes.NewBufferString(`FileName: /tmp/whatever.txt 79 ArtifactOfProjectURI: http://example.com/1/uri.whatever 84 ArtifactOfProjectURI: http://example.com/4/uri.whatever 131 FileName: "/tmp/whatever.txt", 145 want := bytes.NewBufferString(`FileName: /tmp/whatever.txt 182 FileName: "/tmp/whatever.txt", 195 want := bytes.NewBufferString(`FileName: /tmp/whatever.txt [all …]
|
/aosp_15_r20/external/spdx-tools/tvsaver/saver2v2/ |
H A D | save_file_test.go | 16 FileName: "/tmp/whatever.txt", 38 URI: "http://example.com/1/uri.whatever", 49 URI: "http://example.com/4/uri.whatever", 70 want := bytes.NewBufferString(`FileName: /tmp/whatever.txt 84 ArtifactOfProjectURI: http://example.com/1/uri.whatever 89 ArtifactOfProjectURI: http://example.com/4/uri.whatever 139 FileName: "/tmp/whatever.txt", 153 want := bytes.NewBufferString(`FileName: /tmp/whatever.txt 190 FileName: "/tmp/whatever.txt", 203 want := bytes.NewBufferString(`FileName: /tmp/whatever.txt [all …]
|
/aosp_15_r20/external/spdx-tools/tvsaver/saver2v3/ |
H A D | save_file_test.go | 16 FileName: "/tmp/whatever.txt", 38 URI: "http://example.com/1/uri.whatever", 49 URI: "http://example.com/4/uri.whatever", 70 want := bytes.NewBufferString(`FileName: /tmp/whatever.txt 84 ArtifactOfProjectURI: http://example.com/1/uri.whatever 89 ArtifactOfProjectURI: http://example.com/4/uri.whatever 139 FileName: "/tmp/whatever.txt", 153 want := bytes.NewBufferString(`FileName: /tmp/whatever.txt 190 FileName: "/tmp/whatever.txt", 203 want := bytes.NewBufferString(`FileName: /tmp/whatever.txt [all …]
|
/aosp_15_r20/frameworks/av/media/ndk/tests/ |
H A D | NdkMediaFormat_test.cpp | 55 AMediaFormat_setInt32(nullptr, "whatever", 6); in TEST() 58 EXPECT_FALSE(AMediaFormat_getInt32(nullptr, "whatever", &i32)); in TEST() 78 AMediaFormat_setInt64(nullptr, "whatever", 6); in TEST() 81 EXPECT_FALSE(AMediaFormat_getInt64(nullptr, "whatever", &i64)); in TEST() 98 AMediaFormat_setSize(nullptr, "whatever", 6); in TEST() 101 EXPECT_FALSE(AMediaFormat_getSize(nullptr, "whatever", &size)); in TEST() 116 AMediaFormat_setFloat(nullptr, "whatever", 1.5); in TEST() 119 EXPECT_FALSE(AMediaFormat_getFloat(nullptr, "whatever", &f)); in TEST() 134 AMediaFormat_setDouble(nullptr, "whatever", 1.5); in TEST() 137 EXPECT_FALSE(AMediaFormat_getDouble(nullptr, "whatever", &d)); in TEST() [all …]
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/internal/bytecode/ |
H A D | InstrumentationConfigurationTest.java | 71 assertThat(config.shouldAcquire("com.whatever.Rfoo")).isTrue(); in shouldAcquireRClasses() 72 assertThat(config.shouldAcquire("com.whatever.fooR")).isTrue(); in shouldAcquireRClasses() 73 assertThat(config.shouldAcquire("com.whatever.R")).isTrue(); in shouldAcquireRClasses() 74 assertThat(config.shouldAcquire("com.whatever.R$anything")).isTrue(); in shouldAcquireRClasses() 75 assertThat(config.shouldAcquire("com.whatever.R$anything$else")).isTrue(); in shouldAcquireRClasses() 82 assertThat(config.shouldAcquire("org.specs2.whatever.foo")).isFalse(); in shouldNotAcquireExcludedPackages() 83 assertThat(config.shouldAcquire("com.almworks.sqlite4java.whatever.Cls$anything$else")) in shouldNotAcquireExcludedPackages() 104 String instrumentName = "com.whatever.SomeClassNameToInstrument"; in shouldInstrumentCustomClasses() 105 String notInstrumentName = "com.whatever.DoNotInstrumentMe"; in shouldInstrumentCustomClasses() 114 String instrumentName = "com.whatever.SomeClassNameToInstrument"; in equals_ShouldCheckClassNames()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/printer/testdata/ |
D | slow.golden | 30 whatever string 38 11: &Baz{whatever: "it's just a test"}}}}, 44 13: &Baz{whatever: "this is nuts"}}}}, 50 11: &Baz{whatever: "no, it's Go"}}}}, 56 -11: &Baz{whatever: "we need to go deeper"}}}}, 62 -7: &Baz{whatever: "are you serious?"}}}}, 68 20: &Baz{whatever: "na, not really ..."}}}}, 74 -1: &Baz{whatever: "... it's just a test."}}}},
|
D | slow.input | 30 whatever string 38 11: &Baz{ whatever: "it's just a test" }}}}, 44 13: &Baz{ whatever: "this is nuts" }}}}, 50 11: &Baz{ whatever: "no, it's Go" }}}}, 56 -11: &Baz{ whatever: "we need to go deeper" }}}}, 62 -7: &Baz{ whatever: "are you serious?" }}}}, 68 20: &Baz{ whatever: "na, not really ..." }}}}, 74 -1: &Baz{ whatever: "... it's just a test." }}}},
|
/aosp_15_r20/external/python/cpython3/Lib/test/test_importlib/import_/ |
D | test_path.py | 130 self.machinery.PathFinder.find_spec('whatever', [path])) 136 spec = self.machinery.PathFinder.find_spec('whatever', [path]) 150 self.machinery.PathFinder.find_spec('whatever', [path])) 156 spec = self.machinery.PathFinder.find_spec('whatever', [path]) 167 self.machinery.PathFinder.find_spec('whatever', [path])) 169 success_finder.spec = self.machinery.ModuleSpec('whatever', __loader__) 171 got = self.machinery.PathFinder.find_spec('whatever', [path]) 194 self.assertIsNone(self.machinery.PathFinder.find_spec('whatever'))
|
/aosp_15_r20/cts/tests/tests/content/src/android/content/res/cts/ |
H A D | TypedArrayTest.java | 93 .obtainStyledAttributes(R.style.Whatever, R.styleable.style1); in setUp() 141 R.style.Whatever, R.styleable.style1); in testGetType() 168 R.style.Whatever, R.styleable.style1); in testBasics() 183 R.style.Whatever, R.styleable.style1); in testGetAttributes() 264 R.style.Whatever, R.styleable.style1); in testGetDrawableAttributes() 274 R.style.Whatever, R.styleable.style1); in testGetTypefaceAttributes() 283 R.style.Whatever, R.styleable.style1); in testPeekValue() 296 R.style.Whatever, R.styleable.style1); in testHasValue() 349 theme.applyStyle(R.style.Whatever, false); in testEmptyXmlAttributeDoesNotFallbackToTheme()
|
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/ |
D | EuiccControllerTest.java | 540 0 /* result */, 0 /* resolvableError */, "whatever" /* callingPackage */); in testDownloadSubscription_serviceUnavailable() 552 42, 0 /* resolvableError */, "whatever" /* callingPackage */); in testDownloadSubscription_error() 563 "whatever" /* callingPackage */); in testDownloadSubscription_mustDeactivateSim() 576 "whatever" /* callingPackage */); in testDownloadSubscription_needConfirmationCode() 590 EuiccService.RESULT_OK, 0 /* resolvableError */, "whatever" /* callingPackage */); in testDownloadSubscription_success() 595 "whatever", in testDownloadSubscription_success() 608 EuiccService.RESULT_OK, 0 /* resolvableError */, "whatever" /* callingPackage */); in testDownloadSubscription_noSwitch_success() 613 "whatever", in testDownloadSubscription_noSwitch_success() 908 EuiccService.RESULT_OK, 0 /* resolvableError */, "whatever" /* callingPackage */); in testDownloadSubscription_adminPermission() 1028 12345, 0 /* resolvableError */, "whatever" /* callingPackage */); in testDownloadSubscription_onlyAdminManagedAllowed_callerNotAdmin_error() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/config/include/boost/config/ |
D | user.hpp | 73 // BOOST_ABI_PREFIX: A prefix header to include in place of whatever 78 // BOOST_ABI_SUFFIX: A suffix header to include in place of whatever 92 // BOOST_WHATEVER_DYN_LINK: Forces library "whatever" to be linked as a dll 93 // rather than a static library on Microsoft Windows: replace the WHATEVER 113 // select which library to link against for library "whatever", 114 // replace WHATEVER in the macro name with the name of the library;
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/doc/ |
D | condition_variables.qbk | 217 `this->notify_all()`, or spuriously. When the thread is unblocked (for whatever 261 the thread is unblocked (for whatever reason), the lock is reacquired by 291 argument has elapsed, or spuriously. When the thread is unblocked (for whatever 345 the thread is unblocked (for whatever reason), the lock is reacquired by 376 argument has elapsed, or spuriously. When the thread is unblocked (for whatever 555 `this->notify_all()`, or spuriously. When the thread is unblocked (for whatever 593 the thread is unblocked (for whatever reason), the lock is reacquired by 617 argument has elapsed, or spuriously. When the thread is unblocked (for whatever 664 the thread is unblocked (for whatever reason), the lock is reacquired by 688 argument has elapsed, or spuriously. When the thread is unblocked (for whatever
|
/aosp_15_r20/libcore/jsr166-tests/src/test/java/jsr166/ |
H A D | ConcurrentHashMapTest.java | 650 c.put(null, "whatever"); in testPut1_NullPointerException() 661 c.put("whatever", null); in testPut2_NullPointerException() 672 c.putIfAbsent(null, "whatever"); in testPutIfAbsent1_NullPointerException() 683 c.replace(null, "whatever"); in testReplace_NullPointerException() 694 c.replace(null, one, "whatever"); in testReplaceValue_NullPointerException() 705 c.putIfAbsent("whatever", null); in testPutIfAbsent2_NullPointerException() 716 c.replace("whatever", null); in testReplace2_NullPointerException() 727 c.replace("whatever", null, "A"); in testReplaceValue2_NullPointerException() 738 c.replace("whatever", one, null); in testReplaceValue3_NullPointerException() 762 c.remove(null, "whatever"); in testRemove2_NullPointerException()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/test/src/ |
H A D | tests.rs | 88 name: StaticTestName("whatever"), in do_not_run_ignored_tests() 116 name: StaticTestName("whatever"), in ignored_tests_result_in_ignored() 147 name: StaticTestName("whatever"), in test_should_panic() 178 name: StaticTestName("whatever"), in test_should_panic_good_message() 214 name: StaticTestName("whatever"), in test_should_panic_bad_message() 254 name: StaticTestName("whatever"), in test_should_panic_non_string_message_type() 288 name: StaticTestName("whatever"), in test_should_panic_but_succeeds() 321 name: StaticTestName("whatever"), in report_time_test_template() 363 name: StaticTestName("whatever"), in time_test_failure_template() 407 name: StaticTestName("whatever"), in typed_test_desc() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/test/src/ |
H A D | tests.rs | 88 name: StaticTestName("whatever"), in do_not_run_ignored_tests() 116 name: StaticTestName("whatever"), in ignored_tests_result_in_ignored() 147 name: StaticTestName("whatever"), in test_should_panic() 178 name: StaticTestName("whatever"), in test_should_panic_good_message() 214 name: StaticTestName("whatever"), in test_should_panic_bad_message() 254 name: StaticTestName("whatever"), in test_should_panic_non_string_message_type() 288 name: StaticTestName("whatever"), in test_should_panic_but_succeeds() 321 name: StaticTestName("whatever"), in report_time_test_template() 363 name: StaticTestName("whatever"), in time_test_failure_template() 407 name: StaticTestName("whatever"), in typed_test_desc() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/test/src/ |
H A D | tests.rs | 88 name: StaticTestName("whatever"), in do_not_run_ignored_tests() 116 name: StaticTestName("whatever"), in ignored_tests_result_in_ignored() 147 name: StaticTestName("whatever"), in test_should_panic() 178 name: StaticTestName("whatever"), in test_should_panic_good_message() 214 name: StaticTestName("whatever"), in test_should_panic_bad_message() 254 name: StaticTestName("whatever"), in test_should_panic_non_string_message_type() 288 name: StaticTestName("whatever"), in test_should_panic_but_succeeds() 321 name: StaticTestName("whatever"), in report_time_test_template() 363 name: StaticTestName("whatever"), in time_test_failure_template() 407 name: StaticTestName("whatever"), in typed_test_desc() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/test/src/ |
H A D | tests.rs | 88 name: StaticTestName("whatever"), in do_not_run_ignored_tests() 116 name: StaticTestName("whatever"), in ignored_tests_result_in_ignored() 147 name: StaticTestName("whatever"), in test_should_panic() 178 name: StaticTestName("whatever"), in test_should_panic_good_message() 214 name: StaticTestName("whatever"), in test_should_panic_bad_message() 254 name: StaticTestName("whatever"), in test_should_panic_non_string_message_type() 288 name: StaticTestName("whatever"), in test_should_panic_but_succeeds() 321 name: StaticTestName("whatever"), in report_time_test_template() 363 name: StaticTestName("whatever"), in time_test_failure_template() 407 name: StaticTestName("whatever"), in typed_test_desc() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/test/src/ |
H A D | tests.rs | 88 name: StaticTestName("whatever"), in do_not_run_ignored_tests() 116 name: StaticTestName("whatever"), in ignored_tests_result_in_ignored() 147 name: StaticTestName("whatever"), in test_should_panic() 178 name: StaticTestName("whatever"), in test_should_panic_good_message() 214 name: StaticTestName("whatever"), in test_should_panic_bad_message() 254 name: StaticTestName("whatever"), in test_should_panic_non_string_message_type() 288 name: StaticTestName("whatever"), in test_should_panic_but_succeeds() 321 name: StaticTestName("whatever"), in report_time_test_template() 363 name: StaticTestName("whatever"), in time_test_failure_template() 407 name: StaticTestName("whatever"), in typed_test_desc() [all …]
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/concurrent/tck/ |
H A D | ConcurrentHashMapTest.java | 746 c.put(null, "whatever"); in testPut1_NullPointerException() 758 c.put("whatever", null); in testPut2_NullPointerException() 770 c.putIfAbsent(null, "whatever"); in testPutIfAbsent1_NullPointerException() 782 c.replace(null, "whatever"); in testReplace_NullPointerException() 794 c.replace(null, one, "whatever"); in testReplaceValue_NullPointerException() 806 c.putIfAbsent("whatever", null); in testPutIfAbsent2_NullPointerException() 818 c.replace("whatever", null); in testReplace2_NullPointerException() 830 c.replace("whatever", null, "A"); in testReplaceValue2_NullPointerException() 842 c.replace("whatever", one, null); in testReplaceValue3_NullPointerException() 868 c.remove(null, "whatever"); in testRemove2_NullPointerException()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/config/doc/ |
D | configuring_boost.qbk | 225 A prefix header to include in place of whatever boost.config would normally 230 A suffix header to include in place of whatever boost.config would normally 242 [[`BOOST_`['WHATEVER]`_DYN_LINK`][ 243 Forces library "whatever" to be linked as a dll rather than a static library 244 on Microsoft Windows: replace the ['WHATEVER] part of the macro name with the 261 [[`BOOST_`['WHATEVER]`_NO_LIB`][ 263 against for library "whatever", replace ['WHATEVER] in the macro name with the
|
/aosp_15_r20/external/rust/android-crates-io/crates/num_enum/tests/ |
D | from_primitive.rs | 75 Whatever = 0, in from_primitive_number() enumerator 85 assert_eq!(from_primitive, Enum::Whatever); in from_primitive_number() 88 assert_eq!(from, Enum::Whatever); in from_primitive_number() 91 assert_eq!(from_primitive, Enum::Whatever); in from_primitive_number() 94 assert_eq!(from, Enum::Whatever); in from_primitive_number()
|
/aosp_15_r20/cts/common/device-side/util-axt/tests/src/com/android/compatibility/common/util/ |
H A D | SafeCleanerRuleTest.java | 55 private final Description mDescription = Description.createSuiteDescription("Whatever"); 87 verify(mDumper).dump("Whatever", actualException); in testEmptyRule_testFails_withDumper() 113 verify(mDumper).dump("Whatever", actualException); in testOnlyTestFails_withDumper() 147 verify(mDumper).dump("Whatever", actualException); in testTestPass_oneRunnerFails_withDumper() 196 verify(mDumper).dump("Whatever", actualException); in testTestPass_oneExtraExceptionThrown_withDumper() 297 verify(mDumper).dump("Whatever", actualException); in testThrowTheKitchenSinkAKAEverybodyThrows_withDumper()
|