/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
process.h | 59 _CRTIMP intptr_t __cdecl _execl(const char *_Filename,const char *_ArgList,...); 60 _CRTIMP intptr_t __cdecl _execle(const char *_Filename,const char *_ArgList,...); 61 _CRTIMP intptr_t __cdecl _execlp(const char *_Filename,const char *_ArgList,...); 62 _CRTIMP intptr_t __cdecl _execlpe(const char *_Filename,const char *_ArgList,...); 63 _CRTIMP intptr_t __cdecl _execv(const char *_Filename,const char *const *_ArgList); 64 _CRTIMP intptr_t __cdecl _execve(const char *_Filename,const char *const *_ArgList,const char *const *_Env); 65 _CRTIMP intptr_t __cdecl _execvp(const char *_Filename,const char *const *_ArgList); 66 _CRTIMP intptr_t __cdecl _execvpe(const char *_Filename,const char *const *_ArgList,const char *const *_Env); 67 _CRTIMP intptr_t __cdecl _spawnl(int _Mode,const char *_Filename,const char *_ArgList,...); 68 _CRTIMP intptr_t __cdecl _spawnle(int _Mode,const char *_Filename,const char *_ArgList,...) [all...] |
io.h | 178 _CRTIMP int __cdecl _access(const char *_Filename,int _AccessMode); 179 _CRTIMP int __cdecl _chmod(const char *_Filename,int _Mode); 183 _CRTIMP int __cdecl _creat(const char *_Filename,int _PermissionMode) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; 188 _CRTIMP intptr_t __cdecl _findfirst32(const char *_Filename,struct _finddata32_t *_FindData); 201 int __cdecl remove(const char *_Filename); 203 _CRTIMP int __cdecl _unlink(const char *_Filename); 205 int __cdecl unlink(const char *_Filename) __MINGW_ATTRIB_DEPRECATED_MSVC2005; 215 _CRTIMP intptr_t __cdecl _findfirst32i64(const char *_Filename,struct _finddata32i64_t *_FindData); 216 _CRTIMP intptr_t __cdecl _findfirst64(const char *_Filename,struct __finddata64_t *_FindData); 220 intptr_t __cdecl _findfirst64i32(const char *_Filename,struct _finddata64i32_t *_FindData) [all...] |
wchar.h | 279 _CRTIMP int __cdecl _waccess(const wchar_t *_Filename,int _AccessMode); 280 _CRTIMP int __cdecl _wchmod(const wchar_t *_Filename,int _Mode); 281 _CRTIMP int __cdecl _wcreat(const wchar_t *_Filename,int _PermissionMode) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; 282 _CRTIMP intptr_t __cdecl _wfindfirst32(const wchar_t *_Filename,struct _wfinddata32_t *_FindData); 284 _CRTIMP int __cdecl _wunlink(const wchar_t *_Filename); 287 _CRTIMP intptr_t __cdecl _wfindfirst32i64(const wchar_t *_Filename,struct _wfinddata32i64_t *_FindData); 288 intptr_t __cdecl _wfindfirst64i32(const wchar_t *_Filename,struct _wfinddata64i32_t *_FindData); 289 _CRTIMP intptr_t __cdecl _wfindfirst64(const wchar_t *_Filename,struct _wfinddata64_t *_FindData); 293 _CRTIMP errno_t __cdecl _wsopen_s(int *_FileHandle,const wchar_t *_Filename,int _OpenFlag,int _ShareFlag,int _PermissionFlag); 294 _CRTIMP int __cdecl _wopen(const wchar_t *_Filename,int _OpenFlag,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/ |
utime.h | 86 _CRTIMP int __cdecl _utime32(const char *_Filename,struct __utimbuf32 *_Time); 88 _CRTIMP int __cdecl _wutime32(const wchar_t *_Filename,struct __utimbuf32 *_Time); 89 _CRTIMP int __cdecl _utime64(const char *_Filename,struct __utimbuf64 *_Time); 91 _CRTIMP int __cdecl _wutime64(const wchar_t *_Filename,struct __utimbuf64 *_Time); 99 __CRT_INLINE int __cdecl _utime(const char *_Filename,struct _utimbuf *_Utimbuf) { 100 return _utime64(_Filename,(struct __utimbuf64 *)_Utimbuf); 105 __CRT_INLINE int __cdecl _wutime(const wchar_t *_Filename,struct _utimbuf *_Utimbuf) { 106 return _wutime64(_Filename,(struct __utimbuf64 *)_Utimbuf); 115 __CRT_INLINE int __cdecl utime(const char *_Filename,struct utimbuf *_Utimbuf) { 116 return _utime64(_Filename,(struct __utimbuf64 *)_Utimbuf) [all...] |
stat.h | 164 int __cdecl stat(const char *_Filename,struct stat *_Stat); 166 int __cdecl wstat(const wchar_t *_Filename,struct stat *_Stat); 186 stat(const char *_Filename,struct stat *_Stat) { 188 int ret=_stat32(_Filename,&st); 226 stat(const char *_Filename,struct stat *_Stat) { 228 int ret=_stat64(_Filename,&st);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
fileset.py | 30 self._filename = filename 36 return "%s:%s" % (self._fileset, self._filename) 43 self._contents = self._fileset.read(self._filename) 48 self._fileset.extract(self._filename, path) 51 self._fileset.extract(self._filename, temp_dir) 53 src = self._filesystem.join(temp_dir, self._filename) 58 self._fileset.delete(self._filename) 61 return self._filename
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/ |
io_s.h | 17 errno_t __cdecl _access_s (const char *_Filename,int _AccessMode); 24 errno_t __cdecl _waccess_s (const wchar_t *_Filename,int _AccessMode);
|
stdlib_s.h | 44 _CRTIMP errno_t __cdecl _makepath_s(char *_PathResult,size_t _Size,const char *_Drive,const char *_Dir,const char *_Filename,const char *_Ext); 46 _CRTIMP errno_t __cdecl _searchenv_s(const char *_Filename,const char *_EnvVar,char *_ResultPath,size_t _SizeInBytes); 48 _CRTIMP errno_t __cdecl _splitpath_s(const char *_FullPath,char *_Drive,size_t _DriveSize,char *_Dir,size_t _DirSize,char *_Filename,size_t _FilenameSize,char *_Ext,size_t _ExtSize); 53 _CRTIMP errno_t __cdecl _wmakepath_s(wchar_t *_PathResult,size_t _SizeInWords,const wchar_t *_Drive,const wchar_t *_Dir,const wchar_t *_Filename,const wchar_t *_Ext); 55 _CRTIMP errno_t __cdecl _wsearchenv_s(const wchar_t *_Filename,const wchar_t *_EnvVar,wchar_t *_ResultPath,size_t _SizeInWords); 57 _CRTIMP errno_t __cdecl _wsplitpath_s(const wchar_t *_FullPath,wchar_t *_Drive,size_t _DriveSizeInWords,wchar_t *_Dir,size_t _DirSizeInWords,wchar_t *_Filename,size_t _FilenameSizeInWords,wchar_t *_Ext,size_t _ExtSizeInWords);
|
wchar_s.h | 19 errno_t __cdecl _waccess_s (const wchar_t *_Filename,int _AccessMode); 67 _CRTIMP errno_t __cdecl _wfopen_s(FILE **_File,const wchar_t *_Filename,const wchar_t *_Mode); 68 _CRTIMP errno_t __cdecl _wfreopen_s(FILE **_File,const wchar_t *_Filename,const wchar_t *_Mode,FILE *_OldFile); 94 _CRTIMP errno_t __cdecl _wmakepath_s(wchar_t *_PathResult,size_t _SizeInWords,const wchar_t *_Drive,const wchar_t *_Dir,const wchar_t *_Filename,const wchar_t *_Ext); 95 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_4(errno_t,_wmakepath_s,wchar_t,_PathResult,const wchar_t*,_Drive,const wchar_t*,_Dir,const wchar_t*,_Filename,const wchar_t*,_Ext) 99 _CRTIMP errno_t __cdecl _wsearchenv_s(const wchar_t *_Filename,const wchar_t *_EnvVar,wchar_t *_ResultPath,size_t _SizeInWords); 100 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_2_0(errno_t,_wsearchenv_s,const wchar_t*,_Filename,const wchar_t*,_EnvVar,wchar_t,_ResultPath) 102 _CRTIMP errno_t __cdecl _wsplitpath_s(const wchar_t *_FullPath,wchar_t *_Drive,size_t _DriveSizeInWords,wchar_t *_Dir,size_t _DirSizeInWords,wchar_t *_Filename,size_t _FilenameSizeInWords,wchar_t *_Ext,size_t _ExtSizeInWords);
|
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/ |
video_source.cc | 19 _fileName(webrtc::test::ProjectRootPath() + "resources/foreman_cif.yuv"), 31 _fileName(fileName), 46 _fileName(fileName), 68 size_t slashPos = _fileName.find_last_of("/\\"); 79 //return _fileName.substr(slashPos, std::min(_fileName.find_last_of("_"), 80 // _fileName.find_last_of(".")) - slashPos); 82 return _fileName.substr(slashPos, _fileName.find_last_of(".") - slashPos);
|
video_source.h | 62 std::string GetFileName() const { return _fileName; } 75 std::string _fileName;
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/ |
filetestcase.py | 54 self._filename = filename 61 return 'Run linter on %s' % self._filename 66 filename = self._filename 70 (self._filename, ex))
|
/external/chromium_org/third_party/closure_linter/closure_linter/common/ |
filetestcase.py | 53 self._filename = filename 60 return 'Run linter on %s' % self._filename 65 filename = self._filename 69 (self._filename, ex))
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/bindings/ |
FileUtils.js | 232 this._fileName = fileName; 244 WebInspector.fileManager.save(this._fileName, "", true, callbackWrapper.bind(this)); 254 WebInspector.fileManager.append(this._fileName, data); 263 WebInspector.fileManager.close(this._fileName); 271 if (event.data !== this._fileName) 279 WebInspector.fileManager.close(this._fileName);
|
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/ |
video_source.cc | 20 _fileName(webrtc::test::ProjectRootPath() + "resources/foreman_cif.yuv"), 31 _fileName(fileName), 46 _fileName(fileName), 174 size_t slashPos = _fileName.find_last_of("/\\"); 180 return _fileName.substr(0, slashPos); 187 size_t slashPos = _fileName.find_last_of("/\\"); 198 return _fileName.substr(slashPos, std::min(_fileName.find_last_of("_"), 199 _fileName.find_last_of(".")) - slashPos); 220 inFile = fopen(_fileName.c_str(), "rb") [all...] |
video_source.h | 60 std::string GetFileName() const { return _fileName; } 87 std::string _fileName;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
fileinput.py | 214 self._filename = None 305 self._filename = self._files[0] 311 if self._filename == '-': 312 self._filename = '<stdin>' 318 self._filename + (self._backup or os.extsep+"bak")) 322 os.rename(self._filename, self._backupfilename) 327 self._output = open(self._filename, "w") 329 fd = os.open(self._filename, 335 os.chmod(self._filename, perm) 343 self._file = self._openhook(self._filename, self._mode [all...] |
symtable.py | 44 self._filename = filename 54 return "<{0}SymbolTable for module {1}>".format(kind, self._filename) 58 self._filename) 112 return [_newSymbolTable(st, self._filename) 117 return [_newSymbolTable(st, self._filename)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
fileinput.py | 214 self._filename = None 305 self._filename = self._files[0] 311 if self._filename == '-': 312 self._filename = '<stdin>' 318 self._filename + (self._backup or os.extsep+"bak")) 322 os.rename(self._filename, self._backupfilename) 327 self._output = open(self._filename, "w") 329 fd = os.open(self._filename, 335 os.chmod(self._filename, perm) 343 self._file = self._openhook(self._filename, self._mode [all...] |
symtable.py | 44 self._filename = filename 54 return "<{0}SymbolTable for module {1}>".format(kind, self._filename) 58 self._filename) 112 return [_newSymbolTable(st, self._filename) 117 return [_newSymbolTable(st, self._filename)
|
/external/clang/lib/Driver/ |
InputInfo.h | 49 InputInfo(const char *_Filename, types::ID _Type, const char *_BaseInput) 51 Data.Filename = _Filename;
|
/external/chromium_org/third_party/webrtc/modules/media_file/source/ |
media_file_impl.cc | 46 _fileName(), 52 _fileName[0] = '\0'; 467 strncpy(_fileName, fileName, sizeof(_fileName)); 468 _fileName[sizeof(_fileName) - 1] = '\0'; 513 (_fileName[0] == '\0') ? "(name not set)" : _fileName); 937 strncpy(_fileName, fileName, sizeof(_fileName)); [all...] |
/external/lzma/CPP/Windows/ |
FileDir.h | 104 CSysString _fileName;
120 UString _fileName;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
ScriptBinding.py | 155 _filename = %r 159 _basename(_sys.argv[0]) != _basename(_filename)): 160 _sys.argv = [_filename] 163 del _filename, _sys, _basename, _os
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
ScriptBinding.py | 155 _filename = %r 159 _basename(_sys.argv[0]) != _basename(_filename)): 160 _sys.argv = [_filename] 163 del _filename, _sys, _basename, _os
|