Home
last modified time | relevance | path

Searched refs:FlavorType (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/tools/debugserver/source/
DDNBError.h24 enum FlavorType { enum
42 explicit DNBError(ValueType err = 0, FlavorType flavor = Generic)
52 FlavorType Flavor() const { return m_flavor; } in Flavor()
73 void SetError(ValueType err, FlavorType flavor) { in SetError()
93 FlavorType m_flavor;
DChangeLog575 * DNBError.h (FlavorType): Added SpringBoard error type for arm builds.
/external/python/cpython2/Mac/Modules/drag/
D_Dragmodule.c102 FlavorType theType; in DragObj_AddDragItemFlavor()
133 FlavorType theType; in DragObj_SetDragItemFlavorData()
297 FlavorType theType; in DragObj_GetFlavorType()
320 FlavorType theType; in DragObj_GetFlavorFlags()
344 FlavorType theType; in DragObj_GetFlavorDataSize()
368 FlavorType theType; in DragObj_GetFlavorData()
1065 dragglue_SendData(FlavorType theType, void *dragSendRefCon, in dragglue_SendData()
Ddragsupport.py36 FlavorType = OSTypeType("FlavorType") variable