OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:interface
(Results
1 - 25
of
4065
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/system/bt/service/test/
fake_hal_util.cc
25
int hal_util_load_bt_library(const bt_interface_t**
interface
) { return -1; }
/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
/prebuilts/go/darwin-x86/src/cmd/go/testdata/src/vetcycle/
p.go
5
_
interface
{ m(B1) }
6
A1
interface
{ a(D1) }
7
B1
interface
{ A1 }
8
C1
interface
{ B1 /* ERROR issue #18395 */ }
9
D1
interface
{ C1 }
/prebuilts/go/linux-x86/src/cmd/go/testdata/src/vetcycle/
p.go
5
_
interface
{ m(B1) }
6
A1
interface
{ a(D1) }
7
B1
interface
{ A1 }
8
C1
interface
{ B1 /* ERROR issue #18395 */ }
9
D1
interface
{ C1 }
Completed in 406 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>