Home
last modified time | relevance | path

Searched defs:filename (Results 626 - 650 of 1314) sorted by relevance

1...<<21222324252627282930>>...53

/third_party/curl/docs/examples/
H A Dmulti-event.c68 char filename[50]; in add_download() local
H A Dmulti-uv.c78 char filename[50]; in add_download() local
/third_party/cups-filters/backend/
H A Dimplicitclass.c92 char *filename, /* PDF file to convert */ in main() local
/third_party/cups-filters/cupsfilters/
H A Dcolord.c118 char *filename = NULL; in get_filename_for_profile_path() local
319 char *filename = NULL; in colord_get_profile_for_device_id() local
[all...]
/third_party/cups-filters/filter/
H A Dpdf.cxx61 extern "C" pdf_t * pdf_load_template(const char *filename) in pdf_load_template() argument
93 int pdf_pages(const char *filename) in pdf_pages() argument
/third_party/alsa-lib/src/
H A Ddlmisc.c148 const char *filename = name; in snd_dlopen() local
/third_party/icu/icu4c/source/tools/icuswap/
H A Dicuswap.cpp290 extractPackageName(const UDataSwapper *ds, const char *filename, in extractPackageName() argument
/third_party/icu/icu4c/source/tools/icupkg/
H A Dicupkg.cpp252 isPackageName(const char *filename) isPackageName() argument
[all...]
/third_party/gptfdisk/
H A Dgptcl.cc40 GPTDataCL::GPTDataCL(string filename) { in GPTDataCL() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dlstmbetst.cpp76 void LSTMBETest::runTestFromFile(const char* filename) { in runTestFromFile() argument
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DTransformsMapper.java134 private void writeDataFile(String filename, CldrValue value) { in writeDataFile() argument
148 writeRootIndexEntry( CldrValue value, String source, String target, Optional<String> variant, String filename) writeRootIndexEntry() argument
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DTestUtil.java211 public static BufferedReader openUTF8Reader(String dir, String filename) throws IOException { in openUTF8Reader() argument
214 public static BufferedReader openReader(String dir, String filename, String encoding) throws IOException { in openReader() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/
H A DTestUtil.java212 public static BufferedReader openUTF8Reader(String dir, String filename) throws IOException { in openUTF8Reader() argument
215 public static BufferedReader openReader(String dir, String filename, String encoding) throws IOException { in openReader() argument
/third_party/libsnd/src/
H A Dmat5.c157 { static const char *filename = "MATLAB 5.0 MAT-file, written by " PACKAGE_NAME "-" PACKAGE_VERSION ", " ; in mat5_write_header() local
/third_party/libsnd/tests/
H A Dstring_test.c216 string_start_end_test (const char *filename, int typemajor) in string_start_end_test() argument
365 string_start_test(const char *filename, int formattype) string_start_test() argument
544 string_multi_set_test(const char *filename, int typemajor) string_multi_set_test() argument
620 string_rdwr_test(const char *filename, int typemajor) string_rdwr_test() argument
673 string_short_rdwr_test(const char *filename, int typemajor) string_short_rdwr_test() argument
746 software_string_test(const char *filename) software_string_test() argument
784 string_rdwr_grow_test(const char *filename, int typemajor) string_rdwr_grow_test() argument
842 string_header_update(const char *filename, int typemajor) string_header_update() argument
[all...]
H A Dlossy_comp_test.c649 lcomp_test_short (const char *filename, in argument
836 lcomp_test_int(const char *filename, int filetype, int channels, double margin) lcomp_test_int() argument
1034 lcomp_test_float(const char *filename, int filetype, int channels, double margin) lcomp_test_float() argument
1229 lcomp_test_double(const char *filename, int filetype, int channels, double margin) lcomp_test_double() argument
1425 sdlcomp_test_short(const char *filename, int filetype, int channels, double margin) sdlcomp_test_short() argument
1645 sdlcomp_test_int(const char *filename, int filetype, int channels, double margin) sdlcomp_test_int() argument
1869 sdlcomp_test_float(const char *filename, int filetype, int channels, double margin) sdlcomp_test_float() argument
2116 sdlcomp_test_double(const char *filename, int filetype, int channels, double margin) sdlcomp_test_double() argument
2360 read_raw_test(const char *filename, int filetype, int channels) read_raw_test() argument
[all...]
/third_party/libuv/src/win/
H A Dfs-event.c66 static void uv__relative_path(const WCHAR* filename, in uv__relative_path() argument
83 static int uv__split_path(const WCHAR* filename, WCHAR** dir, in uv__split_path() argument
420 char* filename = NULL; uv__process_fs_event_req() local
[all...]
/third_party/libsnd/regtest/
H A Ddatabase.c51 char filename [256] ; member
152 db_file_exists (REG_DB * db_handle, const char * filename) in db_file_exists() argument
[all...]
/third_party/libsnd/programs/
H A Dsndfile-info.c218 info_dump (const char *filename) in info_dump() argument
284 instrument_dump (const char *filename) in instrument_dump() argument
325 broadcast_dump(const char *filename) broadcast_dump() argument
396 chanmap_dump(const char *filename) chanmap_dump() argument
472 cart_dump(const char *filename) cart_dump() argument
[all...]
/third_party/libuv/test/
H A Dtest-fork.c468 fs_event_cb_file_current_dir(uv_fs_event_t* handle, const char* filename, int events, int status) fs_event_cb_file_current_dir() argument
H A Drunner-win.c76 WCHAR path[MAX_PATH], filename[MAX_PATH]; in process_start() local
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/buildtools/
H A DGeneratePhonePrefixData.java176 private static PhonePrefixLanguagePair getPhonePrefixLanguagePairFromFilename(String filename) { in getPhonePrefixLanguagePairFromFilename() argument
218 private static int getCountryCodeFromTextFileName(String filename) { in getCountryCodeFromTextFileName() argument
/third_party/libwebsockets/lib/jose/jwk/
H A Djose_key.c599 lws_jwk_load(struct lws_jwk *jwk, const char *filename, in lws_jwk_load() argument
624 lws_jwk_save(struct lws_jwk *jwk, const char *filename) in lws_jwk_save() argument
/third_party/libwebsockets/lib/plat/optee/
H A Dlws-plat-optee.c222 lws_plat_write_file(const char *filename, void *buf, size_t len) in lws_plat_write_file() argument
228 lws_plat_read_file(const char *filename, void *buf, int len) in lws_plat_read_file() argument
161 _lws_plat_file_open(const struct lws_plat_file_ops *fops, const char *filename, const char *vpath, lws_fop_flags_t *flags) _lws_plat_file_open() argument
/third_party/mbedtls/programs/x509/
H A Dcert_req.c97 const char *filename; /* filename of the key file */ member

Completed in 16 milliseconds

1...<<21222324252627282930>>...53