HomeSort by relevance Sort by last modified time
    Searched refs:checker (Results 226 - 250 of 569) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
ShardHelper.java 28 import com.android.tradefed.suite.checker.ISystemStatusChecker;
  /tools/tradefederation/core/tests/src/com/android/tradefed/
UnitTests.java 107 import com.android.tradefed.suite.checker.ActivityStatusCheckerTest;
108 import com.android.tradefed.suite.checker.KeyguardStatusCheckerTest;
109 import com.android.tradefed.suite.checker.SystemServerFileDescriptorCheckerTest;
110 import com.android.tradefed.suite.checker.SystemServerStatusCheckerTest;
386 // suite/checker
  /prebuilts/go/darwin-x86/src/cmd/fix/
typecheck.go 16 // Partial type checker.
21 // packages that the program imports. The checker is
24 // a full type check, but the type checker is expected to
245 // struct fields. The real type checker will be
311 // After is the real type checker.
  /prebuilts/go/linux-x86/src/cmd/fix/
typecheck.go 16 // Partial type checker.
21 // packages that the program imports. The checker is
24 // a full type check, but the type checker is expected to
245 // struct fields. The real type checker will be
311 // After is the real type checker.
  /external/python/cpython2/Modules/_ctypes/
callproc.c 914 * pass the result to checker and return the result.
918 static PyObject *GetResult(PyObject *restype, void *result, PyObject *checker)
947 if (!checker || !retval)
950 v = PyObject_CallFunctionObjArgs(checker, retval, NULL);
    [all...]
_ctypes.c 10 Get rid of the checker (and also the converters) field in PyCFuncPtrObject and
3887 PyObject *checker; local
    [all...]
stgdict.c 37 Py_CLEAR(self->checker);
75 Py_XINCREF(dst->checker);