Home
last modified time | relevance | path

Searched defs:static_method (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-methods.cpp11 static void static_method() {} in static_method() function in C
H A Ddebug-info-codeview-display-name.cpp45 static foo* static_method() { return 0; } in static_method() function
H A Dmangle-ms.cpp59 static foo* static_method() { return 0; } in static_method() function in foo
/aosp_15_r20/external/clang/test/Analysis/
H A Dbug_hash_test.cpp21 static int static_method() { in static_method() function in AA::X
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_scoped_enum.pass.cpp71 static int static_method(int) { return 0; } in static_method() function
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dinstantiate-using-decl.cpp160 static void static_method() { in static_method() function
/aosp_15_r20/external/rust/beto-rust/common/pourover/src/
Ddesc.rs96 pub const fn static_method<'cls>( in static_method() method
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/
H A Dinspect_utils_test.py71 def static_method(): member in TestClass
/aosp_15_r20/external/python/cpython3/Lib/unittest/test/testmock/
Dtestpatch.py53 def static_method(): pass member in Foo
1003 def static_method(a, b=10, *, c): pass member in PatchTest.test_autospec_staticmethod_signature.Foo
Dtesthelpers.py958 def static_method(a, b=10, *, c): pass member in SpecSignatureTest.test_autospec_signature_staticmethod.Foo
Dtestmock.py1626 def static_method(): 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 Dtestpatch.py53 def static_method(): pass member in Foo
1003 def static_method(a, b=10, *, c): pass member in PatchTest.test_autospec_staticmethod_signature.Foo
H A Dtesthelpers.py958 def static_method(a, b=10, *, c): pass member in SpecSignatureTest.test_autospec_signature_staticmethod.Foo
H A Dtestmock.py1626 def static_method(): pass member in MockTest.test_create_autospec_classmethod_and_staticmethod.TestClass
/aosp_15_r20/art/test/115-native-bridge/
H A Dnativebridge.cc39 bool static_method; member
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_call.py395 def static_method(): member in PythonClass
Dtest_inspect.py1477 def static_method(): pass member in TestIsDataDescriptor.test_functions.Test
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_functions.py1816 def static_method() -> int: member in FunctionTests.MyNamedTuple