HomeSort by relevance Sort by last modified time
    Searched refs:Stat (Results 51 - 75 of 81) sorted by null

1 23 4

  /external/chromium_org/chrome/common/extensions/docs/server2/
compiled_file_system.py 103 # updates are picked up by the stat - but only if the compilation
224 version = self._file_system.Stat(path).version
250 version = self._file_system.Stat(path).version
267 # FileSystem.Stat on the FileSystem that this CompiledFileSystem uses.
availability_finder.py 399 master_stat = assert_not_none(host_fs.Stat(_GetAPISchemaFilename(
403 previous = type('previous', (object,), {'stat': None, 'graph': None})
421 version_stat = assert_not_none(file_system.Stat(version_filename))
426 if version_stat == previous.stat:
445 previous.stat = version_stat
test_file_system.py 75 raise ValueError('Only files have an incrementable stat, '
101 Read('a/') as ['b'], and Stat determined by a value incremented via
129 def Stat(self, path):
new_github_file_system.py 133 # Caches the zip file's stat. Overrides start_empty=False and use
136 GithubFileSystem, category='stat-cache', start_empty=False)
177 stat caches.
198 # To decide whether we need to re-stat, and from there whether to re-fetch,
201 # wants to refresh (e.g. running a cron), so fetch the live stat from
202 # GitHub. If the stat hasn't changed since last time then no reason to
260 def Stat(self, path):
269 stat versions are always 0.
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
PerformanceTest.java 45 import com.android.cts.util.Stat;
167 Stat.getAverage(cameraLaunchTimes),
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 165 #include <sys/stat.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); }
876 typedef struct stat StatStruct;
880 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
    [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)
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...]
wia.h     [all...]
objidl.h     [all...]
wincodec.h     [all...]
mapival.h 53 MAKE_ENUM(Commit,IStream),MAKE_ENUM(Revert,IStream),MAKE_ENUM(LockRegion,IStream),MAKE_ENUM(UnlockRegion,IStream),MAKE_ENUM(Stat,IStream),
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_ann.cc 55 StatInc(thr, Stat##typ); \
  /cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/
VideoEncoderDecoderTest.java 34 import com.android.cts.util.Stat;
230 getReportLog().printSummary("encoder decoder", Stat.getAverage(totalFpsResults),
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h 266 # include <sys/stat.h>
413 // namespace (read, write, close, chdir, isatty, stat). We do not currently
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
pseudotcp.cc 179 enum Stat {
197 inline void Incr(Stat s) { ++g_stats[s]; }
    [all...]
  /external/chromium_org/third_party/mesa/src/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/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...]
  /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...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
gtest-all.cc 359 # include <sys/stat.h> // NOLINT
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc 359 # include <sys/stat.h> // NOLINT
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
gtest-all.cc 359 # include <sys/stat.h> // NOLINT
    [all...]

Completed in 1047 milliseconds

1 23 4