HomeSort by relevance Sort by last modified time
    Searched refs:stat (Results 451 - 475 of 5197) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/build-aux/
depcomp 124 stat=$?
125 if test $stat -eq 0; then :
128 exit $stat
147 stat=$?
148 if test $stat -eq 0; then :
151 exit $stat
191 stat=$?
192 if test $stat -eq 0; then :
195 exit $stat
249 stat=$
    [all...]
  /system/extras/ioshark/
dump_ioshark_filenames.c 23 #include <sys/stat.h>
38 struct stat st;
45 if (stat("ioshark_filenames", &st) < 0) {
46 fprintf(stderr, "%s Can't stat ioshark_filenames file\n",
  /system/extras/tests/storage/
opentest.c 18 #include <sys/stat.h>
32 struct stat statbuf;
49 if (stat(dir, &statbuf)) {
50 fprintf(stderr, "Cannot stat %s\n", dir);
  /build/make/tools/libhost/
CopyFile.c 18 #include <sys/stat.h>
31 # define lstat stat
58 static bool isSourceNewer(const struct stat* pSrcStat, const struct stat* pDstStat)
68 static bool isHiresMtime(const struct stat* pSrcStat)
84 static bool isSameFile(const struct stat* pSrcStat, const struct stat* pDstStat)
89 /* with MSVCRT.DLL, stat always sets st_ino to 0, and there is no simple way to */
160 static int setPermissions(const char* dst, const struct stat* pSrcStat, unsigned int options)
203 * regular file, we fail. However, we use stat() rather than lstat()
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/test/
videoprocessor.cc 198 FrameStatistic& stat = stats_->NewFrame(frame_number); local
221 stat.encode_return_code = encode_result;
249 FrameStatistic& stat = stats_->stats_[frame_number]; local
250 stat.encode_time_in_us =
252 stat.encoding_successful = true;
253 stat.encoded_frame_length_in_bytes = encoded_image._length;
254 stat.frame_number = encoded_image._timeStamp;
255 stat.frame_type = encoded_image._frameType;
256 stat.bit_rate_in_kbps = encoded_image._length * bit_rate_factor_;
257 stat.total_packets
311 FrameStatistic& stat = stats_->stats_[frame_number]; local
    [all...]
  /bionic/libc/bionic/
ftw.cpp 24 #include <sys/stat.h>
29 int (*ftw_fn)(const char*, const struct stat*, int),
30 int (*nftw_fn)(const char*, const struct stat*, int, FTW*),
117 int ftw(const char* path, int (*ftw_fn)(const char*, const struct stat*, int), int nfds) {
121 int nftw(const char* path, int (*nftw_fn)(const char*, const struct stat*, int, FTW*),
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
stat.h 44 stat.h 8.12 (Berkeley) 8/17/94
45 NetBSD: stat.h,v 1.54 2006/02/24 22:01:30 thorpej Exp
54 struct stat { struct
154 #define S_BLKSIZE 512 ///< block size used in the stat struct
191 int fstat (int, struct stat *);
195 int lstat (const char *, struct stat *);
209 int stat (const char *, struct stat *);
  /external/clang/tools/scan-build/bin/
set-xcode-analyzer 17 import stat
55 os.chmod(path, stat.S_IRUSR | stat.S_IWUSR | stat.S_IRGRP | stat.S_IROTH)
  /external/ltp/testcases/kernel/containers/mqns/
mqns_03.c 37 #include <sys/stat.h>
62 struct stat statbuf;
89 rc = stat(FNAM1, &statbuf);
115 rc = stat(FNAM1, &statbuf);
121 rc = stat(FNAM2, &statbuf);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
13-1.c 16 * 1. Do stat before mmap() and after munmap(),
28 #include <sys/stat.h>
45 struct stat stat_buff, stat_buff2;
71 if (stat(tmpfname, &stat_buff) == -1) {
72 printf("Error at 1st stat(): %s\n", strerror(errno));
89 if (stat(tmpfname, &stat_buff2) == -1) {
90 printf("Error at 2nd stat(): %s\n", strerror(errno));
112 if (stat(tmpfname, &stat_buff) == -1) {
113 printf("Error at 3rd stat(): %s\n", strerror(errno));
  /external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
leaf_model_operators.h 51 virtual void ExportModel(const LeafStat& stat,
72 void ExportModel(const LeafStat& stat,
91 void ExportModel(const LeafStat& stat,
110 void ExportModel(const LeafStat& stat,
136 void ExportModel(const LeafStat& stat,
  /packages/apps/Nfc/nci/jni/
NativeLlcpServiceSocket.cpp 55 bool stat = false; local
63 stat = PeerToPeer::getInstance().accept(serverHandle, connHandle, miu, rw);
65 if (!stat) {
116 bool stat = false; local
120 stat = PeerToPeer::getInstance().deregisterServer(jniServerHandle);
  /prebuilts/clang/host/darwin-x86/clang-3289846/tools/scan-build/bin/
set-xcode-analyzer 17 import stat
55 os.chmod(path, stat.S_IRUSR | stat.S_IWUSR | stat.S_IRGRP | stat.S_IROTH)
  /prebuilts/clang/host/darwin-x86/clang-3859424/tools/scan-build/bin/
set-xcode-analyzer 17 import stat
55 os.chmod(path, stat.S_IRUSR | stat.S_IWUSR | stat.S_IRGRP | stat.S_IROTH)
  /prebuilts/clang/host/darwin-x86/clang-4053586/tools/scan-build/bin/
set-xcode-analyzer 17 import stat
55 os.chmod(path, stat.S_IRUSR | stat.S_IWUSR | stat.S_IRGRP | stat.S_IROTH)
  /prebuilts/clang/host/linux-x86/clang-3289846/tools/scan-build/bin/
set-xcode-analyzer 17 import stat
55 os.chmod(path, stat.S_IRUSR | stat.S_IWUSR | stat.S_IRGRP | stat.S_IROTH)
  /prebuilts/clang/host/linux-x86/clang-3859424/tools/scan-build/bin/
set-xcode-analyzer 17 import stat
55 os.chmod(path, stat.S_IRUSR | stat.S_IWUSR | stat.S_IRGRP | stat.S_IROTH)
  /prebuilts/clang/host/linux-x86/clang-4053586/tools/scan-build/bin/
set-xcode-analyzer 17 import stat
55 os.chmod(path, stat.S_IRUSR | stat.S_IWUSR | stat.S_IRGRP | stat.S_IROTH)
  /prebuilts/jdk/jdk8/darwin-x86/sample/lambda/BulkDataOperations/src/
WC.java 199 public void combine(WCStatistics stat) {
200 wordCount += stat.wordCount;
201 lineCount += stat.lineCount;
202 characterCount += stat.characterCount;
203 maxLineLength = Math.max(maxLineLength, stat.maxLineLength);
  /prebuilts/jdk/jdk8/linux-x86/sample/lambda/BulkDataOperations/src/
WC.java 199 public void combine(WCStatistics stat) {
200 wordCount += stat.wordCount;
201 lineCount += stat.lineCount;
202 characterCount += stat.characterCount;
203 maxLineLength = Math.max(maxLineLength, stat.maxLineLength);
  /toolchain/binutils/binutils-2.27/include/gdb/
callback.h 70 /* Forward decl for stat/fstat. */
71 struct stat;
93 int (*to_stat) (host_callback *, const char *, struct stat *);
94 int (*to_fstat) (host_callback *, int, struct stat *);
95 int (*to_lstat) (host_callback *, const char *, struct stat *);
172 /* Layout of `stat' struct.
332 /* Translate host stat struct to target.
333 If stat struct ptr is NULL, just compute target stat struct size.
334 Result is size of target stat struct or 0 if error. *
    [all...]
  /tools/test/connectivity/acts/tests/google/wifi/rtt/functional/
RangeApSupporting11McTest.py 57 for bssid, stat in stats.items():
58 asserts.assert_true(stat['num_no_results'] == 0,
60 asserts.assert_false(stat['any_lci_mismatch'],
62 asserts.assert_false(stat['any_lcr_mismatch'],
64 asserts.assert_false(stat['invalid_num_attempted'],
66 asserts.assert_false(stat['invalid_num_successful'],
68 asserts.assert_equal(stat['num_invalid_rssi'], 0, "Invalid RSSI",
70 asserts.assert_true(stat['num_failures'] <=
72 * stat['num_results'] / 100,
74 asserts.assert_true(stat['num_range_out_of_margin'] <
    [all...]
  /external/autotest/client/site_tests/security_OpenFDs/
security_OpenFDs.py 8 import stat
27 Implements the same interface as stat.S_ISREG(x).
29 @param mode: mode bits, usually from 'stat(path).st_mode'
54 real_st_mode = os.stat(link_path).st_mode
58 mode = stat.S_IMODE(link_st_mode)
171 allowed_fd_type_check = lambda x: (stat.S_ISREG(x) or
172 stat.S_ISCHR(x) or
173 stat.S_ISSOCK(x) or
174 stat.S_ISFIFO(x) or
  /external/kmod/testsuite/
path.c 29 #include <sys/stat.h>
164 TS_EXPORT int prefix ## stat ## suffix (int ver, \
166 struct stat ## suffix *st) \
171 struct stat ## suffix *); \
172 _fn = get_libc_func(#prefix "stat" #suffix); \
188 WRAP_2ARGS(int, -1, stat, struct stat*);
189 WRAP_2ARGS(int, -1, lstat, struct stat*);
  /external/ltp/testcases/kernel/syscalls/stat/
stat06.c 42 * TEST TITLE : stat(2) negative path testcases
92 * This is a Phase I test for the stat(2) system call. It is intended
95 * stat(2).
116 #include <sys/stat.h>
140 struct stat statbuf;
146 struct stat *stbuf;
181 struct stat *stbuf;
207 if (stbuf == (struct stat *)-1) {
220 TEST(stat(fname, stbuf));
225 * Call stat(2
    [all...]

Completed in 566 milliseconds

<<11121314151617181920>>