Searched refs:assertion (Results 1 – 16 of 16) sorted by relevance
/frameworks/base/tests/FlickerTests/ |
D | README.md | 49 …ested assertions, keeping assertions simple) with providing support for common assertion use cases. 51 …race entries, with an associated timestamp. Each trace entry has common assertion checks. The trac… 78 …nd any hints which might help the user determine the root cause. Failed assertion message will als… 121 To add a new assertion, add a function to one of the trace entry classes, `LayersTrace.Entry` or `W… 124 // Example adds an assertion to the check if layer is hidden by parent. 126 // Result should contain a details if assertion fails for any reason 132 …ct` which will add the assertion for testing. When the assertion is evaluated, the trace will firs… 142 To use the new assertion:
|
/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/ |
D | FlickerTestBase.java | 123 void checkResults(Consumer<TransitionResult> assertion) { in checkResults() argument 127 assertion.accept(result); in checkResults()
|
/frameworks/native/vulkan/vkjson/ |
D | vkjson_unittest.cc | 38 void ReportFailure(const char* file, int line, const char* assertion) { in ReportFailure() argument 39 std::cout << file << ":" << line << ": \"" << assertion << "\" failed." in ReportFailure()
|
/frameworks/layoutlib/create/tests/com/android/tools/layoutlib/create/ |
D | StubMethodAdapterTest.java | 57 private void testBoolean(BiPredicate<String, Type> methodPredicate, Consumer<Boolean> assertion, in testBoolean() argument 70 assertion.accept((Boolean) method.invoke(o)); in testBoolean()
|
/frameworks/base/core/tests/coretests/src/android/widget/espresso/ |
D | DragHandleUtils.java | 20 import static androidx.test.espresso.assertion.ViewAssertions.matches;
|
D | SuggestionsPopupwindowUtils.java | 20 import static androidx.test.espresso.assertion.ViewAssertions.matches;
|
D | ContextMenuUtils.java | 21 import static androidx.test.espresso.assertion.ViewAssertions.matches;
|
D | FloatingToolbarEspressoUtils.java | 21 import static androidx.test.espresso.assertion.ViewAssertions.matches;
|
/frameworks/minikin/libs/minikin/ |
D | Android.bp | 66 // Enable assertion on eng and userdebug build.
|
/frameworks/base/services/backup/java/com/android/server/backup/transport/ |
D | TransportClient.java | 579 private void checkState(boolean assertion, String message) { in checkState() argument 580 if (!assertion) { in checkState()
|
/frameworks/base/core/tests/coretests/src/com/android/internal/app/ |
D | ResolverActivityTest.java | 21 import static androidx.test.espresso.assertion.ViewAssertions.matches;
|
D | ChooserActivityTest.java | 21 import static androidx.test.espresso.assertion.ViewAssertions.doesNotExist; 22 import static androidx.test.espresso.assertion.ViewAssertions.matches;
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | SuggestionsPopupWindowTest.java | 36 import static androidx.test.espresso.assertion.ViewAssertions.matches;
|
D | TextViewActivityMouseTest.java | 40 import static androidx.test.espresso.assertion.ViewAssertions.matches;
|
D | TextViewActivityTest.java | 43 import static androidx.test.espresso.assertion.ViewAssertions.matches;
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 113006 Lsun/security/x509/RDN;->assertion:[Lsun/security/x509/AVA;
|