HomeSort by relevance Sort by last modified time
    Searched defs:testState (Results 1 - 5 of 5) sorted by null

  /cts/tests/tests/net/src/android/net/http/cts/
SslCertificateTest.java 187 public void testState() {
  /external/skia/src/animator/
SkAnimateActive.cpp 78 SkActive::SkState& testState = fState[oldCount + index];
83 testState.fBegin == oldState.fBegin) {
87 testState.fSave = oldState.fSave;
  /frameworks/base/keystore/tests/src/android/security/
KeyStoreTest.java 144 public void testState() throws Exception {
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
PhoneAccountRegistrarTest.java 101 public void testState() throws Exception {
  /external/skia/tests/
PathOpsSkpClipTest.cpp 245 struct TestState {
268 TestState fState;
269 void (*fTestFun)(TestState*);
275 TestRunnableDir(void (*testFun)(TestState*), int dirNo, TestRunner* runner) {
284 TestRunnableFile(void (*testFun)(TestState*), int dirNo, const char* name, TestRunner* runner) {
293 TestRunnableEncode(void (*testFun)(TestState*), int dirNo, const char* name, TestRunner* runner)
363 static bool addError(TestState* data, const TestResult& testResult) {
671 static void testSkpClip(TestState* data) {
703 static bool doOneDir(TestState* state, bool threaded) {
758 static void testSkpClipEncode(TestState* data)
    [all...]

Completed in 1617 milliseconds