HomeSort by relevance Sort by last modified time
    Searched refs:Carbon (Results 1 - 25 of 191) sorted by null

1 2 3 4 5 6 7 8

  /external/clang/INPUTS/
carbon_h.c 2 #include <Carbon/Carbon.h>
  /external/clang/test/Integration/
carbon.c 3 #include <Carbon/Carbon.h>
  /external/python/cpython2/Mac/PythonLauncher/
doscript.h 10 #include <Carbon/Carbon.h>
  /external/python/cpython3/Mac/PythonLauncher/
doscript.h 10 #include <Carbon/Carbon.h>
  /external/python/cpython2/Mac/Demo/quicktime/
MovieInWindow.py 6 from Carbon import Qt
7 from Carbon import QuickTime
8 from Carbon import Qd
9 from Carbon import QuickDraw
10 from Carbon import Evt
11 from Carbon import Events
12 from Carbon import Win
13 from Carbon import Windows
14 from Carbon import File
VerySimplePlayer.py 6 from Carbon import Qt
7 from Carbon import QuickTime
8 from Carbon import Qd
9 from Carbon import QuickDraw
10 from Carbon import Evt
11 from Carbon import Events
12 from Carbon import Win
13 from Carbon import Windows
14 from Carbon import File
  /external/python/cpython2/Mac/Modules/
gestaltmodule.c 30 #include <Carbon/Carbon.h>
ColorPickermodule.c 24 #include <Carbon/Carbon.h>
  /external/webrtc/talk/media/devices/
carbonvideorenderer.h 29 // cricket::VideoRenderer via Carbon.
34 #include <Carbon/Carbon.h>
  /external/pdfium/core/fxge/apple/
apple_int.h 18 #include <Carbon/Carbon.h>
  /external/webrtc/webrtc/modules/desktop_capture/mac/
desktop_configuration.h 15 #include <Carbon/Carbon.h>
52 // increase as you move up the screen) or Carbon-style "top-down" coordinates.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_aepack.py 60 import Carbon.File
64 if not hasattr(Carbon.File, "FSSpec"):
66 o = Carbon.File.FSSpec(os.curdir)
73 import Carbon.File
76 if not hasattr(Carbon.File, "FSSpec"):
78 o = Carbon.File.FSSpec(os.curdir).NewAliasMinimal()
  /external/python/cpython2/Lib/test/
test_aepack.py 60 import Carbon.File
62 self.skipTest('Carbon.File not available')
64 if not hasattr(Carbon.File, "FSSpec"):
65 self.skipTest('Carbon.File.FSSpec not available')
66 o = Carbon.File.FSSpec(os.curdir)
73 import Carbon.File
75 self.skipTest('Carbon.File not available')
76 if not hasattr(Carbon.File, "FSSpec"):
77 self.skipTest('Carbon.File.FSSpec not available')
78 o = Carbon.File.FSSpec(os.curdir).NewAliasMinimal(
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_aepack.py 60 import Carbon.File
64 if not hasattr(Carbon.File, "FSSpec"):
66 o = Carbon.File.FSSpec(os.curdir)
73 import Carbon.File
76 if not hasattr(Carbon.File, "FSSpec"):
78 o = Carbon.File.FSSpec(os.curdir).NewAliasMinimal()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_aepack.py 60 import Carbon.File
64 if not hasattr(Carbon.File, "FSSpec"):
66 o = Carbon.File.FSSpec(os.curdir)
73 import Carbon.File
76 if not hasattr(Carbon.File, "FSSpec"):
78 o = Carbon.File.FSSpec(os.curdir).NewAliasMinimal()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_aepack.py 60 import Carbon.File
64 if not hasattr(Carbon.File, "FSSpec"):
66 o = Carbon.File.FSSpec(os.curdir)
73 import Carbon.File
76 if not hasattr(Carbon.File, "FSSpec"):
78 o = Carbon.File.FSSpec(os.curdir).NewAliasMinimal()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_aepack.py 60 import Carbon.File
64 if not hasattr(Carbon.File, "FSSpec"):
66 o = Carbon.File.FSSpec(os.curdir)
73 import Carbon.File
76 if not hasattr(Carbon.File, "FSSpec"):
78 o = Carbon.File.FSSpec(os.curdir).NewAliasMinimal()
  /external/python/cpython2/Lib/plat-mac/
terminalcommand.py 22 from Carbon import AE
23 from Carbon.AppleEvents import *
argvemulator.py 10 from Carbon import AE
11 from Carbon.AppleEvents import *
12 from Carbon import Evt
13 from Carbon import File
14 from Carbon.Events import *
  /external/python/cpython2/Mac/Demo/sound/
playaiff.py 1 from Carbon.Sound import *
2 from Carbon import Snd
  /external/webrtc/webrtc/base/
macutils.h 16 #include <Carbon/Carbon.h>
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
terminalcommand.py 22 from Carbon import AE
23 from Carbon.AppleEvents import *
argvemulator.py 10 from Carbon import AE
11 from Carbon.AppleEvents import *
12 from Carbon import Evt
13 from Carbon import File
14 from Carbon.Events import *
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
terminalcommand.py 22 from Carbon import AE
23 from Carbon.AppleEvents import *
argvemulator.py 10 from Carbon import AE
11 from Carbon.AppleEvents import *
12 from Carbon import Evt
13 from Carbon import File
14 from Carbon.Events import *

Completed in 548 milliseconds

1 2 3 4 5 6 7 8