Home
last modified time | relevance | path

Searched refs:_file (Results 1 – 18 of 18) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/io/nio/
DRandomAccessFileBuffer.java33 final RandomAccessFile _file; field in RandomAccessFileBuffer
42 _file = new RandomAccessFile(file,"rw"); in RandomAccessFileBuffer()
43 _channel=_file.getChannel(); in RandomAccessFileBuffer()
56 _file = new RandomAccessFile(file,"rw"); in RandomAccessFileBuffer()
57 _channel=_file.getChannel(); in RandomAccessFileBuffer()
69 _file = new RandomAccessFile(file,access==READWRITE?"rw":"r"); in RandomAccessFileBuffer()
70 _channel=_file.getChannel(); in RandomAccessFileBuffer()
90 synchronized (_file) in clear()
93 _file.setLength(0); in clear()
106 synchronized (_file) in peek()
[all …]
/external/jetty/src/java/org/eclipse/jetty/util/resource/
DFileResource.java55 private File _file; field in FileResource
86 _file =new File(new URI(url.toString())); in FileResource()
102 _file = new File(uri); in FileResource()
104 _file = new File("//"+uri.getAuthority()+URIUtil.decodePath(url.getFile())); in FileResource()
113 _file = new File(perm==null?url.getFile():perm.getName()); in FileResource()
116 if (_file.isDirectory()) in FileResource()
133 _file=file; in FileResource()
134 if (_file.isDirectory() && !_urlString.endsWith("/")) in FileResource()
178 ((FileResource)r)._alias=((FileResource)r)._file.getCanonicalFile().toURI().toURL(); in addPath()
194 String abs=_file.getAbsolutePath(); in getAlias()
[all …]
DJarFileResource.java40 private File _file; field in JarFileResource
67 _file=null; in release()
102 _file=null; in checkConnection()
119 _file=null; in newConnection()
129 _file=new File(_jarFile.getName()); in newConnection()
254 if (checkConnection() && _file!=null) in lastModified()
258 return _file.lastModified(); in lastModified()
/external/jetty/src/java/org/eclipse/jetty/util/
DMultiPartInputStream.java78 protected File _file; field in MultiPartInputStream.MultiPart
130 …shold() > 0 && _size + 1 > MultiPartInputStream.this._config.getFileSizeThreshold() && _file==null) in write()
142 …() > 0 && _size + length > MultiPartInputStream.this._config.getFileSizeThreshold() && _file==null) in write()
152 _file = File.createTempFile("MultiPart", "", MultiPartInputStream.this._tmpDir); in createFile()
154 _file.deleteOnExit(); in createFile()
155 FileOutputStream fos = new FileOutputStream(_file); in createFile()
215 if (_file != null) in getInputStream()
218 return new BufferedInputStream (new FileInputStream(_file)); in getInputStream()
255 if (_file == null) in write()
260 _file = new File (_tmpDir, fileName); in write()
[all …]
DRolloverFileOutputStream.java60 private File _file; field in RolloverFileOutputStream
198 if (_file==null) in getDatedFilename()
200 return _file.toString(); in getDatedFilename()
238 if (out==null || !file.equals(_file)) in setFile()
241 _file=file; in setFile()
312 _file=null; in close()
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DANTLRFileStream.as8 protected var _file:File;
15 _file = file;
33 return _file.name;
/external/emma/core/java12/com/vladium/emma/instr/
DInstrProcessor.java92 final File _file = new File (fileName); in setMetaOutFile() local
94 if (_file.exists () && ! _file.isFile ()) in setMetaOutFile()
95 … throw new IllegalArgumentException ("not a file: [" + _file.getAbsolutePath () + "]"); in setMetaOutFile()
97 m_mdataOutFile = _file; in setMetaOutFile()
/external/emma/core/java12/com/vladium/emma/data/
DMergeProcessor.java69 final File _file = new File (fileName); in setSessionOutFile() local
71 if (_file.exists () && ! _file.isFile ()) in setSessionOutFile()
72 … throw new IllegalArgumentException ("not a file: [" + _file.getAbsolutePath () + "]"); in setSessionOutFile()
74 m_sdataOutFile = _file; in setSessionOutFile()
/external/lldb/source/Symbol/
DLineEntry.cpp35 const FileSpec &_file, in LineEntry() argument
45 file(_file), in LineEntry()
/external/emma/core/java12/com/vladium/emma/rt/
DAppRunner.java194 final File _file = new File (fileName); in setSessionOutFile() local
196 if (_file.exists () && ! _file.isFile ()) in setSessionOutFile()
197 … throw new IllegalArgumentException ("not a file: [" + _file.getAbsolutePath () + "]"); in setSessionOutFile()
199 m_sdataOutFile = _file; in setSessionOutFile()
/external/compiler-rt/lib/builtins/
DCMakeLists.txt269 foreach (_file ${${arch}_SOURCES})
270 if (${_file} MATCHES ${arch}/*)
271 get_filename_component(_name ${_file} NAME)
/external/bison/lib/
Dstdio-impl.h98 int _file; \
/external/llvm/test/Transforms/MergeFunc/
D2011-02-08-RemoveEqual.ll25 ….kc::impl_fileline_FileLine"* %this, %"struct.kc::impl_casestring__Str"* %_file, i32 %_line) align…
37 store %"struct.kc::impl_casestring__Str"* %_file, %"struct.kc::impl_casestring__Str"** %_file_addr
151 ….kc::impl_fileline_FileLine"* %this, %"struct.kc::impl_casestring__Str"* %_file, i32 %_line) align…
163 store %"struct.kc::impl_casestring__Str"* %_file, %"struct.kc::impl_casestring__Str"** %_file_addr
/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
DPySourceColor.py1602 _file = open(filepath,'r')
1603 content = _file.read()
1604 _file.close()
/external/llvm/docs/
DCoverageMappingFormat.rst418 .. _file id mapping:
/external/google-breakpad/src/tools/windows/dump_syms/testdata/
Ddump_syms_regtest64.sym209 FILE 5182 f:\dd\vctools\crt\crtw32\stdio\_file.c
/external/google-breakpad/src/processor/testdata/
Dmodule0.out2088 FILE 2087 f:\sp\vctools\crt_bld\self_x86\crt\src\_file.c
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/
Dtest_app.sym2088 FILE 2087 f:\sp\vctools\crt_bld\self_x86\crt\src\_file.c