Home
last modified time | relevance | path

Searched defs:arg (Results 601 - 625 of 2289) sorted by relevance

1...<<21222324252627282930>>...92

/third_party/python/Python/
H A Dframe.c10 _PyFrame_Traverse(_PyInterpreterFrame *frame, visitproc visit, void *arg) in _PyFrame_Traverse() argument
/third_party/python/Modules/_sha3/clinic/
H A Dsha3module.c.h127 _sha3_shake_128_digest(SHA3object *self, PyObject *arg) in _sha3_shake_128_digest() argument
154 _sha3_shake_128_hexdigest(SHA3object *self, PyObject *arg) in _sha3_shake_128_hexdigest() argument
/third_party/python/Modules/_sqlite/clinic/
H A Dblob.c.h81 blob_write(pysqlite_Blob *self, PyObject *arg) in blob_write() argument
/third_party/python/Modules/_sqlite/
H A Dstatement.c118 stmt_traverse(pysqlite_Statement *self, visitproc visit, void *arg) in stmt_traverse() argument
/third_party/python/Modules/_ssl/
H A Ddebughelpers.c98 _PySSLContext_set_msg_callback(PySSLContext *self, PyObject *arg, void *c) { in _PySSLContext_set_msg_callback() argument
177 _PySSLContext_set_keylog_filename(PySSLContext *self, PyObject *arg, void *c) { in _PySSLContext_set_keylog_filename() argument
11 _PySSL_msg_callback(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg) _PySSL_msg_callback() argument
[all...]
/third_party/python/Modules/clinic/
H A D_bz2module.c.h23 _bz2_BZ2Compressor_compress(BZ2Compressor *self, PyObject *arg) in _bz2_BZ2Compressor_compress() argument
H A D_heapqmodule.c.h52 _heapq_heappop(PyObject *module, PyObject *arg) in _heapq_heappop() argument
160 _heapq_heapify(PyObject *module, PyObject *arg) in _heapq_heapify() argument
189 _heapq__heappop_max(PyObject *module, PyObject *arg) in _heapq__heappop_max() argument
253 _heapq__heapify_max(PyObject *module, PyObject *arg) _heapq__heapify_max() argument
[all...]
H A Dresource.c.h19 resource_getrusage(PyObject *module, PyObject *arg) in resource_getrusage() argument
48 resource_getrlimit(PyObject *module, PyObject *arg) in resource_getrlimit() argument
H A Dtermios.c.h25 termios_tcgetattr(PyObject *module, PyObject *arg) in termios_tcgetattr() argument
134 termios_tcdrain(PyObject *module, PyObject *arg) in termios_tcdrain() argument
241 termios_tcgetwinsize(PyObject *module, PyObject *arg) in termios_tcgetwinsize() argument
/third_party/python/Objects/clinic/
H A Dcomplexobject.c.h53 complex___format__(PyComplexObject *self, PyObject *arg) in complex___format__() argument
/third_party/python/Modules/
H A Dspwdmodule.c138 spwd_getspnam_impl(PyObject *module, PyObject *arg) in spwd_getspnam_impl() argument
230 static int spwdmodule_traverse(PyObject *m, visitproc visit, void *arg) { in spwdmodule_traverse() argument
/third_party/python/Objects/
H A Dcellobject.c118 cell_traverse(PyCellObject *op, visitproc visit, void *arg) in cell_traverse() argument
/third_party/python/Objects/stringlib/clinic/
H A Dtransmogrify.h.h230 stringlib_zfill(PyObject *self, PyObject *arg) in stringlib_zfill() argument
/third_party/rust/crates/clap/src/
H A Dmacros.rs210 let mut arg = $arg; variables
233 let mut arg = $arg; global() variables
294 let mut arg = $arg; global() variables
321 let mut arg = $arg; global() variables
348 let mut arg = $arg; global() variables
377 let mut arg = $arg; global() variables
526 macro_rules! arg { global() macros
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dcontainer_memory_test.cc153 DecomposeValueImpl(int, F&& f, Arg&& arg) { in DecomposeValueImpl() argument
158 const char* DecomposeValueImpl(char, F&& f, Arg&& arg) { in DecomposeValueImpl() argument
164 TryDecomposeValue(F&& f, Arg&& arg) { in TryDecomposeValue() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dbind_test.cc40 const FormatArgImpl *arg; in TEST_F() member
/third_party/selinux/libsepol/src/
H A Dibendports.c219 sepol_ibendport_iterate(sepol_handle_t *handle, const sepol_policydb_t *p, int (*fn)(const sepol_ibendport_t *ibendport, void *fn_arg), void *arg) sepol_ibendport_iterate() argument
H A Dinterfaces.c235 sepol_iface_iterate(sepol_handle_t * handle, const sepol_policydb_t * p, int (*fn) (const sepol_iface_t * iface, void *fn_arg), void *arg) sepol_iface_iterate() argument
H A Dbooleans.c178 sepol_bool_iterate(sepol_handle_t * handle, const sepol_policydb_t * p, int (*fn) (const sepol_bool_t * boolean, void *fn_arg), void *arg) sepol_bool_iterate() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H A Daddinterface.cpp82 QStringList arg = (*it).split(QChar('\t')); in addInterfaces() local
/third_party/vk-gl-cts/framework/delibs/dethread/unix/
H A DdeThreadUnix.c55 void* arg; member
64 void* arg = thread->arg; in startThread() local
72 deThread deThread_create (deThreadFunc func, void* arg, const deThreadAttributes* attributes) in deThread_create() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H A Daddinterface.cpp82 QStringList arg = (*it).split(QChar('\t')); in addInterfaces() local
/third_party/zlib/contrib/puff/
H A Dpufftest.c92 char *arg, *name = NULL; in main() local
[all...]
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dmntentndk.cpp49 int DoPlainTests(int (*fn1)(void *arg), void *arg1, int (*fn2)(void *arg), void *arg2) in DoPlainTests() argument
H A Dmountndk.cpp37 int DoPlainTests(int (*fn1)(void *arg), void *arg1, int (*fn2)(void *arg), void *arg2) in DoPlainTests() argument

Completed in 11 milliseconds

1...<<21222324252627282930>>...92