Home
last modified time | relevance | path

Searched defs:fns (Results 1 – 12 of 12) sorted by relevance

/third_party/jerryscript/tests/jerry/
Dfunction-construct.js40 var fns = new Array (); variable
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dinit.cc69 auto fns = mindspore::PybindDefineRegister::AllFuncs(); in PYBIND11_MODULE() local
/third_party/ltp/testcases/kernel/mce-test/tools/
Dgcov_merge.py57 def gcov_merge(fns, of): argument
Dscov_merge.py49 def scov_merge(fns, of): argument
/third_party/node/lib/
Dasync_hooks.js144 function createHook(fns) { argument
/third_party/openssl/crypto/engine/
Deng_dyn.c399 dynamic_fns fns; in dynamic_load() local
/third_party/lwip/src/include/lwip/
Daltcp.h69 const struct altcp_functions *fns; member
/third_party/openssl/engines/
De_padlock.c740 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) in bind_engine()
De_capi.c1892 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) in bind_engine()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fDebugTests.cpp2933 vector<FunctionContainer> wrapCoreFunctions (const vector<NegativeTestShared::FunctionContainer>& f… in wrapCoreFunctions()
/third_party/toybox/toys/pending/
Dbc.c555 BcVec fns; member
/third_party/node/tools/
Dlint-md.mjs3658 const fns = glob.map(input => picomatch$3(input, options, returnState)); constant