/third_party/python/Modules/clinic/ |
H A D | _heapqmodule.c.h | 18 _heapq_heappush(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in _heapq_heappush() argument 89 _heapq_heapreplace(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in _heapq_heapreplace() argument 126 _heapq_heappushpop(PyObject *module, PyObject *const *args, Py_ssize_t nargs) _heapq_heappushpop() argument 219 _heapq__heapreplace_max(PyObject *module, PyObject *const *args, Py_ssize_t nargs) _heapq__heapreplace_max() argument [all...] |
H A D | md5module.c.h | 18 MD5Type_copy(MD5object *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in MD5Type_copy() argument 85 _md5_md5(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _md5_md5() argument
|
H A D | _dbmmodule.c.h | 36 _dbm_dbm_keys(dbmobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _dbm_dbm_keys() argument 59 _dbm_dbm_get(dbmobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _dbm_dbm_get() argument 94 _dbm_dbm_setdefault(dbmobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _dbm_dbm_setdefault() argument 135 dbmopen(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in dbmopen() argument [all...] |
H A D | _tracemalloc.c.h | 93 _tracemalloc_start(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in _tracemalloc_start() argument
|
H A D | sha512module.c.h | 18 SHA512Type_copy(SHAobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in SHA512Type_copy() argument 85 _sha512_sha512(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _sha512_sha512() argument 136 _sha512_sha384(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _sha512_sha384() argument [all...] |
H A D | sha256module.c.h | 18 SHA256Type_copy(SHAobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in SHA256Type_copy() argument 85 _sha256_sha256(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _sha256_sha256() argument 136 _sha256_sha224(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _sha256_sha224() argument [all...] |
H A D | resource.c.h | 75 resource_setrlimit(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in resource_setrlimit() argument 108 resource_prlimit(PyObject *module, PyObject *args) in resource_prlimit() argument
|
H A D | sha1module.c.h | 18 SHA1Type_copy(SHA1object *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in SHA1Type_copy() argument 85 _sha1_sha1(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _sha1_sha1() argument
|
H A D | termios.c.h | 59 termios_tcsetattr(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in termios_tcsetattr() argument 99 termios_tcsendbreak(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in termios_tcsendbreak() argument 165 termios_tcflush(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in termios_tcflush() argument 204 termios_tcflow(PyObject *module, PyObject *const *args, Py_ssize_t nargs) termios_tcflow() argument 271 termios_tcsetwinsize(PyObject *module, PyObject *const *args, Py_ssize_t nargs) termios_tcsetwinsize() argument [all...] |
/third_party/python/Objects/ |
H A D | boolobject.c | 33 bool_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in bool_new() argument
|
H A D | cellobject.c | 34 cell_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in cell_new() argument
|
/third_party/python/Objects/stringlib/clinic/ |
H A D | transmogrify.h.h | 20 stringlib_expandtabs(PyObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in stringlib_expandtabs() argument 62 stringlib_ljust(PyObject *self, PyObject *const *args, Py_ssize_t nargs) in stringlib_ljust() argument 118 stringlib_rjust(PyObject *self, PyObject *const *args, Py_ssize_t nargs) stringlib_rjust() argument 174 stringlib_center(PyObject *self, PyObject *const *args, Py_ssize_t nargs) stringlib_center() argument [all...] |
/third_party/python/Objects/stringlib/ |
H A D | find.h | 86 STRINGLIB(parse_args_finds)(const char * function_name, PyObject *args, in parse_args_finds() argument
|
/third_party/python/Doc/includes/ |
H A D | custom3.c | 21 Custom_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Custom_new() argument 42 Custom_init(CustomObject *self, PyObject *args, PyObject *kwds) in Custom_init() argument
|
H A D | custom2.c | 21 Custom_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Custom_new() argument 42 Custom_init(CustomObject *self, PyObject *args, PyObject *kwds) in Custom_init() argument
|
/third_party/python/Modules/ |
H A D | atexitmodule.c | 138 atexit_register(PyObject *module, PyObject *args, PyObject *kwargs) in atexit_register() argument [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/base/ |
H A D | call_once.h | 193 void LowLevelCallOnce(absl::once_flag* flag, Callable&& fn, Args&&... args) { in LowLevelCallOnce() argument 206 void call_once(absl::once_flag& flag, Callable&& fn, Args&&... args) { in call_once() argument 147 CallOnceImpl(std::atomic<uint32_t>* control, base_internal::SchedulingMode scheduling_mode, Callable&& fn, Args&&... args) CallOnceImpl() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/functional/ |
H A D | function_ref_benchmark.cc | 40 void ABSL_ATTRIBUTE_NOINLINE CallFunction(Function f, Args&&... args) { in CallFunction() argument 45 ConstructAndCallFunctionBenchmark(benchmark::State& state, const Callable& c, Args&&... args) ConstructAndCallFunctionBenchmark() argument 87 CallFunctionBenchmark(benchmark::State& state, const Callable& c, Args... args) CallFunctionBenchmark() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | str_cat.h | 341 StrCat( const AlphaNum& a, const AlphaNum& b, const AlphaNum& c, const AlphaNum& d, const AlphaNum& e, const AV&... args) StrCat() argument 386 StrAppend(std::string* dest, const AlphaNum& a, const AlphaNum& b, const AlphaNum& c, const AlphaNum& d, const AlphaNum& e, const AV&... args) StrAppend() argument
|
H A D | substitute.h | 246 const absl::string_view args[] = {a0.piece()}; in SubstituteAndAppend() local 254 const absl::string_view args[] = {a0.piece(), a1.piece()}; in SubstituteAndAppend() local 263 const absl::string_view args[] = {a0.piece(), a1.piece(), a2.piece()}; in SubstituteAndAppend() local 273 const absl::string_view args[] = {a0.piece(), a1.piece(), a2.piece(), SubstituteAndAppend() local 285 const absl::string_view args[] = {a0.piece(), a1.piece(), a2.piece(), SubstituteAndAppend() local 298 const absl::string_view args[] = {a0.piece(), a1.piece(), a2.piece(), SubstituteAndAppend() local 312 const absl::string_view args[] = {a0.piece(), a1.piece(), a2.piece(), SubstituteAndAppend() local 325 const absl::string_view args[] = {a0.piece(), a1.piece(), a2.piece(), SubstituteAndAppend() local 339 const absl::string_view args[] = {a0.piece(), a1.piece(), a2.piece(), SubstituteAndAppend() local 353 const absl::string_view args[] = { SubstituteAndAppend() local [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
H A D | variant_exception_safety_test.cc | 135 Thrower ExpectedThrower(Args&&... args) { in ExpectedThrower() argument 465 Thrower args = ExpectedThrower(); in TEST() local
|
H A D | variant.h | 524 constexpr explicit variant(in_place_type_t<T>, Args&&... args) in variant() argument 550 constexpr explicit variant(in_place_index_t<I>, Args&&... args) in variant() argument 623 T& emplace(Args&&... args) { in emplace() argument 538 variant(in_place_type_t<T>, std::initializer_list<U> il, Args&&... args) variant() argument 560 variant(in_place_index_t<I>, std::initializer_list<U> il, Args&&... args) variant() argument 644 emplace(std::initializer_list<U> il, Args&&... args) emplace() argument 664 emplace(Args&&.... args) emplace() argument 681 emplace(std::initializer_list<U> il, Args&&... args) emplace() argument [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | container_memory_test.cc | 187 DecomposePairImpl(int, F&& f, Args&&... args) { in DecomposePairImpl() argument 192 const char* DecomposePairImpl(char, F&& f, Args&&... args) { in DecomposePairImpl() argument 198 TryDecomposePair(F&& f, Args&&... args) { in TryDecomposePair() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | bind_test.cc | 47 const FormatArgImpl args[] = {FormatArgImpl(ia[0]), FormatArgImpl(ia[1]), in TEST_F() local 110 const FormatArgImpl args[] = {FormatArgImpl(args_i[0]), TEST_F() local 126 const FormatArgImpl args[] = {FormatArgImpl(ia[0]), FormatArgImpl(ia[1]), TEST_F() local [all...] |
/third_party/skia/include/sksl/ |
H A D | DSLFunction.h | 75 DSLExpression operator()(Args&&... args) { in operator ()() argument 91 void collectArgs(ExpressionArray& args) {} in collectArgs() argument 94 void collectArgs(ExpressionArray& args, DSLVar& var, RemainingArgs&&... remaining) { in collectArgs() argument 100 void collectArgs(ExpressionArray& args, DSLExpressio argument [all...] |