HomeSort by relevance Sort by last modified time
    Searched defs:Stat (Results 1 - 25 of 29) sorted by null

1 2

  /external/llvm/lib/Support/
FileOutputBuffer.cpp 41 sys::fs::file_status Stat;
42 std::error_code EC = sys::fs::status(FilePath, Stat);
43 switch (Stat.type()) {
  /external/lzma/CPP/7zip/UI/GUI/
ExtractGUI.cpp 95 CDecompressStat Stat;
108 FinalMessage.ErrorMessage.Message, Stat);
114 AddValuePair(s, IDS_ARCHIVES_COLON, Stat.NumArchives, false);
115 AddSizePair(s, IDS_PROP_PACKED_SIZE, Stat.PackSize);
119 if (Stat.NumFolders != 0)
120 AddValuePair(s, IDS_PROP_FOLDERS, Stat.NumFolders);
121 AddValuePair(s, IDS_PROP_FILES, Stat.NumFiles);
122 AddSizePair(s, IDS_PROP_SIZE, Stat.UnpackSize);
123 if (Stat.NumAltStreams != 0)
126 AddValuePair(s, IDS_PROP_NUM_ALT_STREAMS, Stat.NumAltStreams);
    [all...]
  /cts/common/util/src/com/android/compatibility/common/util/
Stat.java 24 public class Stat {
28 private Stat() {}
  /external/skia/src/utils/win/
SkIStream.cpp 100 HRESULT STDMETHODCALLTYPE SkBaseIStream::Stat(STATSTG* pStatstg
207 HRESULT STDMETHODCALLTYPE SkIStream::Stat(STATSTG* pStatstg
267 HRESULT STDMETHODCALLTYPE SkWIStream::Stat(STATSTG* pStatstg
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
noembed.h 82 #ifdef Stat
83 #undef Stat
103 #ifdef stat
104 #undef stat macro
  /external/clang/unittests/Basic/
VirtualFileSystemTest.cpp 551 auto Stat = FS.status("/a");
552 ASSERT_EQ(Stat.getError(),errc::no_such_file_or_directory) << FS.toString();
553 Stat = FS.status("/");
554 ASSERT_EQ(Stat.getError(), errc::no_such_file_or_directory) << FS.toString();
559 auto Stat = FS.status("c:");
561 ASSERT_FALSE(Stat.getError()) << Stat.getError() << FS.toString();
563 Stat = FS.status("c:/windows/system128/foo.cpp");
564 ASSERT_FALSE(Stat.getError()) << Stat.getError() << FS.toString()
    [all...]
  /external/libchrome/dbus/
dbus_statistics.cc 23 struct Stat {
24 Stat(const std::string& service,
41 bool Compare(const Stat& other) const {
50 bool operator()(Stat* lhs, Stat* rhs) const {
57 typedef std::set<Stat*, Stat::PtrCompare> StatSet;
75 // Enum to specify which field in Stat to increment in AddStat
92 Stat* stat = GetStat(service, interface, method, true) local
199 const Stat* stat = *cur_iter; local
    [all...]
  /external/harfbuzz_ng/test/shaping/
hb_test_tools.py 162 class Stat:
175 self.passed = Stat ()
176 self.failed = Stat ()
177 self.total = Stat ()
  /external/clang/lib/Basic/
VirtualFileSystem.cpp 143 assert(FD != -1 && "cannot stat closed file");
395 Status Stat;
399 InMemoryNode(Status Stat, InMemoryNodeKind Kind)
400 : Stat(std::move(Stat)), Kind(Kind) {}
402 const Status &getStatus() const { return Stat; }
412 InMemoryFile(Status Stat, std::unique_ptr<llvm::MemoryBuffer> Buffer)
413 : InMemoryNode(std::move(Stat), IME_File), Buffer(std::move(Buffer)) {}
447 InMemoryDirectory(Status Stat)
448 : InMemoryNode(std::move(Stat), IME_Directory) {
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h 195 # include <sys/stat.h>
254 // namespace (read, write, close, chdir, isatty, stat). We do not currently
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 203 # include <sys/stat.h>
286 // namespace (read, write, close, chdir, isatty, stat). We do not currently
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 195 # include <sys/stat.h>
254 // namespace (read, write, close, chdir, isatty, stat). We do not currently
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h 193 # include <sys/stat.h>
248 // namespace (read, write, close, chdir, isatty, stat). We do not currently
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 177 #include <sys/stat.h>
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h 203 # include <sys/stat.h>
286 // namespace (read, write, close, chdir, isatty, stat). We do not currently
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h 203 # include <sys/stat.h>
286 // namespace (read, write, close, chdir, isatty, stat). We do not currently
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
propidl.h 388 virtual HRESULT WINAPI Stat(STATPROPSETSTG *pstatpsstg) = 0;
407 HRESULT (WINAPI *Stat)(IPropertyStorage *This,STATPROPSETSTG *pstatpsstg);
428 #define IPropertyStorage_Stat(This,pstatpsstg) (This)->lpVtbl->Stat(This,pstatpsstg)
wia.h     [all...]
scardssp.h 281 virtual HRESULT WINAPI Stat(LPSTATSTRUCT pstatstg,LONG grfStatFlag) = 0;
306 HRESULT (WINAPI *Stat)(IByteBuffer *This,LPSTATSTRUCT pstatstg,LONG grfStatFlag);
333 #define IByteBuffer_Stat(This,pstatstg,grfStatFlag) (This)->lpVtbl->Stat(This,pstatstg,grfStatFlag)
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 299 # include <sys/stat.h>
382 // namespace (read, write, close, chdir, isatty, stat). We do not currently
    [all...]
  /external/opencv3/modules/ts/include/opencv2/ts/
ts_gtest.h 299 # include <sys/stat.h>
419 // namespace (read, write, close, chdir, isatty, stat). We do not currently
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest.h 272 #include <sys/stat.h>
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h 299 # include <sys/stat.h>
382 // namespace (read, write, close, chdir, isatty, stat). We do not currently
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h 299 # include <sys/stat.h>
382 // namespace (read, write, close, chdir, isatty, stat). We do not currently
    [all...]

Completed in 634 milliseconds

1 2