Home
last modified time | relevance | path

Searched refs:filestr (Results 26 – 50 of 249) sorted by relevance

12345678910

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/
H A DTestLeaseRecovery2.java168 AppendTestUtil.LOG.info("filestr=" + filestr); in createFile()
169 Path filepath = new Path(filestr); in createFile()
172 assertTrue(dfs.dfs.exists(filestr)); in createFile()
273 String filestr = "/hardLeaseRecovery"; in testHardLeaseRecovery() local
274 AppendTestUtil.LOG.info("filestr=" + filestr); in testHardLeaseRecovery()
275 Path filepath = new Path(filestr); in testHardLeaseRecovery()
278 assertTrue(dfs.dfs.exists(filestr)); in testHardLeaseRecovery()
340 String filestr = "/foo" + AppendTestUtil.nextInt(); in testSoftLeaseRecovery() local
341 AppendTestUtil.LOG.info("filestr=" + filestr); in testSoftLeaseRecovery()
342 Path filepath = new Path(filestr); in testSoftLeaseRecovery()
[all …]
H A DTestLeaseRecovery.java105 String filestr = "/foo"; in testBlockSynchronization() local
106 Path filepath = new Path(filestr); in testBlockSynchronization()
113 dfs.dfs.getNamenode(), filestr); in testBlockSynchronization()
132 cluster.getNameNodeRpc().append(filestr, dfs.dfs.clientName, in testBlockSynchronization()
141 dfs.dfs.getNamenode(), filestr).getBlock(); in testBlockSynchronization()
153 filestr = "/foo.safemode"; in testBlockSynchronization()
154 filepath = new Path(filestr); in testBlockSynchronization()
158 assertTrue(dfs.dfs.exists(filestr)); in testBlockSynchronization()
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/qtestlib/wince/cetest/
H A Ddeployment.cpp247 QString filestr = Option::fixPathToLocalOS(addSources.at(index), false, false); in initProjectDeploy() local
248 int slsh = filestr.lastIndexOf(Option::dir_sep); in initProjectDeploy()
250 dirstr = filestr.left(slsh+1); in initProjectDeploy()
251 filestr = filestr.right(filestr.length() - slsh - 1); in initProjectDeploy()
255 QFileInfo info(dirstr + filestr); in initProjectDeploy()
275 QDir additionalDir(dirstr + filestr); in initProjectDeploy()
282 appendTargetPath = filestr; in initProjectDeploy()
284 appendTargetPath.append(QLatin1String("\\") + filestr); in initProjectDeploy()
/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Dfhmtauto.c253 char *filestr; in fhmtautogen1() local
276 LEPT_FREE(filestr); in fhmtautogen1()
394 filestr = sarrayToString(sa3, 1); in fhmtautogen1()
395 nbytes = strlen(filestr); in fhmtautogen1()
400 l_binaryWrite(bigbuf, "w", filestr, nbytes); in fhmtautogen1()
404 LEPT_FREE(filestr); in fhmtautogen1()
435 char *filestr, *fname, *linestr; in fhmtautogen2() local
460 LEPT_FREE(filestr); in fhmtautogen2()
612 filestr = sarrayToString(sa4, 1); in fhmtautogen2()
613 nbytes = strlen(filestr); in fhmtautogen2()
[all …]
H A Dfmorphauto.c287 char *filestr; in fmorphautogen1() local
311 LEPT_FREE(filestr); in fmorphautogen1()
455 filestr = sarrayToString(sa3, 1); in fmorphautogen1()
456 nbytes = strlen(filestr); in fmorphautogen1()
461 l_binaryWrite(bigbuf, "w", filestr, nbytes); in fmorphautogen1()
465 LEPT_FREE(filestr); in fmorphautogen1()
494 char *filestr, *linestr, *fname; in fmorphautogen2() local
518 LEPT_FREE(filestr); in fmorphautogen2()
652 filestr = sarrayToString(sa4, 1); in fmorphautogen2()
653 nbytes = strlen(filestr); in fmorphautogen2()
[all …]
/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Dfhmtauto.c238 char *filestr; in fhmtautogen1() local
265 FREE(filestr); in fhmtautogen1()
379 if ((filestr = sarrayToString(sa3, 1)) == NULL) in fhmtautogen1()
381 nbytes = strlen(filestr); in fhmtautogen1()
386 arrayWrite(bigbuf, "w", filestr, nbytes); in fhmtautogen1()
390 FREE(filestr); in fhmtautogen1()
419 char *filestr, *fname, *linestr; in fhmtautogen2() local
444 FREE(filestr); in fhmtautogen2()
580 nbytes = strlen(filestr); in fhmtautogen2()
585 arrayWrite(bigbuf, "w", filestr, nbytes); in fhmtautogen2()
[all …]
H A Dfmorphauto.c272 char *filestr; in fmorphautogen1() local
299 FREE(filestr); in fmorphautogen1()
440 if ((filestr = sarrayToString(sa3, 1)) == NULL) in fmorphautogen1()
442 nbytes = strlen(filestr); in fmorphautogen1()
447 arrayWrite(bigbuf, "w", filestr, nbytes); in fmorphautogen1()
451 FREE(filestr); in fmorphautogen1()
480 char *filestr, *linestr, *fname; in fmorphautogen2() local
504 FREE(filestr); in fmorphautogen2()
628 nbytes = strlen(filestr); in fmorphautogen2()
633 arrayWrite(bigbuf, "w", filestr, nbytes); in fmorphautogen2()
[all …]
/dports/games/beret/beret-freebsd-ab3c397400be60ce69903389727acf6cdf0a3119/
H A Dgame.c833 char filestr[512]; in init()
1324 char filestr[512]; in save_room_return() local
1537 remove(filestr); in remove_room_return()
2581 remove(filestr); in start_new_game()
2590 remove(filestr); in delete_game()
2592 remove(filestr); in delete_game()
2594 remove(filestr); in delete_game()
2596 remove(filestr); in delete_game()
2598 remove(filestr); in delete_game()
3143 char filestr[512]; in handle_mouse_down() local
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/tidy/src/
H A Dpal.rs69 let filestr = file.to_string_lossy().replace("\\", "/"); in check() localVariable
70 if !filestr.ends_with(".rs") { in check()
74 let is_exception_path = EXCEPTION_PATHS.iter().any(|s| filestr.contains(&**s)); in check()
80 if filestr.contains("tests") || filestr.contains("benches") { in check()
/dports/textproc/redisearch/RediSearch-2.2.5/src/dep/cndict/
H A Dbundle_friso.py266 def sanitize_file_entry(typestr, filestr): argument
268 filestr = strip_comment_lines(filestr)
269 filestr = [f.rstrip(';') for f in filestr]
270 return typestr, filestr
309 typestr, filestr = sanitize_file_entry(m[0], m[1]) variable
312 for filename in filestr:
/dports/textproc/redisearch20/RediSearch-2.0.15/src/dep/cndict/
H A Dbundle_friso.py266 def sanitize_file_entry(typestr, filestr): argument
268 filestr = strip_comment_lines(filestr)
269 filestr = [f.rstrip(';') for f in filestr]
270 return typestr, filestr
309 typestr, filestr = sanitize_file_entry(m[0], m[1]) variable
312 for filename in filestr:
/dports/textproc/redisearch16/RediSearch-1.6.16/src/dep/cndict/
H A Dbundle_friso.py266 def sanitize_file_entry(typestr, filestr): argument
268 filestr = strip_comment_lines(filestr)
269 filestr = [f.rstrip(';') for f in filestr]
270 return typestr, filestr
309 typestr, filestr = sanitize_file_entry(m[0], m[1]) variable
312 for filename in filestr:
/dports/devel/kdevelop-pg-qt/kdevelop-pg-qt-2.2.1/examples/cool/
H A Dmain.cpp81 std::ifstream filestr(filename); in parse_file() local
83 if (filestr.is_open()) in parse_file()
89 pbuf = filestr.rdbuf(); in parse_file()
103 filestr.close(); in parse_file()
/dports/sysutils/pacman/pacman-5.1.3/lib/libalpm/
H A Dconflict.c273 alpm_list_t *conflicts, const char *filestr, in add_fileconflict() argument
280 STRDUP(conflict->file, filestr, goto error); in add_fileconflict()
519 const char *filestr = j->data; in _alpm_db_find_fileconflicts() local
552 size_t fslen = strlen(filestr); in _alpm_db_find_fileconflicts()
562 if(strncmp(filestr, filestr2, fslen) != 0) { in _alpm_db_find_fileconflicts()
581 size_t fslen = strlen(filestr); in _alpm_db_find_fileconflicts()
584 if(strncmp(filestr, filestr2, fslen) != 0) { in _alpm_db_find_fileconflicts()
604 size_t fslen = strlen(filestr); in _alpm_db_find_fileconflicts()
615 if(filestr[fslen - 1] == '/') { in _alpm_db_find_fileconflicts()
622 if(strncmp(filestr, filestr2, fslen) != 0) { in _alpm_db_find_fileconflicts()
[all …]
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/unrarsrc-5.2.5/unrar/
H A Dmsc.dep20 ".\filestr.hpp"\
78 ".\filestr.hpp"\
136 ".\filestr.hpp"\
194 ".\filestr.hpp"\
253 ".\filestr.hpp"\
311 ".\filestr.hpp"\
369 ".\filestr.hpp"\
427 ".\filestr.hpp"\
485 ".\filestr.hpp"\
545 ".\filestr.hpp"\
[all …]
/dports/archivers/libunrar/unrar/
H A Dmsc.dep20 ".\filestr.hpp"\
78 ".\filestr.hpp"\
136 ".\filestr.hpp"\
194 ".\filestr.hpp"\
253 ".\filestr.hpp"\
311 ".\filestr.hpp"\
369 ".\filestr.hpp"\
427 ".\filestr.hpp"\
485 ".\filestr.hpp"\
545 ".\filestr.hpp"\
[all …]
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/unrar/
H A Dmsc.dep20 ".\filestr.hpp"\
78 ".\filestr.hpp"\
136 ".\filestr.hpp"\
194 ".\filestr.hpp"\
253 ".\filestr.hpp"\
311 ".\filestr.hpp"\
369 ".\filestr.hpp"\
427 ".\filestr.hpp"\
485 ".\filestr.hpp"\
545 ".\filestr.hpp"\
[all …]
/dports/graphics/comical/comical-0.8/unrar/
H A Dmsc.dep20 ".\filestr.hpp"\
80 ".\filestr.hpp"\
140 ".\filestr.hpp"\
200 ".\filestr.hpp"\
261 ".\filestr.hpp"\
321 ".\filestr.hpp"\
381 ".\filestr.hpp"\
441 ".\filestr.hpp"\
501 ".\filestr.hpp"\
563 ".\filestr.hpp"\
[all …]
/dports/comms/vrflash/vrflash-0.24/
H A Dport.c51 port_lowlatency(char *filestr, int fd) in port_lowlatency() argument
76 if ((fd = open (filestr, O_RDWR | O_NOCTTY | O_NDELAY)) < 0) in port_lowlatency()
98 port_open (char *filestr) in port_open() argument
102 if ((fd = open (filestr, O_RDWR | O_NOCTTY | O_NDELAY)) < 0) in port_open()
106 if ((fd=port_lowlatency(filestr, fd)) < 0) in port_open()
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/hdfs/
H A DTestLeaseRecovery.java82 String filestr = "/foo"; in runTestBlockSynchronization() local
83 Path filepath = new Path(filestr); in runTestBlockSynchronization()
85 assertTrue(dfs.dfs.exists(filestr)); in runTestBlockSynchronization()
90 dfs.dfs.namenode, filestr); in runTestBlockSynchronization()
130 cluster.getNameNode().append(filestr, dfs.dfs.clientName); in runTestBlockSynchronization()
/dports/audio/Maaate/Maaate-0.3.1/src/tier1/
H A DallFormat.H112 inline bool common_constr(string filestr);
155 AllFormat::common_constr (string filestr) { in common_constr() argument
157 filename = filestr; in common_constr()
/dports/editors/jed/jed-0.99-19/src/
H A Dledit.c428 filestr = jed_standardize_filename (filestr); in jed_save_buffer_as()
432 SLfree (filestr); in jed_save_buffer_as()
438 SLfree (filestr); in jed_save_buffer_as()
714 filestr = jed_standardize_filename (filestr); in find_file_cmd()
716 if (filestr == NULL) in find_file_cmd()
721 1, filestr)) in find_file_cmd()
723 SLfree (filestr); in find_file_cmd()
731 SLfree (filestr); in find_file_cmd()
737 SLfree (filestr); in find_file_cmd()
776 name = extract_file (filestr); in find_file_cmd()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/python/examples/pizza/
H A Dpdbfile.py88 filestr = args[0]
91 filestr = None
94 filestr = args[0]
101 if filestr:
102 list = filestr.split()
/dports/science/lammps/lammps-stable_29Sep2021/tools/python/pizza/
H A Dpdbfile.py88 filestr = args[0]
91 filestr = None
94 filestr = args[0]
101 if filestr:
102 list = filestr.split()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/python/examples/pizza/
H A Dpdbfile.py78 filestr = args[0]
81 filestr = None
84 filestr = args[0]
91 if filestr:
92 list = filestr.split()

12345678910