Home
last modified time | relevance | path

Searched defs:passedString (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/cts/common/device-side/bedstead/activitycontext/src/test/java/com/android/activitycontext/
H A DActivityContextTest.java67 String passedString = ActivityContext.getWithContext(STRING_VALUE, (context, str) -> str); in getWithContext_oneArgument_passesFirstArgument() local
82 String passedString = ActivityContext.getWithContext( in getWithContext_twoArguments_passesFirstArgument() local
107 String passedString = ActivityContext.getWithContext( in getWithContext_threeArguments_passesFirstArgument() local
/aosp_15_r20/external/bcc/tests/cc/
H A Dcatch.hpp10047 static const char* passedString() { return "PASSED"; } in passedString() function in Catch::CompactReporter::AssertionPrinter
10050 static const char* passedString() { return "passed"; } in passedString() function in Catch::CompactReporter::AssertionPrinter