Searched defs:Stat (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dempty_dir_file_system.py26 def Stat(self, path): member in class:EmptyDirFileSystem
H A Doffline_file_system.py22 def Stat(self, path): member in class:OfflineFileSystem
H A Dchroot_file_system.py21 |root| The path to transpose all Read/Stat calls by.
44 def Stat(self, path): member in class:ChrootFileSystem
45 return self._file_system.Stat(posixpath.join(self._root, path))
H A Dpatched_file_system.py111 def Stat(self, path): member in class:PatchedFileSystem
122 # self._base_file_system.Stat will throw an exception.
125 self._base_file_system.Stat(directory + '/'),
136 stat_info = self._PatchStat(self._base_file_system.Stat(directory + '/'),
143 return self._base_file_system.Stat(path)
H A Dfile_system.py53 '''The result of calling Stat on a FileSystem.
135 # TODO(cduvall): Allow Stat to take a list of paths like Read.
136 def Stat(self, path): member in class:FileSystem
152 '''An async version of Stat. Returns a Future to a StatInfo rather than a
155 This is a bandaid for a lack of an async Stat function. Stat() should be
159 return Future(callback=lambda: self.Stat(path))
H A Dgcs_file_system.py104 def Stat(self, path): member in class:CloudStorageFileSystem
H A Dlocal_file_system.py103 def Stat(self, path): member in class:LocalFileSystem
H A Dmock_file_system.py15 - asserting how often Stat/Read calls are being made to it.
69 def Stat(self, path): member in class:MockFileSystem
78 stat = self._file_system.Stat(path)
H A Dtest_file_system.py101 Read('a/') as ['b'], and Stat determined by a value incremented via
129 def Stat(self, path): member in class:TestFileSystem
H A Dgithub_file_system.py94 self._GetZip(self.Stat(ZIP_KEY).version)
150 version = self.Stat(ZIP_KEY).version
170 def Stat(self, path): member in class:GithubFileSystem
179 logging.warning('GithubFileSystem Stat: %s' % e)
189 logging.warning('GithubFileSystem Stat: %s' % e)
H A Dnew_github_file_system.py260 def Stat(self, path): member in class:GithubFileSystem
/external/llvm/lib/Support/
H A DFileOutputBuffer.cpp39 sys::fs::file_status Stat; local
40 std::error_code EC = sys::fs::status(FilePath, Stat);
41 switch (Stat.type()) {
/external/chromium_org/dbus/
H A Ddbus_statistics.cc22 struct Stat { struct in namespace:dbus::__anon7967
23 Stat(const std::string& service, function in struct:dbus::__anon7967::Stat
40 bool Compare(const Stat& other) const {
49 bool operator()(Stat* lhs, Stat* rhs) const {
56 typedef std::set<Stat*, Stat::PtrCompare> StatSet;
74 // Enum to specify which field in Stat to increment in AddStat
91 Stat* stat = GetStat(service, interface, method, true);
103 // Look up the Stat entr
[all...]
/external/chromium_org/third_party/skia/src/utils/win/
H A DSkIStream.cpp98 HRESULT STDMETHODCALLTYPE SkBaseIStream::Stat(STATSTG* pStatstg function in class:SkBaseIStream
205 HRESULT STDMETHODCALLTYPE SkIStream::Stat(STATSTG* pStatstg function in class:SkIStream
265 HRESULT STDMETHODCALLTYPE SkWIStream::Stat(STATSTG* pStatstg function in class:SkWIStream
/external/harfbuzz_ng/test/shaping/
H A Dhb_test_tools.py158 class Stat: class in inherits:
171 self.passed = Stat ()
172 self.failed = Stat ()
173 self.total = Stat ()
/external/skia/src/utils/win/
H A DSkIStream.cpp98 HRESULT STDMETHODCALLTYPE SkBaseIStream::Stat(STATSTG* pStatstg function in class:SkBaseIStream
205 HRESULT STDMETHODCALLTYPE SkIStream::Stat(STATSTG* pStatstg function in class:SkIStream
265 HRESULT STDMETHODCALLTYPE SkWIStream::Stat(STATSTG* pStatstg function in class:SkWIStream
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h863 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
867 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); } function in namespace:testing::internal::posix
880 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-port.h1574 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
1578 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); } function in namespace:testing::internal::posix
1591 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1584 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
1588 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); } function in namespace:testing::internal::posix
1601 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1574 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
1578 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); } function in namespace:testing::internal::posix
1591 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h2216 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
2220 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); } function in namespace:testing::internal::posix
2233 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
/external/gtest/include/gtest/internal/
H A Dgtest-port.h1726 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
1730 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); } function in namespace:testing::internal::posix
1743 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_gdipext.cpp1132 virtual HRESULT STDMETHODCALLTYPE Stat(STATSTG* pStatstg, DWORD grfStatFlag) function in class:GpStream
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2833 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
2837 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); } function in namespace:std::tr1::posix
2850 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2833 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
2837 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); } function in namespace:std::tr1::posix
2850 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }

Completed in 576 milliseconds

12