/third_party/skia/third_party/externals/libpng/contrib/tools/ |
H A D | genpng.c | 112 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 D | cal.c | 118 char *arg; in main() local [all...] |
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | mhd2spdy_spdy.c | 509 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 D | dsatest.c | 124 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 D | hb-subset.cc | 167 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.c | 101 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.c | 29 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 D | md5module.c | 346 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 D | textio.c.h | 378 _io_TextIOWrapper_write(textio *self, PyObject *arg) in _io_TextIOWrapper_write() argument
|
/third_party/toybox/lib/ |
H A D | lib.h | 29 char *arg; member
|
/third_party/toybox/porting/liteos_a/lib/ |
H A D | lib.h | 29 char *arg; member
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ls.c | 285 static void zprint(int zap, char *pat, int len, unsigned long arg) in zprint() argument
|
/third_party/toybox/toys/pending/ |
H A D | route.c | 62 char *arg; member
|
/third_party/toybox/toys/posix/ |
H A D | find.c | 371 char *arg = ss[1], *path = 0, *name = new ? new->name : arg; in do_find() local
|
H A D | ls.c | 295 static void zprint(int zap, char *pat, int len, unsigned long arg) in zprint() argument
|
/third_party/protobuf/src/google/protobuf/ |
H A D | extension_set_heavy.cc | 290 static bool ValidateEnumUsingDescriptor(const void* arg, int number) { in ValidateEnumUsingDescriptor() argument
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | repeated_field.c | 116 VALUE arg = argv[0]; in RepeatedField_index() local
|
/third_party/python/Python/ |
H A D | ast.c | 99 arg_ty arg = asdl_seq_GET(args, i); in validate_args() local
|
/third_party/python/Modules/_sha3/ |
H A D | sha3module.c | 574 _sha3_traverse(PyObject *module, visitproc visit, void *arg) in _sha3_traverse() argument
|
/third_party/python/Modules/_sqlite/ |
H A D | blob.c | 28 blob_traverse(pysqlite_Blob *self, visitproc visit, void *arg) in blob_traverse() argument
|
/third_party/python/Modules/_sre/clinic/ |
H A D | sre.c.h | 44 _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 D | moduleobject.c | 814 module_traverse(PyModuleObject *m, visitproc visit, void *arg) in module_traverse() argument
|
H A D | bytes_methods.c | 696 _Py_bytes_contains(const char *str, Py_ssize_t len, PyObject *arg) in _Py_bytes_contains() argument
|
H A D | classobject.c | 317 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 D | bytesobject.c.h | 106 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...] |