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

  /external/python/cpython2/Mac/Modules/cm/
cmsupport.py 29 extern PyObject *_CmpInstObj_New(ComponentInstance);
30 extern int _CmpInstObj_Convert(PyObject *, ComponentInstance *);
67 PyMac_INIT_TOOLBOX_OBJECT_NEW(ComponentInstance, CmpInstObj_New);
68 PyMac_INIT_TOOLBOX_OBJECT_CONVERT(ComponentInstance, CmpInstObj_Convert);
73 ComponentInstance = OpaqueByValueType('ComponentInstance', CI_OBJECTPREFIX)
81 PyErr_SetString(Cm_Error,"NULL ComponentInstance");
101 ci_object = MyCIObjectDefinition('ComponentInstance', CI_OBJECTPREFIX,
102 'ComponentInstance')
  /external/python/cpython2/Mac/Modules/osa/
osasupport.py 29 extern PyObject *_OSAObj_New(ComponentInstance);
30 extern int _OSAObj_Convert(PyObject *, ComponentInstance *);
39 PyMac_INIT_TOOLBOX_OBJECT_NEW(ComponentInstance, OSAObj_New);
40 PyMac_INIT_TOOLBOX_OBJECT_CONVERT(ComponentInstance, OSAObj_Convert);
44 ComponentInstance = OpaqueByValueType('ComponentInstance', OBJECTPREFIX)
63 # NOTE: at the moment OSA.ComponentInstance is not a subclass
64 # of Cm.ComponentInstance. If this is a problem it can be fixed.
68 PyErr_SetString(OSA_Error,"NULL ComponentInstance");
83 'ComponentInstance')
    [all...]
  /external/python/cpython2/Mac/Modules/qd/
qdsupport.py 58 ComponentInstance = OpaqueByValueType('ComponentInstance', 'CmpInstObj')
  /external/python/cpython2/Mac/Modules/qt/
qtsupport.py 139 # Despite their names, these are all ComponentInstance types
155 ComponentInstance = OpaqueByValueType('ComponentInstance', 'CmpInstObj')
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 

Completed in 110 milliseconds