| /third_party/python/Python/ |
| H A D | frame.c | 10 _PyFrame_Traverse(_PyInterpreterFrame *frame, visitproc visit, void *arg) in _PyFrame_Traverse() argument
|
| /third_party/python/Modules/_sha3/clinic/ |
| H A D | sha3module.c.h | 127 _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 D | blob.c.h | 81 blob_write(pysqlite_Blob *self, PyObject *arg) in blob_write() argument
|
| /third_party/python/Modules/_sqlite/ |
| H A D | statement.c | 118 stmt_traverse(pysqlite_Statement *self, visitproc visit, void *arg) in stmt_traverse() argument
|
| /third_party/python/Modules/_ssl/ |
| H A D | debughelpers.c | 98 _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.h | 23 _bz2_BZ2Compressor_compress(BZ2Compressor *self, PyObject *arg) in _bz2_BZ2Compressor_compress() argument
|
| H A D | _heapqmodule.c.h | 52 _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 D | resource.c.h | 19 resource_getrusage(PyObject *module, PyObject *arg) in resource_getrusage() argument 48 resource_getrlimit(PyObject *module, PyObject *arg) in resource_getrlimit() argument
|
| H A D | termios.c.h | 25 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 D | complexobject.c.h | 53 complex___format__(PyComplexObject *self, PyObject *arg) in complex___format__() argument
|
| /third_party/python/Modules/ |
| H A D | spwdmodule.c | 138 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 D | cellobject.c | 118 cell_traverse(PyCellObject *op, visitproc visit, void *arg) in cell_traverse() argument
|
| /third_party/python/Objects/stringlib/clinic/ |
| H A D | transmogrify.h.h | 230 stringlib_zfill(PyObject *self, PyObject *arg) in stringlib_zfill() argument
|
| /third_party/rust/crates/clap/src/ |
| H A D | macros.rs | 210 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 D | container_memory_test.cc | 153 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 D | bind_test.cc | 40 const FormatArgImpl *arg; in TEST_F() member
|
| /third_party/selinux/libsepol/src/ |
| H A D | ibendports.c | 219 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 D | interfaces.c | 235 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 D | booleans.c | 178 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 D | addinterface.cpp | 82 QStringList arg = (*it).split(QChar('\t')); in addInterfaces() local
|
| /third_party/vk-gl-cts/framework/delibs/dethread/unix/ |
| H A D | deThreadUnix.c | 55 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 D | addinterface.cpp | 82 QStringList arg = (*it).split(QChar('\t')); in addInterfaces() local
|
| /third_party/zlib/contrib/puff/ |
| H A D | pufftest.c | 92 char *arg, *name = NULL; in main() local [all...] |
| /test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
| H A D | mntentndk.cpp | 49 int DoPlainTests(int (*fn1)(void *arg), void *arg1, int (*fn2)(void *arg), void *arg2)
in DoPlainTests() argument
|
| H A D | mountndk.cpp | 37 int DoPlainTests(int (*fn1)(void *arg), void *arg1, int (*fn2)(void *arg), void *arg2)
in DoPlainTests() argument
|