/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_copy.py | 33 def __init__(self, foo): argument 44 def __new__(cls, foo): argument 166 def __init__(self, foo): argument 168 def __eq__(self, other): argument 175 def __init__(self, foo): argument 179 def __eq__(self, other): argument 186 def __init__(self, foo): argument 190 def __eq__(self, other): argument 197 def __new__(cls, foo): argument 203 def __eq__(self, other): argument [all …]
|
D | test_descr.py | 249 def __add__(self, other): argument 335 def foo(self): return 1 member in OperatorsTest.test_spam_lists.C 385 def foo(self): return 1 member in OperatorsTest.test_spam_dicts.C 890 def foo(self): member in ClassPropertiesAndMethods.test_multiple_inheritance.Node 893 def foo(self): member in ClassPropertiesAndMethods.test_multiple_inheritance.Frag 1280 def __eq__(self, other): argument 1547 def foo(*a): return a member in ClassPropertiesAndMethods.test_classmethods.C 1664 def foo(*a): return a member in ClassPropertiesAndMethods.test_staticmethods.C 1712 def foo(*a): return a member in ClassPropertiesAndMethods.test_classic.C 1726 foo = C.foo variable in ClassPropertiesAndMethods.test_classic.E [all …]
|
D | test_operator.py | 21 def __add__(self, other): argument 23 def __mul__(self, other): argument 25 def __rmul__(self, other): argument 35 def __add__(self, other): argument 37 def __mul__(self, other): argument 39 def __rmul__(self, other): argument 85 def __eq__(self, other): argument 99 def __ne__(self, other): argument 246 def __matmul__(self, other): argument 456 def foo(self, *args, **kwds): member in OperatorTestCase.test_methodcaller.A [all …]
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_copy.py | 27 def __init__(self, foo): argument 38 def __new__(cls, foo): argument 148 def __init__(self, foo): argument 150 def __cmp__(self, other): argument 157 def __init__(self, foo): argument 161 def __cmp__(self, other): argument 168 def __init__(self, foo): argument 172 def __cmp__(self, other): argument 179 def __init__(self, foo): argument 183 def __cmp__(self, other): argument [all …]
|
D | test_descr.py | 254 def __add__(self, other): argument 344 def foo(self): return 1 member in OperatorsTest.test_spam_lists.C 396 def foo(self): return 1 member in OperatorsTest.test_spam_dicts.C 725 def foo(self): member in ClassPropertiesAndMethods.test_multiple_inheritance.Node 728 def foo(self): member in ClassPropertiesAndMethods.test_multiple_inheritance.Frag 1150 def __cmp__(self, other): argument 1237 def __cmp__(self, other): argument 1385 def foo(*a): return a member in ClassPropertiesAndMethods.test_classmethods.C 1473 def foo(*a): return a member in ClassPropertiesAndMethods.test_staticmethods.C 1520 def foo(*a): return a member in ClassPropertiesAndMethods.test_classic.C [all …]
|
/aosp_15_r20/external/python/pyyaml/tests/lib/ |
D | test_constructor.py | 32 def __eq__(self, other): argument 91 def __eq__(self, other): argument 101 def __init__(self, foo=1, bar=2, baz=3): argument 111 def __eq__(self, other): argument 118 def __new__(cls, foo=None, bar=None, baz=None): argument 124 def __cmp__(self, other): argument 127 def __eq__(self, other): argument 132 def __init__(self, foo=None, bar=None, baz=None): argument 136 def __cmp__(self, other): argument 139 def __eq__(self, other): argument [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/test/resources/software/amazon/awssdk/codegen/poet/model/ |
H A D | eventone.java | 34 private final String foo; field in EventOne 45 public final String foo() { in foo() method in EventOne 85 EventOne other = (EventOne) obj; in equalsBySdkFields() local 144 Builder foo(String foo); in foo() argument 148 private String foo; field in EventOne.BuilderImpl 161 public final void setFoo(String foo) { in setFoo() 166 public final Builder foo(String foo) { in foo() argument
|
/aosp_15_r20/external/libchrome/base/ |
H A D | optional_unittest.cc | 38 TestObject(int foo, double bar) in TestObject() 41 TestObject(const TestObject& other) in TestObject() 47 TestObject(TestObject&& other) in TestObject() function in base::__anon29ad220e0111::TestObject 55 TestObject& operator=(const TestObject& other) { in operator =() 63 TestObject& operator=(TestObject&& other) { in operator =() 72 void Swap(TestObject* other) { in Swap() 87 int foo() const { return foo_; } in foo() function in base::__anon29ad220e0111::TestObject 110 DeletedDefaultConstructor(int foo) : foo_(foo) {} in DeletedDefaultConstructor() 112 int foo() const { return foo_; } in foo() function in base::__anon29ad220e0111::DeletedDefaultConstructor 120 explicit DeletedCopy(int foo) : foo_(foo) {} in DeletedCopy() [all …]
|
/aosp_15_r20/external/cronet/base/types/ |
H A D | optional_unittest.cc | 40 TestObject(int foo, double bar) in TestObject() 43 TestObject(const TestObject& other) in TestObject() 49 TestObject(TestObject&& other) in TestObject() function in base::__anon2c8dea480111::TestObject 57 TestObject& operator=(const TestObject& other) { in operator =() 65 TestObject& operator=(TestObject&& other) { in operator =() 74 void Swap(TestObject* other) { in Swap() 89 int foo() const { return foo_; } in foo() function in base::__anon2c8dea480111::TestObject 113 DeletedDefaultConstructor(int foo) : foo_(foo) {} in DeletedDefaultConstructor() 115 int foo() const { return foo_; } in foo() function in base::__anon2c8dea480111::DeletedDefaultConstructor 123 explicit DeletedCopy(int foo) : foo_(foo) {} in DeletedCopy() [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/unittest/test/testmock/ |
D | testhelpers.py | 49 def __eq__(self, other): pass argument 50 def __ne__(self, other): pass argument 70 def __eq__(self, other): pass argument 81 def __eq__(self, other): pass argument 436 def foo(self, foo): pass member in SpecSignatureTest.test_mocking_unbound_methods.Foo 452 def foo(a, *, b=None): pass function 483 foo = [] variable in SpecSignatureTest.test_spec_as_list.Foo 645 foo = 'foo bar baz' variable in SpecSignatureTest.test_recursive.A 988 def foo(a: int, b: int=10, *, c:int) -> int: function
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/unittest/test/testmock/ |
H A D | testhelpers.py | 49 def __eq__(self, other): pass argument 50 def __ne__(self, other): pass argument 70 def __eq__(self, other): pass argument 81 def __eq__(self, other): pass argument 436 def foo(self, foo): pass argument 452 def foo(a, *, b=None): pass function 483 foo = [] variable in SpecSignatureTest.test_spec_as_list.Foo 645 foo = 'foo bar baz' variable in SpecSignatureTest.test_recursive.A 988 def foo(a: int, b: int=10, *, c:int) -> int: function
|
/aosp_15_r20/external/libcxx/test/std/containers/associative/map/map.cons/ |
H A D | copy_assign.pass.cpp | 36 int foo{0}; member in counting_allocatorT 40 …template <class U> counting_allocatorT(const counting_allocatorT<U>& other) noexcept {foo = other.… in counting_allocatorT() 59 int foo{0}; member in counting_allocatorF 63 …template <class U> counting_allocatorF(const counting_allocatorF<U>& other) noexcept {foo = other.… in counting_allocatorF()
|
/aosp_15_r20/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
H A D | LogManagerTest.java | 110 Logger foo = mockManager.getLogger(FOO); in testAddGetLogger() local 143 Logger foo = new MockLogger(FOO, null); in testAddGetLogger_duplicateName() local 159 Logger foo = new MockLogger("testAddGetLogger_Hierachy.foo", null); in testAddGetLogger_Hierachy() local 203 Logger foo = new MockLogger("testAddLoggerReverseOrder.foo", null); in testAddLoggerReverseOrder() local 238 Logger foo = new MockLogger("testAddSimiliarLogger.foo", null); in testAddSimiliarLogger() local 271 Logger foo = new MockLogger(FOO, null); in testAddGetLogger_nameWithSpace() local 287 Logger foo = new MockLogger(FOO, null); in testAddGetLogger_addRoot() local 289 Logger other = new MockLogger("other", null); in testAddGetLogger_addRoot() local 463 Logger foo = new MockLogger(FOO, null); in testReadConfigurationInputStream() local 630 Logger foo = new MockLogger(FOO, null); in testLoggerLevelInitialized_explicit() local [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/associative/map/map.cons/ |
H A D | copy_assign.pass.cpp | 35 int foo{0}; member in counting_allocatorT 39 …template <class U> counting_allocatorT(const counting_allocatorT<U>& other) noexcept {foo = other.… in counting_allocatorT() 58 int foo{0}; member in counting_allocatorF 62 …template <class U> counting_allocatorF(const counting_allocatorF<U>& other) noexcept {foo = other.… in counting_allocatorF()
|
/aosp_15_r20/external/mockito/src/test/java/org/mockito/internal/util/ |
H A D | ObjectMethodsGuruTest.java | 20 int compareTo(HasCompareToButDoesNotImplementComparable other); in compareTo() 24 int foo(HasCompare other); in foo() method 25 int compareTo(HasCompare other, String redHerring); in compareTo()
|
/aosp_15_r20/external/nullaway/nullaway/src/test/resources/com/uber/nullaway/testdata/ |
H A D | ReadBeforeInitNegativeCases.java | 85 static void foo() { in foo() method in ReadBeforeInitNegativeCases.StaticStuff 141 static Object foo; field in ReadBeforeInitNegativeCases.ReadSuppressedStaticFromConstructor 150 NestedWrite foo; field in ReadBeforeInitNegativeCases.NestedWrite 160 NestedWrite(NestedWrite other) { in NestedWrite() method in ReadBeforeInitNegativeCases.NestedWrite
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googlemock/test/ |
H A D | gmock-function-mocker_test.cc | 76 TemplatedCopyable(const U& other) {} // NOLINT in TemplatedCopyable() 782 MockFunction<void()> foo; in TEST() local 788 MockFunction<int()> foo; in TEST() local 795 MockFunction<void(int)> foo; in TEST() local 801 MockFunction<int(bool, int)> foo; in TEST() local 812 foo; in TEST() local 821 MockFunction<int(int)> foo; in TEST() local 830 MockFunction<int&()> foo; in TEST() local 840 MockFunction<int(int&)> foo; in TEST() local 869 MockFunction<Argument> foo; in TYPED_TEST() local [all …]
|
/aosp_15_r20/external/cronet/third_party/googletest/src/googlemock/test/ |
H A D | gmock-function-mocker_test.cc | 76 TemplatedCopyable(const U& other) {} // NOLINT in TemplatedCopyable() 782 MockFunction<void()> foo; in TEST() local 788 MockFunction<int()> foo; in TEST() local 795 MockFunction<void(int)> foo; in TEST() local 801 MockFunction<int(bool, int)> foo; in TEST() local 812 foo; in TEST() local 821 MockFunction<int(int)> foo; in TEST() local 830 MockFunction<int&()> foo; in TEST() local 840 MockFunction<int(int&)> foo; in TEST() local 869 MockFunction<Argument> foo; in TYPED_TEST() local [all …]
|
/aosp_15_r20/external/googletest/googlemock/test/ |
H A D | gmock-function-mocker_test.cc | 76 TemplatedCopyable(const U& other) {} // NOLINT in TemplatedCopyable() 782 MockFunction<void()> foo; in TEST() local 788 MockFunction<int()> foo; in TEST() local 795 MockFunction<void(int)> foo; in TEST() local 801 MockFunction<int(bool, int)> foo; in TEST() local 812 foo; in TEST() local 821 MockFunction<int(int)> foo; in TEST() local 830 MockFunction<int&()> foo; in TEST() local 840 MockFunction<int(int&)> foo; in TEST() local 869 MockFunction<Argument> foo; in TYPED_TEST() local [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/lexical_cast/test/ |
D | lexical_cast_test.cpp | 64 template <class U> struct rebind { typedef my_allocator<U> other; }; typedef 588 OStream& operator<<(OStream& ostr, const foo_operators_test& foo) in operator <<() 595 IStream& operator>>(IStream& istr, foo_operators_test& foo) in operator >>() 603 foo_operators_test foo; in operators_overload_test() local
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
H A D | UnicodeMapTest.java | 55 UnicodeMap<Double> foo = new UnicodeMap(); in TestIterations() local 71 public void checkToString(UnicodeMap<Double> foo, String expected) { in checkToString() 78 UnicodeMap<Double> foo = new UnicodeMap() in TestRemove() local 125 String other; in TestAMonkey() local 401 UnicodeMap foo = new UnicodeMap(); in TestAUnicodeMap2() local
|
/aosp_15_r20/external/icu/icu4j/main/translit/src/test/java/com/ibm/icu/dev/test/translit/ |
H A D | UnicodeMapTest.java | 52 UnicodeMap<Double> foo = new UnicodeMap(); in TestIterations() local 68 public void checkToString(UnicodeMap<Double> foo, String expected) { in checkToString() 75 UnicodeMap<Double> foo = new UnicodeMap() in TestRemove() local 122 String other; in TestAMonkey() local 398 UnicodeMap foo = new UnicodeMap(); in TestAUnicodeMap2() local
|
/aosp_15_r20/external/clang/test/Analysis/ |
H A D | NewDelete-checker-test.cpp | 281 shared_ptr(shared_ptr &other) : p(other.p), control(other.control) { in shared_ptr() function in reference_count::shared_ptr 296 void swap(shared_ptr &other) { in swap() 364 DerefClass *foo = new DerefClass(); in testDoubleDeleteClassInstance() local 376 EmptyClass *foo = new EmptyClass(); in testDoubleDeleteEmptyClass() local
|
/aosp_15_r20/external/pytorch/test/inductor/ |
H A D | test_cudagraph_trees.py | 204 def foo(x): function 216 def foo(): function 247 def forward(self, input, other, out): argument 268 def foo(x, y): function 293 def foo(x, y): function 309 def foo(x): function 339 def foo(mod, x): function 357 def foo(x): function 389 def foo(x): function 436 def foo(x): function [all …]
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/objectid/ |
H A D | JSOGDeserialize622Test.java | 138 public boolean equals(Object other) { in equals() 149 public int foo; field in JSOGDeserialize622Test.IdentifiableExampleJSOG 191 public String foo; field in JSOGDeserialize622Test.Outer
|