HomeSort by relevance Sort by last modified time
    Searched refs:_stat (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/mesa3d/src/gallium/drivers/svga/
svga_mksstats.h 32 #define SVGA_STATS_COUNT_INC(_sws, _stat) \
33 _sws->stats_inc(_stat);
35 #define SVGA_STATS_TIME_PUSH(_sws, _stat) \
37 _sws->stats_time_push(_stat, &timeFrame);
44 #define SVGA_STATS_COUNT_INC(_sws, _stat)
45 #define SVGA_STATS_TIME_PUSH(_sws, _stat)
  /external/python/cpython2/PC/VS7.1/
make_buildinfo.c 24 struct _stat st;
28 if (_stat(".svn", &st) < 0)
31 if (_stat("no_subwcrev", &st) == 0)
44 if (_stat(command+1, &st) < 0)
  /external/python/cpython2/PC/VS8.0/
make_buildinfo.c 26 struct _stat st;
30 if (_stat(".svn", &st) < 0)
33 if (_stat("no_subwcrev", &st) == 0)
46 if (_stat(command+1, &st) < 0)
  /external/python/cpython2/PC/VS9.0/
make_buildinfo.c 26 struct _stat st;
30 if (_stat(".svn", &st) < 0)
33 if (_stat("no_subwcrev", &st) == 0)
46 if (_stat(command+1, &st) < 0)
  /device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
win_posix.h 51 /* _fstat uses the _stat structure, not stat. */
52 # define BLD_PLAT_STAT _stat
135 inline int fstat(int fd, struct _stat *buffer)
  /external/libvpx/libvpx/third_party/libwebm/common/
file_util.cc 59 struct _stat st;
61 if (_stat(file_name.c_str(), &st) == 0) {
  /external/lzma/CPP/7zip/Archive/
XzHandler.cpp 81 CStatInfo _stat; member in class:NArchive::NXz::CHandler
110 _stat = decoder;
310 case kpidPhySize: if (_phySize_Defined) prop = _stat.PhySize; break;
311 case kpidNumStreams: if (_stat.NumStreams_Defined) prop = _stat.NumStreams; break;
312 case kpidNumBlocks: if (_stat.NumBlocks_Defined) prop = _stat.NumBlocks; break;
313 case kpidUnpackSize: if (_stat.UnpackSize_Defined) prop = _stat.OutSize; break;
319 if (_stat.UnexpectedEnd) v |= kpv_ErrorFlags_UnexpectedEnd;
    [all...]
  /external/e2fsprogs/include/nonunix/
unistd.h 18 #define stat _stat
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_stat64.h 5 #define _stat32 _stat
13 #define _stat _stat64i32 macro
  /external/flatbuffers/src/
util.cpp 61 #define flatbuffers_stat _stat
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xw32defs.h 46 # define stat _stat
  /external/libjpeg-turbo/md5/
md5hl.c 22 #define stat _stat
  /external/python/cpython3/Lib/
stat.py 176 from _stat import *
tempfile.py 78 _stat = _os.lstat variable
80 _stat = _os.stat variable
84 def _stat(fn): function
90 _stat(fn)
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3filestream.c 420 struct _stat statbuf;
422 _stat((const char *)fileName, &statbuf);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tempfile.py 86 _stat = _os.lstat variable
88 _stat = _os.stat variable
92 def _stat(fn): function
101 _stat(fn)
  /external/python/cpython2/Lib/
tempfile.py 87 _stat = _os.lstat variable
89 _stat = _os.stat variable
93 def _stat(fn): function
102 _stat(fn)
  /external/tcpdump/
netdissect-stdinc.h 150 #define stat _stat
  /external/webrtc/webrtc/tools/converter/
converter.cc 21 #define STAT _stat
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tempfile.py 87 _stat = _os.lstat variable
89 _stat = _os.stat variable
93 def _stat(fn): function
102 _stat(fn)
  /prebuilts/gdb/linux-x86/lib/python2.7/
tempfile.py 87 _stat = _os.lstat variable
89 _stat = _os.stat variable
93 def _stat(fn): function
102 _stat(fn)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tempfile.py 87 _stat = _os.lstat variable
89 _stat = _os.stat variable
93 def _stat(fn): function
102 _stat(fn)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tempfile.py 87 _stat = _os.lstat variable
89 _stat = _os.stat variable
93 def _stat(fn): function
102 _stat(fn)
  /external/curl/lib/
curl_setup.h 378 # define stat(fname,stp) _stat(fname, stp)
379 # define struct_stat struct _stat
  /external/ImageMagick/MagickCore/
nt-base.h 238 # define stat _stat

Completed in 392 milliseconds

1 2 3