/aosp_15_r20/packages/modules/SdkExtensions/javatests/com/android/os/ext/ |
D | SdkExtensionsTest.java | 94 private static void assertVersion(Expectation expectation, int version) { in assertVersion() 108 private static void assertVersion(Expectation expectation, String propValue) { in assertVersion() 117 public static final void assertVersion(Expectation expectation, int extension, String propId) { in assertVersion() 189 Expectation expectation = dessertExpectation(true); in testExtensionR() local 195 Expectation expectation = dessertExpectation(SdkLevel.isAtLeastS()); in testExtensionS() local 201 Expectation expectation = dessertExpectation(SdkLevel.isAtLeastT()); in testExtensionT() local 207 Expectation expectation = dessertExpectation(SdkLevel.isAtLeastU()); in testExtensionU() local 213 Expectation expectation = dessertExpectation(SdkLevel.isAtLeastV()); in testExtensionV() local 222 Expectation expectation = dessertExpectation(SdkLevel.isAtLeastT()); in testExtensionAdServices() local
|
/aosp_15_r20/packages/modules/Connectivity/staticlibs/netd/libnetdutils/ |
D | InternetAddressesTest.cpp | 58 void testGamutOfOperators(const OperatorExpectation<T>& expectation) { in testGamutOfOperators() 123 for (const auto& expectation : kExpectations) { in TEST() local 424 for (const auto& expectation : testExpectations) { in TEST() local 557 for (const auto& expectation : testExpectations) { in TEST() local 620 for (const auto& expectation : testExpectations) { in TEST() local 671 for (const auto& expectation : kExpectations) { in TEST() local 696 for (const auto& expectation : kExpectations) { in TEST() local
|
/aosp_15_r20/external/aws-sdk-java-v2/test/ruleset-testing-core/src/main/java/software/amazon/awssdk/core/rules/testing/ |
H A D | AsyncTestCase.java | 25 private final Expect expectation; field in AsyncTestCase 28 …estCase(String description, Supplier<CompletableFuture<?>> operationRunnable, Expect expectation) { in AsyncTestCase() 32 …cTestCase(String description, Supplier<CompletableFuture<?>> operationRunnable, Expect expectation, in AsyncTestCase() 44 public Expect expectation() { in expectation() method in AsyncTestCase
|
H A D | SyncTestCase.java | 23 private final Expect expectation; field in SyncTestCase 26 public SyncTestCase(String description, Runnable operationRunnable, Expect expectation) { in SyncTestCase() 30 …public SyncTestCase(String description, Runnable operationRunnable, Expect expectation, String ski… in SyncTestCase() 41 public Expect expectation() { in expectation() method in SyncTestCase
|
H A D | BaseRuleSetClientTest.java | 81 Expect expectation = testCase.expectation(); in runAndVerify() local 104 Expect expectation = testCase.expectation(); in runAndVerify() local
|
/aosp_15_r20/external/aws-sdk-java-v2/test/codegen-generated-classes-test/src/test/java/software/amazon/awssdk/services/rules/ |
H A D | EndpointTest.java | 29 private final Expectation expectation; field in EndpointTest 219 private Expectation expectation; field in EndpointTest.Builder 227 public Builder expectation(Expectation expectation) { in expectation() method in EndpointTest.Builder
|
/aosp_15_r20/external/skia/tests/ |
H A D | PDFDocumentTest.cpp | 151 static bool contains(const uint8_t* result, size_t size, const char expectation[]) { in contains() 184 for (const char* expectation : expectations) { in DEF_TEST() local 200 for (const char* expectation : moreExpectations) { in DEF_TEST() local 229 for (const char* expectation : expectations) { in DEF_TEST() local
|
H A D | FilterResultTest.cpp | 243 Expect expectation, in ApplyAction() 256 Expect expectation, in ApplyAction() 267 Expect expectation, in ApplyAction() 278 Expect expectation, in ApplyAction() 322 Expect expectation() const { return fExpectation; } in expectation() function in __anonc0b2cbf60111::ApplyAction 991 TestCase& applyCrop(const SkIRect& crop, Expect expectation) { in applyCrop() 997 Expect expectation, in applyCrop() 1015 TestCase& applyTransform(const SkMatrix& matrix, Expect expectation) { in applyTransform() 1021 Expect expectation, in applyTransform() 1036 Expect expectation, in applyColorFilter() [all …]
|
/aosp_15_r20/external/mesa3d/.gitlab-ci/tests/utils/ |
H A D | test_lava_log.py | 63 def test_gitlab_section(method, collapsed, expectation): argument 189 def test_hide_sensitive_data(input, expectation, tags): argument 388 def test_detect_failure(messages, expectation): argument
|
/aosp_15_r20/external/vogar/src/vogar/ |
H A D | Driver.java | 153 Expectation expectation = run.expectationStore.get(action.getName()); in enqueueActionTasks() local 224 Expectation expectation = run.expectationStore.get(outcome); in recordOutcome() local 239 run.console.printResult(outcome.getName(), result, resultValue, expectation); in recordOutcome() local
|
H A D | AnnotatedOutcome.java | 39 private final Expectation expectation; field in AnnotatedOutcome 44 AnnotatedOutcome(Outcome outcome, Expectation expectation) { in AnnotatedOutcome()
|
H A D | XmlReportPrinter.java | 104 Expectation expectation = expectationStore.get(outcome); in testsToSuites() local 151 Expectation expectation = expectationStore.get(outcome); in print() local
|
H A D | ExpectationStore.java | 95 Expectation expectation = outcomes.get(name); in getByNameOrPackage() local 207 Expectation expectation = in readExpectation() local
|
/aosp_15_r20/external/mesa3d/.gitlab-ci/tests/ |
H A D | test_lava_job_submitter.py | 221 expectation, argument 273 def test_wait_for_job_get_started_no_time_to_run(monkeypatch, job_timeout, expectation): argument 338 def test_parse_job_result_from_log(message, expectation, mock_proxy): argument
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/gdb/ |
H A D | gdb_pretty_printer_test.sh.cpp | 106 const char *expectation) { in ComparePrettyPrintToChars() 113 const char *expectation) { in ComparePrettyPrintToRegex() 120 const char *expectation) { in CompareExpressionPrettyPrintToChars() 127 const char *expectation) { in CompareExpressionPrettyPrintToRegex()
|
/aosp_15_r20/external/pigweed/pw_unit_test/light_public_overrides/pw_unit_test/ |
H A D | framework_backend.h | 528 [[nodiscard]] bool CurrentTestExpect(Expectation expectation, in CurrentTestExpect() 558 bool CurrentTestExpect(Expectation expectation, in CurrentTestExpect() 818 #define _PW_TEST_ASSERT(expectation) \ argument 823 #define _PW_TEST_EXPECT(expectation) \ argument
|
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/activities/ |
H A D | PreSimpleSaveActivity.java | 68 final FillExpectation expectation = expectInputTextChange(input); in setTextAndWaitTextChange() local 74 final FillExpectation expectation = new FillExpectation(input); in expectInputTextChange() local
|
H A D | SimpleSaveActivity.java | 143 final FillExpectation expectation = new FillExpectation(input, null); in expectAutoFill() local 149 final FillExpectation expectation = new FillExpectation(input, password); in expectInputPasswordTextChange() local
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
H A D | ShadowFileObserverTest.java | 69 Expectation expectation = new Expectation(FileObserver.CREATE, newFile.getName()); in monitorDirectory() local 108 Expectation expectation = new Expectation(FileObserver.CREATE, newFile.getName()); in monitorFile() local
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_extensions.cpp | 146 const std::function<bool(CommonDebugInfoInstructions)>& expectation, in DoesDebugInfoOperandMatchExpectation() 163 const std::function<bool(NonSemanticShaderDebugInfo100Instructions)>& in DoesDebugInfoOperandMatchExpectation() 185 std::function<bool(CommonDebugInfoInstructions)> expectation = in ValidateDebugInfoOperand() local 230 std::function<bool(CommonDebugInfoInstructions)> expectation = in ValidateOperandLexicalScope() local 257 std::function<bool(NonSemanticShaderDebugInfo100Instructions)> expectation = in ValidateOperandDebugType() local 266 std::function<bool(CommonDebugInfoInstructions)> expectation = in ValidateOperandDebugType() local
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/ |
H A D | validate_extensions.cpp | 146 const std::function<bool(CommonDebugInfoInstructions)>& expectation, in DoesDebugInfoOperandMatchExpectation() 163 const std::function<bool(NonSemanticShaderDebugInfo100Instructions)>& in DoesDebugInfoOperandMatchExpectation() 185 std::function<bool(CommonDebugInfoInstructions)> expectation = in ValidateDebugInfoOperand() local 230 std::function<bool(CommonDebugInfoInstructions)> expectation = in ValidateOperandLexicalScope() local 257 std::function<bool(NonSemanticShaderDebugInfo100Instructions)> expectation = in ValidateOperandDebugType() local 266 std::function<bool(CommonDebugInfoInstructions)> expectation = in ValidateOperandDebugType() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_extensions.cpp | 146 const std::function<bool(CommonDebugInfoInstructions)>& expectation, in DoesDebugInfoOperandMatchExpectation() 163 const std::function<bool(NonSemanticShaderDebugInfo100Instructions)>& in DoesDebugInfoOperandMatchExpectation() 185 std::function<bool(CommonDebugInfoInstructions)> expectation = in ValidateDebugInfoOperand() local 230 std::function<bool(CommonDebugInfoInstructions)> expectation = in ValidateOperandLexicalScope() local 257 std::function<bool(NonSemanticShaderDebugInfo100Instructions)> expectation = in ValidateOperandDebugType() local 266 std::function<bool(CommonDebugInfoInstructions)> expectation = in ValidateOperandDebugType() local
|
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/ |
H A D | PartitionedActivityTest.java | 1270 final FillExpectation expectation = mActivity.expectAutofill(); in autofillMultipleDatasetsOverlapping() local 2041 final FillExpectation expectation = mActivity.expectAutofill(); in autofillMultipleAuthDatasetsOverlapping() local 2274 final FillExpectation expectation = mActivity.expectAutofill() in testNoMorePartitionsAfterLimitReached() local
|
/aosp_15_r20/cts/libs/vogar-expect/src/vogar/expect/ |
H A D | ExpectationStore.java | 104 Expectation expectation = outcomes.get(name); in getByNameOrPackage() local 241 Expectation expectation = new Expectation(result, pattern, tags, description, buganizerBug); in readExpectation() local
|
/aosp_15_r20/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
H A D | ArrayUtilsTest.java | 238 String[] expectation = { "1", "2", "3", "4", "5", "6" }; in testConcat_threeObjectArrays() local 248 String[] expectation = { "1", "2", "5", "6" }; in testConcat_threeObjectArraysWithNull() local
|