HomeSort by relevance Sort by last modified time
    Searched full:carbon (Results 1 - 25 of 270) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/clang/INPUTS/
carbon_h.c 2 #include <Carbon/Carbon.h>
  /development/ide/xcode/SampleCode/
SampleCode_Prefix.pch 5 #include <Carbon/Carbon.h>
  /development/ide/xcode/animatorTest/
animatorTest_Prefix.pch 5 #include <Carbon/Carbon.h>
  /external/libogg/macosx/
Ogg_Prefix.pch 5 #include <Carbon/Carbon.h>
  /external/clang/test/Sema/
carbon.c 3 #include <Carbon/Carbon.h>
  /external/qemu/distrib/sdl-1.2.15/Xcode/SDLTest/
libsdlmain_prefix.h 11 #include <Carbon/Carbon.h>
  /external/smack/src/org/jivesoftware/smackx/carbons/
Carbon.java 31 * message carbon copies from a packet. The extension
35 * <p>The {@link Carbon.Provider} must be registered in the
41 public class Carbon implements PacketExtension {
47 public Carbon(Direction dir, Forwarded fwd) {
53 * get the direction (sent or received) of the carbon.
55 * @return the {@link Direction} of the carbon.
64 * @return the {@link Forwarded} message contained in this Carbon.
93 * An enum to display the direction of a {@link Carbon} message.
117 return new Carbon(dir, fwd);
122 * Packet extension indicating that a message may not be carbon-copied
    [all...]
CarbonManager.java 38 * the manager for registering {@link Carbon} support, enabling and disabling
64 sdm.addFeature(Carbon.NAMESPACE);
89 return "<" + (new_state? "enable" : "disable") + " xmlns='" + Carbon.NAMESPACE + "'/>";
105 return result.containsFeature(Carbon.NAMESPACE);
192 * Obtain a Carbon from a message, if available.
196 * @return a Carbon if available, null otherwise.
198 public static Carbon getCarbon(Message msg) {
199 Carbon cc = (Carbon)msg.getExtension("received", Carbon.NAMESPACE)
    [all...]
  /external/chromium_org/content/common/
plugin_carbon_interpose_constants_mac.h 10 // Strings used in setting up Carbon interposing for the plugin process.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
__init__.py 7 warnpy3k("In 3.x, the Carbon package is removed.", stacklevel=2)
  /external/chromium_org/third_party/libjingle/source/talk/base/
macsocketserver.h 9 #include <Carbon/Carbon.h>
57 // to do the run loop will be paused. Does not support Carbon or Cocoa
80 // Interacts with the Carbon event queue. While idle it will block,
84 // to their target. Supports Carbon and Cocoa UI interaction.
103 // Runs the Carbon application event loop on the current thread while
  /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/chromium_org/content/test/
content_browser_test_utils_mac.mm 7 #include <Carbon/Carbon.h>
  /system/core/adb/
get_my_path_darwin.c 17 #import <Carbon/Carbon.h>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
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/chromium/chrome/browser/
fullscreen_mac.mm 7 #import <Carbon/Carbon.h>
56 // Register a Carbon event to receive the notification about the login
  /external/chromium_org/third_party/skia/gyp/
FileReaderApp.gyp 47 # Currently skia mac apps rely on Carbon and AGL for UI. Future
48 # apps should use Cocoa instead and dependencies on Carbon and AGL
50 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework',
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/packager/
packaging.properties 17 root.macosx.carbon.ppc.permissions.755=Eclipse.app/Contents/MacOS/eclipse
24 root.macosx.carbon.ppc=eclipse,Eclipse.app/
25 root.macosx.carbon.ppc.link=Eclipse.app/Contents/MacOS/eclipse,eclipse,../../../MacOS,Eclipse.app/Contents/Resources/Splash.app/Contents/MacOS
  /external/skia/gyp/
FileReaderApp.gyp 47 # Currently skia mac apps rely on Carbon and AGL for UI. Future
48 # apps should use Cocoa instead and dependencies on Carbon and AGL
50 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework',
  /external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
SDL_lowvideo.h 28 #include <Carbon/Carbon.h>
30 #include <Carbon.h>
48 #if !TARGET_API_MAC_CARBON /* not available in OS X (or more accurately, Carbon) */
SDL_macmouse.c 25 #include <Carbon/Carbon.h>
27 #include <Carbon.h>
32 /* Routines that are not supported by the Carbon API... */
  /external/chromium_org/chrome/test/chromedriver/
test_util.h 15 #include <Carbon/Carbon.h>
  /external/chromium_org/content/plugin/
plugin_interpose_util_mac.h 8 #include <Carbon/Carbon.h>
  /external/chromium_org/third_party/WebKit/Source/platform/
SecureTextInput.cpp 31 #import <Carbon/Carbon.h>

Completed in 882 milliseconds

1 2 3 4 5 6 7 8 91011