HomeSort by relevance Sort by last modified time
    Searched defs:stat (Results 151 - 175 of 571) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
VectorialCovariance.java 17 package org.apache.commons.math.stat.descriptive.moment;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
ChiSquareTestImpl.java 17 package org.apache.commons.math.stat.inference;
OneWayAnovaImpl.java 17 package org.apache.commons.math.stat.inference;
26 import org.apache.commons.math.stat.descriptive.summary.Sum;
27 import org.apache.commons.math.stat.descriptive.summary.SumOfSquares;
TestUtils.java 17 package org.apache.commons.math.stat.inference;
21 import org.apache.commons.math.stat.descriptive.StatisticalSummary;
156 * @see org.apache.commons.math.stat.inference.TTest#homoscedasticT(double[], double[])
164 * @see org.apache.commons.math.stat.inference.TTest#homoscedasticT(org.apache.commons.math.stat.descriptive.StatisticalSummary, org.apache.commons.math.stat.descriptive.StatisticalSummary)
173 * @see org.apache.commons.math.stat.inference.TTest#homoscedasticTTest(double[], double[], double)
182 * @see org.apache.commons.math.stat.inference.TTest#homoscedasticTTest(double[], double[])
190 * @see org.apache.commons.math.stat.inference.TTest#homoscedasticTTest(org.apache.commons.math.stat.descriptive.StatisticalSummary, org.apache.commons.math.stat.descriptive.StatisticalSummary
    [all...]
  /external/e2fsprogs/contrib/android/
perms.c 7 #include <sys/stat.h>
146 struct stat stat; local
162 retval = lstat(src_filename, &stat);
168 inode.i_atime = inode.i_ctime = inode.i_mtime = stat.st_mtime;
  /external/kernel-headers/original/uapi/asm-arm/asm/
stat.h 21 struct stat { struct
  /external/kernel-headers/original/uapi/asm-x86/asm/
stat.h 10 struct stat { struct
83 struct stat { struct
  /external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
JcopOsDownload.cpp 25 #include <sys/stat.h>
76 struct stat st;
80 if (stat(path[num], &st))
267 bool stat = false; local
287 stat = mchannel->transceive (pTranscv_Info->sSendData,
293 if (stat != true)
331 bool stat = false; local
354 stat = mchannel->transceive (pTranscv_Info->sSendData,
360 if (stat != true)
426 bool stat = false local
    [all...]
  /external/libpcap/
pcap-snit.c 86 struct pcap_stat stat; member in struct:pcap_snit
111 *ps = psn->stat;
167 ++psn->stat.ps_recv;
179 psn->stat.ps_drop = ndp->nh_drops;
pcap-snoop.c 61 struct pcap_stat stat; member in struct:pcap_snoop
131 ++psn->stat.ps_recv;
188 psn->stat.ps_drop =
197 *ps = psn->stat;
  /external/linux-kselftest/tools/testing/selftests/mount/
unprivileged-remount-test.c 118 struct statvfs stat; local
121 ret = statvfs(path, &stat);
126 if (stat.f_flag & ~(ST_RDONLY | ST_NOSUID | ST_NODEV | \
132 if (stat.f_flag & ST_RDONLY)
134 if (stat.f_flag & ST_NOSUID)
136 if (stat.f_flag & ST_NODEV)
138 if (stat.f_flag & ST_NOEXEC)
140 if (stat.f_flag & ST_NOATIME)
142 if (stat.f_flag & ST_NODIRATIME)
144 if (stat.f_flag & ST_RELATIME
    [all...]
  /external/mesa3d/src/gbm/main/
gbmint.h 32 #include <sys/stat.h>
58 struct stat stat; member in struct:gbm_device
  /external/ppp/pppd/include/
pcap-int.h 53 struct pcap_stat stat; member in struct:pcap_md
  /external/python/cpython2/Lib/
poplib.py 51 STAT stat()
200 def stat(self): member in class:POP3
205 retval = self._shortcmd('STAT')
207 if self._debugging: print '*stat*', repr(rets)
420 (numMsgs, totalSize) = a.stat()
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowStatFs.java 23 private Stats stat; field in class:ShadowStatFs
37 return stat.blockCount;
42 return stat.freeBlocks;
47 return stat.freeBlocks;
66 return stat.availableBlocks;
71 stat = stats.get(path);
72 if (stat == null) {
73 stat = DEFAULT_STATS;
88 return stat.blockCount;
93 return stat.availableBlocks
    [all...]
  /external/strace/tests/
xstatx.c 55 # define STRUCT_STAT struct stat
56 # define STRUCT_STAT_STR "struct stat"
65 # define stat libc_stat macro
68 # include <sys/stat.h>
69 # undef stat macro
291 static const char sample[] = "stat.sample";
  /external/strace/tests-m32/
xstatx.c 55 # define STRUCT_STAT struct stat
56 # define STRUCT_STAT_STR "struct stat"
65 # define stat libc_stat macro
68 # include <sys/stat.h>
69 # undef stat macro
291 static const char sample[] = "stat.sample";
  /external/strace/tests-mx32/
xstatx.c 55 # define STRUCT_STAT struct stat
56 # define STRUCT_STAT_STR "struct stat"
65 # define stat libc_stat macro
68 # include <sys/stat.h>
69 # undef stat macro
291 static const char sample[] = "stat.sample";
  /external/syslinux/com32/include/sys/
stat.h 2 * sys/stat.h
43 /* These are the only fields in struct stat we emulate */
44 struct stat { struct
50 int fstat(int, struct stat *);
  /external/tensorflow/tensorflow/core/platform/cloud/
gcs_file_system_test.cc 53 0 /* stat cache max age */, 0 /* stat cache max entries */,
94 0 /* stat cache max age */, 0 /* stat cache max entries */,
147 0 /* stat cache max age */, 0 /* stat cache max entries */,
221 0 /* stat cache max age */, 0 /* stat cache max entries */,
262 0 /* stat cache max age */, 0 /* stat cache max entries */
1870 FileStatistics stat; local
1903 FileStatistics stat; local
1935 FileStatistics stat; local
1955 FileStatistics stat; local
1978 FileStatistics stat; local
2018 FileStatistics stat; local
2057 FileStatistics stat; local
2066 FileStatistics stat; local
    [all...]
retrying_file_system_test.cc 127 Status Stat(const string& fname, FileStatistics* stat) override {
128 return calls_.ConsumeNextCall("Stat");
614 {std::make_tuple("Stat", errors::Unavailable("Something is wrong")),
615 std::make_tuple("Stat", Status::OK())});
620 FileStatistics stat; local
621 TF_EXPECT_OK(fs.Stat("file_name", &stat));
625 ExpectedCalls expected_fs_calls = CreateRetriableErrors("Stat", 11);
630 FileStatistics stat; local
    [all...]
  /external/tensorflow/tensorflow/python/lib/io/
file_io.py 99 return stat(self.__name).length
537 @tf_export("gfile.Stat")
538 def stat(filename): function
552 pywrap_tensorflow.Stat(compat.as_bytes(filename), file_statistics, status)
  /external/vboot_reference/cgpt/
cgpt_nor.c 18 #include <sys/stat.h>
167 struct stat stat; local
168 if (fstat(fd, &stat) != 0 || (stat.st_size & 1) != 0) {
171 uint64_t half_size = stat.st_size / 2;
188 static int remove_file_or_dir(const char *fpath, const struct stat *sb,
  /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...]
  /frameworks/base/core/java/android/os/
FileUtils.java 171 final StructStat stat = Os.stat(from.getAbsolutePath()); local
172 Os.chmod(to.getAbsolutePath(), stat.st_mode);
173 Os.chown(to.getAbsolutePath(), stat.st_uid, stat.st_gid);
184 return Os.stat(path).st_uid;
    [all...]

Completed in 664 milliseconds

1 2 3 4 5 67 8 91011>>