/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/ |
multistore_file.py | 196 self._file = LockedFile(filename, 'r+', 'r') 273 if not os.path.exists(self._file.filename()): 276 open(self._file.filename(), 'a+b').close() 284 self._file.open_and_lock() 294 if not self._file.is_locked(): 299 'valid for this run.', self._file.filename()) 300 if os.path.getsize(self._file.filename()) == 0: 315 self._file.unlock_and_close() 327 self._file.file_handle().seek(0) 328 return json.load(self._file.file_handle() [all...] |
/external/jetty/src/java/org/eclipse/jetty/util/ |
MultiPartInputStream.java | 78 protected File _file; field in class:MultiPartInputStream.MultiPart 130 if (MultiPartInputStream.this._config.getFileSizeThreshold() > 0 && _size + 1 > MultiPartInputStream.this._config.getFileSizeThreshold() && _file==null) 142 if (MultiPartInputStream.this._config.getFileSizeThreshold() > 0 && _size + length > MultiPartInputStream.this._config.getFileSizeThreshold() && _file==null) 152 _file = File.createTempFile("MultiPart", "", MultiPartInputStream.this._tmpDir); 154 _file.deleteOnExit(); 155 FileOutputStream fos = new FileOutputStream(_file); 215 if (_file != null) 218 return new BufferedInputStream (new FileInputStream(_file)); 255 if (_file == null) 260 _file = new File (_tmpDir, fileName) [all...] |
RolloverFileOutputStream.java | 60 private File _file; field in class:RolloverFileOutputStream 198 if (_file==null) 200 return _file.toString(); 238 if (out==null || !file.equals(_file)) 241 _file=file; 248 //if(log.isDebugEnabled())log.debug("Opened "+_file); 312 _file=null;
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
makebuf.c | 71 if (couldbetty && isatty(fp->_file)) 84 if (fp->_file < 0 || fstat(fp->_file, &st) < 0) {
|
asprintf.c | 36 f._file = -1;
|
vasprintf.c | 34 f._file = -1;
|
/external/webrtc/webrtc/voice_engine/test/auto_test/ |
voe_standard_test.h | 66 _file(false), 84 _file = true; 111 bool _externalMedia, _file, _hardware; member in class:voetest::SubAPIManager
|
/frameworks/compile/libbcc/include/bcinfo/Wrap/ |
file_wrapper_output.h | 41 FILE* _file; member in class:FileWrapperOutput
|
file_wrapper_input.h | 53 FILE* _file; member in class:FileWrapperInput
|
/system/connectivity/shill/test-scripts/ |
stability | 88 self._file = file(filename, 'a') 105 self._file.write(result) 106 self._file.flush() 109 self._file.close()
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
wchar.h | 37 int _file; member in struct:_iobuf 434 int __cdecl __mingw_fwscanf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,...); 440 int __cdecl __mingw_fwprintf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,...); 444 int __cdecl __mingw_vfwprintf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,va_list _ArgList); 585 int __cdecl fwscanf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; 615 int __cdecl fwprintf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,...); 617 int __cdecl vfwprintf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,va_list _ArgList); 632 wint_t __cdecl fgetwc(FILE *_File); 634 wint_t __cdecl fputwc(wchar_t _Ch,FILE *_File); 636 wint_t __cdecl getwc(FILE *_File); [all...] |
/bionic/libc/stdio/ |
stdio.cpp | 157 fp->_file = -1; /* no file */ 186 fp->_file = fd; 286 if ((wantfd = fp->_file) < 0 && isopen) { 338 // _file is only a short. 346 fp->_file = fd; 382 fp->_file = -1; 397 return TEMP_FAILURE_RETRY(read(fp->_file, buf, n)); 406 TEMP_FAILURE_RETRY(lseek64(fp->_file, 0, SEEK_END)); 408 return TEMP_FAILURE_RETRY(write(fp->_file, buf, n)); 413 return TEMP_FAILURE_RETRY(lseek(fp->_file, offset, whence)) [all...] |
snprintf.c | 59 f._file = -1;
|
sprintf.c | 55 f._file = -1;
|
/external/autotest/server/site_tests/platform_SyncCrash/ |
platform_SyncCrash.py | 34 _FILE = 'xyzzy' 112 file = dir + self._FILE 128 file = dir + self._FILE
|
/external/emma/core/java12/com/vladium/emma/data/ |
MergeProcessor.java | 69 final File _file = new File (fileName); local 71 if (_file.exists () && ! _file.isFile ()) 72 throw new IllegalArgumentException ("not a file: [" + _file.getAbsolutePath () + "]"); 74 m_sdataOutFile = _file;
|
/external/emma/core/java12/com/vladium/emma/instr/ |
InstrProcessor.java | 92 final File _file = new File (fileName); local 94 if (_file.exists () && ! _file.isFile ()) 95 throw new IllegalArgumentException ("not a file: [" + _file.getAbsolutePath () + "]"); 97 m_mdataOutFile = _file;
|
/external/jetty/src/java/org/eclipse/jetty/util/resource/ |
JarFileResource.java | 40 private File _file; field in class:JarFileResource 67 _file=null; 102 _file=null; 119 _file=null; 129 _file=new File(_jarFile.getName()); 254 if (checkConnection() && _file!=null) 258 return _file.lastModified();
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_mailbox.py | [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_mailbox.py | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_mailbox.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_mailbox.py | [all...] |
/external/lzma/CPP/7zip/UI/Common/ |
Bench.cpp | [all...] |
/external/compiler-rt/cmake/Modules/ |
CompilerRTDarwinUtils.cmake | 235 foreach (_file ${intermediate}) 236 get_filename_component(_name_we ${_file} NAME_WE) 239 list(REMOVE_ITEM intermediate ${_file}) 240 elseif(${_file} MATCHES ".*/.*\\.S" OR ${_file} MATCHES ".*/.*\\.c") 241 get_filename_component(_name ${_file} NAME)
|
/external/compiler-rt/lib/builtins/ |
CMakeLists.txt | 370 foreach (_file ${${arch}_SOURCES}) 371 if (${_file} MATCHES ${arch}/*) 372 get_filename_component(_name ${_file} NAME)
|