Home
last modified time | relevance | path

Searched defs:f (Results 151 – 175 of 18776) sorted by relevance

12345678910>>...752

/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/core/core-ktx/1.16.0-alpha01/androidx.core_core-ktx/android_common_apex30/aar/
Dandroidx.core_core-ktx.jar ... <init> (kotlin.jvm.functions.F
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/core/core-ktx/1.16.0-alpha01/androidx.core_core-ktx/android_common_apex33/aar/
Dandroidx.core_core-ktx.jar ... <init> (kotlin.jvm.functions.F
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/core/core-ktx/1.16.0-alpha01/androidx.core_core-ktx/android_common/aar/
Dandroidx.core_core-ktx.jar ... <init> (kotlin.jvm.functions.F
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Deager_test.py156 def f(x): function
167 def f(): function
335 def f(): function
352 def f(): function
368 def f(): function
382 def f(): function
396 def f(v): function
409 def f(v): function
423 def f(v): function
483 def f(x): function
[all …]
/aosp_15_r20/external/pytorch/test/fx/
H A Dtest_cse_pass.py16 def check(self, f, t, delta, check_val=True, graph_input=False, P=None): argument
94 def f(x): function
105 def f(x): function
112 def f(x): function
123 def f(x): function
134 def f(x): function
145 def f(x): function
156 def f(x): function
167 def f(x): function
178 def f(x): function
[all …]
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_peepholer.py23 def count_instr_recursively(f, opname): argument
98 def f(): function
115 def f(): function
125 def f(): function
219 def f(a): function
339 def f(x): function
351 def f(cond, true_value, false_value): function
365 def f(): function
378 def f(): function
390 def f(a, b, c): function
[all …]
Dtest_sys_setprofile.py105 def f(p): function
113 def f(p): function
121 def f(p): function
130 def f(p): function
139 def f(p): function
150 def f(p): function
169 def f(p): function
184 def f(p): function
193 def f(p): function
202 def f(p): function
[all …]
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/security/cert/
H A DX509CRLTest.java96 private final X509Certificate getCertificate(CertificateFactory f, String name) in getCertificate()
112 private final X509CRL getCRL(CertificateFactory f, String name) throws Exception { in getCRL()
169 CertificateFactory f = CertificateFactory.getInstance("X.509"); in test_X509CRLImpl_verify() local
182 CertificateFactory f = CertificateFactory.getInstance("X.509", p); in test_Provider() local
210 private void verify(CertificateFactory f) throws Exception { in verify()
255 private void getType(CertificateFactory f) throws Exception { in getType()
261 private void isRevoked(CertificateFactory f) throws Exception { in isRevoked()
285 private void getThisUpdateNextUpdate(CertificateFactory f) throws Exception { in getThisUpdateNextUpdate()
315 private void getSigAlgName(CertificateFactory f) throws Exception { in getSigAlgName()
320 private void getSigAlgOID(CertificateFactory f) throws Exception { in getSigAlgOID()
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dcrtdbg.h142 #define _malloc_dbg(s,t,f,l) malloc(s) argument
143 #define _calloc_dbg(c,s,t,f,l) calloc(c,s) argument
144 #define _realloc_dbg(p,s,t,f,l) realloc(p,s) argument
145 #define _recalloc_dbg(p,c,s,t,f,l) _recalloc(p,c,s) argument
146 #define _expand_dbg(p,s,t,f,l) _expand(p,s) argument
150 #define _aligned_malloc_dbg(s,a,f,l) _aligned_malloc(s,a) argument
151 #define _aligned_realloc_dbg(p,s,a,f,l) _aligned_realloc(p,s,a) argument
152 #define _aligned_recalloc_dbg(p,c,s,a,f,l) _aligned_realloc(p,c,s,a) argument
154 #define _aligned_offset_malloc_dbg(s,a,o,f,l) _aligned_offset_malloc(s,a,o) argument
155 #define _aligned_offset_realloc_dbg(p,s,a,o,f,l) _aligned_offset_realloc(p,s,a,o) argument
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Doptional_tensor_test.cc111 void SetInputToInputWeights(std::initializer_list<float> f) { in SetInputToInputWeights()
115 void SetInputToForgetWeights(std::initializer_list<float> f) { in SetInputToForgetWeights()
119 void SetInputToCellWeights(std::initializer_list<float> f) { in SetInputToCellWeights()
123 void SetInputToOutputWeights(std::initializer_list<float> f) { in SetInputToOutputWeights()
127 void SetRecurrentToInputWeights(std::initializer_list<float> f) { in SetRecurrentToInputWeights()
131 void SetRecurrentToForgetWeights(std::initializer_list<float> f) { in SetRecurrentToForgetWeights()
135 void SetRecurrentToCellWeights(std::initializer_list<float> f) { in SetRecurrentToCellWeights()
139 void SetRecurrentToOutputWeights(std::initializer_list<float> f) { in SetRecurrentToOutputWeights()
143 void SetCellToInputWeights(std::initializer_list<float> f) { in SetCellToInputWeights()
147 void SetCellToForgetWeights(std::initializer_list<float> f) { in SetCellToForgetWeights()
[all …]
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_kernel_benchmark.py113 def f(x): function
130 def f(a, b): function
148 def f(a, b): function
190 def f(x, y): function
208 def f(a, b, c): function
228 def f(a): function
246 def f(a, b, c, d): function
271 def f(a, b, c): function
296 def f(a, b, c): function
318 def f(a, b, c): function
[all …]
H A Dtest_inplacing_pass.py87 def _test(self, f): argument
98 def f(x, y): function
106 def f(x, y): function
116 def f(x, y): function
122 def f(x, y): function
130 def f(x, y): function
139 def f(x): function
158 def f(x): function
195 def f(arg0_1): function
217 def f(arg0_1): function
[all …]
/aosp_15_r20/external/libcxx/test/std/atomics/atomics.flag/
H A Datomic_flag_test_and_set_explicit.pass.cpp25 std::atomic_flag f; in main() local
31 std::atomic_flag f; in main() local
37 std::atomic_flag f; in main() local
43 std::atomic_flag f; in main() local
49 std::atomic_flag f; in main() local
55 std::atomic_flag f; in main() local
61 volatile std::atomic_flag f; in main() local
67 volatile std::atomic_flag f; in main() local
73 volatile std::atomic_flag f; in main() local
79 volatile std::atomic_flag f; in main() local
[all …]
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/
H A DCredentials_test.cpp124 UIDFaker f(AID_SYSTEM); in checkWithPrivileges() local
130 UIDFaker f(AID_GRAPHICS); in checkWithPrivileges() local
136 UIDFaker f(AID_SYSTEM); in checkWithPrivileges() local
142 UIDFaker f(AID_BIN); in checkWithPrivileges() local
148 UIDFaker f(AID_SHELL); in checkWithPrivileges() local
160 UIDFaker f(AID_GRAPHICS); in TEST_F() local
166 UIDFaker f(AID_SYSTEM); in TEST_F() local
172 UIDFaker f(AID_BIN); in TEST_F() local
187 UIDFaker f(AID_BIN); in TEST_F() local
242 UIDFaker f(AID_ROOT); in TEST_F() local
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/permission/services.permission-pre-jarjar/android_common/repackaged-jarjar/kotlinc/
Dservices.permission-pre-jarjar.jar ... functions.Function1) int i int $i$f$broadcast int itemCount android.os.RemoteCallbackList $ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/permission/services.permission-pre-jarjar/android_common/kotlin/
Dservices.permission-pre-jarjar.jar ... android.server.SystemConfig) int $i$f$plusAssign com.android.server.permission. ...
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/detail/
Dthread.hpp202 …::thread_data_ptr make_thread_info(BOOST_THREAD_RV_REF(F) f, BOOST_THREAD_RV_REF(ArgTypes)... args) in make_thread_info()
213 static inline detail::thread_data_ptr make_thread_info(BOOST_THREAD_RV_REF(F) f) in make_thread_info()
219 static inline detail::thread_data_ptr make_thread_info(void (*f)()) in make_thread_info()
226 static inline detail::thread_data_ptr make_thread_info(F f in make_thread_info()
236 static inline detail::thread_data_ptr make_thread_info(BOOST_THREAD_RV_REF(F) f) in make_thread_info()
264 explicit thread(BOOST_THREAD_RV_REF(F) f in thread() argument
274 thread(attributes const& attrs, BOOST_THREAD_RV_REF(F) f): in thread()
283 explicit thread(F f): in thread()
289 thread(attributes const& attrs, F f): in thread()
296 explicit thread(F f in thread()
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/atomics/atomics.flag/
H A Datomic_flag_test_and_set_explicit.pass.cpp24 std::atomic_flag f; in main() local
30 std::atomic_flag f; in main() local
36 std::atomic_flag f; in main() local
42 std::atomic_flag f; in main() local
48 std::atomic_flag f; in main() local
54 std::atomic_flag f; in main() local
60 volatile std::atomic_flag f; in main() local
66 volatile std::atomic_flag f; in main() local
72 volatile std::atomic_flag f; in main() local
78 volatile std::atomic_flag f; in main() local
[all …]
H A Datomic_flag_test_explicit.pass.cpp24 std::atomic_flag f; in main() local
31 std::atomic_flag f; in main() local
38 std::atomic_flag f; in main() local
46 std::atomic_flag f; in main() local
53 std::atomic_flag f; in main() local
61 std::atomic_flag f; in main() local
68 volatile std::atomic_flag f; in main() local
75 volatile std::atomic_flag f; in main() local
82 volatile std::atomic_flag f; in main() local
90 volatile std::atomic_flag f; in main() local
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/function/include/boost/function/
Dfunction_template.hpp99 FunctionPtr f = reinterpret_cast<FunctionPtr>(function_ptr.members.func_ptr); in invoke() local
116 FunctionPtr f = reinterpret_cast<FunctionPtr>(function_ptr.members.func_ptr); in invoke() local
132 FunctionObj* f; in invoke() local
153 FunctionObj* f; in invoke() local
173 FunctionObj* f = in invoke() local
191 FunctionObj* f = in invoke() local
210 MemberPtr* f = in invoke() local
228 MemberPtr* f = in invoke() local
723 BOOST_FUNCTION_FUNCTION(Functor BOOST_FUNCTION_TARGET_FIX(const &) f, Allocator a in BOOST_FUNCTION_FUNCTION() argument
744 BOOST_FUNCTION_FUNCTION(const BOOST_FUNCTION_FUNCTION& f) : function_base() in BOOST_FUNCTION_FUNCTION()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Ddef_function_xla_jit_test.py232 def f(x, y): function
336 def f(x): function
475 def f(): function
509 def f(x): function
529 def f(x): function
549 def f(x): function
566 def f(x): function
582 def f(x): function
607 def f(x): function
632 def f(x): function
[all …]
/aosp_15_r20/out/soong/.intermediates/external/okio/okio-lib/android_common_apex30/kotlin/
Dokio-lib.jar ... util.zip.Deflater) int $i$f$deflate okio.Sink $this$deflate java ...
/aosp_15_r20/out/soong/.intermediates/external/okio/okio-lib/android_common_apex33/kotlin/
Dokio-lib.jar ... util.zip.Deflater) int $i$f$deflate okio.Sink $this$deflate java ...
/aosp_15_r20/out/soong/.intermediates/external/okio/okio-lib/android_common/kotlin/
Dokio-lib.jar ... util.zip.Deflater) int $i$f$deflate okio.Sink $this$deflate java ...
/aosp_15_r20/out/soong/.intermediates/external/okio/okio-lib/android_common_apex34/kotlin/
Dokio-lib.jar ... util.zip.Deflater) int $i$f$deflate okio.Sink $this$deflate java ...

12345678910>>...752