Home
last modified time | relevance | path

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

/external/sonivox/jet_tools/JetCreator/
DJetUtils.py39 def __init__ (self, objType, objSave, currentSegmentName): argument
40 self.objType = objType
47 if self.objType == JetDefs.MAIN_SEGLIST:
62 elif self.objType == JetDefs.MAIN_EVENTLIST:
DJetCreator.py1116 … if self.currentCtrl == JetDefs.MAIN_SEGLIST and self.clipBoard.objType == JetDefs.MAIN_SEGLIST:
1121 …elif self.currentCtrl == JetDefs.MAIN_EVENTLIST and self.clipBoard.objType == JetDefs.MAIN_EVENTLI…
/external/clang/lib/Sema/
DSemaExprObjC.cpp1260 const ObjCObjectType *objType = type->castAs<ObjCObjectType>(); in LookupMethodInObjectType() local
1261 if (ObjCInterfaceDecl *iface = objType->getInterface()) { in LookupMethodInObjectType()
1274 i = objType->qual_begin(), e = objType->qual_end(); i != e; ++i) in LookupMethodInObjectType()
/external/libxml2/
Dxpath.c1426 xmlXPathObjectType objType) in xmlXPathDebugObjUsageRequested() argument
1438 switch (objType) { in xmlXPathDebugObjUsageRequested()
1475 switch (objType) { in xmlXPathDebugObjUsageRequested()
1580 xmlXPathObjectType objType) in xmlXPathDebugObjUsageReleased() argument
1592 switch (objType) { in xmlXPathDebugObjUsageReleased()
1629 switch (objType) { in xmlXPathDebugObjUsageReleased()