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

1 2 3 4 5 6 7 8 91011>>

  /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/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
chain-selectors2.h 1 @interface Y
15 @interface X (Blarg)
  /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/dhcpcd/
configure.h 33 int send_interface(int, const struct interface *);
34 int run_script_reason(const struct interface *, const char *);
36 int configure(struct interface *);
ipv6rs.h 36 int ipv6rs_start(struct interface *);
37 ssize_t ipv6rs_env(char **, const char *, const struct interface *);
38 void ipv6rs_free(struct interface *ifp);
  /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
  /external/clang/test/SemaObjCXX/Inputs/
arc-system-header.h 1 @interface B
5 @interface A {

Completed in 154 milliseconds

1 2 3 4 5 6 7 8 91011>>