OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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