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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/
MethodPoolString1.h 2 @interface S1
MethodPoolString2.h 2 @interface S2
lookup_left.h 1 @interface A
lookup_right.h 2 @interface B
redeclarations_right.h 1 @interface NSObject
category_left.h 3 @interface Foo(Left)
7 @interface LeftFoo
11 @interface Foo(Duplicate)
14 @interface Foo(Duplicate)
MethodPoolASub2.h 1 @interface A (Sub2)
MethodPoolBSub2.h 1 @interface TotallyUnrelated
MethodPoolA.h 5 @interface A
10 @interface B : A
13 @interface C
category_right.h 4 @interface Foo(Right1)
8 @interface Foo(Right2)
12 @interface Foo(Duplicate)
  /external/clang/test/Modules/Inputs/UseAfterFree/
UseAfterFreePublic.h 1 @interface S1
  /external/clang/test/Modules/Inputs/attr-unavailable/
oneC.h 1 @interface E
two.h 1 @interface A
4 @interface B
  /external/clang/test/Modules/Inputs/redecls/
a.h 1 @interface AA
  /external/dhcpcd-6.8.2/
script.h 34 int send_interface(struct fd_list *, const struct interface *);
35 int script_runreason(const struct interface *, const char *);
script-stub.c 38 send_interface(struct fd_list *fd, const struct interface *ifp)
45 script_runreason(const struct interface *ifp, const char *reason)
rpc-interface.h 33 /* Initialize RPC interface. Return 0 on success. */
36 /* Tear down RPC interface. */
39 /* Emit signal status to RPC interface. */
43 int rpc_update_ipv4(struct interface *ifp);
47 int rpc_update_ipv6(struct interface *ifp);
51 int rpc_notify_unicast_arp(struct interface *ifp);
rpc-stub.c 28 #include "rpc-interface.h"
50 rpc_update_ipv4(struct interface *ifp)
58 rpc_update_ipv6(struct interface *ifp)
66 rpc_notify_unicast_arp(struct interface *ifp)
  /external/syslinux/gpxe/src/include/gpxe/
interface.h 14 /** An object communication interface */
15 struct interface { struct
16 /** Destination interface
18 * When messages are sent via this interface, they will be
19 * delivered to the destination interface.
21 * This pointer may never be NULL. When the interface is
22 * unplugged, it should point to a null interface.
24 struct interface *dest;
27 * If this interface is not part of a reference-counted
34 * Increment reference count on an interface
    [all...]
  /external/clang/test/Index/
index-suppress-refs.h 2 @interface I
5 @interface B
  /external/clang/test/Modules/Inputs/self-import-header/af.framework/Headers/
a1.h 3 @interface Foo
  /external/clang/test/PCH/Inputs/
typo.h 3 @interface NSString
  /external/skia/example/mac/
HelloWorldNSView.h 11 @interface HelloWorldNSView : SkNSView
  /external/clang/test/PCH/
objc_stmts.h 3 @interface A
6 @interface B
9 @interface TestPCH
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug195.go 9 type I1 interface { I2 } // ERROR "interface"
12 type I3 interface { int } // ERROR "interface"
15 x interface{ S } // ERROR "interface"
17 type I4 interface {
18 I4 // ERROR "interface"
21 type I5 interface {
22 I6 // GCCGO_ERROR "interface"
    [all...]

Completed in 278 milliseconds

1 2 3 4 5 6 7 8 91011>>