Home
last modified time | relevance | path

Searched defs:assertion (Results 1 – 25 of 214) sorted by relevance

123456789

/aosp_15_r20/platform_testing/libraries/flicker/test/src/android/tools/flicker/assertions/
H A DCompoundAssertionTest.kt25 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 DFlickerConfigTest.kt51 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/
Dexceptions.hpp185 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 Dexception_handler.cc556 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 DProducerTester.java100 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 DServiceAccountCredentialsTest.java252 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.py134 async def jwt_grant(request, token_uri, assertion): argument
171 async def id_token_jwt_grant(request, token_uri, assertion): argument
D_client.py169 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 DCompoundAssertion.kt44 assertions.mapNotNull { assertion -> in <lambda>() method
82 assertions.forEachIndexed { index, assertion -> in <lambda>() method
H A DAssertionsChecker.kt112 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 DServiceAccountCredentials.java497 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 DGdchCredentials.java200 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 Dexception_handler_nesting_test.cc77 MDRawAssertionInfo* assertion) { in CrashHandlerFilter()
117 MDRawAssertionInfo* assertion, in MinidumpWrittenCallback()
/aosp_15_r20/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DOrientationTouchTransformerTest.java361 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/
Diterator_traits_test.cpp94 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/
Dassert.hpp86 struct assertion struct
92 struct assertion<true> struct
/aosp_15_r20/packages/modules/HealthFitness/tests/integrationtests/src/android/healthconnect/tests/backuprestore/
DBackupRestoreE2ETest.java535 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 DCommonAssertions.kt338 val assertion = this.isVisible(originalLayer) in replacesLayer() constant
/aosp_15_r20/external/google-breakpad/src/processor/
H A Dstackwalk_common.cc1163 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 DCheck.h25 #define CHECK(assertion) \ argument
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/batching/
H A DAssertByPolling.java48 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 DCompositeMarshallingAssertion.java36 protected void addAssertion(MarshallingAssertion assertion) { in addAssertion()
/aosp_15_r20/platform_testing/libraries/flicker/src/android/tools/flicker/junit/
H A DAnonymousInjectedTestCase.kt26 val assertion: () -> Unit, constant
/aosp_15_r20/external/arm-trusted-firmware/lib/libc/
H A Dassert.c22 const char *assertion) in __assert()
/aosp_15_r20/external/cronet/base/
H A Dcheck_example.cc20 #define BLINK_RELEASE_ASSERT_EQUIVALENT(assertion) \ argument

123456789