/external/python/cpython2/Mac/Modules/osa/ |
D | _OSAmodule.c | 83 AEDesc scriptData; in OSAObj_OSALoad() 110 AEDesc resultingScriptData; in OSAObj_OSAStore() 164 AEDesc resultingText; in OSAObj_OSADisplay() 190 AEDesc resultingErrorDescription; in OSAObj_OSAScriptError() 280 AEDesc resultingScriptingComponentName; in OSAObj_OSAScriptingComponentName() 298 AEDesc sourceData; in OSAObj_OSACompile() 345 AEDesc resultingSourceData; in OSAObj_OSAGetSource() 367 AEDesc scriptData; in OSAObj_OSACoerceFromDesc() 394 AEDesc result; in OSAObj_OSACoerceToDesc() 474 AEDesc scriptData; in OSAObj_OSALoadExecute() [all …]
|
D | osasupport.py | 52 AEDesc = OpaqueType('AEDesc') variable
|
/external/python/cpython2/Mac/Modules/ae/ |
D | _AEmodule.c | 25 extern PyObject *_AEDesc_New(AEDesc *); 26 extern int _AEDesc_Convert(PyObject *, AEDesc *); 58 AEDesc ob_itself; 62 PyObject *AEDesc_New(AEDesc *itself) in AEDesc_New() 72 int AEDesc_Convert(PyObject *v, AEDesc *p_itself) in AEDesc_Convert() 94 AEDesc result; in AEDesc_AECoerceDesc() 114 AEDesc result; in AEDesc_AEDuplicateDesc() 179 AEDesc theAEDesc; in AEDesc_AEPutDesc() 244 AEDesc result; in AEDesc_AEGetNthDesc() 340 AEDesc theAEDesc; in AEDesc_AEPutParamDesc() [all …]
|
D | README | 7 aepack.py Routines to convert python objects <-> AEDesc record 13 aetypes.py Classes for python objects corresponding to AEDesc types
|
D | aesupport.py | 25 AEDesc = OpaqueType('AEDesc') variable
|
/external/python/cpython2/Mac/Modules/ |
D | Nav.c | 98 my_filterProc(AEDesc *theItem, void *info, in my_filterProc() 127 AEDesc **defaultLocationP, in filldialogoptions() 139 AEDesc *defaultLocation_storage; in filldialogoptions() 150 if ( (defaultLocation_storage = PyMem_NEW(AEDesc, 1)) == NULL ) { in filldialogoptions() 333 AEDesc desc; in navrr_getattr() 364 AEDesc desc; in navrr_getattr() 451 AEDesc *defaultLocation = NULL; in nav_NavGetFile() 486 AEDesc *defaultLocation = NULL; in nav_NavPutFile() 609 AEDesc *defaultLocation = NULL; in nav_NavChooseFile() 644 AEDesc *defaultLocation = NULL; in nav_NavChooseFolder() [all …]
|
D | OSATerminology.c | 21 AEDesc theDesc = {0,0}; in PyOSA_GetAppTerminology() 57 AEDesc theDesc = {0,0}; in PyOSA_GetSysTerminology()
|
/external/python/cpython2/Doc/library/ |
D | aepack.rst | 15 :class:`AEDesc`, defined in module :mod:`Carbon.AE`. 27 Returns an :class:`AEDesc` object containing a conversion of Python value x. If 57 :meth:`__aepack__` method. This method should return an :class:`AEDesc` object. 66 *x* must be an object of type :class:`AEDesc`. This function returns a Python
|
D | aetools.rst | 35 Stores parameters and attributes in a pre-created ``Carbon.AE.AEDesc`` object. 43 Recursively unpacks a ``Carbon.AE.AEDesc`` event to Python objects. The function 84 Create the AppleEvent ``Carbon.AE.AEDesc`` for the verb with the OSA designation
|
/external/python/cpython2/Mac/Modules/drag/ |
D | dragsupport.py | 32 AEDesc = OpaqueType('AEDesc') variable 33 AEDesc_ptr = AEDesc
|
D | _Dragmodule.c | 448 AEDesc dropLocation; in DragObj_GetDropLocation() 466 AEDesc dropLocation; in DragObj_SetDropLocation()
|
/external/webrtc/webrtc/base/ |
D | macutils.cc | 153 AEDesc script_desc; in RunAppleScript() 154 AEDesc result_data; in RunAppleScript()
|
/external/python/cpython3/Mac/PythonLauncher/ |
D | doscript.m | 19 AEDesc desc;
|
/external/python/cpython2/Mac/PythonLauncher/ |
D | doscript.m | 19 AEDesc desc;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/ |
D | 2010-05-03-DisableFramePtr.ll | 34 !12 = !DICompositeType(tag: DW_TAG_structure_type, name: "AEDesc", line: 1, flags: DIFlagFwdDecl, f…
|
/external/llvm/test/DebugInfo/Generic/ |
D | 2010-05-03-DisableFramePtr.ll | 34 !12 = !DICompositeType(tag: DW_TAG_structure_type, name: "AEDesc", line: 1, flags: DIFlagFwdDecl, f…
|
/external/swiftshader/third_party/LLVM/test/DebugInfo/ |
D | 2010-05-03-DisableFramePtr.ll | 31 !12 = metadata !{i32 524307, metadata !2, metadata !"AEDesc", metadata !2, i32 1, i64 0, i64 0, i64…
|
/external/python/cpython2/Lib/plat-mac/ |
D | EasyDialogs.py | 593 not isinstance(args['defaultLocation'], Carbon.AE.AEDesc):
|