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

  /external/javaparser/javaparser-symbol-solver-testing/src/test/resources/issue276/foo/
C.java 4 public static A getFoo() {
  /external/clang/test/SemaCXX/
warn-enum-compare.cpp 22 Foo getFoo();
112 while (getFoo() == y); // expected-warning {{comparison of two values with different enumeration types ('Foo' and 'Bar')}}
113 while (getFoo() != y); // expected-warning {{comparison of two values with different enumeration types ('Foo' and 'Bar')}}
114 while (getFoo() >= y); // expected-warning {{comparison of two values with different enumeration types ('Foo' and 'Bar')}}
115 while (getFoo() <= y); // expected-warning {{comparison of two values with different enumeration types ('Foo' and 'Bar')}}
116 while (getFoo() > y); // expected-warning {{comparison of two values with different enumeration types ('Foo' and 'Bar')}}
117 while (getFoo() < y); // expected-warning {{comparison of two values with different enumeration types ('Foo' and 'Bar')}}
119 while (getFoo() == BarD); // expected-warning {{comparison of two values with different enumeration types ('Foo' and 'Bar')}}
120 while (getFoo() != BarD); // expected-warning {{comparison of two values with different enumeration types ('Foo' and 'Bar')}}
121 while (getFoo() >= BarD); // expected-warning {{comparison of two values with different enumeration types ('Foo (…)
    [all...]
warn-weak-vtables.cpp 38 virtual void * getFoo() const = 0;
44 void * getFoo() const;
49 void * getFoo() const { return 0; }
abstract.cpp 96 virtual foo *getFoo() = 0;
101 virtual bar *getFoo();
warn-thread-safety-analysis.cpp 1044 Foo &getFoo();
1045 struct Bar { Foo &func () {return getFoo();} };
    [all...]
  /external/mockito/src/test/java/org/mockitousage/bugs/
DiamondInheritanceIsConfusingMockitoTest.java 22 Mockito.when(mock.getFoo()).thenReturn("Hello");
24 assertEquals("Hello", mock.getFoo());
34 public T getFoo() { return value; }
47 String getFoo();
ConfusedSignatureTest.java 22 when(mock.getFoo()).thenReturn("Hello");
24 assertThat(mock.getFoo()).isEqualTo("Hello");
34 public T getFoo() { return value; }
47 String getFoo();
  /art/test/464-checker-inline-sharpen-calls/src/
Main.java 22 public int getFoo() {
43 /// CHECK-DAG: <<Invoke:i\d+>> InvokeVirtual {{.*\.getFoo.*}}
47 /// CHECK-NOT: InvokeStaticOrDirect {{.*\.getFoo.*}}
48 /// CHECK-NOT: InvokeVirtual {{.*\.getFoo.*}}
55 return new Helper().getFoo();
  /external/clang/test/Modules/Inputs/
namespaces-left.h 65 Foo *getFoo();
72 Foo *getFoo();
  /external/mockito/src/test/java/org/mockitousage/junitrunner/
DeepStubbingWithJUnitRunnerTest.java 30 root.getFoo().getBar();
35 Foo getFoo();
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
ContentHandlerTest.java 39 assertEquals("Foo", ((Foo) content).getFoo());
43 assertEquals("FooSub", ((Foo) content).getFoo());
67 public String getFoo() {
73 public String getFoo() {
  /sdk/testapps/customPropAnimTest/src/com/android/custompropertyanimation/
MyView.java 19 public float getFoo() {
20 System.out.println("getFoo() returning " + mFoo);
  /external/compiler-rt/test/asan/TestCases/Posix/
new_array_cookie_with_new_from_class.cc 25 Foo *getFoo(size_t n) {
30 Foo *foo = getFoo(10);
  /external/snakeyaml/src/test/java/org/pyyaml/
AnInstance.java 30 public Object getFoo() {
PyRecursiveTest.java 50 assertSame(tmpInstance.getBar(), tmpInstance.getFoo());
126 assertSame(tmpInstance.getBar(), tmpInstance.getFoo());
  /external/clang/test/Modules/
namespaces.cpp 75 N11::consumeFoo(N11::getFoo()); // expected-error{{cannot initialize a parameter of type 'N11::(anonymous namespace)::Foo *' with an rvalue of type 'N11::(anonymous namespace)::Foo *'}}
76 N12::consumeFoo(N12::getFoo()); // expected-error{{cannot initialize a parameter of type 'N12::(anonymous namespace)::Foo *' with an rvalue of type 'N12::(anonymous namespace)::Foo *'}}
  /external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
TableInNestedNS.php 38 public function getFoo()
  /external/javassist/src/test/test/javassist/convert/
ArrayAccessReplaceTest.java 136 assertEquals(new Foo(i), simple.getFoo(i));
273 public Foo getFoo(int pos);
317 public Foo getFoo(int pos) {
  /art/test/107-int-math2/src/
Main.java 791 int getFoo()
806 int z = foo.getFoo();
808 z += foo123.getFoo();
810 return foo.getFoo();
    [all...]
  /external/protobuf/js/binary/
proto_test.js 314 proto.jspb.test.ExtendsWithMessage.optionalExtension).getFoo());
366 .getFoo());
  /external/guice/extensions/persist/lib/
xwork-2.0.4.jar 
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 

Completed in 1203 milliseconds