Searched defs:AE (Results 1 - 16 of 16) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
H A Dterminalcommand.py22 from Carbon import AE namespace
33 termAddress = AE.AECreateDesc(typeApplicationBundleID, "com.apple.Terminal")
34 theEvent = AE.AECreateAppleEvent(kAECoreSuite, kAEDoScript, termAddress,
36 commandDesc = AE.AECreateDesc(typeChar, command)
41 except AE.Error, why:
H A Dargvemulator.py10 from Carbon import AE namespace
27 AE.AEInstallEventHandler(kCoreEventClass, kAEOpenApplication, self.__runapp)
28 AE.AEInstallEventHandler(kCoreEventClass, kAEOpenDocuments, self.__openfiles)
31 AE.AERemoveEventHandler(kCoreEventClass, kAEOpenApplication)
32 AE.AERemoveEventHandler(kCoreEventClass, kAEOpenDocuments)
57 AE.AEProcessAppleEvent(event)
58 except AE.Error, err:
60 print 'AE error: ', err
H A DMiniAEFrame.py4 AEServer -- a mixin class offering nice AE handling.
14 from Carbon import AE namespace
74 AE.AEProcessAppleEvent(event)
75 except AE.Error, err:
76 print 'AE error: ', err
127 AE.AEInstallEventHandler(classe, type, self.callback_wrapper)
132 AE.AERemoveEventHandler(classe, type)
146 raise 'Cannot happen: AE callback without handler', (_class, _type)
H A Daepack.py2 conversion between AE types and python types
21 from Carbon import AE namespace
42 # Some AE types are immedeately coerced into something
60 AEDescType = AE.AEDescType
79 """Pack a python object into an AE descriptor"""
83 return AE.AECreateDesc(forcetype, x)
88 return AE.AECreateDesc('null', '')
93 return AE.AECreateDesc('fss ', x.data)
95 return AE.AECreateDesc('fsrf', x.data)
97 return AE
[all...]
H A Daetools.py9 Plus... Lots of classes and routines that help representing AE objects,
14 and pack(x) will create an AE object reference equivalent to AppleScript's
28 from Carbon import AE namespace
63 except AE.Error, msg:
71 except AE.Error:
79 except AE.Error:
92 except (AE.Error, MacOS.Error), msg:
147 """An AE connection to an application"""
178 self.target = AE.AECreateDesc(AppleEvents.typeApplSignature, signature)
195 except AE
[all...]
H A DEasyDialogs.py33 from Carbon import AE namespace
56 AE.AEInteractWithUser(50000000)
577 import Carbon.AE namespace
586 not isinstance(args['defaultLocation'], Carbon.AE.AEDesc):
589 args['defaultLocation'] = Carbon.AE.AECreateDesc(
594 args['defaultLocation'] = Carbon.AE.AECreateDesc(
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
H A Dterminalcommand.py22 from Carbon import AE namespace
33 termAddress = AE.AECreateDesc(typeApplicationBundleID, "com.apple.Terminal")
34 theEvent = AE.AECreateAppleEvent(kAECoreSuite, kAEDoScript, termAddress,
36 commandDesc = AE.AECreateDesc(typeChar, command)
41 except AE.Error, why:
H A Dargvemulator.py10 from Carbon import AE namespace
27 AE.AEInstallEventHandler(kCoreEventClass, kAEOpenApplication, self.__runapp)
28 AE.AEInstallEventHandler(kCoreEventClass, kAEOpenDocuments, self.__openfiles)
31 AE.AERemoveEventHandler(kCoreEventClass, kAEOpenApplication)
32 AE.AERemoveEventHandler(kCoreEventClass, kAEOpenDocuments)
57 AE.AEProcessAppleEvent(event)
58 except AE.Error, err:
60 print 'AE error: ', err
H A DMiniAEFrame.py4 AEServer -- a mixin class offering nice AE handling.
14 from Carbon import AE namespace
74 AE.AEProcessAppleEvent(event)
75 except AE.Error, err:
76 print 'AE error: ', err
127 AE.AEInstallEventHandler(classe, type, self.callback_wrapper)
132 AE.AERemoveEventHandler(classe, type)
146 raise 'Cannot happen: AE callback without handler', (_class, _type)
H A Daepack.py2 conversion between AE types and python types
21 from Carbon import AE namespace
42 # Some AE types are immedeately coerced into something
60 AEDescType = AE.AEDescType
79 """Pack a python object into an AE descriptor"""
83 return AE.AECreateDesc(forcetype, x)
88 return AE.AECreateDesc('null', '')
93 return AE.AECreateDesc('fss ', x.data)
95 return AE.AECreateDesc('fsrf', x.data)
97 return AE
[all...]
H A Daetools.py9 Plus... Lots of classes and routines that help representing AE objects,
14 and pack(x) will create an AE object reference equivalent to AppleScript's
28 from Carbon import AE namespace
63 except AE.Error, msg:
71 except AE.Error:
79 except AE.Error:
92 except (AE.Error, MacOS.Error), msg:
147 """An AE connection to an application"""
178 self.target = AE.AECreateDesc(AppleEvents.typeApplSignature, signature)
195 except AE
[all...]
H A DEasyDialogs.py33 from Carbon import AE namespace
56 AE.AEInteractWithUser(50000000)
577 import Carbon.AE namespace
586 not isinstance(args['defaultLocation'], Carbon.AE.AEDesc):
589 args['defaultLocation'] = Carbon.AE.AECreateDesc(
594 args['defaultLocation'] = Carbon.AE.AECreateDesc(
/prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-route53/1.11.18/
H A Daws-java-sdk-route53-1.11.18.jarMETA-INF/ META-INF/MANIFEST.MF models/ com/ com/amazonaws/ com/amazonaws/services/ com/amazonaws/services/ ...
/prebuilts/misc/common/robolectric/lib/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-6.0.0_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 370 milliseconds