Searched refs:expects (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/tests/CoreTests/android/core/ |
D | TestEventHandler.java | 72 private boolean[] expects = new boolean[TEST_NUM_EXPECTS]; field in TestEventHandler 117 expects[i] = false; in TestEventHandler() 131 expects[TEST_REQUEST_SENT] = false; in requestSent() 209 expects[TEST_STATUS] = false; in status() 224 expects[TEST_HEADERS] = false; in headers() 299 expects[TEST_HEADERS] = true; in evaluateHeader() 315 expects[TEST_HEADERS] = true; in evaluateHeader() 361 expects[TEST_LOCATION_CHANGED] = false; in locationChanged() 409 expects[TEST_DATA] = false; in data() 427 expects[TEST_ENDDATA] = false; in endData() [all …]
|
/frameworks/minikin/tests/unittest/ |
D | LayoutSplitterTest.cpp | 101 std::vector<std::string> expects; in TEST() member 148 ASSERT_NE(expectationIndex, testCase.expects.size()); in TEST() 149 const std::string expectString = testCase.expects[expectationIndex++]; in TEST() 156 EXPECT_EQ(expectationIndex, testCase.expects.size()) << "Expectations Remains"; in TEST() 163 std::vector<std::string> expects; in TEST() member 210 ASSERT_NE(expectationIndex, testCase.expects.size()); in TEST() 211 const std::string expectString = testCase.expects[expectationIndex++]; in TEST() 218 EXPECT_EQ(expectationIndex, testCase.expects.size()) << "Expectations Remains"; in TEST() 225 std::vector<std::string> expects; in TEST() member 262 ASSERT_NE(expectationIndex, testCase.expects.size()); in TEST() [all …]
|
/frameworks/native/services/surfaceflinger/sysprop/ |
D | SurfaceFlingerProperties.sysprop | 192 # expects to receive and output as well as the wide color gamut data space 206 # dataspace is the default data space that SurfaceFlinger expects. 218 # expects. If unspecified, the default pixel format is 228 # wcgDataspace is the data space that SurfaceFlinger expects for 243 # wcgPixelFormat is the pixel format that SurfaceFlinger expects for 255 # SurfaceFlinger expects for surfaces which are color space agnostic. 257 # unspecified, the data space follows what SurfaceFlinger expects for
|
/frameworks/ex/common/ |
D | Android.bp | 16 // the framework library, and build/core/pathmap.mk expects a java/ subdirectory.
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | single_source_script.rscript | 65 rsDebug("expects ", expected);
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | single_source_script.rscript | 67 rsDebug("expects ", expected);
|
/frameworks/base/packages/SystemUI/ |
D | README.md | 86 and sysui expects it to be there :/
|
/frameworks/ml/nn/tools/test_generator/ |
D | README.md | 408 …on test, is a testing method that supplies invalid model or request, and expects the target framew…
|