HomeSort by relevance Sort by last modified time
    Searched defs:AE (Results 1 - 25 of 26) sorted by null

1 2

  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
terminalcommand.py 22 from Carbon import AE
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:
argvemulator.py 10 from Carbon import AE
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
MiniAEFrame.py 4 AEServer -- a mixin class offering nice AE handling.
14 from Carbon import AE
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)
aepack.py 2 conversion between AE types and python types
21 from Carbon import AE
42 # Some AE types are immedeately coerced into something
60 AEDescType = AE.AEDescType
69 def packkey(ae, key, value):
76 ae.AEPutParamDesc(keystr, pack(value))
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
    [all...]
aetools.py 9 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
60 def missed(ae):
62 desc = ae.AEGetAttributeDesc('miss', 'keyw')
63 except AE.Error, msg:
67 def unpackevent(ae, formodulename=""):
70 dirobj = ae.AEGetParamDesc('----', '****')
71 except AE.Error:
78 dirobj = ae.AEGetParamDesc('errn', '****'
    [all...]
EasyDialogs.py 33 from Carbon import AE
56 AE.AEInteractWithUser(50000000)
577 import Carbon.AE
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/
terminalcommand.py 22 from Carbon import AE
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:
argvemulator.py 10 from Carbon import AE
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
MiniAEFrame.py 4 AEServer -- a mixin class offering nice AE handling.
14 from Carbon import AE
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)
aepack.py 2 conversion between AE types and python types
21 from Carbon import AE
42 # Some AE types are immedeately coerced into something
60 AEDescType = AE.AEDescType
69 def packkey(ae, key, value):
76 ae.AEPutParamDesc(keystr, pack(value))
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
    [all...]
aetools.py 9 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
60 def missed(ae):
62 desc = ae.AEGetAttributeDesc('miss', 'keyw')
63 except AE.Error, msg:
67 def unpackevent(ae, formodulename=""):
70 dirobj = ae.AEGetParamDesc('----', '****')
71 except AE.Error:
78 dirobj = ae.AEGetParamDesc('errn', '****'
    [all...]
EasyDialogs.py 33 from Carbon import AE
56 AE.AEInteractWithUser(50000000)
577 import Carbon.AE
586 not isinstance(args['defaultLocation'], Carbon.AE.AEDesc):
589 args['defaultLocation'] = Carbon.AE.AECreateDesc(
594 args['defaultLocation'] = Carbon.AE.AECreateDesc(
  /external/v8/test/mjsunit/compiler/
regress-8.js 35 var AE = "";
53 LA+(a.Un+(zE+(Fp+(LA+(a.Im+(zE+(AE+(LA+(a.total+Gob))))))))),
101 LA+(a.Un+(zE+(Fp+(LA+(a.Im+(zE+(AE+(LA+(a.total+zE))))))))),
  /external/llvm/lib/Analysis/
ObjCARCInstKind.cpp 86 Function::const_arg_iterator AI = F->arg_begin(), AE = F->arg_end();
89 if (AI == AE)
97 if (AI == AE)
135 if (AI == AE)
Lint.cpp 233 CallSite::arg_iterator AI = CS.arg_begin(), AE = CS.arg_end();
234 for (; AI != AE; ++AI) {
247 for (CallSite::arg_iterator BI = CS.arg_begin(); BI != AE; ++BI)
267 for (CallSite::arg_iterator AI = CS.arg_begin(), AE = CS.arg_end();
268 AI != AE; ++AI) {
  /external/clang/lib/StaticAnalyzer/Checkers/
DereferenceChecker.cpp 125 const ArraySubscriptExpr *AE = cast<ArraySubscriptExpr>(S);
126 AddDerefSource(os, Ranges, AE->getBase()->IgnoreParenCasts(),
133 const OMPArraySectionExpr *AE = cast<OMPArraySectionExpr>(S);
134 AddDerefSource(os, Ranges, AE->getBase()->IgnoreParenCasts(),
RetainCountChecker.cpp 409 if (const ArgEffect *AE = Args.lookup(idx))
410 return *AE;
851 ArgEffects AE = ScratchArgs;
853 return AE;
    [all...]
  /external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
RegionCode.java 26 static final String AE = "AE";
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyMetadataMapper.java 181 * control.ae*
450 // No flash control -> AE is always on
614 final int AE = 0, AWB = 1, AF = 2;
617 maxRegions[AE] = p.getMaxNumMeteringAreas();
622 maxRegions[AE] = 0;
    [all...]
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
LoaderDicom.java 102 static final short AE = vr("AE");
108 AE, AS, CS, DA, DS, DT, IS, LO, LT, PN, SH, ST, TM, UT
  /external/clang/lib/AST/
ItaniumMangle.cpp     [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraMetadataNative.java     [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene.analysis_1.9.1.v20100518-1140.jar 

Completed in 1624 milliseconds

1 2