Home
last modified time | relevance | path

Searched refs:fileSys (Results 201 – 225 of 243) sorted by relevance

12345678910

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaObjC/
H A Ddefault-synthesize-3.m190 - (NSURL *)fileSys; method
206 @property (copy) NSURL *fileSys; property
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaObjC/
H A Ddefault-synthesize-3.m190 - (NSURL *)fileSys; method
206 @property (copy) NSURL *fileSys; property
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaObjC/
H A Ddefault-synthesize-3.m190 - (NSURL *)fileSys; method
206 @property (copy) NSURL *fileSys; property
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaObjC/
H A Ddefault-synthesize-3.m190 - (NSURL *)fileSys; method
206 @property (copy) NSURL *fileSys; property
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaObjC/
H A Ddefault-synthesize-3.m190 - (NSURL *)fileSys; method
206 @property (copy) NSURL *fileSys; property
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaObjC/
H A Ddefault-synthesize-3.m190 - (NSURL *)fileSys; method
206 @property (copy) NSURL *fileSys; property
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaObjC/
H A Ddefault-synthesize-3.m190 - (NSURL *)fileSys; method
206 @property (copy) NSURL *fileSys; property
/dports/lang/seed7/seed7/lib/
H A Dzip.s7i603 * [[filesys#fileSys|FileSys]] implementation type to access ZIP and JAR archives.
622 * fileSys.value if it could not be opened.
624 const func fileSys: openZip (inout file: zipFile) is func
626 var fileSys: newFileSys is fileSys.value;
665 * fileSys.value if it could not be opened.
667 const func fileSys: openZip (in string: zipFileName) is func
669 var fileSys: zip is fileSys.value;
1399 var fileSys: zip is fileSys.value;
1402 if zip <> fileSys.value then
H A Dosfiles.s7i634 * [[filesys#fileSys|FileSys]] implementation type to access operating system files.
640 type_implements_interface(osFileSys, fileSys);
643 const func fileSys: openOsFileSys is func
645 var fileSys: newFileSys is fileSys.value;
654 * [[filesys#fileSys|File system]] of the operating system files.
656 var fileSys: osFiles is openOsFileSys;
H A Dcpio.s7i386 * [[filesys#fileSys|FileSys]] implementation type to access a CPIO archive.
415 * fileSys.value if it could not be opened.
417 const func fileSys: openCpio (inout file: cpioFile) is func
419 var fileSys: newFileSys is fileSys.value;
462 * fileSys.value if it could not be opened.
464 const func fileSys: openCpio (in string: cpioFileName) is func
466 var fileSys: cpio is fileSys.value;
H A Dtar.s7i489 * [[filesys#fileSys|FileSys]] implementation type to access a TAR archive.
514 * fileSys.value if it could not be opened.
516 const func fileSys: openTar (inout file: tarFile) is func
518 var fileSys: newFileSys is fileSys.value;
556 * fileSys.value if it could not be opened.
558 const func fileSys: openTar (in string: tarFileName) is func
560 var fileSys: tar is fileSys.value;
H A Dar.s7i260 * [[filesys#fileSys|FileSys]] implementation type to access an AR archive.
288 const func fileSys: openAr (inout file: arFile) is func
290 var fileSys: newFileSys is fileSys.value;
347 const func fileSys: openAr (in string: arFileName) is func
349 var fileSys: ar is fileSys.value;
/dports/astro/gpstk/GPSTk-8.0.0/core/lib/FileHandling/RINEX3/
H A DRinex3ClockHeader.hpp154 std::string fileSys; ///< GNSS system OR Mixed member in gpstk::Rinex3ClockHeader
H A DRinex3ClockHeader.cpp113 fileSys = strip(line.substr(35,20)); in reallyGetRecord()
308 line += leftJustify(fileSys,20); in reallyPutRecord()
/dports/devel/hadoop/hadoop-1.2.1/src/webapps/history/
H A Dloadhistory.jsp31 FileSystem fs = (FileSystem) application.getAttribute("fileSys");
H A Djobconf_history.jsp55 FileSystem fs = (FileSystem) application.getAttribute("fileSys");
H A Djobtaskshistory.jsp43 FileSystem fs = (FileSystem) application.getAttribute("fileSys");
H A Dtaskstatshistory.jsp49 FileSystem fs = (FileSystem) application.getAttribute("fileSys");
/dports/devel/hadoop/hadoop-1.2.1/webapps/job/
H A Dloadhistory.jsp31 FileSystem fs = (FileSystem) application.getAttribute("fileSys");
H A Djobconf_history.jsp55 FileSystem fs = (FileSystem) application.getAttribute("fileSys");
H A Djobtaskshistory.jsp43 FileSystem fs = (FileSystem) application.getAttribute("fileSys");
H A Dtaskstatshistory.jsp49 FileSystem fs = (FileSystem) application.getAttribute("fileSys");
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/shortcircuit/
H A DTestShortCircuitLocalRead.java102 static FSDataOutputStream createFile(FileSystem fileSys, Path name, int repl) in createFile() argument
104 FSDataOutputStream stm = fileSys.create(name, true, in createFile()
105 fileSys.getConf().getInt("io.file.buffer.size", 4096), in createFile()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/metrics/
H A DTestNameNodeMetrics.java136 private void readFile(FileSystem fileSys,Path name) throws IOException { in readFile() argument
138 DataInputStream stm = fileSys.open(name); in readFile()
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/mapred/
H A DControlledMapReduceJob.java276 private FileStatus[] listSignalFiles(FileSystem fileSys, final boolean isMap) in listSignalFiles() argument
278 return fileSys.globStatus(new Path(signalFileDir.toString() + "/*"), in listSignalFiles()

12345678910