Home
last modified time | relevance | path

Searched defs:arg (Results 4326 - 4350 of 7836) sorted by relevance

1...<<171172173174175176177178179180>>...314

/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dgenpng.c112 color_of(const char *arg) in color_of() argument
127 width_of(const char *arg) in width_of() argument
146 coordinate_of(const char *arg) in coordinate_of() argument
174 struct arg global() struct
295 alpha_calc(const struct arg *arg, double x, double y) alpha_calc() argument
366 inside_square_filled(const struct arg *arg, double x, double y) inside_square_filled() argument
372 square_check_line(const struct arg *arg, double x, double y, double w) square_check_line() argument
408 check_square_filled(const struct arg *arg, double x, double y) check_square_filled() argument
419 inside_square(const struct arg *arg, double x, double y) inside_square() argument
428 check_square(const struct arg *arg, double x, double y) check_square() argument
483 inside_circle_filled(const struct arg *arg, double x, double y) inside_circle_filled() argument
489 circle_check_line(const struct arg *arg, double x, double y, double w) circle_check_line() argument
517 check_circle_filled(const struct arg *arg, double x, double y) check_circle_filled() argument
523 inside_circle(const struct arg *arg, double x, double y) inside_circle() argument
529 check_circle(const struct arg *arg, double x, double y) check_circle() argument
601 inside_line(const struct arg *arg, double x, double y) inside_line() argument
607 check_line(const struct arg *arg, double x, double y) check_line() argument
654 shape_of(const char *arg, double width, int f) shape_of() argument
675 parse_arg(struct arg *arg, const char **argv ) parse_arg() argument
[all...]
/third_party/skia/third_party/externals/icu/source/samples/cal/
H A Dcal.c118 char *arg; in main() local
[all...]
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dmhd2spdy_spdy.c509 spdy_cb_ssl_select_next_proto(SSL* ssl, unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg) spdy_cb_ssl_select_next_proto() argument
/third_party/openssl/test/
H A Ddsatest.c124 static int dsa_cb(int p, int n, BN_GENCB *arg) in dsa_cb() argument
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dhb-subset.cc167 parse_gids(const char *name G_GNUC_UNUSED, const char *arg, gpointer data, GError **error) parse_gids() argument
243 parse_glyphs(const char *name G_GNUC_UNUSED, const char *arg, gpointer data, GError **error G_GNUC_UNUSED) parse_glyphs() argument
300 parse_text(const char *name G_GNUC_UNUSED, const char *arg, gpointer data, GError **error G_GNUC_UNUSED) parse_text() argument
334 parse_unicodes(const char *name G_GNUC_UNUSED, const char *arg, gpointer data, GError **error) parse_unicodes() argument
413 parse_nameids(const char *name, const char *arg, gpointer data, GError **error) parse_nameids() argument
467 parse_name_languages(const char *name, const char *arg, gpointer data, GError **error) parse_name_languages() argument
521 set_flag(const char *name, const char *arg, gpointer data, GError **error G_GNUC_UNUSED) set_flag() argument
535 parse_layout_features(const char *name, const char *arg, gpointer data, GError **error G_GNUC_UNUSED) parse_layout_features() argument
579 parse_drop_tables(const char *name, const char *arg, gpointer data, GError **error) parse_drop_tables() argument
624 parse_file_for(const char *name, const char *arg, gpointer data, GError **error) parse_file_for() argument
688 collect_face(const char *name, const char *arg, gpointer data, GError **error) collect_face() argument
705 collect_rest(const char *name, const char *arg, gpointer data, GError **error) collect_rest() argument
[all...]
/third_party/python/Modules/
H A D_gdbmmodule.c101 gdbm_traverse(gdbmobject *dp, visitproc visit, void *arg) in gdbm_traverse() argument
377 gdbm_contains(PyObject *self, PyObject *arg) in gdbm_contains() argument
745 _gdbm_module_traverse(PyObject *module, visitproc visit, void *arg) in _gdbm_module_traverse() argument
H A D_testclinic.c29 PyObject *arg = va_arg(vargs, PyObject *); in pack_arguments_newref() local
514 PyObject *arg; in str_converter_impl() local
572 PyObject *arg; str_converter_encoding_impl() local
[all...]
H A Dmd5module.c346 MD5_traverse(PyObject *ptr, visitproc visit, void *arg) in MD5_traverse() argument
559 _md5_traverse(PyObject *module, visitproc visit, void *arg) in _md5_traverse() argument
/third_party/python/Modules/_io/clinic/
H A Dtextio.c.h378 _io_TextIOWrapper_write(textio *self, PyObject *arg) in _io_TextIOWrapper_write() argument
/third_party/toybox/lib/
H A Dlib.h29 char *arg; member
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h29 char *arg; member
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dls.c285 static void zprint(int zap, char *pat, int len, unsigned long arg) in zprint() argument
/third_party/toybox/toys/pending/
H A Droute.c62 char *arg; member
/third_party/toybox/toys/posix/
H A Dfind.c371 char *arg = ss[1], *path = 0, *name = new ? new->name : arg; in do_find() local
H A Dls.c295 static void zprint(int zap, char *pat, int len, unsigned long arg) in zprint() argument
/third_party/protobuf/src/google/protobuf/
H A Dextension_set_heavy.cc290 static bool ValidateEnumUsingDescriptor(const void* arg, int number) { in ValidateEnumUsingDescriptor() argument
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Drepeated_field.c116 VALUE arg = argv[0]; in RepeatedField_index() local
/third_party/python/Python/
H A Dast.c99 arg_ty arg = asdl_seq_GET(args, i); in validate_args() local
/third_party/python/Modules/_sha3/
H A Dsha3module.c574 _sha3_traverse(PyObject *module, visitproc visit, void *arg) in _sha3_traverse() argument
/third_party/python/Modules/_sqlite/
H A Dblob.c28 blob_traverse(pysqlite_Blob *self, visitproc visit, void *arg) in blob_traverse() argument
/third_party/python/Modules/_sre/clinic/
H A Dsre.c.h44 _sre_ascii_iscased(PyObject *module, PyObject *arg) in _sre_ascii_iscased() argument
76 _sre_unicode_iscased(PyObject *module, PyObject *arg) in _sre_unicode_iscased() argument
108 _sre_ascii_tolower(PyObject *module, PyObject *arg) in _sre_ascii_tolower() argument
140 _sre_unicode_tolower(PyObject *module, PyObject *arg) in _sre_unicode_tolower() argument
/third_party/python/Objects/
H A Dmoduleobject.c814 module_traverse(PyModuleObject *m, visitproc visit, void *arg) in module_traverse() argument
H A Dbytes_methods.c696 _Py_bytes_contains(const char *str, Py_ssize_t len, PyObject *arg) in _Py_bytes_contains() argument
H A Dclassobject.c317 method_traverse(PyMethodObject *im, visitproc visit, void *arg) in method_traverse() argument
431 instancemethod_traverse(PyObject *self, visitproc visit, void *arg) { in instancemethod_traverse() argument
437 instancemethod_call(PyObject *self, PyObject *arg, PyObject *kw) in instancemethod_call() argument
/third_party/python/Objects/clinic/
H A Dbytesobject.c.h106 bytes_partition(PyBytesObject *self, PyObject *arg) in bytes_partition() argument
149 bytes_rpartition(PyBytesObject *self, PyObject *arg) in bytes_rpartition() argument
548 bytes_removeprefix(PyBytesObject *self, PyObject *arg) in bytes_removeprefix() argument
588 bytes_removesuffix(PyBytesObject *self, PyObject *arg) in bytes_removesuffix() argument
748 bytes_fromhex(PyTypeObject *type, PyObject *arg) bytes_fromhex() argument
[all...]

Completed in 26 milliseconds

1...<<171172173174175176177178179180>>...314