Home
last modified time | relevance | path

Searched refs:interface (Results 1 – 25 of 6593) sorted by relevance

12345678910>>...264

/external/llvm-project/lldb/bindings/
Dinterfaces.swig16 /* Python interface files with docstrings. */
17 %include "./interface/SBAddress.i"
18 %include "./interface/SBAttachInfo.i"
19 %include "./interface/SBBlock.i"
20 %include "./interface/SBBreakpoint.i"
21 %include "./interface/SBBreakpointLocation.i"
22 %include "./interface/SBBreakpointName.i"
23 %include "./interface/SBBroadcaster.i"
24 %include "./interface/SBCommandInterpreter.i"
25 %include "./interface/SBCommandInterpreterRunOptions.i"
[all …]
/external/llvm-project/flang/test/Semantics/
Dresolve17.f906 interface foo
7 end interface
11 interface s
12 end interface
21 interface s
23 end interface
24 interface s
26 end interface
35 interface g
37 end interface
[all …]
Dresolve53.f907 interface g
12 end interface
29 interface g
35 end interface
40 interface g
45 end interface
53 interface g
62 end interface
67 interface g
77 end interface
[all …]
Dmodfile07.f904 interface foo
13 end interface
15 interface operator ( /= )
20 end interface
21 interface
30 end interface
34 interface bar
39 end interface
40 interface operator( .bar.)
45 end interface
[all …]
Dresolve67.f906 interface operator(+)
12 end interface
16 interface operator(-)
27 end interface
28 interface operator(.not.)
33 end interface
37 interface operator(/)
42 end interface
43 interface operator(<)
54 interface
[all …]
Dresolve54.f906 interface GOOD1
13 end interface
18 interface GOOD2
26 end interface
31 interface GOOD3
40 end interface
43 interface GOOD3
52 end interface
59 interface BAD4
68 end interface
[all …]
Dmodfile33.f9013 interface operator(+)
25 end interface
26 interface operator(/)
37 end interface
142 interface operator(.And.)
152 end interface
154 interface operator(.a.)
159 end interface
160 interface operator(.x.)
165 end interface
[all …]
Dresolve24.f904 interface foo
11 end interface
16 interface foo
23 end interface
28 interface foo
31 end interface
43 interface foo
46 end interface
50 interface foo
53 end interface
[all …]
/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h86 @interface GPBUInt32UInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32UInt32Dictionary()
92 @interface GPBUInt32Int32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32Int32Dictionary()
98 @interface GPBUInt32UInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32UInt64Dictionary()
104 @interface GPBUInt32Int64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32Int64Dictionary()
110 @interface GPBUInt32BoolDictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32BoolDictionary()
116 @interface GPBUInt32FloatDictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32FloatDictionary()
122 @interface GPBUInt32DoubleDictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32DoubleDictionary()
128 @interface GPBUInt32EnumDictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32EnumDictionary()
137 @interface GPBUInt32ObjectDictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32ObjectDictionary()
149 @interface GPBInt32UInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBInt32UInt32Dictionary()
[all …]
/external/llvm-project/clang/test/SemaObjC/
Dcategory-1.m3 @interface MyClass1 @end
8 @interface MyClass1 (Category1) <p1> // expected-warning {{cannot find protocol definition for 'p1…
11 @interface MyClass1 (Category1) // expected-warning {{duplicate definition of category 'Category1'…
14 @interface MyClass1 (Category3)
17 @interface MyClass1 (Category4) @end // expected-note {{previous definition is here}}
18 @interface MyClass1 (Category5) @end
19 @interface MyClass1 (Category6) @end
20 @interface MyClass1 (Category7) @end // expected-note {{previous definition is here}}
21 @interface MyClass1 (Category8) @end // expected-note {{previous definition is here}}
24 @interface MyClass1 (Category4) @end // expected-warning {{duplicate definition of category 'Catego…
[all …]
Dinvalid-objc-decls-1.m3 @interface Super @end
4 Super s1; // expected-error{{interface type cannot be statically allocated}}
6 extern Super e1; // expected-error{{interface type cannot be statically allocated}}
9 Super s1; // expected-error{{interface type cannot be statically allocated}}
14 @interface INTF
16 Super ivar1; // expected-error{{interface type cannot be statically allocated}}
21 Super objField; // expected-error{{interface type cannot be statically allocated}}
24 @interface MyIntf
26 Super<P1> ivar1; // expected-error{{interface type cannot be statically allocated}}
30 Super foo( // expected-error{{interface type 'Super' cannot be returned by value; did you forget * …
[all …]
Dcategory-direct-members-protocol-conformance.m4 @interface RootClass
11 @interface I : RootClass
21 @interface I (Cat1) <P> // expected-error {{category 'Cat1' cannot conform to protocol 'P' because …
28 @interface I (CatBase) <BaseP> // OK
35 @interface I (Cat2) <P2> // OK
43 @interface I (Cat3) <P3> // OK
46 @interface ExpDirect : RootClass
54interface ExpDirect (CatExpDirect) <P> // expected-error {{category 'CatExpDirect' cannot conform …
64interface ExpDirect () <PRecursiveTop> // expected-error {{class extension cannot conform to proto…
75 @interface IProp1 : RootClass
[all …]
/external/clang/test/SemaObjC/
Dcategory-1.m3 @interface MyClass1 @end
8 @interface MyClass1 (Category1) <p1> // expected-warning {{cannot find protocol definition for 'p1…
11 @interface MyClass1 (Category1) // expected-warning {{duplicate definition of category 'Category1'…
14 @interface MyClass1 (Category3)
17 @interface MyClass1 (Category4) @end // expected-note {{previous definition is here}}
18 @interface MyClass1 (Category5) @end
19 @interface MyClass1 (Category6) @end
20 @interface MyClass1 (Category7) @end // expected-note {{previous definition is here}}
21 @interface MyClass1 (Category8) @end // expected-note {{previous definition is here}}
24 @interface MyClass1 (Category4) @end // expected-warning {{duplicate definition of category 'Catego…
[all …]
Dinvalid-objc-decls-1.m3 @interface Super @end
4 Super s1; // expected-error{{interface type cannot be statically allocated}}
6 extern Super e1; // expected-error{{interface type cannot be statically allocated}}
9 Super s1; // expected-error{{interface type cannot be statically allocated}}
14 @interface INTF
16 Super ivar1; // expected-error{{interface type cannot be statically allocated}}
21 Super objField; // expected-error{{interface type cannot be statically allocated}}
24 @interface MyIntf
26 Super<P1> ivar1; // expected-error{{interface type cannot be statically allocated}}
30 Super foo( // expected-error{{interface type 'Super' cannot be returned by value; did you forget * …
[all …]
/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/
Dinterface_declaration.tmpl2 class {{interface.name}}Proxy;
5 class {{interface.name}}Stub;
7 class {{interface.name}}RequestValidator;
8 {%- if interface|has_callbacks %}
9 class {{interface.name}}ResponseValidator;
12 class {{export_attribute}} {{interface.name}}
13 : public {{interface.name}}InterfaceBase {
16 static constexpr uint32_t Version_ = {{interface.version}};
17 …static constexpr bool PassesAssociatedKinds_ = {% if interface|passes_associated_kinds %}true{% el…
18 …static constexpr bool HasSyncMethods_ = {% if interface|has_sync_methods %}true{% else %}false{% e…
[all …]
/external/llvm-project/clang/test/Index/
Dretain-excluded-conditional-blocks.m8 @interface MyCls
15 @interface Test1 @end
18 @interface Test2 @end
23 @interface Test3 @end
26 @interface Test4 @end
31 @interface Test5 @end
34 @interface Test6 @end
40 @interface Test7 @end
43 @interface Test8 @end
48 @interface Test9 @end
[all …]
Dsingle-file-parse.m8 @interface MyCls
15 @interface Test1 @end
18 @interface Test2 @end
23 @interface Test3 @end
26 @interface Test4 @end
31 @interface Test5 @end
34 @interface Test6 @end
40 @interface Test7 @end
43 @interface Test8 @end
48 @interface Test9 @end
[all …]
/external/google-java-format/core/src/test/resources/com/google/googlejavaformat/java/testdata/
DI.input10 interface I0 {}
12 interface I1 {}
14 interface I2 {}
16 interface I3 {}
18 interface I4 {}
20 interface I5 {}
22 interface I6 {}
24 interface I7 {}
26 interface I8 {}
28 interface I9 {}
[all …]
DI.output10 interface I0 {}
12 interface I1 {}
14 interface I2 {}
16 interface I3 {}
18 interface I4 {}
20 interface I5 {}
22 interface I6 {}
24 interface I7 {}
26 interface I8 {}
28 interface I9 {}
[all …]
/external/libchrome/mojo/public/tools/bindings/generators/js_templates/
Dinterface_definition.tmpl1 {%- for method in interface.methods %}
3 interface.mojom_name ~ "_" ~ method.mojom_name %}
7 function {{interface.name}}Ptr(handleOrPtrInfo) {
8 this.ptr = new bindings.InterfacePtrController({{interface.name}},
12 function {{interface.name}}AssociatedPtr(associatedInterfacePtrInfo) {
14 {{interface.name}}, associatedInterfacePtrInfo);
17 {{interface.name}}AssociatedPtr.prototype =
18 Object.create({{interface.name}}Ptr.prototype);
19 {{interface.name}}AssociatedPtr.prototype.constructor =
20 {{interface.name}}AssociatedPtr;
[all …]
/external/iproute2/examples/
Ddhcp-client-script345 ifconfig $interface:dhcp down
346 ifconfig $interface:dhcp1 down
347 if [ -d /proc/sys/net/ipv4/conf/$interface ]; then
348 ifconfig $interface:dhcp 10.10.10.10 netmask 255.255.255.255
349 ifconfig $interface:dhcp down
350 if [ -d /proc/sys/net/ipv4/conf/$interface ]; then
351 LOG The interface $interface already configured.
354 ifconfig $interface:dhcp up
363 if DAD "$interface" "$check_ip_address" ; then
372 … DelINETAddr "$interface" "$alias_ip_address" "$alias_subnet_mask" "$alias_broadcast_address" dhcp1
[all …]
/external/wayland/src/
Dscanner.c173 struct interface { struct
245 struct interface *interface; member
564 static struct interface *
567 struct interface *interface; in create_interface() local
569 interface = xzalloc(sizeof *interface); in create_interface()
570 interface->loc = loc; in create_interface()
571 interface->name = xstrdup(name); in create_interface()
572 interface->uppercase_name = uppercase_dup(name); in create_interface()
573 interface->version = version; in create_interface()
574 interface->since = 1; in create_interface()
[all …]
/external/llvm-project/mlir/tools/mlir-tblgen/
DOpInterfacesGen.cpp83 void emitConceptDecl(Interface &interface);
84 void emitModelDecl(Interface &interface);
85 void emitModelMethodsDef(Interface &interface);
86 void emitTraitDecl(Interface &interface, StringRef interfaceName,
88 void emitInterfaceDecl(Interface interface);
151 static void emitInterfaceDef(Interface interface, StringRef valueType, in emitInterfaceDef() argument
153 StringRef interfaceName = interface.getName(); in emitInterfaceDef()
154 StringRef cppNamespace = interface.getCppNamespace(); in emitInterfaceDef()
158 bool isOpInterface = isa<OpInterface>(interface); in emitInterfaceDef()
159 for (auto &method : interface.getMethods()) { in emitInterfaceDef()
[all …]
/external/google-fruit/extras/doc/
Dcomponent_composition.tex10 \umlassemblyconnector[interface=SomeType, distance=7]{bind}{SomeType}
11 \umlassemblyconnector[interface=T2, distance=7, arm2=1cm]{T1Component}{bind}
13 \umlassemblyconnector[interface=T1, distance=7, anchor1=120, anchor2=-90]{U1U2Component}{T1Componen…
14 \umlprovidedinterface[interface=U2, distance=3.5, padding=0.9cm]{U1U2Component}
15 \umlrequiredinterface[interface=T3, distance=3, padding=0.9cm]{U1U2Component}
16 \umlrequiredinterface[interface=T3, distance=2, padding=0.9cm]{SomeType}
19 % \umlprovidedinterface[interface=U2, distance=3.5, padding=0.9cm]{U1U2Component}
22 … node[inner sep=0, text width=1em, circle, draw, fill=white, name=U1U2Component-west-interface] {};
23 \node[above] at (U1U2Component-west-interface.north) {U1};
24 \umlrelation[style={tikzuml connector style}]{U1U2Component-west-port}{U1U2Component-west-interface}
[all …]
/external/llvm-project/clang/test/ASTMerge/interface/Inputs/
Dinterface2.m2 @interface I1 {
8 @interface I2 : I1 {
14 @interface I3 {
21 @interface I4 : I1 {
26 @interface I5
32 @interface I6
37 @interface I7
43 @interface I8
61 @interface I9 <P0>
71 // Forward-declared interface
[all …]

12345678910>>...264