OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:interface2
(Results
1 - 9
of
9
) sorted by null
/external/clang/test/ASTMerge/
interface.m
2
// RUN: %clang_cc1 -emit-pch -o %t.2.ast %S/Inputs/
interface2
.m
5
// CHECK:
interface2
.m:16:9: error: instance variable 'ivar2' declared with incompatible types in different translation units ('float' vs. 'int')
9
// CHECK:
interface2
.m:21:17: note: inherits from superclass 'I1' here
10
// CHECK:
interface2
.m:33:1: error: class method 'foo' has incompatible result types in different translation units ('float' vs. 'int')
12
// CHECK:
interface2
.m:39:19: error: class method 'bar:' has a parameter with a different types in different translation units ('float' vs. 'int')
14
// CHECK:
interface2
.m:45:1: error: class method 'bar:' is variadic in one translation unit and not variadic in another
16
// CHECK:
interface2
.m:57:20: error: instance method 'bar:' has a parameter with a different types in different translation units ('double' vs. 'float')
20
// CHECK:
interface2
.m:99:17: note: inherits from superclass 'I11' here
/external/dbus-binding-generator/chromeos-dbus-bindings/
adaptor_generator_unittest.cc
283
Interface
interface2
;
local
284
interface2
.name = kInterfaceName2;
285
interface2
.methods.emplace_back(
289
interface2
.methods.back().is_const = true;
290
interface2
.methods.back().kind = Interface::Method::Kind::kSimple;
291
interface2
.methods.emplace_back(
295
interface2
.methods.back().kind = Interface::Method::Kind::kAsync;
296
interface2
.methods.emplace_back(
300
interface2
.methods.back().kind = Interface::Method::Kind::kAsync;
301
interface2
.methods.back().include_dbus_message = true
[
all
...]
proxy_generator_mock_unittest.cc
226
Interface
interface2
;
227
interface2
.name = "org.chromium.TestInterface2";
228
interface2
.methods.emplace_back(
234
interface2
.properties.emplace_back("Data", "s", "read");
235
interface2
.properties.emplace_back("Name", "s", "readwrite");
236
vector<Interface> interfaces{interface,
interface2
};
proxy_generator_unittest.cc
1340
Interface
interface2
;
local
1364
Interface
interface2
;
local
1385
Interface
interface2
;
local
1406
Interface
interface2
;
local
[
all
...]
/external/clang/test/SemaObjC/
attr-deprecated-pch.m
14
@interface
Interface2
/external/guava/guava-tests/test/com/google/common/eventbus/outside/
AnnotatedSubscriberFinderTests.java
339
interface
Interface2
extends Interface1 {
358
static class SubscriberClass implements
Interface2
{
/prebuilts/go/darwin-x86/doc/progs/
run.go
140
{"
interface2
", `^type: float64$`},
/prebuilts/go/linux-x86/doc/progs/
run.go
140
{"
interface2
", `^type: float64$`},
/external/guava/guava-tests/test/com/google/common/reflect/
TypeTokenTest.java
202
TypeToken.of(
Interface2
.class),
209
TypeToken.of(
Interface2
.class),
229
Interface2
.class,
236
Interface2
.class,
274
public <A extends Interface1 &
Interface2
& Interface3<String>>
278
.has().exactly(Interface1.class,
Interface2
.class, Interface3.class, Iterable.class);
553
private interface
Interface2
{}
555
private interface Interface12 extends Interface1,
Interface2
{}
[
all
...]
Completed in 207 milliseconds