Home
last modified time | relevance | path

Searched refs:find_function (Results 1 – 10 of 10) sorted by relevance

/third_party/optimized-routines/math/test/rtest/
Dmain.c86 Testable *find_function(const char *func) in find_function() function
208 f = find_function(q); in dofile()
213 f = find_function(r); in dofile()
/third_party/openssl/crypto/store/
Dstore_register.c103 OSSL_STORE_find_fn find_function) in OSSL_STORE_LOADER_set_find() argument
105 loader->find = find_function; in OSSL_STORE_LOADER_set_find()
/third_party/mesa3d/src/compiler/glsl/
Dlower_int64.cpp101 ir_function *find_function(const char *name) in find_function() function in __anon3960539d0111::lower_64bit_visitor
328 ir_function *f = find_function(function_name); in handle_op()
/third_party/openssl/ohos_lite/include/openssl/
Dstore.h235 OSSL_STORE_find_fn find_function);
/third_party/openssl/include/openssl/
Dstore.h332 OSSL_STORE_find_fn find_function);
/third_party/python/Lib/
Dpdb.py94 def find_function(funcname, filename): function
743 answer = find_function(item, fname)
/third_party/python/Lib/test/
Dtest_pdb.py1403 expected, pdb.find_function(func_name, os_helper.TESTFN))
/third_party/openssl/doc/man3/
DOSSL_STORE_LOADER.pod93 OSSL_STORE_find_fn find_function);
/third_party/python/Misc/NEWS.d/
D3.10.0a1.rst1765 :func:`pdb.find_function` now correctly determines the source file encoding.
/third_party/python/Misc/
DHISTORY3881 - Issue #18714: Added tests for ``pdb.find_function()``.