Home
last modified time | relevance | path

Searched defs:args (Results 3601 - 3625 of 5916) sorted by relevance

1...<<141142143144145146147148149150>>...237

/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Drpng-win.c169 char *args[1024]; /* arbitrary limit, but should suffice */ in WinMain() local
H A Drpng2-win.c277 char *args[1024]; /* arbitrary limit, but should suffice */ in WinMain() local
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dgenpng.c703 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 Dumsg.cpp410 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 Ddigestauth.c681 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 DSkPDFUtils.cpp153 SkPoint args[4]; in EmitPath() local
[all...]
/third_party/skia/src/sksl/
H A DSkSLMain.cpp32 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 DSkFontHost_FreeType.cpp307 FT_Open_Args args; in Make() local
[all...]
/third_party/skia/third_party/externals/brotli/python/
H A D_brotli.cc160 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 DCore.h658 inline Result FromJS(const Napi::CallbackInfo& info, PARAM_TYPES& args) { in FromJS() argument
/third_party/skia/third_party/externals/angle2/util/posix/
H A Dtest_utils_posix.cpp202 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 DDrawCallPerf.cpp120 DrawCallParam MakeParam(Ts... args) { in MakeParam() argument
/third_party/openssl/test/
H A Dhttp_test.c105 server_args *args = (server_args *)BIO_get_callback_arg(bio); in http_bio_cb_ex() local
/third_party/openssl/apps/lib/
H A Dvms_term_sock.c550 va_list args; LogMessage() local
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dhb-subset.cc68 char **args = (char **) in parse_face() local
/third_party/python/Modules/_ctypes/
H A Dstgdict.c30 PyCStgDict_init(StgDictObject *self, PyObject *args, PyObject *kwds) in PyCStgDict_init() argument
/third_party/python/Modules/
H A D_gdbmmodule.c538 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 Dtextio.c.h24 _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 Dscheduler.h591 inline void schedule(Function&& f, Args&&... args) { in schedule() argument
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl.cc438 const auto& args = call->Arguments(); in EmitFunctionCall() local
[all...]
/third_party/skia/tools/fm/
H A Dfm.cpp134 static Result fail(const char* whyFmt, Args... args) { in fail() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dcmemory.h796 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 Ducnvhz.cpp156 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 Dsed.c1034 char **args = toys.optargs; in sed_main() local
H A Dtar.c785 char *s, **args = toys.optargs, in tar_main() local

Completed in 27 milliseconds

1...<<141142143144145146147148149150>>...237