Searched refs:AppleEvent (Results 1 – 15 of 15) sorted by relevance
/external/llvm/test/DebugInfo/Generic/ |
D | 2010-05-03-DisableFramePtr.ll | 3 %struct.AppleEvent = type opaque 5 define void @DisposeDMNotificationUPP(void (%struct.AppleEvent*)* %userUPP) "no-frame-pointer-elim-… 7 %userUPP_addr = alloca void (%struct.AppleEvent*)* ; <void (%struct.AppleEvent*)**> [#uses=1] 9 …call void @llvm.dbg.declare(metadata void (%struct.AppleEvent*)** %userUPP_addr, metadata !0, meta… 10 store void (%struct.AppleEvent*)* %userUPP, void (%struct.AppleEvent*)** %userUPP_addr 33 !11 = !DIDerivedType(tag: DW_TAG_typedef, name: "AppleEvent", line: 4, file: !16, scope: !2, baseTy…
|
/external/swiftshader/third_party/LLVM/test/DebugInfo/ |
D | 2010-05-03-DisableFramePtr.ll | 3 %struct.AppleEvent = type opaque 5 define void @DisposeDMNotificationUPP(void (%struct.AppleEvent*)* %userUPP) nounwind ssp { 7 %userUPP_addr = alloca void (%struct.AppleEvent*)* ; <void (%struct.AppleEvent*)**> [#uses=1] 9 …call void @llvm.dbg.declare(metadata !{void (%struct.AppleEvent*)** %userUPP_addr}, metadata !0), … 10 store void (%struct.AppleEvent*)* %userUPP, void (%struct.AppleEvent*)** %userUPP_addr 30 !11 = metadata !{i32 524310, metadata !2, metadata !"AppleEvent", metadata !2, i32 4, i64 0, i64 0,…
|
/external/python/cpython2/Doc/library/ |
D | aepack.rst | 2 :mod:`aepack` --- Conversion between Python variables and AppleEvent data containers 7 :synopsis: Conversion between Python variables and AppleEvent data containers. 13 variables to AppleEvent descriptors and back (unpacking). Within Python the 14 AppleEvent descriptor is handled by Python objects of built-in type 68 AppleEvent data types (integer, text, float) are returned as their obvious 72 unless ``formodulename`` is specified. AppleEvent descriptors with descriptor 73 type typeFSS are returned as :class:`FSSpec` objects. AppleEvent record
|
D | miniaeframe.rst | 25 A class that handles AppleEvent dispatch. Your application should subclass this 48 Installs an AppleEvent handler. *classe* and *type* are the four-character OSA 50 AppleEvent is received the parameters are decoded and your callback is invoked. 59 is a dictionary with the AppleEvent attributes.
|
D | aetools.rst | 20 The :mod:`aetools` module itself uses the AppleEvent support provided by the 74 for an AppleEvent reply. 84 Create the AppleEvent ``Carbon.AE.AEDesc`` for the verb with the OSA designation
|
D | aetypes.rst | 2 :mod:`aetypes` --- AppleEvent objects
|
D | macostools.rst | 89 the AppleEvent interface to the finder.
|
/external/python/cpython2/Include/ |
D | pymactoolbox.h | 116 extern PyObject *AEDesc_New(AppleEvent *); /* XXXX Why passed by address?? */ 117 extern PyObject *AEDesc_NewBorrowed(AppleEvent *); 118 extern int AEDesc_Convert(PyObject *, AppleEvent *);
|
/external/python/cpython2/Python/ |
D | mactoolboxglue.c | 387 GLUE_NEW(AppleEvent *, AEDesc_New, "Carbon.AE") /* XXXX Why by address? */ 388 GLUE_NEW(AppleEvent *, AEDesc_NewBorrowed, "Carbon.AE") 389 GLUE_CONVERT(AppleEvent, AEDesc_Convert, "Carbon.AE")
|
/external/python/cpython2/Mac/Modules/ae/ |
D | _AEmodule.c | 35 static pascal OSErr GenericEventHandler(const AppleEvent *request, AppleEvent *reply, refcontype re… 617 AppleEvent reply; in AEDesc_AESend() 678 AppleEvent reply; in AEDesc_AEResumeTheCurrentEvent() 1022 AppleEvent result; in AE_AECreateAppleEvent() 1388 GenericEventHandler(const AppleEvent *request, AppleEvent *reply, refcontype refcon) in GenericEventHandler() 1393 if ((requestObject = (AEDescObject *)AEDesc_New((AppleEvent *)request)) == NULL) { in GenericEventHandler()
|
D | aesupport.py | 37 AppleEvent = OpaqueType('AppleEvent', 'AEDesc') variable
|
/external/python/cpython2/Mac/Modules/osa/ |
D | osasupport.py | 60 AppleEvent = OpaqueType('AppleEvent', 'AEDesc') variable
|
D | _OSAmodule.c | 655 AppleEvent theAppleEvent; in OSAObj_OSAExecuteEvent() 682 AppleEvent theAppleEvent; in OSAObj_OSADoEvent() 685 AppleEvent reply; in OSAObj_OSADoEvent()
|
/external/python/cpython2/Mac/PythonLauncher/ |
D | doscript.m | 18 AppleEvent evt, res;
|
/external/python/cpython2/Mac/scripts/ |
D | errors.txt | 1325 -1712 errAETimeout the AppleEvent timed out 1329 -1708 errAEEventNotHandled the AppleEvent was not handled by any handler 1330 -1707 errAENotAppleEvent the event is not in AppleEvent format 1331 -1706 errAENewerVersion need newer version of the AppleEvent manager
|