/external/clang/test/SemaCXX/ |
D | warn-enum-compare.cpp | 23 Bar getBar(); 126 …while (getFoo() == getBar()); // expected-warning {{comparison of two values with different enume… in test() 127 …while (getFoo() != getBar()); // expected-warning {{comparison of two values with different enume… in test() 128 …while (getFoo() >= getBar()); // expected-warning {{comparison of two values with different enume… in test() 129 …while (getFoo() <= getBar()); // expected-warning {{comparison of two values with different enume… in test() 130 …while (getFoo() > getBar()); // expected-warning {{comparison of two values with different enumer… in test() 131 …while (getFoo() < getBar()); // expected-warning {{comparison of two values with different enumer… in test() 133 …while (FooB == getBar()); // expected-warning {{comparison of two values with different enumerati… in test() 134 …while (FooB != getBar()); // expected-warning {{comparison of two values with different enumerati… in test() 135 …while (FooB >= getBar()); // expected-warning {{comparison of two values with different enumerati… in test() [all …]
|
/external/llvm-project/clang/test/SemaCXX/ |
D | warn-enum-compare.cpp | 26 Bar getBar(); 137 …while (getFoo() == getBar()); // expected-warning {{comparison of different enumeration types ('F… in test() 138 …while (getFoo() != getBar()); // expected-warning {{comparison of different enumeration types ('F… in test() 139 …while (getFoo() >= getBar()); // expected-warning {{comparison of different enumeration types ('F… in test() 140 …while (getFoo() <= getBar()); // expected-warning {{comparison of different enumeration types ('F… in test() 141 …while (getFoo() > getBar()); // expected-warning {{comparison of different enumeration types ('Fo… in test() 142 …while (getFoo() < getBar()); // expected-warning {{comparison of different enumeration types ('Fo… in test() 144 …while (FooB == getBar()); // expected-warning {{comparison of different enumeration types ('Foo' … in test() 145 …while (FooB != getBar()); // expected-warning {{comparison of different enumeration types ('Foo' … in test() 146 …while (FooB >= getBar()); // expected-warning {{comparison of different enumeration types ('Foo' … in test() [all …]
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | readability-identifier-naming-member-decl-usage.cpp | 31 int getBar() const { return bar_baz; } // comment-4 in getBar() function in Foo 43 int getBar(const Foo &Foo) { in getBar() function 48 int getBar(const FooBar &Foobar) { in getBar() function 62 int getBar() const { return Foo::bar_baz; } // comment-8 in getBar() function in TempTest
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/javabeans/ |
D | LongTest.java | 43 public Long getBar() { in getBar() method in LongTest.Foo 63 assertEquals(new Long(42L), foo2.getBar()); in testLongRepresenter() 71 assertEquals(new Long(42L), foo2.getBar()); in testLongConstructor()
|
/external/snakeyaml/src/test/java/org/pyyaml/ |
D | PyRecursiveTest.java | 50 assertSame(tmpInstance.getBar(), tmpInstance.getFoo()); in testDict() 51 assertSame(tmpInstance.getBar(), value2); in testDict() 126 assertSame(tmpInstance.getBar(), tmpInstance.getFoo()); in testSet() 127 assertSame(tmpInstance.getBar(), value2); in testSet()
|
D | AnInstance.java | 38 public Object getBar() { in getBar() method in AnInstance
|
/external/mockito/src/test/java/org/mockitousage/junitrunner/ |
D | DeepStubbingWithJUnitRunnerTest.java | 30 root.getFoo().getBar(); in someMethod() 39 Bar getBar(); in getBar() method
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/nodes/ |
D | TagsTest.java | 43 assertEquals(new Long(42L), foo2.getBar()); in testLong() 49 public Long getBar() { in getBar() method in TagsTest.Foo
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/ |
D | TestJsonSerializeAs.java | 21 public int getBar() { return 15; } in getBar() method in TestJsonSerializeAs.FooImpl 27 public int getBar() { return 15; } in getBar() method in TestJsonSerializeAs.FooImplNoAnno
|
/external/auto/value/src/test/java/com/google/auto/value/processor/ |
D | TypeVariablesTest.java | 118 abstract List<? extends T> getBar(); in getBar() method in TypeVariablesTest.Outer 135 ExecutableElement getBar = methodNamed(outerMethods, "getBar"); in nestedClasses() local 144 TypeMirror originalGetBarReturn = getBar.getReturnType(); in nestedClasses() 145 TypeMirror rewrittenGetBarReturn = types.get(getBar); in nestedClasses()
|
/external/javassist/src/test/test5/ |
D | JIRA250Super2.java | 4 public JIRA250Bar getBar() { return null; } in getBar() method in JIRA250Super2
|
D | JIRA250Super.java | 12 JIRA250BarI getBar(); in getBar() method
|
/external/guice/core/test/com/google/inject/ |
D | InjectorTest.java | 88 assertSame(foo.bar, foo.bar.getTee().getBar()); in testInjection() 189 Bar getBar(); 208 public Bar getBar() {
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/exc/ |
D | TestExceptionHandlingWithDefaultDeserialization.java | 16 public Bar getBar() { in getBar() method in TestExceptionHandlingWithDefaultDeserialization.Foo
|
D | TestExceptionHandlingWithJsonCreatorDeserialization.java | 21 public Bar getBar() { in getBar() method in TestExceptionHandlingWithJsonCreatorDeserialization.Foo
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue58/ |
D | NullValueDumperTest.java | 29 public ArrayList<Object> getBar() { in getBar() method in NullValueDumperTest.Foo
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/introspect/ |
D | TestNameConflicts.java | 14 public String getBar() { in getBar() method in TestNameConflicts.CoreBean158
|
/external/guice/core/test/com/google/inject/spi/ |
D | ProviderMethodsTest.java | 157 public Bar getBar() { 187 assertEquals(10, foo.getBar().getI()); 188 assertEquals(5, foo.getBar().getFoo().getI()); 192 Bar getBar();
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/type/ |
D | TestTypeFactoryWithClassLoader.java | 139 public String getBar() { return _bar; } in getBar() method in TestTypeFactoryWithClassLoader.AClass
|
/external/icu/icu4c/source/i18n/unicode/ |
D | measunit.h | 2674 static MeasureUnit getBar();
|
/external/icu/libicu/cts_headers/unicode/ |
D | measunit.h | 2674 static MeasureUnit getBar();
|
/external/icu/icu4c/source/i18n/ |
D | measunit.cpp | 1673 MeasureUnit MeasureUnit::getBar() { in getBar() function in MeasureUnit
|
/external/icu/icu4c/source/test/intltest/ |
D | measfmttest.cpp | 1826 measureUnitValue = MeasureUnit::getBar(); in TestCompatible65() 2190 measureUnitValue = MeasureUnit::getBar(); in TestCompatible68()
|