Home
last modified time | relevance | path

Searched defs:args (Results 876 - 900 of 2293) sorted by relevance

1...<<31323334353637383940>>...92

/third_party/python/Modules/clinic/
H A D_queuemodule.c.h15 simplequeue_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in simplequeue_new() argument
52 _queue_SimpleQueue_put(simplequeueobject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _queue_SimpleQueue_put() argument
104 _queue_SimpleQueue_put_nowait(simplequeueobject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _queue_SimpleQueue_put_nowait() argument
145 _queue_SimpleQueue_get(simplequeueobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _queue_SimpleQueue_get() argument
196 _queue_SimpleQueue_get_nowait(simplequeueobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _queue_SimpleQueue_get_nowait() argument
[all...]
H A Dunicodedata.c.h23 unicodedata_UCD_decimal(PyObject *self, PyObject *const *args, Py_ssize_t nargs) in unicodedata_UCD_decimal() argument
72 unicodedata_UCD_digit(PyObject *self, PyObject *const *args, Py_ssize_t nargs) in unicodedata_UCD_digit() argument
122 unicodedata_UCD_numeric(PyObject *self, PyObject *const *args, Py_ssize_t nargs) unicodedata_UCD_numeric() argument
405 unicodedata_UCD_is_normalized(PyObject *self, PyObject *const *args, Py_ssize_t nargs) unicodedata_UCD_is_normalized() argument
452 unicodedata_UCD_normalize(PyObject *self, PyObject *const *args, Py_ssize_t nargs) unicodedata_UCD_normalize() argument
499 unicodedata_UCD_name(PyObject *self, PyObject *const *args, Py_ssize_t nargs) unicodedata_UCD_name() argument
[all...]
/third_party/python/Modules/
H A Dxxmodule.c51 Xxo_demo(XxoObject *self, PyObject *args) in Xxo_demo() argument
155 xx_foo(PyObject *self, PyObject *args) in xx_foo() argument
169 xx_new(PyObject *self, PyObject *args) in xx_new() argument
184 xx_bug(PyObject *self, PyObject *args) in xx_bug() argument
205 xx_roj(PyObject *self, PyObject *args) in xx_roj() argument
[all...]
H A Dxxsubtype.c27 spamlist_getstate(spamlistobject *self, PyObject *args) in spamlist_getstate() argument
35 spamlist_setstate(spamlistobject *self, PyObject *args) in spamlist_setstate() argument
47 spamlist_specialmeth(PyObject *self, PyObject *args, PyObject *kw) in spamlist_specialmeth() argument
83 spamlist_init(spamlistobject *self, PyObject *args, PyObjec argument
152 spamdict_getstate(spamdictobject *self, PyObject *args) spamdict_getstate() argument
160 spamdict_setstate(spamdictobject *self, PyObject *args) spamdict_setstate() argument
180 spamdict_init(spamdictobject *self, PyObject *args, PyObject *kwds) spamdict_init() argument
236 spam_bench(PyObject *self, PyObject *args) spam_bench() argument
[all...]
H A Dxxlimited_35.c60 Xxo_demo(XxoObject *self, PyObject *args) in Xxo_demo() argument
144 xx_foo(PyObject *self, PyObject *args) in xx_foo() argument
158 xx_new(PyObject *self, PyObject *args) in xx_new() argument
173 xx_roj(PyObject *self, PyObject *args) in xx_roj() argument
/third_party/python/Objects/
H A Dpicklebufobject.c70 picklebuf_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in picklebuf_new() argument
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyRepeatedField.java72 public IRubyObject initialize(ThreadContext context, IRubyObject[] args) { in initialize() argument
129 index(ThreadContext context, IRubyObject[] args) index() argument
[all...]
H A DRubyMessageBuilderContext.java83 public IRubyObject optional(ThreadContext context, IRubyObject[] args) { in optional() argument
105 public IRubyObject required(ThreadContext context, IRubyObject[] args) { in required() argument
122 repeated(ThreadContext context, IRubyObject[] args) repeated() argument
142 map(ThreadContext context, IRubyObject[] args) map() argument
[all...]
/third_party/python/Doc/includes/
H A Dcustom4.c37 Custom_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Custom_new() argument
58 Custom_init(CustomObject *self, PyObject *args, PyObject *kwds) in Custom_init() argument
/third_party/python/Modules/_io/clinic/
H A Dwinconsoleio.c.h48 _io__WindowsConsoleIO___init__(PyObject *self, PyObject *args, PyObject *kwargs) in _io__WindowsConsoleIO___init__() argument
258 _io__WindowsConsoleIO_read(winconsoleio *self, PyObject *const *args, Py_ssize_t nargs) in _io__WindowsConsoleIO_read() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
H A Dstatusor.h581 T& emplace(Args&&... args) { in emplace() argument
597 emplace(std::initializer_list<U> ilist, Args&&... args) emplace() argument
662 StatusOr(absl::in_place_t, Args&&... args) StatusOr() argument
667 StatusOr(absl::in_place_t, std::initializer_list<U> ilist, Args&&... args) StatusOr() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/status/internal/
H A Dstatusor_internal.h146 ABSL_ATTRIBUTE_NONNULL(1) void PlacementNew(void* p, Args&&... args) { in PlacementNew() argument
200 explicit StatusOrData(absl::in_place_t, Args&&... args) in StatusOrData() argument
306 void MakeStatus(Args&&... args) { in MakeStatus() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/memory/
H A Dmemory.h660 ConstructRange(Allocator& alloc, Iterator first, Iterator last, const Args&... args) ConstructRange() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/
H A Dspy_hash_state.h72 combine(SpyHashStateImpl s, const A& a, const Args&... args) combine() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dbenchmarks.cc170 void BM_Dist(benchmark::State& state, Args&&... args) { in BM_Dist() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
H A Dconformance_testing_helpers.h323 std::tuple<T...> args; member
327 void ForEveryTwo(const Fun& fun, std::tuple<T...> args) { in ForEveryTwo() argument
H A Doptional.h103 constexpr explicit optional_data_dtor_base(in_place_t, Args&&... args) in optional_data_dtor_base() argument
132 constexpr explicit optional_data_dtor_base(in_place_t, Args&&... args) in optional_data_dtor_base() argument
151 void construct(Args&&... args) { in construct() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dbind.h147 Streamable(const UntypedFormatSpecImpl& format, absl::Span<const FormatArgImpl> args) Streamable() argument
[all...]
/third_party/skia/include/private/
H A DSkTOptional.h66 optional(Args&&... args) { in optional() argument
116 optional& emplace(Args&&... args) { in emplace() argument
124 optional& emplace(std::initializer_list<U> il, Args&&... args) { in emplace() argument
/third_party/selinux/libselinux/utils/
H A Davcstat.c48 va_list args; in die() local
/third_party/selinux/libsepol/cil/src/
H A Dcil_symtab.c136 static int __cil_symtab_destroy_helper(__attribute__((unused)) hashtab_key_t k, hashtab_datum_t d, __attribute__((unused)) void *args) in __cil_symtab_destroy_helper() argument
129 cil_symtab_map(symtab_t *symtab, int (*apply) (hashtab_key_t k, hashtab_datum_t d, void *args), void *args) cil_symtab_map() argument
/third_party/rust/crates/regex/regex-debug/src/
H A Dmain.rs83 let mut args: Args = Docopt::new(USAGE) in main() variables
[all...]
/third_party/selinux/libsepol/src/
H A Dhashtab.c143 hashtab_remove(hashtab_t h, hashtab_key_t key, void (*destroy) (hashtab_key_t k, hashtab_datum_t d, void *args), void *args) hashtab_remove() argument
220 hashtab_map(hashtab_t h, int (*apply) (hashtab_key_t k, hashtab_datum_t d, void *args), void *args) hashtab_map() argument
H A Dsidtab.c111 sepol_sidtab_map(sidtab_t * s, int (*apply) (sepol_security_id_t sid, context_struct_t * context, void *args), void *args) sepol_sidtab_map() argument
134 sepol_sidtab_map_remove_on_error(sidtab_t * s, int (*apply) (sepol_security_id_t sid, context_struct_t * context, void *args), void *args) sepol_sidtab_map_remove_on_error() argument
/third_party/spirv-tools/source/opt/
H A Dlog.h80 Logf(const MessageConsumer& consumer, spv_message_level_t level, const char* source, const spv_position_t& position, const char* format, Args&&... args) Logf() argument
128 Errorf(const MessageConsumer& consumer, const char* source, const spv_position_t& position, const char* format, Args&&... args) Errorf() argument

Completed in 14 milliseconds

1...<<31323334353637383940>>...92