Home
last modified time | relevance | path

Searched defs:args (Results 2376 - 2400 of 6506) sorted by relevance

1...<<919293949596979899100>>...261

/third_party/pulseaudio/src/modules/echo-cancel/
H A Dspeex.c159 pa_speex_ec_init(pa_core *c, pa_echo_canceller *ec, pa_sample_spec *rec_ss, pa_channel_map *rec_map, pa_sample_spec *play_ss, pa_channel_map *play_map, pa_sample_spec *out_ss, pa_channel_map *out_map, uint32_t *nframes, const char *args) pa_speex_ec_init() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DGraphWriter.cpp93 static bool ExecGraphViewer(StringRef ExecPath, std::vector<StringRef> &args, in ExecGraphViewer() argument
158 std::vector<StringRef> args; in DisplayGraph() local
169 std::vector<StringRef> args; in DisplayGraph() local
179 std::vector<StringRef> args; DisplayGraph() local
189 std::vector<StringRef> args; DisplayGraph() local
230 std::vector<StringRef> args; DisplayGraph() local
283 std::vector<StringRef> args; DisplayGraph() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DCrossDSOCFI.cpp118 auto args = F->arg_begin(); in buildCFICheck() local
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/
H A Dmutator.cc34 MaybeAddFinder(bool enable_all_mutations, ProbabilityContext* probability_context, MutationFinderList* finders, Args&&... args) MaybeAddFinder() argument
/third_party/skia/tools/skqp/src/
H A Dskqp_main.cpp82 static void parse_args(int argc, char *argv[], Args *args) { in parse_args() argument
95 Args args; in main() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DOptional.h60 explicit OptionalStorage(in_place_t, Args &&... args) in OptionalStorage() argument
87 template <class... Args> void emplace(Args &&... args) { in emplace() argument
160 explicit OptionalStorage(in_place_t, Args &&... args) in OptionalStorage() argument
187 template <class... Args> void emplace(Args &&... args) { in emplace() argument
/third_party/toybox/toys/pending/
H A Ddd.c141 char **args; in dd_main() local
/third_party/toybox/toys/posix/
H A Dtail.c215 char **args = toys.optargs; in tail_main() local
/third_party/vixl/tools/
H A Dlint.py242 args = BuildOptions() variable
/third_party/skia/third_party/externals/expat/expat/xmlwf/
H A Dxmlfile.c159 PROCESS_ARGS args; in externalEntityRefFilemap() local
260 PROCESS_ARGS args; in XML_ProcessFile() local
102 processFile(const void *data, size_t size, const XML_Char *filename, void *args) processFile() argument
[all...]
/third_party/protobuf/python/google/protobuf/pyext/
H A Dmessage_factory.cc79 PyObject* New(PyTypeObject* type, PyObject* args, PyObject* kwargs) { in New() argument
/third_party/python/Modules/_sqlite/clinic/
H A Dcursor.c.h10 pysqlite_cursor_init(PyObject *self, PyObject *args, PyObject *kwargs) in pysqlite_cursor_init() argument
48 pysqlite_cursor_execute(pysqlite_Cursor *self, PyObject *const *args, Py_ssize_t nargs) in pysqlite_cursor_execute() argument
90 pysqlite_cursor_executemany(pysqlite_Cursor *self, PyObject *const *args, Py_ssize_t nargs) pysqlite_cursor_executemany() argument
186 pysqlite_cursor_fetchmany(pysqlite_Cursor *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) pysqlite_cursor_fetchmany() argument
254 pysqlite_cursor_setoutputsize(pysqlite_Cursor *self, PyObject *const *args, Py_ssize_t nargs) pysqlite_cursor_setoutputsize() argument
[all...]
H A Dmodule.c.h18 pysqlite_complete_statement(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in pysqlite_complete_statement() argument
67 pysqlite_enable_shared_cache(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in pysqlite_enable_shared_cache() argument
103 pysqlite_register_adapter(PyObject *module, PyObject *const *args, Py_ssize_t nargs) pysqlite_register_adapter() argument
134 pysqlite_register_converter(PyObject *module, PyObject *const *args, Py_ssize_t nargs) pysqlite_register_converter() argument
200 pysqlite_adapt(PyObject *module, PyObject *const *args, Py_ssize_t nargs) pysqlite_adapt() argument
[all...]
/third_party/python/Objects/clinic/
H A Dfloatobject.c.h92 float___round__(PyObject *self, PyObject *const *args, Py_ssize_t nargs) in float___round__() argument
206 float_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in float_new() argument
H A Dmemoryobject.c.h15 memoryview(PyTypeObject *type, PyObject *args, PyObject *kwargs) in memoryview() argument
68 memoryview_cast(PyMemoryViewObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in memoryview_cast() argument
156 memoryview_tobytes(PyMemoryViewObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) memoryview_tobytes() argument
228 memoryview_hex(PyMemoryViewObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) memoryview_hex() argument
[all...]
/third_party/python/Objects/
H A Dinterpreteridobject.c74 interpid_new(PyTypeObject *cls, PyObject *args, PyObject *kwds) in interpid_new() argument
H A Dnamespaceobject.c23 namespace_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in namespace_new() argument
42 namespace_init(_PyNamespaceObject *ns, PyObject *args, PyObject *kwds) in namespace_init() argument
180 PyObject *result, *args = PyTuple_New(0); in namespace_reduce() local
H A Dpicklebufobject.c70 picklebuf_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in picklebuf_new() argument
/third_party/python/Modules/clinic/
H A D_lzmamodule.c.h95 _lzma_LZMADecompressor_decompress(Decompressor *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _lzma_LZMADecompressor_decompress() argument
171 _lzma_LZMADecompressor___init__(PyObject *self, PyObject *args, PyObject *kwargs) in _lzma_LZMADecompressor___init__() argument
260 _lzma__decode_filter_properties(PyObject *module, PyObject *const *args, Py_ssize_t nargs) _lzma__decode_filter_properties() argument
[all...]
H A D_gdbmmodule.c.h18 _gdbm_gdbm_get(gdbmobject *self, PyObject *const *args, Py_ssize_t nargs) in _gdbm_gdbm_get() argument
53 _gdbm_gdbm_setdefault(gdbmobject *self, PyObject *const *args, Py_ssize_t nargs) in _gdbm_gdbm_setdefault() argument
105 _gdbm_gdbm_keys(gdbmobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _gdbm_gdbm_keys() argument
131 _gdbm_gdbm_firstkey(gdbmobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _gdbm_gdbm_firstkey() argument
162 _gdbm_gdbm_nextkey(gdbmobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _gdbm_gdbm_nextkey() argument
199 _gdbm_gdbm_reorganize(gdbmobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _gdbm_gdbm_reorganize() argument
224 _gdbm_gdbm_sync(gdbmobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _gdbm_gdbm_sync() argument
268 dbmopen(PyObject *module, PyObject *const *args, Py_ssize_t nargs) dbmopen() argument
[all...]
H A D_struct.c.h20 Struct___init__(PyObject *self, PyObject *args, PyObject *kwargs) in Struct___init__() argument
103 Struct_unpack_from(PyStructObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in Struct_unpack_from() argument
235 unpack(PyObject *module, PyObject *const *args, Py_ssize_t nargs) unpack() argument
285 unpack_from(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) unpack_from() argument
358 iter_unpack(PyObject *module, PyObject *const *args, Py_ssize_t nargs) iter_unpack() argument
[all...]
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...]
/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...]
/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...]

Completed in 12 milliseconds

1...<<919293949596979899100>>...261