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

  /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;
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p3-cxx0x.cpp 27 struct Unrelated {
42 using Unrelated::foo; // expected-error {{not a base class}}
p4.cpp 191 struct Unrelated {
206 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
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}}
  /external/clang/test/CXX/class.access/class.access.dcl/
p1.cpp 176 struct Unrelated {
191 Unrelated::foo; // expected-error {{not a base class}} expected-warning {{access declarations are deprecated}}
  /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/Analysis/
inline.cpp 364 struct Unrelated {};
382 void testUnrelated(Unrelated *b) {
  /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...]
  /external/google-breakpad/src/common/
test_assembler_unittest.cc 329 TEST(IsKnownOffsetFrom, Unrelated) {
    [all...]

Completed in 299 milliseconds