Home
last modified time | relevance | path

Searched refs:AppleEvent (Results 1 – 15 of 15) sorted by relevance

/external/llvm/test/DebugInfo/Generic/
D2010-05-03-DisableFramePtr.ll3 %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/
D2010-05-03-DisableFramePtr.ll3 %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/
Daepack.rst2 :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
Dminiaeframe.rst25 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.
Daetools.rst20 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
Daetypes.rst2 :mod:`aetypes` --- AppleEvent objects
Dmacostools.rst89 the AppleEvent interface to the finder.
/external/python/cpython2/Include/
Dpymactoolbox.h116 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/
Dmactoolboxglue.c387 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.c35 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()
Daesupport.py37 AppleEvent = OpaqueType('AppleEvent', 'AEDesc') variable
/external/python/cpython2/Mac/Modules/osa/
Dosasupport.py60 AppleEvent = OpaqueType('AppleEvent', 'AEDesc') variable
D_OSAmodule.c655 AppleEvent theAppleEvent; in OSAObj_OSAExecuteEvent()
682 AppleEvent theAppleEvent; in OSAObj_OSADoEvent()
685 AppleEvent reply; in OSAObj_OSADoEvent()
/external/python/cpython2/Mac/PythonLauncher/
Ddoscript.m18 AppleEvent evt, res;
/external/python/cpython2/Mac/scripts/
Derrors.txt1325 -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