/sdk/testapps/customPropAnimTest/src/com/android/custompropertyanimation/ |
MyView.java | 19 public float getFoo() { 20 System.out.println("getFoo() returning " + mFoo);
|
/external/clang/test/Analysis/ |
reference.mm | 7 Foo *getFoo() { return 0; } 10 getFoo().ref = 1;
|
/external/clang/test/Modules/Inputs/ |
namespaces-left.h | 52 Foo *getFoo(); 59 Foo *getFoo();
|
/external/clang/test/SemaCXX/ |
warn-weak-vtables.cpp | 38 virtual void * getFoo() const = 0; 44 void * getFoo() const; 49 void * getFoo() const { return 0; } 55 p.getFoo(); 56 d.getFoo(); 57 vd.getFoo();
|
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-variable-not-needed.cpp | 24 bah *getfoo() { function in namespace:test2
|
abstract.cpp | 92 virtual foo *getFoo() = 0; 97 virtual bar *getFoo();
|
warn-thread-safety-analysis.cpp | 1001 Foo &getFoo(); 1002 struct Bar { Foo &func () {return getFoo();} }; [all...] |
/external/apache-harmony/luni/src/test/api/common/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() {
|
/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() {
|
/external/clang/test/Modules/ |
namespaces.cpp | 72 N11::consumeFoo(N11::getFoo()); // expected-error{{cannot initialize a parameter of type 'N11::<anonymous>::Foo *' with an rvalue of type 'N11::<anonymous>::Foo *'}} 73 N12::consumeFoo(N12::getFoo()); // expected-error{{cannot initialize a parameter of type 'N12::<anonymous>::Foo *' with an rvalue of type 'N12::<anonymous>::Foo *'}}
|
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/ |
DownloadInfoTest.java | 24 * without prefix, so "int getFoo()" and "void setFoo(int)" both have same AccessorSignature 63 * signature: Type getFoo(), where Type is a String or a primitive type other than boolean. 71 // A getter is of format Type getFoo(): i.e. 0 params and one
|
/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) {
|
/frameworks/base/core/java/android/util/ |
Property.java | 72 * only a <code>getFoo()</code> or <code>isFoo()</code> method, but no matching
|
/frameworks/testing/androidtestlib/src/com/android/test/runner/ |
TestRequestBuilder.java | 178 * the end of the method names. For instance, "getFoo" would become 179 * "getFoo[0]".
|
/art/test/107-int-math2/src/ |
Main.java | 766 int getFoo() 781 int z = foo.getFoo(); 783 z += foo123.getFoo(); 785 return foo.getFoo();
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
GeneratedMessage.java | 307 * MyProto.Foo foo = getFoo(); [all...] |
/frameworks/base/core/java/android/animation/ |
PropertyValuesHolder.java | 365 * getFoo for a property named 'foo'. This function figures out what the name of the [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_descr.py | 3772 def getfoo(self): member in class:.test_copy_setstate.C [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_descr.py | 3772 def getfoo(self): member in class:.test_copy_setstate.C [all...] |
/external/valgrind/main/drd/tests/ |
tsan_unittest.cpp | [all...] |
/external/valgrind/unittest/ |
racecheck_unittest.cc | [all...] |
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/ |
GeneratedMessage.java | 557 * MyProto.Foo foo = getFoo(); [all...] |
/frameworks/base/docs/html/guide/topics/graphics/ |
prop-animation.jd | 468 <code>foo</code>, you need to have a <code>getFoo()</code> method.</li> [all...] |
/external/clang/include/clang/AST/ |
Type.h | [all...] |