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

1 2

  /art/test/026-access/src/
Unrelated.java 17 public class Unrelated {
21 protected Unrelated(int x) {
Iface2.java 23 public final static int A = new Unrelated(3).instance_x;
24 public final static int B = Unrelated.static_x;
  /art/test/643-checker-bogus-ic/src/
Main.java 17 class Unrelated {
  /art/test/707-checker-invalid-profile/src/
Main.java 17 class Unrelated {
  /hardware/interfaces/tests/bar/1.0/
IImportTypes.hal 22 typedef Unrelated Related;
IBar.hal 22 import android.hardware.tests.foo@1.0::Unrelated;
29 typedef Unrelated Related;
IImportRules.hal 44 rule2a(Unrelated related);
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p3.cpp 53 struct Unrelated {
71 using Unrelated::foo; // expected-error {{not a base class}}
p4.cpp 192 struct Unrelated {
207 using Unrelated::foo; // expected-error {{not a base class}}
  /art/test/494-checker-instanceof-tests/src/
Main.java 28 public static Unrelated unrelatedField;
120 // or a class. We have to keep the instanceof in case a subclass of Unrelated
149 return new Unrelated();
177 unrelatedField = new Unrelated();
203 unrelatedField = new Unrelated();
219 class Unrelated {
  /art/test/495-checker-checkcast-tests/src/
Main.java 28 public static Unrelated unrelatedField;
167 unrelatedField = new Unrelated();
205 unrelatedField = new Unrelated();
227 class Unrelated {
  /external/clang/test/CXX/class/class.mfct/class.mfct.non-static/
p3.cpp 58 struct Unrelated {
69 Unrelated::foo(); // expected-error {{call to non-static member function without an object argument}}
  /hardware/interfaces/tests/foo/1.0/
types.hal 38 struct Unrelated {
  /external/Microsoft-GSL/tests/
notnull_tests.cpp 33 struct Unrelated
136 Unrelated unrelated; variable
137 not_null<Unrelated*> u = &unrelated;
145 q = u; // no viable conversion possible between MyBase* and Unrelated*
148 not_null<Unrelated*> r = p;
149 not_null<Unrelated*> s = reinterpret_cast<Unrelated*>(p);
151 not_null<Unrelated*> t = reinterpret_cast<Unrelated*>(p.get())
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-var.cpp 10 struct Unrelated { };
59 Derived &dr2 = b; // expected-error{{non-const lvalue reference to type 'Derived' cannot bind to a value of unrelated type 'Base'}}
64 long &lr = i; // expected-error{{non-const lvalue reference to type 'long' cannot bind to a value of unrelated type 'int'}}
90 void bind_lvalue_to_unrelated(Unrelated ur) {
91 Base &br1 = ur; // expected-error{{non-const lvalue reference to type 'Base' cannot bind to a value of unrelated type 'Unrelated'}}
92 const volatile Base &br2 = ur; // expected-error{{volatile lvalue reference to type 'const volatile Base' cannot bind to a value of unrelated type 'Unrelated'}}
  /external/clang/test/CXX/class.access/class.access.dcl/
p1.cpp 287 struct Unrelated {
314 Unrelated::foo; // expected-error {{not a base class}}
  /external/clang/test/Analysis/
inline.cpp 364 struct Unrelated {};
382 void testUnrelated(Unrelated *b) {
  /system/tools/hidl/test/hidl_test/
static_test.cpp 90 Return<void> rule2a(const ::android::hardware::tests::foo::V1_0::Unrelated&) override {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_descr.py     [all...]
  /external/python/cpython2/Lib/test/
test_descr.py     [all...]
  /external/python/cpython3/Lib/test/
test_descr.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_descr.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_descr.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_descr.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_descr.py     [all...]

Completed in 1354 milliseconds

1 2