Home
last modified time | relevance | path

Searched defs:args (Results 751 - 775 of 6506) sorted by relevance

1...<<31323334353637383940>>...261

/third_party/python/Objects/clinic/
H A Denumobject.c.h24 enum_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in enum_new() argument
62 reversed_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in reversed_new() argument
H A Dfuncobject.c.h27 func_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in func_new() argument
H A Dmoduleobject.c.h17 module___init__(PyObject *self, PyObject *args, PyObject *kwargs) in module___init__() argument
H A Dstructseq.c.h9 structseq_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in structseq_new() argument
H A Dclassobject.c.h32 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 Drow.c.h10 pysqlite_row_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in pysqlite_row_new() argument
/third_party/python/Modules/clinic/
H A D_randommodule.c.h39 _random_Random_seed(RandomObject *self, PyObject *const *args, Py_ssize_t nargs) in _random_Random_seed() argument
H A D_collectionsmodule.c.h19 _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.h47 _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 Dsocketmodule.c.h10 sock_initobj(PyObject *self, PyObject *args, PyObject *kwargs) in sock_initobj() argument
/third_party/python/PC/clinic/
H A D_testconsole.c.h21 _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 DRubyOneofBuilderContext.java71 public IRubyObject optional(ThreadContext context, IRubyObject[] args) { in optional() argument
/third_party/pulseaudio/src/modules/
H A Dmodule-devd-detect.c57 char args[64]; in line_callback() local
/third_party/rust/crates/clap/clap_derive/src/
H A Dlib.rs97 pub fn args(input: TokenStream) -> TokenStream { in args() functions
/third_party/skia/third_party/externals/abseil-cpp/absl/functional/internal/
H A Dfunction_ref.h71 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 Dmock_helpers.h71 InvokeMockImpl(int, URBG* urbg, Args&&... args) InvokeMockImpl() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_map.h121 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 Dinvoke.h179 invoke(F&& f, Args&&... args) invoke() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Doptional.h152 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 DFontArguments.cpp37 FontArguments::FontArguments(const SkFontArguments& args) in FontArguments() argument
71 SkFontArguments args; CloneTypeface() local
92 RSFontArguments args; CloneTypeface() local
[all...]
H A DTextStyle.cpp224 void TextStyle::setFontArguments(const std::optional<SkFontArguments>& args) { in getFontMetrics() argument
/third_party/skia/platform_tools/android/bin/
H A Dandroid_build_app20 args = parser.parse_args() variable
[all...]
/third_party/skia/experimental/skrive/src/
H A DArtboard.cpp24 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 Dios_debug_cmd.py18 args = sys.argv[2:] variable
/third_party/rust/crates/syn/examples/dump-syntax/src/
H A Dmain.rs64 let mut args = env::args_os(); in try_main() variables

Completed in 8 milliseconds

1...<<31323334353637383940>>...261