/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
H A D | rpng-win.c | 169 char *args[1024]; /* arbitrary limit, but should suffice */ in WinMain() local
|
H A D | rpng2-win.c | 277 char *args[1024]; /* arbitrary limit, but should suffice */ in WinMain() local
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
H A D | genpng.c | 703 pixel(png_uint_16p p, struct arg *args, int nargs, double x, double y) in pixel() argument
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | umsg.cpp | 410 Formattable* args = new Formattable[count ? count : 1]; in umsg_vformat() local 528 Formattable *args = ((const MessageFormat*)fmt)->parse(srcString,*count,*status); in umsg_vparse() local [all...] |
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | digestauth.c | 681 const char *args = strchr (uri, '?'); in MHD_digest_auth_check() local 479 check_argument_match(struct MHD_Connection *connection, const char *args) check_argument_match() argument
|
/third_party/skia/src/pdf/ |
H A D | SkPDFUtils.cpp | 153 SkPoint args[4]; in EmitPath() local [all...] |
/third_party/skia/src/sksl/ |
H A D | SkSLMain.cpp | 32 va_list args; in SkDebugf() local 253 ResultCode processCommand(std::vector<SkSL::String>& args) { in processCommand() argument [all...] |
/third_party/skia/src/ports/ |
H A D | SkFontHost_FreeType.cpp | 307 FT_Open_Args args; in Make() local [all...] |
/third_party/skia/third_party/externals/brotli/python/ |
H A D | _brotli.cc | 160 static PyObject* brotli_Compressor_new(PyTypeObject *type, PyObject *args, PyObject *keywds) { in brotli_Compressor_new() argument 171 static int brotli_Compressor_init(brotli_Compressor *self, PyObject *args, PyObject *keywds) { in brotli_Compressor_init() argument 223 static PyObject* brotli_Compressor_process(brotli_Compressor *self, PyObject *args) { in brotli_Compressor_process() argument 446 static PyObject* brotli_Decompressor_new(PyTypeObject *type, PyObject *args, PyObject *keywds) { in brotli_Decompressor_new() argument 457 static int brotli_Decompressor_init(brotli_Decompressor *self, PyObject *args, PyObject *keywds) { in brotli_Decompressor_init() argument 492 static PyObject* brotli_Decompressor_process(brotli_Decompressor *self, PyObject *args) { in brotli_Decompressor_process() argument 637 brotli_decompress(PyObject *self, PyObject *args, PyObject *keywds) brotli_decompress() argument [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/ |
H A D | Core.h | 658 inline Result FromJS(const Napi::CallbackInfo& info, PARAM_TYPES& args) { in FromJS() argument
|
/third_party/skia/third_party/externals/angle2/util/posix/ |
H A D | test_utils_posix.cpp | 202 std::vector<char *> args; in PosixProcess() local 434 Process *LaunchProcess(const std::vector<const char *> &args, ProcessOutputCapture captureOutput) in LaunchProcess() argument
|
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/ |
H A D | DrawCallPerf.cpp | 120 DrawCallParam MakeParam(Ts... args) { in MakeParam() argument
|
/third_party/openssl/test/ |
H A D | http_test.c | 105 server_args *args = (server_args *)BIO_get_callback_arg(bio); in http_bio_cb_ex() local
|
/third_party/openssl/apps/lib/ |
H A D | vms_term_sock.c | 550 va_list args; LogMessage() local
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | hb-subset.cc | 68 char **args = (char **) in parse_face() local
|
/third_party/python/Modules/_ctypes/ |
H A D | stgdict.c | 30 PyCStgDict_init(StgDictObject *self, PyObject *args, PyObject *kwds) in PyCStgDict_init() argument
|
/third_party/python/Modules/ |
H A D | _gdbmmodule.c | 538 gdbm__enter__(PyObject *self, PyObject *args) in gdbm__enter__() argument 545 gdbm__exit__(PyObject *self, PyObject *args) in gdbm__exit__() argument
|
/third_party/python/Modules/_io/clinic/ |
H A D | textio.c.h | 24 _io_IncrementalNewlineDecoder___init__(PyObject *self, PyObject *args, PyObject *kwargs) in _io_IncrementalNewlineDecoder___init__() argument 70 _io_IncrementalNewlineDecoder_decode(nldecoder_object *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _io_IncrementalNewlineDecoder_decode() argument 182 _io_TextIOWrapper___init__(PyObject *self, PyObject *args, PyObjec argument 297 _io_TextIOWrapper_reconfigure(textio *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _io_TextIOWrapper_reconfigure() argument 409 _io_TextIOWrapper_read(textio *self, PyObject *const *args, Py_ssize_t nargs) _io_TextIOWrapper_read() argument 442 _io_TextIOWrapper_readline(textio *self, PyObject *const *args, Py_ssize_t nargs) _io_TextIOWrapper_readline() argument 484 _io_TextIOWrapper_seek(textio *self, PyObject *const *args, Py_ssize_t nargs) _io_TextIOWrapper_seek() argument 537 _io_TextIOWrapper_truncate(textio *self, PyObject *const *args, Py_ssize_t nargs) _io_TextIOWrapper_truncate() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
H A D | scheduler.h | 591 inline void schedule(Function&& f, Args&&... args) { in schedule() argument
|
/third_party/skia/third_party/externals/tint/src/writer/glsl/ |
H A D | generator_impl.cc | 438 const auto& args = call->Arguments(); in EmitFunctionCall() local [all...] |
/third_party/skia/tools/fm/ |
H A D | fm.cpp | 134 static Result fail(const char* whyFmt, Args... args) { in fail() argument
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | cmemory.h | 796 T* create(Args&&... args) { in create() argument 807 T* createAndCheckErrorCode(UErrorCode &status, Args &&... args) { in createAndCheckErrorCode() argument 854 T* emplaceBack(Args&&... args) { in emplaceBack() argument 859 T *emplaceBackAndCheckErrorCode(UErrorCode &status, Args &&... args) { in emplaceBackAndCheckErrorCode() argument
|
H A D | ucnvhz.cpp | 156 UConverter_toUnicode_HZ_OFFSETS_LOGIC(UConverterToUnicodeArgs *args, in UConverter_toUnicode_HZ_OFFSETS_LOGIC() argument 336 UConverter_fromUnicode_HZ_OFFSETS_LOGIC(UConverterFromUnicodeArgs * args, UErrorCode * err) UConverter_fromUnicode_HZ_OFFSETS_LOGIC() argument 500 _HZ_WriteSub(UConverterFromUnicodeArgs *args, int32_t offsetIndex, UErrorCode *err) _HZ_WriteSub() argument [all...] |
/third_party/toybox/toys/posix/ |
H A D | sed.c | 1034 char **args = toys.optargs; in sed_main() local
|
H A D | tar.c | 785 char *s, **args = toys.optargs, in tar_main() local
|