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
1576
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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/
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
3
@
interface
Foo(Right1)
7
@
interface
Foo(Right2)
11
@
interface
Foo(Duplicate)
MethodPoolB.h
10
@
interface
B
category_bottom.h
3
@
interface
Foo(Bottom)
9
@
interface
LeftFoo(Bottom)
def.h
5
@
interface
A {
11
@
interface
Def
/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/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
/system/netd/server/
LocalNetwork.cpp
34
int LocalNetwork::addInterface(const std::string&
interface
) {
35
if (hasInterface(
interface
)) {
38
if (int ret = RouteController::addInterfaceToLocalNetwork(mNetId,
interface
.c_str())) {
39
ALOGE("failed to add
interface
%s to local netId %u",
interface
.c_str(), mNetId);
42
mInterfaces.insert(
interface
);
46
int LocalNetwork::removeInterface(const std::string&
interface
) {
47
if (!hasInterface(
interface
)) {
50
if (int ret = RouteController::removeInterfaceFromLocalNetwork(mNetId,
interface
.c_str())) {
51
ALOGE("failed to remove
interface
%s from local netId %u", interface.c_str(), mNetId)
[
all
...]
/external/clang/test/PCH/
objc_stmts.h
3
@
interface
A
6
@
interface
B
9
@
interface
TestPCH
/external/clang/test/ARCMT/whitelisted/
header2.h
2
@
interface
I2 : NSObject
Completed in 894 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>