/external/webkit/Source/WebKit/win/ |
H A D | MemoryStream.h | 92 virtual HRESULT STDMETHODCALLTYPE Stat(
|
H A D | MemoryStream.cpp | 237 HRESULT STDMETHODCALLTYPE MemoryStream::Stat( function in class:MemoryStream
|
H A D | WebHTMLRepresentation.cpp | 284 hr = data->Stat(&stat, STATFLAG_NONAME);
|
H A D | WebFrame.cpp | 589 if (SUCCEEDED(data->Stat(&stat, STATFLAG_NONAME))) {
|
/external/chromium/testing/gtest/src/ |
H A D | gtest-filepath.cc | 210 return posix::Stat(pathname_.c_str(), &file_stat) == 0; 237 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
|
/external/llvm/utils/unittest/googletest/ |
H A D | gtest-filepath.cc | 210 return posix::Stat(pathname_.c_str(), &file_stat) == 0; 237 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
|
/external/protobuf/gtest/src/ |
H A D | gtest-filepath.cc | 179 return posix::Stat(pathname_.c_str(), &file_stat) == 0; 206 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
|
/external/protobuf/gtest/include/gtest/internal/ |
H A D | gtest-port.h | 863 // 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/testing/gtest/include/gtest/internal/ |
H A D | gtest-port.h | 1543 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this 1547 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); } function in namespace:testing::internal::posix 1560 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
H A D | pseudotcp.cc | 177 enum Stat { 195 inline void Incr(Stat s) { ++g_stats[s]; }
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
H A D | gtest-port.h | 1579 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this 1583 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); } function in namespace:testing::internal::posix 1596 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
|
/external/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 1123 for (MemorizeStatCalls::iterator Stat = StatCalls.begin(), 1125 Stat != StatEnd; ++Stat, ++NumStatEntries) { 1126 StringRef Filename = Stat->first(); 1127 Generator.insert(Filename.data(), Stat->second);
|