/aosp_15_r20/platform_testing/libraries/flicker/test/src/android/tools/flicker/assertions/ |
H A D | CompoundAssertionTest.kt | 25 val assertion = assertion1() in correctNameSingle() constant 31 val assertion = assertion1() in correctNamePair() constant 39 val assertion = assertion1() in correctNameTriple() constant 50 val assertion = CompoundAssertion<String>({ count++ }, NAME, optional = false) in executes() constant 65 val assertion = assertion1() in oneAssertionFail() constant 72 val assertion = assertion1() in oneOptionalAssertionFail() constant
|
/aosp_15_r20/platform_testing/libraries/flicker/test/src/android/tools/flicker/config/ |
H A D | FlickerConfigTest.kt | 51 val assertion = in canRegisterScenarioWithAssertions() constant 102 val assertion = in canUnregisterAssertion() constant 134 val assertion = in canOverrideStabilityGroup() constant 225 val assertion = in throwsOnRegisteringAssertionToNotRegisteredScenario() constant 243 val assertion = in throwsOnRegisteringTheSameScenario() constant 273 val assertion = in throwsOnRegisteringTheSameAssertion() constant 321 val assertion = in canRegisterSameAssertionForDifferentScenarios() constant
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/error_handling/ |
D | exceptions.hpp | 185 struct assertion struct 187 assertion(ErrorDescrT descriptor_) in assertion() function 192 operator()(ParserT const& parser) const in operator ()() 197 ErrorDescrT descriptor;
|
/aosp_15_r20/external/google-breakpad/src/client/windows/handler/ |
H A D | exception_handler.cc | 556 MDRawAssertionInfo assertion; in HandleInvalidParameter() local 646 MDRawAssertionInfo assertion; in HandlePureVirtualCall() local 705 EXCEPTION_POINTERS* exinfo, MDRawAssertionInfo* assertion) { in WriteMinidumpOnHandlerThread() 842 MDRawAssertionInfo* assertion) { in WriteMinidumpWithException() 918 MDRawAssertionInfo* assertion, in WriteMinidumpWithExceptionForProcess()
|
/aosp_15_r20/external/dagger2/javatests/dagger/functional/producers/cancellation/ |
H A D | ProducerTester.java | 100 private Only assertAboutNodes(Predicate<? super TestFuture> assertion, String... nodes) { in assertAboutNodes() 117 private final Predicate<? super TestFuture> assertion; field in ProducerTester.Only 119 Only(ImmutableSet<TestFuture> expected, Predicate<? super TestFuture> assertion) { in Only()
|
/aosp_15_r20/external/google-auth-library-java/oauth2_http/javatests/com/google/auth/oauth2/ |
H A D | ServiceAccountCredentialsTest.java | 252 String assertion = credentials.createAssertion(jsonFactory, currentTimeMillis); in createAssertion_correct() local 275 String assertion = credentials.createAssertion(jsonFactory, currentTimeMillis); in createAssertion_defaultScopes_correct() local 293 String assertion = credentials.createAssertion(jsonFactory, currentTimeMillis); in createAssertion_custom_lifetime() local 312 String assertion = in createAssertionForIdToken_correct() local 331 String assertion = in createAssertionForIdToken_custom_lifetime() local 355 String assertion = in createAssertionForIdToken_incorrect() local 1651 String assertion = null; in verifyJwtAccess() local
|
/aosp_15_r20/external/python/google-auth-library-python/google/oauth2/ |
D | _client_async.py | 134 async def jwt_grant(request, token_uri, assertion): argument 171 async def id_token_jwt_grant(request, token_uri, assertion): argument
|
D | _client.py | 169 def jwt_grant(request, token_uri, assertion): argument 206 def id_token_jwt_grant(request, token_uri, assertion): argument
|
/aosp_15_r20/platform_testing/libraries/flicker/src/android/tools/flicker/assertions/ |
H A D | CompoundAssertion.kt | 44 assertions.mapNotNull { assertion -> in <lambda>() method 82 assertions.forEachIndexed { index, assertion -> in <lambda>() method
|
H A D | AssertionsChecker.kt | 112 assertions.mapIndexed { idx, assertion -> in <lambda>() method 154 assertions.forEachIndexed { index, assertion -> in <lambda>() method
|
/aosp_15_r20/external/google-auth-library-java/oauth2_http/java/com/google/auth/oauth2/ |
H A D | ServiceAccountCredentials.java | 497 String assertion = createAssertion(jsonFactory, currentTime); in refreshAccessToken() local 568 String assertion = in idTokenWithAudience() local 821 String assertion; in createAssertion() local 856 String assertion = in createAssertionForIdToken() local
|
H A D | GdchCredentials.java | 200 String assertion = createAssertion(jsonFactory, currentTime, getApiAudience()); in refreshAccessToken() local 255 String assertion; in createAssertion() local
|
/aosp_15_r20/external/google-breakpad/src/client/windows/unittests/ |
H A D | exception_handler_nesting_test.cc | 77 MDRawAssertionInfo* assertion) { in CrashHandlerFilter() 117 MDRawAssertionInfo* assertion, in MinidumpWrittenCallback()
|
/aosp_15_r20/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/ |
D | OrientationTouchTransformerTest.java | 361 private void tapAndAssertTrue(float x, float y, MotionEventAssertion assertion) { in tapAndAssertTrue() 367 private void tapAndAssertFalse(float x, float y, MotionEventAssertion assertion) { in tapAndAssertFalse()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/iterator/test/ |
D | iterator_traits_test.cpp | 94 template <> struct assertion<true> struct 101 : assertion<(::boost::is_same<T,U>::value)> argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/ |
D | assert.hpp | 86 struct assertion struct 92 struct assertion<true> struct
|
/aosp_15_r20/packages/modules/HealthFitness/tests/integrationtests/src/android/healthconnect/tests/backuprestore/ |
D | BackupRestoreE2ETest.java | 535 private static <T> T assertWithTimeoutAndReturn(@NonNull AssertionWithReturnValue<T> assertion) in assertWithTimeoutAndReturn() 562 private static void assertWithTimeout(@NonNull Assertion assertion) throws Exception { in assertWithTimeout()
|
/aosp_15_r20/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/ |
H A D | CommonAssertions.kt | 338 val assertion = this.isVisible(originalLayer) in replacesLayer() constant
|
/aosp_15_r20/external/google-breakpad/src/processor/ |
H A D | stackwalk_common.cc | 1163 string assertion = process_state.assertion(); in PrintProcessState() local 1250 string assertion = process_state.assertion(); in PrintProcessStateMachineReadable() local
|
/aosp_15_r20/system/unwinding/libunwindstack/ |
H A D | Check.h | 25 #define CHECK(assertion) \ argument
|
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/batching/ |
H A D | AssertByPolling.java | 48 public static void assertByPolling(Duration timeout, Runnable assertion) in assertByPolling()
|
/aosp_15_r20/external/aws-sdk-java-v2/test/protocol-tests-core/src/main/java/software/amazon/awssdk/protocol/asserts/marshalling/ |
H A D | CompositeMarshallingAssertion.java | 36 protected void addAssertion(MarshallingAssertion assertion) { in addAssertion()
|
/aosp_15_r20/platform_testing/libraries/flicker/src/android/tools/flicker/junit/ |
H A D | AnonymousInjectedTestCase.kt | 26 val assertion: () -> Unit, constant
|
/aosp_15_r20/external/arm-trusted-firmware/lib/libc/ |
H A D | assert.c | 22 const char *assertion) in __assert()
|
/aosp_15_r20/external/cronet/base/ |
H A D | check_example.cc | 20 #define BLINK_RELEASE_ASSERT_EQUIVALENT(assertion) \ argument
|