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

  /cts/tools/signature-tools/src/signature/compare/model/
DeltaType.java 20 * {@code DeltaType} defines the three possible types of a delta.
22 public enum DeltaType {
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
datetime.h 145 PyTypeObject *DeltaType;
203 #define PyDelta_Check(op) PyObject_TypeCheck(op, PyDateTimeAPI->DeltaType)
204 #define PyDelta_CheckExact(op) (Py_TYPE(op) == PyDateTimeAPI->DeltaType)
223 PyDateTimeAPI->DeltaType)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
datetime.h 145 PyTypeObject *DeltaType;
203 #define PyDelta_Check(op) PyObject_TypeCheck(op, PyDateTimeAPI->DeltaType)
204 #define PyDelta_CheckExact(op) (Py_TYPE(op) == PyDateTimeAPI->DeltaType)
223 PyDateTimeAPI->DeltaType)

Completed in 282 milliseconds