/aosp_15_r20/external/cronet/base/win/ |
H A D | wmi_unittest.cc | 42 ComPtr<IWbemClassObject> class_method = nullptr; in TEST_F() local 44 wmi_services.Get(), L"Win32_ShortcutFile", L"Rename", &class_method)); in TEST_F() 45 ASSERT_NE(class_method.Get(), nullptr); in TEST_F() 46 ULONG refs = class_method.Reset(); in TEST_F()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/ |
H A D | inspect_utils_test.py | 75 def class_method(cls): member in TestClass 409 inspect_utils.getmethodclass(TestClass.class_method), 429 inspect_utils.getmethodclass(test_obj.class_method), 511 def class_method(cls): member in InspectUtilsTest.test_getdefiningclass.Superclass 529 inspect_utils.getdefiningclass(Subclass.class_method, Subclass),
|
/aosp_15_r20/cts/common/device-side/bedstead/btest/ |
H A D | btest | 531 def find_module_for_class_method(class_method): argument 537 if class_method.startswith(path): 654 class_method = target_parts[1] if len(target_parts) > 1 else None 658 class_method = module 659 module = find_module_for_class_method(class_method) 661 …print("Could not find module or module not supported " + class_method + ". btest only supports a s… 663 new_targets.append((module, class_method)) 800 for class_method in self.class_methods: 804 …-e tests_regex " + ".*".join([re.escape(re.escape(re.escape(s))) for s in class_method.split("*")])
|
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/ |
D | objc.rs | 346 for class_method in &self.class_methods { in trace() 347 class_method.signature.trace(context, tracer, &()); in trace()
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_call.py | 391 def class_method(cls): member in PythonClass 418 (PythonClass.class_method, (), "classmethod"), 424 (PYTHON_INSTANCE.class_method, (), "classmethod"),
|
D | test_inspect.py | 1475 def class_method(cls): pass member in TestIsDataDescriptor.test_functions.Test 1483 self.assertFalse(inspect.isdatadescriptor(Test().class_method),
|
/aosp_15_r20/external/python/enum34/enum/ |
D | __init__.py | 284 class_method = getattr(enum_class, name) 287 if name not in classdict and class_method is not enum_method:
|
/aosp_15_r20/tools/asuite/atest/test_runners/ |
H A D | mobly_test_runner.py | 266 class_method = f'{test_identifier["testClass"]}.{test_identifier["method"]}' 267 self._test_results[class_method] = test_result
|
/aosp_15_r20/external/python/cpython3/Lib/unittest/test/testmock/ |
D | testpatch.py | 56 def class_method(cls): pass member in Foo 995 Foo.class_method() 1018 def class_method(cls, a, b=10, *, c): pass member in PatchTest.test_autospec_classmethod_signature.Foo 1020 Foo.class_method(1, 2, c=3)
|
D | testhelpers.py | 967 def class_method(cls, a, b=10, *, c): pass member in SpecSignatureTest.test_autospec_signature_classmethod.Foo 970 self.assertEqual(inspect.signature(Foo.class_method), inspect.signature(mock))
|
D | testmock.py | 1623 def class_method(cls): pass member in MockTest.test_create_autospec_classmethod_and_staticmethod.TestClass
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/unittest/test/testmock/ |
H A D | testpatch.py | 56 def class_method(cls): pass member in Foo 995 Foo.class_method() 1018 def class_method(cls, a, b=10, *, c): pass member in PatchTest.test_autospec_classmethod_signature.Foo 1020 Foo.class_method(1, 2, c=3)
|
H A D | testhelpers.py | 967 def class_method(cls, a, b=10, *, c): pass member in SpecSignatureTest.test_autospec_signature_classmethod.Foo 970 self.assertEqual(inspect.signature(Foo.class_method), inspect.signature(mock))
|
H A D | testmock.py | 1623 def class_method(cls): pass member in MockTest.test_create_autospec_classmethod_and_staticmethod.TestClass
|
/aosp_15_r20/external/python/cpython3/Doc/library/ |
D | unittest.mock.rst | 56 def class_method(cls, args): 1560 >>> @patch.object(SomeClass, 'class_method') 1562 ... SomeClass.class_method(3) 1877 >>> @patch.object(SomeClass, 'class_method') 1881 ... assert SomeClass.class_method is mock2 1883 ... SomeClass.class_method('bar')
|
/aosp_15_r20/external/clang/test/CodeGenObjC/ |
H A D | arc.m | 69 + (void) class_method; class 75 // CHECK: define internal void @"\01+[Test2 class_method]" 81 + (void) class_method {} class
|
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/codegen/ |
D | mod.rs | 4521 for class_method in self.class_methods() { in codegen() 4526 .any(|x| x == class_method.rust_name()); in codegen() 4530 class_method, in codegen()
|
/aosp_15_r20/external/pytorch/test/dynamo/ |
H A D | test_functions.py | 1820 def class_method(cls) -> str: member in FunctionTests.MyNamedTuple 1826 return mytuple.add(), mytuple.static_method(), mytuple.class_method()
|
/aosp_15_r20/external/pytorch/ |
H A D | .lintrunner.toml | 1176 'torch/_export/db/examples/class_method.py',
|