/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_mksstats.h | 32 #define SVGA_STATS_COUNT_INC(_sws, _stat) \ argument 33 _sws->stats_inc(_sws, _stat); 35 #define SVGA_STATS_TIME_PUSH(_sws, _stat) \ argument 37 _sws->stats_time_push(_sws, _stat, &timeFrame); 44 #define SVGA_STATS_COUNT_INC(_sws, _stat) argument 45 #define SVGA_STATS_TIME_PUSH(_sws, _stat) argument
|
/third_party/boost/boost/interprocess/detail/ |
D | file_locking_helpers.hpp | 97 struct _stat s; in open_or_create_and_lock_file() 98 if(0 == _stat(name, &s)){ in open_or_create_and_lock_file() 127 struct _stat s; in is_valid_fd() 135 struct _stat s; in is_normal_file() 143 struct _stat s; in get_size()
|
/third_party/boost/libs/nowide/test/ |
D | test_stat.cpp | 28 struct _stat stdStat; in test_main() 46 struct _stat stdStat; in test_main() 60 struct _stat stdStat; in test_main()
|
/third_party/grpc/src/core/lib/gprpp/ |
D | stat_windows.cc | 34 struct _stat buf; in GetFileModificationTime() 35 if (_stat(filename, &buf) != 0) { in GetFileModificationTime()
|
/third_party/node/test/sequential/ |
D | test-require-cache-without-stat.js | 37 const _stat = fs.stat; constant 46 return _stat.apply(this, arguments);
|
/third_party/musl/porting/liteos_a_newlib/kernel/src/ |
D | fs.c | 67 int _stat(const char *path, struct stat *buf) in _stat() function 114 int _stat(const char *path, struct stat *buf) in _stat() function
|
/third_party/boost/boost/nowide/ |
D | stat.hpp | 35 typedef struct ::_stat posix_stat_t;
|
/third_party/e2fsprogs/include/nonunix/ |
D | unistd.h | 18 #define stat _stat
|
/third_party/protobuf/src/google/protobuf/io/ |
D | io_win32.h | 75 PROTOBUF_EXPORT int stat(const char* path, struct _stat* buffer);
|
D | io_win32.cc | 308 int stat(const char* path, struct _stat* buffer) { in stat() 317 return ::_stat(path, buffer); in stat()
|
/third_party/libjpeg-turbo/md5/ |
D | md5hl.c | 46 #define stat _stat
|
/third_party/skia/third_party/externals/libjpeg-turbo/md5/ |
D | md5hl.c | 46 #define stat _stat
|
/third_party/python/Lib/ |
D | stat.py | 193 from _stat import *
|
D | shutil.py | 218 def _stat(fn): function 239 st = _stat(fn) 304 stat_func, chmod_func = _stat, os.chmod 839 st = _stat(src)
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/md5/ |
D | md5hl.c | 46 #define stat _stat
|
/third_party/node/deps/npm/node_modules/glob/ |
D | sync.js | 237 this._stat(e) 390 var exists = this._stat(prefix)
|
/third_party/curl/lib/ |
D | curl_multibyte.c | 153 return _stat(path, buffer); in curlx_win32_stat()
|
D | curl_setup.h | 372 # define struct_stat struct _stat
|
/third_party/typescript/src/harness/ |
D | vfsUtil.ts | 269 … this._scan(path, this._stat(this._walk(path)), axis, traversal, /*noFollow*/ false, results); 282 …this._scan(path, this._stat(this._walk(path, /*noFollow*/ true)), axis, traversal, /*noFollow*/ tr… 296 const stats = this._stat(this._walk(dirname, noFollow)); 309 const stats = this._stat(this._walk(childpath, noFollow)); 434 return this._stat(this._walk(this._resolve(path))); 463 return this._stat(this._walk(this._resolve(path), /*noFollow*/ true)); 467 private _stat(entry: WalkResult) {
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/ |
D | devfs.dart | 75 void _stat() { 112 _stat(); 121 _stat(); 133 _stat();
|
/third_party/openssl/crypto/rand/ |
D | randfile.c | 32 # define stat _stat
|
/third_party/flatbuffers/src/ |
D | util.cpp | 95 #define flatbuffers_stat _stat in DirExists()
|
/third_party/openssl/crypto/x509/ |
D | by_dir.c | 307 # define stat _stat in get_cert_by_subject()
|
/third_party/pulseaudio/src/utils/ |
D | padsp.c | 123 static int (*_stat)(const char *, struct stat *) = NULL; variable 205 if (!_stat) \ 206 _stat = (int (*)(const char *, struct stat *)) dlsym_fn(RTLD_NEXT, "stat"); \ 2497 return _stat(pathname, buf);
|
/third_party/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-port.h | 1963 typedef struct _stat StatStruct; 1989 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
|