Home
last modified time | relevance | path

Searched refs:assertions (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tests/FlickerTests/
DREADME.md7 The library builds and runs UI transitions, captures Winscope traces and exposes common assertions
49 …st principles set out by Google Truth (not supporting nested assertions, keeping assertions simple…
51 … The trace subjects expose methods to filter the range of entries and test for changing assertions.
69 // check a change in assertions, e.g. wallpaper window is visible,
78assertions return `Result` which contains a `success` flag, `assertionName` string identifier, and…
/frameworks/compile/mclinker/include/mcld/
DLinkerScript.h66 const Assertions& assertions() const { return m_Assertions; } in assertions() function
67 Assertions& assertions() { return m_Assertions; } in assertions() function
/frameworks/compile/mclinker/lib/Script/
DAssertCmd.cpp43 pModule.getScript().assertions().push_back(*this); in activate()
/frameworks/native/libs/input/tests/
DAndroid.bp30 // run. All assertions are static_asserts and will fail during
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp763 assertEnd = script.assertions().end(); in finalizeSymbolValue()
764 for (assert = script.assertions().begin(); assert != assertEnd; ++assert) { in finalizeSymbolValue()