Home
last modified time | relevance | path

Searched defs:args (Results 2651 - 2675 of 2965) sorted by relevance

1...<<101102103104105106107108109110>>...119

/third_party/skia/third_party/externals/angle2/src/third_party/ceval/
H A Dceval.h332 va_list args; in ceval_error() local
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftobjs.c1517 FT_Open_Args args; FT_EXPORT_DEF() local
1543 FT_Open_Args args; FT_EXPORT_DEF() local
1651 FT_Open_Args args; FT_LOCAL_DEF() local
2433 ft_open_face_internal( FT_Library library, const FT_Open_Args* args, FT_Long face_index, FT_Face *aface, FT_Bool test_mac_fonts ) ft_open_face_internal() argument
[all...]
/third_party/python/Modules/_io/
H A Dbufferedio.c152 bufferediobase_read(PyObject *self, PyObject *args) in bufferediobase_read() argument
165 bufferediobase_read1(PyObject *self, PyObject *args) in bufferediobase_read1() argument
180 bufferediobase_write(PyObject *self, PyObject *args) in bufferediobase_write() argument
443 buffered_simple_flush(buffered *self, PyObject *args) in buffered_simple_flush() argument
471 buffered_close(buffered *self, PyObject *args) in buffered_close() argument
804 buffered_flush(buffered *self, PyObject *args) in buffered_flush() argument
2141 _forward_call(buffered *self, PyObject *name, PyObject *args) _forward_call() argument
2162 bufferedrwpair_read(rwpair *self, PyObject *args) bufferedrwpair_read() argument
2168 bufferedrwpair_peek(rwpair *self, PyObject *args) bufferedrwpair_peek() argument
2174 bufferedrwpair_read1(rwpair *self, PyObject *args) bufferedrwpair_read1() argument
2180 bufferedrwpair_readinto(rwpair *self, PyObject *args) bufferedrwpair_readinto() argument
2186 bufferedrwpair_readinto1(rwpair *self, PyObject *args) bufferedrwpair_readinto1() argument
2192 bufferedrwpair_write(rwpair *self, PyObject *args) bufferedrwpair_write() argument
[all...]
/third_party/pulseaudio/src/utils/
H A Dpactl.c2599 static int parse_volumes(char *args[], unsigned n) { in parse_volumes() argument
H A Dpadsp.c1525 va_list args; in open() local
2403 va_list args; local
2578 va_list args; local
[all...]
/third_party/python/Include/internal/
H A Dpycore_ast_state.h160 PyObject *args; member
/third_party/python/Modules/
H A D_operator.c899 _operator_call(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _operator_call() argument
989 itemgetter_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in itemgetter_new() argument
1063 itemgetter_call(itemgetterobject *ig, PyObject *args, PyObject *kw) itemgetter_call() argument
1074 itemgetter_vectorcall(PyObject *ig, PyObject *const *args, size_t nargsf, PyObject *kwnames) itemgetter_vectorcall() argument
1211 attrgetter_new(PyTypeObject *type, PyObject *args, PyObject *kwds) attrgetter_new() argument
1383 attrgetter_call(attrgetterobject *ag, PyObject *args, PyObject *kw) attrgetter_call() argument
1393 attrgetter_vectorcall(PyObject *ag, PyObject *const *args, size_t nargsf, PyObject *kwnames) attrgetter_vectorcall() argument
1566 PyObject *args; global() member
1572 methodcaller_new(PyTypeObject *type, PyObject *args, PyObject *kwds) methodcaller_new() argument
1645 methodcaller_call(methodcallerobject *mc, PyObject *args, PyObject *kw) methodcaller_call() argument
[all...]
H A D_testbuffer.c208 ndarray_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in ndarray_new() argument
305 PyObject *args, *offset; in pack_from_list() local
397 PyObject *structobj = NULL, *pack_into = NULL, *args = NULL; pack_single() local
1280 ndarray_init(PyObject *self, PyObject *args, PyObject *kwds) ndarray_init() argument
1346 ndarray_push(PyObject *self, PyObject *args, PyObject *kwds) ndarray_push() argument
1922 slice_indices(PyObject *self, PyObject *args) slice_indices() argument
2306 get_pointer(PyObject *self, PyObject *args) get_pointer() argument
2391 get_contiguous(PyObject *self, PyObject *args) get_contiguous() argument
2428 py_buffer_to_contiguous(PyObject *self, PyObject *args) py_buffer_to_contiguous() argument
2503 cmp_contig(PyObject *self, PyObject *args) cmp_contig() argument
2567 is_contiguous(PyObject *self, PyObject *args) is_contiguous() argument
2713 staticarray_new(PyTypeObject *type, PyObject *args, PyObject *kwds) staticarray_new() argument
2719 staticarray_init(PyObject *self, PyObject *args, PyObject *kwds) staticarray_init() argument
[all...]
H A D_zoneinfo.c264 zoneinfo_new(PyTypeObject *type, PyObject *args, PyObject *kw) in zoneinfo_new() argument
342 zoneinfo_from_file(PyTypeObject *type, PyObject *args, PyObject *kwargs) in zoneinfo_from_file() argument
383 zoneinfo_no_cache(PyTypeObject *cls, PyObject *args, PyObject *kwargs) in zoneinfo_no_cache() argument
400 zoneinfo_clear_cache(PyObject *cls, PyObject *args, PyObject *kwargs) in zoneinfo_clear_cache() argument
584 PyObject *args = PyTuple_New(0); in zoneinfo_fromutc() local
693 zoneinfo__unpickle(PyTypeObject *cls, PyObject *args) zoneinfo__unpickle() argument
2536 zoneinfo_init_subclass(PyTypeObject *cls, PyObject *args, PyObject **kwargs) zoneinfo_init_subclass() argument
[all...]
H A Dmathmodule.c842 math_gcd(PyObject *module, PyObject * const *args, Py_ssize_t nargs) in math_gcd() argument
917 math_lcm(PyObject *module, PyObject * const *args, Py_ssize_t nargs) in math_lcm() argument
1122 math_2(PyObject *const *args, Py_ssize_t nargs, in math_2() argument
2754 math_hypot(PyObject *self, PyObject *const *args, Py_ssize_t nargs) math_hypot() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFileCheck.cpp826 NumericVariable *FileCheckPatternContext::makeNumericVariable(Types... args) { in makeNumericVariable() argument
/third_party/skia/third_party/externals/tint/src/
H A Dprogram_builder.h337 create(ARG0&& arg0, ARGS&&... args) { in create() argument
306 create(const Source& source, ARGS&&... args) create() argument
352 create(ARGS&&.... args) create() argument
370 create(ARGS&&.... args) create() argument
1106 Append(ast::ExpressionList& list, ARG0&& arg0, ARGS&&... args) Append() argument
1118 ExprList(ARGS&&.... args) ExprList() argument
1133 Construct(ARGS&&.... args) Construct() argument
1142 Construct(const ast::Type* type, ARGS&&... args) Construct() argument
1152 Construct(const Source& source, const ast::Type* type, ARGS&&... args) Construct() argument
1195 vec(const ast::Type* type, uint32_t size, ARGS&&... args) vec() argument
1205 vec2(ARGS&&.... args) vec2() argument
1213 vec3(ARGS&&.... args) vec3() argument
1221 vec4(ARGS&&.... args) vec4() argument
1229 mat2x2(ARGS&&.... args) mat2x2() argument
1237 mat2x3(ARGS&&.... args) mat2x3() argument
1245 mat2x4(ARGS&&.... args) mat2x4() argument
1253 mat3x2(ARGS&&.... args) mat3x2() argument
1261 mat3x3(ARGS&&.... args) mat3x3() argument
1269 mat3x4(ARGS&&.... args) mat3x4() argument
1277 mat4x2(ARGS&&.... args) mat4x2() argument
1285 mat4x3(ARGS&&.... args) mat4x3() argument
1293 mat4x4(ARGS&&.... args) mat4x4() argument
1301 array(ARGS&&.... args) array() argument
1311 array(const ast::Type* subtype, EXPR&& n, ARGS&&... args) array() argument
1549 Call(const Source& source, NAME&& func, ARGS&&... args) Call() argument
1561 Call(NAME&& func, ARGS&&... args) Call() argument
2538 WrapInFunction(ARGS&&.... args) WrapInFunction() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnv.cpp1176 UConverterFromUnicodeArgs args; in ucnv_fromUnicode() local
1622 UConverterToUnicodeArgs args; ucnv_toUnicode() local
1836 UConverterToUnicodeArgs args; ucnv_getNextUChar() local
[all...]
H A Ducnv2022.cpp1258 T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC(UConverterToUnicodeArgs* args, in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC() argument
1591 UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC(UConverterFromUnicodeArgs* args, UErrorCode* err) UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() argument
2013 UConverter_toUnicode_ISO_2022_JP_OFFSETS_LOGIC(UConverterToUnicodeArgs *args, UErrorCode* err) UConverter_toUnicode_ISO_2022_JP_OFFSETS_LOGIC() argument
2260 UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM(UConverterFromUnicodeArgs* args, UErrorCode* err) UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM() argument
2284 UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC(UConverterFromUnicodeArgs* args, UErrorCode* err) UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() argument
2503 UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM(UConverterToUnicodeArgs *args, UErrorCode* err) UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM() argument
2601 UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC(UConverterToUnicodeArgs *args, UErrorCode* err) UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC() argument
2843 UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC(UConverterFromUnicodeArgs* args, UErrorCode* err) UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC() argument
3194 UConverter_toUnicode_ISO_2022_CN_OFFSETS_LOGIC(UConverterToUnicodeArgs *args, UErrorCode* err) UConverter_toUnicode_ISO_2022_CN_OFFSETS_LOGIC() argument
[all...]
H A Ducnvmbcs.cpp1590 UConverterLoadArgs args=UCNV_LOAD_ARGS_INITIALIZER; in ucnv_MBCSLoad() local
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dps.c1775 char **args = toys.optargs; in pkill_main() local
/third_party/toybox/toys/posix/
H A Dps.c1933 char **args = toys.optargs; in pkill_main() local
/third_party/python/Programs/
H A D_testembed.c1221 static int _audit_hook(const char *event, PyObject *args, void *userdata) in _audit_hook() argument
1287 static int _audit_subinterpreter_hook(const char *event, PyObject *args, void *userdata) in _audit_subinterpreter_hook() argument
1320 static int _audit_hook_run(const char *eventName, PyObject *args, void *userData) in _audit_hook_run() argument
/third_party/python/Python/
H A Dbltinmodule.c17 update_bases(PyObject *bases, PyObject *const *args, Py_ssize_t nargs) in update_bases() argument
91 builtin___build_class__(PyObject *self, PyObject *const *args, Py_ssize_t nargs, in builtin___build_class__() argument
458 builtin_breakpoint(PyObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *keywords) builtin_breakpoint() argument
492 filter_new(PyTypeObject *type, PyObject *args, PyObject *kwds) filter_new() argument
845 builtin_dir(PyObject *self, PyObject *args) builtin_dir() argument
1117 builtin_getattr(PyObject *self, PyObject *const *args, Py_ssize_t nargs) builtin_getattr() argument
1238 map_new(PyTypeObject *type, PyObject *args, PyObject *kwds) map_new() argument
1387 PyObject *args = PyTuple_New(numargs+1); map_reduce() local
1462 builtin_next(PyObject *self, PyObject *const *args, Py_ssize_t nargs) builtin_next() argument
1597 builtin_iter(PyObject *self, PyObject *const *args, Py_ssize_t nargs) builtin_iter() argument
1730 min_max(PyObject *args, PyObject *kwds, int op) min_max() argument
1842 builtin_min(PyObject *self, PyObject *args, PyObject *kwds) builtin_min() argument
1859 builtin_max(PyObject *self, PyObject *args, PyObject *kwds) builtin_max() argument
1988 builtin_print_impl(PyObject *module, PyObject *args, PyObject *sep, PyObject *end, PyObject *file, int flush) builtin_print_impl() argument
2373 builtin_sorted(PyObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) builtin_sorted() argument
2406 builtin_vars(PyObject *self, PyObject *args) builtin_vars() argument
2690 zip_new(PyTypeObject *type, PyObject *args, PyObject *kwds) zip_new() argument
[all...]
H A Derrors.c758 PyObject *v, *args; in PyErr_SetFromErrnoWithFilenameObjects() local
888 PyObject *args, * in PyErr_SetExcFromWindowsErrWithFilenameObjects() local
1273 PyObject *args = PyStructSequence_New(&UnraisableHookArgsType); make_unraisable_hook_args() local
1452 _PyErr_WriteUnraisableDefaultHook(PyObject *args) _PyErr_WriteUnraisableDefaultHook() argument
[all...]
H A Dhamt.c2701 hamt_tp_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in hamt_tp_new() argument
2796 hamt_py_set(PyHamtObject *self, PyObject *args) in hamt_py_set() argument
2809 hamt_py_get(PyHamtObject *self, PyObject *args) in hamt_py_get() argument
2844 hamt_py_items(PyHamtObject *self, PyObject *args) in hamt_py_items() argument
2850 hamt_py_values(PyHamtObject *self, PyObject *args) in hamt_py_values() argument
H A Dinitconfig.c2854 _PyConfig_SetPyArgv(PyConfig *config, const _PyArgv *args) in _PyConfig_SetPyArgv() argument
2870 _PyArgv args = { in PyConfig_SetBytesArgv() local
2882 _PyArgv args = { in PyConfig_SetArgv() local
H A Dpylifecycle.c913 _Py_PreInitializeFromPyArgv(const PyPreConfig *src_config, const _PyArgv *args) in _Py_PreInitializeFromPyArgv() argument
962 _PyArgv args = {.use_bytes_argv = 1, .argc = argc, .bytes_argv = argv}; in Py_PreInitializeFromBytesArgs() local
970 _PyArgv args = {.use_bytes_argv = 0, .argc = argc, .wchar_argv = argv}; in Py_PreInitializeFromArgs() local
983 _Py_PreInitializeFromConfig(const PyConfig *config, const _PyArgv *args) _Py_PreInitializeFromConfig() argument
/third_party/python/Modules/_sre/
H A Dsre.c761 call(const char* module, const char* function, PyObject* args) in call() argument
2119 match_group(MatchObject* self, PyObject* args) in match_group() argument
/third_party/python/Modules/cjkcodecs/
H A Dmultibytecodec.c1031 mbiencoder_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in mbiencoder_new() argument
1074 mbiencoder_init(PyObject *self, PyObject *args, PyObject *kwds) in mbiencoder_init() argument
1306 mbidecoder_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in mbidecoder_new() argument
1349 mbidecoder_init(PyObject *self, PyObject *args, PyObject *kwds) in mbidecoder_init() argument
1623 mbstreamreader_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in mbstreamreader_new() argument
1668 mbstreamreader_init(PyObject *self, PyObject *args, PyObject *kwds) in mbstreamreader_init() argument
1847 mbstreamwriter_new(PyTypeObject *type, PyObject *args, PyObjec argument
1892 mbstreamwriter_init(PyObject *self, PyObject *args, PyObject *kwds) mbstreamwriter_init() argument
[all...]

Completed in 72 milliseconds

1...<<101102103104105106107108109110>>...119