/third_party/python/Objects/clinic/ |
H A D | structseq.c.h | 9 structseq_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in structseq_new() argument
|
H A D | classobject.c.h | 32 method_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in method_new() argument 64 instancemethod_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in instancemethod_new() argument
|
/third_party/python/Modules/_sqlite/clinic/ |
H A D | row.c.h | 10 pysqlite_row_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in pysqlite_row_new() argument
|
/third_party/python/Modules/clinic/ |
H A D | _randommodule.c.h | 39 _random_Random_seed(RandomObject *self, PyObject *const *args, Py_ssize_t nargs) in _random_Random_seed() argument
|
H A D | _collectionsmodule.c.h | 19 _collections__count_elements(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in _collections__count_elements() argument 40 tuplegetter_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in tuplegetter_new() argument
|
H A D | _weakref.c.h | 47 _weakref__remove_dead_weakref(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in _weakref__remove_dead_weakref() argument 93 _weakref_proxy(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in _weakref_proxy() argument
|
H A D | socketmodule.c.h | 10 sock_initobj(PyObject *self, PyObject *args, PyObject *kwargs) in sock_initobj() argument
|
/third_party/python/PC/clinic/ |
H A D | _testconsole.c.h | 21 _testconsole_write_input(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _testconsole_write_input() argument 63 _testconsole_read_output(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _testconsole_read_output() argument [all...] |
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
H A D | RubyOneofBuilderContext.java | 71 public IRubyObject optional(ThreadContext context, IRubyObject[] args) { in optional() argument
|
/third_party/pulseaudio/src/modules/ |
H A D | module-devd-detect.c | 57 char args[64]; in line_callback() local
|
/third_party/rust/crates/clap/clap_derive/src/ |
H A D | lib.rs | 97 pub fn args(input: TokenStream) -> TokenStream { in args() functions
|
/third_party/skia/third_party/externals/abseil-cpp/absl/functional/internal/ |
H A D | function_ref.h | 71 R InvokeObject(VoidPtr ptr, typename ForwardT<Args>::type... args) { in InvokeObject() argument 78 R InvokeFunction(VoidPtr ptr, typename ForwardT<Args>::type... args) { in InvokeFunction() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | mock_helpers.h | 71 InvokeMockImpl(int, URBG* urbg, Args&&... args) InvokeMockImpl() argument [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | raw_hash_map.h | 121 std::pair<iterator, bool> try_emplace(key_arg<K>&& k, Args&&... args) { in try_emplace() argument 128 std::pair<iterator, bool> try_emplace(const key_arg<K>& k, Args&&... args) { in try_emplace() argument 133 iterator try_emplace(const_iterator, key_arg<K>&& k, Args&&... args) { in try_emplace() argument 138 iterator try_emplace(const_iterator, const key_arg<K>& k, Args&&... args) { in try_emplace() argument 184 std::pair<iterator, bool> try_emplace_impl(K&& k, Args&&... args) { in try_emplace_impl() argument [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
H A D | invoke.h | 179 invoke(F&& f, Args&&... args) invoke() argument [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
H A D | optional.h | 152 constexpr explicit optional(InPlaceT, Args&&... args) in optional() argument 357 T& emplace(Args&&... args) { in emplace() argument 162 optional(in_place_t, std::initializer_list<U> il, Args&&... args) optional() argument 377 emplace(std::initializer_list<U> il, Args&&... args) emplace() argument [all...] |
/third_party/skia/modules/skparagraph/src/ |
H A D | FontArguments.cpp | 37 FontArguments::FontArguments(const SkFontArguments& args) in FontArguments() argument 71 SkFontArguments args; CloneTypeface() local 92 RSFontArguments args; CloneTypeface() local [all...] |
H A D | TextStyle.cpp | 224 void TextStyle::setFontArguments(const std::optional<SkFontArguments>& args) { in getFontMetrics() argument
|
/third_party/skia/platform_tools/android/bin/ |
H A D | android_build_app | 20 args = parser.parse_args() variable [all...] |
/third_party/skia/experimental/skrive/src/ |
H A D | Artboard.cpp | 24 std::tuple<sk_sp<Component>, size_t> make_from_stream(StreamReader* sr, Args&&... args) { in make_from_stream() argument
|
/third_party/skia/infra/bots/recipe_modules/flavor/resources/ |
H A D | ios_debug_cmd.py | 18 args = sys.argv[2:] variable
|
/third_party/rust/crates/syn/examples/dump-syntax/src/ |
H A D | main.rs | 64 let mut args = env::args_os(); in try_main() variables
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_fqn.c | 46 static int __cil_fqn_qualify_decls(__attribute__((unused)) hashtab_key_t k, hashtab_datum_t d, void *args) in __cil_fqn_qualify_decls() argument 72 static int __cil_fqn_qualify_blocks(__attribute__((unused)) hashtab_key_t k, hashtab_datum_t d, void *args) in __cil_fqn_qualify_blocks() argument
|
H A D | cil_log.c | 52 __attribute__ ((format (printf, 2, 0))) void cil_vlog(enum cil_log_level lvl, const char *msg, va_list args) in cil_vlog() argument 68 va_list args; in cil_log() local
|
/third_party/skia/docker/skia-with-swift-shader-base/ |
H A D | build-with-swift-shader-and-run | 43 args = parser.parse_args() variable
|