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

1 2 3 4 5

  /external/clang/INPUTS/
carbon_h.c 2 #include <Carbon/Carbon.h>
  /external/clang/test/Integration/
carbon.c 3 #include <Carbon/Carbon.h>
  /system/core/adb/
get_my_path_darwin.cpp 17 #import <Carbon/Carbon.h>
  /external/webrtc/talk/media/devices/
carbonvideorenderer.h 29 // cricket::VideoRenderer via Carbon.
34 #include <Carbon/Carbon.h>
  /system/core/fastboot/
util_osx.cpp 31 #import <Carbon/Carbon.h>
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/mac/
MacMouse.h 31 #include <Carbon/Carbon.h>
MacHelpers.h 31 #include <Carbon/Carbon.h>
34 // The carbon lib expects a "OSStatus (*)(EventHandlerCallRef, EventRef, void*)",
MacInputManager.h 29 #include <Carbon/Carbon.h>
MacKeyboard.h 30 #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.
  /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/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/mac/
MacHelpers.cpp 31 #include <Carbon/Carbon.h>
  /external/webrtc/webrtc/base/
macutils.h 16 #include <Carbon/Carbon.h>
macsocketserver.h 15 #include <Carbon/Carbon.h>
63 // to do the run loop will be paused. Does not support Carbon or Cocoa
86 // Interacts with the Carbon event queue. While idle it will block,
90 // to their target. Supports Carbon and Cocoa UI interaction.
109 // Runs the Carbon application event loop on the current thread while
  /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 *
applesingle.py 11 import Carbon.File
17 class Carbon:
120 if isinstance(infile, Carbon.File.Alias):
123 if hasattr(Carbon.File, "FSSpec"):
124 if isinstance(infile, (Carbon.File.FSSpec, Carbon.File.FSRef)):
127 if isinstance(infile, Carbon.File.FSRef):
EasyDialogs.py 24 from Carbon.Dlg import GetNewDialog, SetDialogItemText, GetDialogItemText, ModalDialog
25 from Carbon import Qd
26 from Carbon import QuickDraw
27 from Carbon import Dialogs
28 from Carbon import Windows
29 from Carbon import Dlg,Win,Evt,Events # sdm7g
30 from Carbon import Ctl
31 from Carbon import Controls
32 from Carbon import Menu
33 from Carbon import A
    [all...]
  /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 *
applesingle.py 11 import Carbon.File
17 class Carbon:
120 if isinstance(infile, Carbon.File.Alias):
123 if hasattr(Carbon.File, "FSSpec"):
124 if isinstance(infile, (Carbon.File.FSSpec, Carbon.File.FSRef)):
127 if isinstance(infile, Carbon.File.FSRef):
EasyDialogs.py 24 from Carbon.Dlg import GetNewDialog, SetDialogItemText, GetDialogItemText, ModalDialog
25 from Carbon import Qd
26 from Carbon import QuickDraw
27 from Carbon import Dialogs
28 from Carbon import Windows
29 from Carbon import Dlg,Win,Evt,Events # sdm7g
30 from Carbon import Ctl
31 from Carbon import Controls
32 from Carbon import Menu
33 from Carbon import A
    [all...]

Completed in 385 milliseconds

1 2 3 4 5