HomeSort by relevance Sort by last modified time
    Searched refs:interface (Results 451 - 475 of 1335) sorted by null

<<11121314151617181920>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
TreeRewriteParser.h 19 @interface TreeRewriteParser_rule_return :ANTLRParserRuleReturnScope { // line 1672
33 @interface TreeRewriteParser_subrule_return :ANTLRParserRuleReturnScope { // line 1672
49 @interface TreeRewriteParser : ANTLRParser { // line 529
75 @end /* end of TreeRewriteParser interface */
  /external/chromium/chrome/browser/ui/cocoa/
about_ipc_controller.h 22 @interface CocoaLogData : NSObject {
31 @interface AboutIPCController : NSWindowController {
78 @interface AboutIPCController(TestingAPI)
  /external/chromium/chrome/browser/ui/cocoa/infobars/
infobar_container_controller.h 44 @interface InfoBarContainerController : NSViewController <ViewResizer,
110 @interface InfoBarContainerController (ForTheObserverAndTesting)
132 @interface InfoBarContainerController (JustForTesting)
infobar_controller.h 20 @interface InfoBarController : NSViewController<NSTextViewDelegate> {
94 @interface LinkInfoBarController : InfoBarController
100 @interface ConfirmInfoBarController : InfoBarController
  /external/clang/test/Analysis/Inputs/
system-header-simulator-objc.h 55 @interface NSObject <NSObject> {}
60 @interface NSObject (NSCoderMethods)
69 @interface NSValue : NSObject <NSCopying, NSCoding> - (void)getValue:(void *)value;
70 @end @interface NSNumber : NSValue - (char)charValue;
73 @interface NSArray : NSObject <NSCopying, NSMutableCopying, NSCoding, NSFastEnumeration> - (NSUInteger)count;
74 @end @interface NSArray (NSArrayCreation) + (id)array;
75 @end @interface NSAutoreleasePool : NSObject {
80 @interface NSDate : NSObject <NSCopying, NSCoding> - (NSTimeInterval)timeIntervalSinceReferenceDate;
83 @interface NSString : NSObject <NSCopying, NSMutableCopying, NSCoding>
96 @interface NSMutableString : NSStrin
    [all...]
  /external/clang/test/Modules/Inputs/
redecl-merge-right.h 3 @interface Super
6 @interface A : Super
85 @interface ClassWithDef
  /external/dhcpcd/
if-pref.c 35 /* Interface comparer for working out ordering. */
37 ifcmp(struct interface *si, struct interface *ti)
79 struct interface *sorted, *ifp, *ifn, *ift;
  /external/skia/src/gpu/gl/android/
SkNativeGLContext_android.cpp 91 const GrGLInterface* interface = GrGLCreateNativeInterface(); local
92 if (!interface) {
93 SkDebugf("Failed to create gl interface");
97 return interface;
  /external/skia/src/gpu/gl/angle/
SkANGLEGLContext.cpp 93 const GrGLInterface* interface = GrGLCreateANGLEInterface(); local
94 if (NULL == interface) {
95 SkDebugf("Could not create ANGLE GL interface!\n");
100 return interface;
  /external/skia/src/gpu/gl/mesa/
SkMesaGLContext.cpp 87 const GrGLInterface* interface = GrGLCreateMesaInterface(); local
88 if (!interface) {
89 SkDebugf("Could not create GL interface!\n");
93 return interface;
  /external/webkit/Source/WebCore/bindings/objc/
WebScriptObject.h 104 @interface NSObject (WebScripting)
219 @interface WebScriptObject : NSObject
308 @interface WebUndefined : NSObject <NSCoding, NSCopying>
PublicDOMInterfaces.h 33 @interface DOMAttr : DOMNode WEBKIT_VERSION_1_3
41 @interface DOMCDATASection : DOMText WEBKIT_VERSION_1_3
44 @interface DOMCharacterData : DOMNode WEBKIT_VERSION_1_3
58 @interface DOMComment : DOMCharacterData WEBKIT_VERSION_1_3
61 @interface DOMImplementation : DOMObject WEBKIT_VERSION_1_3
73 @interface DOMAbstractView : DOMObject WEBKIT_VERSION_1_3
77 @interface DOMDocument : DOMNode WEBKIT_VERSION_1_3
164 @interface DOMDocumentFragment : DOMNode WEBKIT_VERSION_1_3
167 @interface DOMDocumentType : DOMNode WEBKIT_VERSION_1_3
176 @interface DOMElement : DOMNode WEBKIT_VERSION_1_
    [all...]
DOMExtensions.h 50 @interface DOMNode (DOMNodeExtensions)
55 @interface DOMElement (DOMElementAppKitExtensions)
59 @interface DOMHTMLDocument (DOMHTMLDocumentExtensions)
WebScriptObjectPrivate.h 48 @interface WebScriptObject (Private)
62 @interface WebScriptObject (StagedForPublic)
72 @interface WebScriptObjectPrivate : NSObject
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_helpers.c 2 * WPA Supplicant / dbus-based control interface
24 const char *interface, void *user_data, DBusError *error)
30 /* Only return properties for the requested D-Bus interface */
31 if (os_strncmp(dsc->dbus_interface, interface,
68 * @interface: interface name which properties will be returned
73 * of those, which are readable and which interface matches interface
77 static DBusMessage * get_all_properties(DBusMessage *message, char *interface,
103 interface, obj_dsc->user_data, &error)
282 char *interface; local
    [all...]
  /external/libusb/libusb/os/
darwin_usb.c 67 return "no async port has been opened for interface";
119 /* current interface */
124 usbi_info (HANDLE_CTX(dev_handle), "converting ep address 0x%02x to pipeRef and interface", ep);
134 usbi_info (HANDLE_CTX(dev_handle), "pipe %d on interface %d matches", *pipep, *ifcp);
711 /* Setting configuration will invalidate the interface, so we need
737 /* Setup the Interface Request */
750 /* done with the interface iterator */
759 /* current interface */
771 /* retrieve the total number of endpoints on this interface */
772 kresult = (*(cInterface->interface))->GetNumEndpoints(cInterface->interface, &numep)
    [all...]
  /development/samples/ToyVpn/server/linux/
ToyVpnServer.cpp 43 // # Create a TUN interface.
46 // # Set the addresses and bring up the interface.
54 // its own TUN interface. A short shell script will be sufficient. Since this
63 int interface = open("/dev/net/tun", O_RDWR | O_NONBLOCK); local
70 if (ioctl(interface, TUNSETIFF, &ifr)) {
71 perror("Cannot get TUN interface");
75 return interface;
174 "Note that TUN interface needs to be configured properly\n"
184 // Get TUN interface.
185 int interface = get_interface(argv[1]) local
    [all...]
  /external/libusb/libusb/
descriptor.c 157 static void clear_interface(struct libusb_interface *interface)
162 if (interface->altsetting) {
163 for (i = 0; i < interface->num_altsetting; i++) {
166 interface->altsetting + i;
176 free((void *) interface->altsetting);
177 interface->altsetting = NULL;
183 struct libusb_interface *interface, unsigned char *buffer, int size,
195 interface->num_altsetting = 0;
199 (struct libusb_interface_descriptor *) interface->altsetting;
202 (interface->num_altsetting + 1))
338 struct libusb_interface *interface; local
    [all...]
  /bionic/libc/kernel/arch-x86/asm/xen/
hypercall.h 24 #include <xen/interface/xen.h>
25 #include <xen/interface/sched.h>
26 #include <xen/interface/physdev.h>
  /dalvik/vm/oo/
TypeCheck.cpp 105 * interface or array of standard array interfaces (the standard
111 * base element is an interface; if the array class implements
112 * it, we know it's a standard array interface.
135 * "clazz" could be an array class, interface, or simple class.
141 /* "If T is an interface type, T must be one of the interfaces
166 * Returns 1 (true) if "clazz" is an implementation of "interface".
168 * "clazz" could be a class or an interface.
170 int dvmImplements(const ClassObject* clazz, const ClassObject* interface)
174 assert(dvmIsInterfaceClass(interface));
182 if (clazz->iftable[i].clazz == interface)
    [all...]
  /development/ndk/platforms/android-9/arch-x86/include/asm/xen/
hypercall.h 24 #include <xen/interface/xen.h>
25 #include <xen/interface/sched.h>
26 #include <xen/interface/physdev.h>
  /external/chromium/chrome/browser/ui/cocoa/translate/
translate_infobar_base.h 53 @interface TranslateInfoBarControllerBase : InfoBarController<NSMenuDelegate> {
87 @interface TranslateInfoBarControllerBase (ProtectedAPI)
142 @interface TranslateInfoBarControllerBase (TestingAPI)
  /external/v8/src/
interface.h 39 // interface ::= UNDETERMINED | VALUE | MODULE(exports)
40 // exports ::= {name : interface, ...}
46 class Interface : public ZoneObject {
51 static Interface* NewValue() {
52 static Interface value_interface(VALUE + FROZEN); // Cached.
56 static Interface* NewUnknown() {
57 return new Interface(NONE);
60 static Interface* NewModule() {
61 return new Interface(MODULE);
68 // interface, otherwise insert unless this is closed
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/xen/
hypercall.h 18 #include <xen/interface/xen.h>
19 #include <xen/interface/sched.h>
20 #include <xen/interface/physdev.h>
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/xen/
hypercall.h 18 #include <xen/interface/xen.h>
19 #include <xen/interface/sched.h>
20 #include <xen/interface/physdev.h>

Completed in 768 milliseconds

<<11121314151617181920>>