Home
last modified time | relevance | path

Searched defs:static_func (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/clang/test/CoverageMapping/
H A Dtest.c29 void static_func() { } // CHECK: File 0, [[@LINE]]:20 -> [[@LINE]]:23 = #0 in static_func() function
/aosp_15_r20/external/clang/test/CoverageMapping/Inputs/
H A Dheader1.h12 static void static_func(int j) { in static_func() function
/aosp_15_r20/external/clang/test/Profile/
H A Dc-general.c465 static void static_func() { in static_func() function
/aosp_15_r20/tools/test/connectivity/acts/framework/tests/libs/
Dversion_selector_test.py83 def static_func(arg1): member in VersionedClass
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/debugging/
H A Dsymbolize_test.cc56 ABSL_SYMBOLIZE_TEST_NOINLINE static void static_func() { in static_func() function
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/debugging/
H A Dsymbolize_test.cc65 ABSL_SYMBOLIZE_TEST_NOINLINE static void static_func() { in static_func() function
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/debugging/
H A Dsymbolize_test.cc65 ABSL_SYMBOLIZE_TEST_NOINLINE static void static_func() { in static_func() function
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/debugging/
H A Dsymbolize_test.cc56 ABSL_SYMBOLIZE_TEST_NOINLINE static void static_func() { in static_func() function
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/debugging/
H A Dsymbolize_test.cc56 ABSL_SYMBOLIZE_TEST_NOINLINE static void static_func() { in static_func() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/
Dsymbolize_test.cc56 ABSL_SYMBOLIZE_TEST_NOINLINE static void static_func() { in static_func() function
/aosp_15_r20/external/abseil-cpp/absl/debugging/
H A Dsymbolize_test.cc65 ABSL_SYMBOLIZE_TEST_NOINLINE static void static_func() { in static_func() function
/aosp_15_r20/external/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp216 static void static_func() // expected-warning {{redeclaring non-static 'static_func' as static is a… in static_func() function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dcheck_ops.py355 def _binary_assert(sym, opname, op_func, static_func, x, y, data, summarize, argument
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_functools.py2596 def static_func(arg: int) -> str: member in TestSingleDispatch.test_method_wrapping_attributes.A
/aosp_15_r20/external/python/cpython3/Objects/
Dtypeobject.c2922 PyObject *static_func = PyStaticMethod_New(func); in type_new_staticmethod() local