Home
last modified time | relevance | path

Searched defs:filename (Results 1176 - 1200 of 1831) sorted by relevance

1...<<41424344454647484950>>...74

/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dxmlparser.cpp165 UXMLParser::parseFile(const char *filename, UErrorCode &errorCode) { in parseFile() argument
/third_party/skia/third_party/externals/microhttpd/doc/examples/
H A Dsessions.c472 post_iterator(void *cls, enum MHD_ValueKind kind, const char *key, const char *filename, const char *content_type, const char *transfer_encoding, const char *data, uint64_t off, size_t size) post_iterator() argument
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Ddemo.c394 char *filename; member
477 process_upload_data(void *cls, enum MHD_ValueKind kind, const char *key, const char *filename, const char *content_type, const char *transfer_encoding, const char *data, uint64_t off, size_t size) process_upload_data() argument
[all...]
H A Ddemo_https.c395 char *filename; member
478 process_upload_data(void *cls, enum MHD_ValueKind kind, const char *key, const char *filename, const char *content_type, const char *transfer_encoding, const char *data, uint64_t off, size_t size) process_upload_data() argument
[all...]
H A Dpost_example.c456 post_iterator(void *cls, enum MHD_ValueKind kind, const char *key, const char *filename, const char *content_type, const char *transfer_encoding, const char *data, uint64_t off, size_t size) post_iterator() argument
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_post.c98 post_iterator(void *cls, enum MHD_ValueKind kind, const char *key, const char *filename, const char *content_type, const char *transfer_encoding, const char *value, uint64_t off, size_t size) post_iterator() argument
/third_party/skia/src/ports/
H A DSkFontMgr_config_parser.cpp486 static int parse_config_file(const char* filename, SkTDArray<FontFamily*>& families, in parse_config_file() argument
/third_party/skia/tests/
H A DStreamTest.cpp313 constexpr char filename[] = "images/baby_tux.webp"; in DEF_TEST() local
494 SkString filename = GetResourcePath("images/baby_tux.png"); in DEF_TEST() local
/third_party/openssl/test/helpers/
H A Dpkcs12.c103 PKCS12_BUILDER *new_pkcs12_builder(const char *filename) in new_pkcs12_builder() argument
/third_party/openssl/crypto/dso/
H A Ddso_win32.c100 char *filename = DSO_convert_filename(dso, NULL); in win32_load() local
203 static struct file_st *win32_splitter(DSO *dso, const char *filename, in win32_splitter() argument
452 win32_name_converter(DSO *dso, const char *filename) win32_name_converter() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/tools/ftrandom/
H A Dftrandom.c242 extmatch( char* filename, in extmatch() argument
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp39 FILE* TiXmlFOpen( const char* filename, const char* mode ) in TiXmlFOpen() argument
/third_party/python/Modules/
H A D_gdbmmodule.c623 dbmopen_impl(PyObject *module, PyObject *filename, const char *flags, in dbmopen_impl() argument
H A D_testinternalcapi.c384 normalize_path(PyObject *self, PyObject *filename) in normalize_path() argument
H A Dmain.c126 pymain_get_importer(const wchar_t *filename, PyObject **importer_p, int *exitcode) in pymain_get_importer() argument
317 pymain_run_file_obj(PyObject *program_name, PyObject *filename, in pymain_run_file_obj() argument
367 PyObject *filename = PyUnicode_FromWideChar(config->run_filename, -1); pymain_run_file() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DSourceMgr.h276 SMDiagnostic(StringRef filename, SourceMgr::DiagKind Knd, StringRef Msg) in SMDiagnostic() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DSourceMgr.h243 SMDiagnostic(StringRef filename, SourceMgr::DiagKind Knd, StringRef Msg) in SMDiagnostic() argument
/third_party/skia/third_party/externals/zlib/google/
H A Dzip_internal.cc41 void* ZipOpenFunc(void *opaque, const char* filename, int mode) { in ZipOpenFunc() argument
86 void* FdOpenFileFunc(void* opaque, const char* filename, int mode) { in FdOpenFileFunc() argument
127 void* HandleOpenFileFunc(void* opaque, const char* filename, int mode) { in HandleOpenFileFunc() argument
[all...]
H A Dzip_unittest.cc181 void TestUnzipFile(const base::FilePath::StringType& filename, in TestUnzipFile() argument
/third_party/toybox/kconfig/
H A Dmconf.c274 static char filename[PATH_MAX+1] = ".config"; variable
/third_party/toybox/scripts/
H A Dconfig2help.c231 void parse(char *filename) in parse() argument
/third_party/toybox/toys/pending/
H A Dsyslogd.c49 char *filename; member
[all...]
/third_party/protobuf/src/google/protobuf/compiler/
H A Dimporter.cc91 SingleFileErrorCollector(const std::string& filename, in SingleFileErrorCollector() argument
134 bool SourceTreeDescriptorDatabase::FindFileByName(const std::string& filename, in FindFileByName() argument
186 AddError( const std::string& filename, const std::string& element_name, const Message* descriptor, ErrorLocation location, const std::string& message) AddError() argument
202 AddWarning( const std::string& filename, const std::string& element_name, const Message* descriptor, ErrorLocation location, const std::string& message) AddWarning() argument
230 Import(const std::string& filename) Import() argument
335 ApplyMapping(const std::string& filename, const std::string& old_prefix, const std::string& new_prefix, std::string* result) ApplyMapping() argument
446 Open(const std::string& filename) Open() argument
491 OpenDiskFile( const std::string& filename) OpenDiskFile() argument
[all...]
/third_party/protobuf/src/google/protobuf/io/
H A Dio_win32.cc398 string filename; in ExpandWildcards() local
H A Dzero_copy_stream_unittest.cc718 std::string filename = TestTempDir() + "/zero_copy_stream_test_file"; in TEST_F() local
749 std::string filename = TestTempDir() + "/zero_copy_stream_test_file"; in TEST_F() local

Completed in 24 milliseconds

1...<<41424344454647484950>>...74