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

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/syscall/
syscall_bsd_test.go 35 for i, stat := range data {
36 if stat == (syscall.Statfs_t{}) {
41 for i, stat := range data[:n2] {
42 t.Logf("data[%v] = %+v", i, stat)
  /prebuilts/go/linux-x86/src/syscall/
syscall_bsd_test.go 35 for i, stat := range data {
36 if stat == (syscall.Statfs_t{}) {
41 for i, stat := range data[:n2] {
42 t.Logf("data[%v] = %+v", i, stat)
  /system/core/libcutils/
ashmem-host.cpp 31 #include <sys/stat.h>
68 struct stat buf;
  /system/update_engine/payload_generator/
filesystem_interface.h 26 #include <sys/stat.h>
52 // The stat struct for the file. This is invalid (inode 0) for some
54 struct stat file_stat;
  /system/update_engine/
test_subprocess.cc 23 #include <sys/stat.h>
48 struct stat buf;
  /test/vti/dashboard/src/main/java/com/android/vts/util/
BoxPlot.java 119 StatSummary stat = local
123 stat.updateStats(value);
125 addSeriesData(label, "", stat);
164 StatSummary stat = seriesMap.get(series); local
165 mean = stat.getMean();
167 if (stat.getCount() > 1) {
168 std = stat.getStd();
170 count = stat.getCount();
  /toolchain/binutils/binutils-2.27/gold/
ftruncate.c 46 # include <sys/stat.h>
53 struct stat filebuf;
  /cts/tests/sample/src/android/sample/cts/
SampleDeviceResultTest.java 26 import com.android.compatibility.common.util.Stat;
82 Stat.StatResult stat = Stat.getStat(result); local
88 reportLog.addValue("min", stat.mMin, ResultType.LOWER_BETTER, ResultUnit.MS);
89 reportLog.addValue("max", stat.mMax, ResultType.LOWER_BETTER, ResultUnit.MS);
91 reportLog.setSummary("average", stat.mAverage, ResultType.LOWER_BETTER, ResultUnit.MS);
  /device/generic/goldfish/tools/
mk_qemu_image.sh 20 curdisksize=$(stat -c %s $target)
22 curdisksize=$(stat -f %z $target)
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fseek.c 49 #include <sys/stat.h>
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
CombinedParser.h 37 - (void)stat;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
GeometricMean.java 17 package org.apache.commons.math.stat.descriptive.moment;
23 import org.apache.commons.math.stat.descriptive.AbstractStorelessUnivariateStatistic;
24 import org.apache.commons.math.stat.descriptive.StorelessUnivariateStatistic;
25 import org.apache.commons.math.stat.descriptive.summary.SumOfLogs;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
ChiSquareTest.java 17 package org.apache.commons.math.stat.inference;
  /external/autotest/client/site_tests/security_AltSyscall/src/
read.c 11 #include <sys/stat.h>
  /external/compiler-rt/test/sanitizer_common/TestCases/Posix/
sanitizer_set_report_fd_test.cc 18 #include <sys/stat.h>
  /external/ltp/testcases/kernel/device-drivers/include/
userBlockInclude.c 27 #include <sys/stat.h>
73 struct stat statbuf;
86 rc = stat(INCLUDE_DEVICE_PATH, &statbuf);
96 printf("ERROR: Problem with INC dev directory. Error code from stat(
116 rc = stat(DEVICE_NAME, &statbuf);
125 ("ERROR:Problem with block device node directory. Error code form stat() is %d\n\n",
  /external/ltp/testcases/kernel/device-drivers/nls/
userBlockNLS.c 27 #include <sys/stat.h>
71 struct stat statbuf;
84 rc = stat(NLS_DEVICE_PATH, &statbuf);
96 ("ERROR: Problem with INC dev directory. Error code from stat() "
116 rc = stat(DEVICE_NAME, &statbuf);
125 ("ERROR:Problem with block device node directory. Error code form stat() is %d\n\n",
  /external/ltp/testcases/kernel/io/aio/aio02/
main.c 7 #include <sys/stat.h>
  /external/ltp/testcases/kernel/syscalls/dup/
dup07.c 28 stat each file descriptor and compare mode of each pair
34 #include <sys/stat.h>
36 #include <sys/stat.h>
49 struct stat retbuf;
50 struct stat dupbuf;
  /external/ltp/testcases/kernel/syscalls/rmdir/
rmdir05.c 43 #include <sys/stat.h>
62 static struct stat stat_buf;
89 if (stat(".", &stat_buf) == -1) {
192 if (stat(dir_name, &stat_buf) != 0) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/
10-1.c 24 #include <sys/stat.h>
9-1.c 25 #include <sys/stat.h>
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fsync/
5-1.c 18 #include <sys/stat.h>
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_destroy/
4-1.c 19 #include <sys/stat.h>
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_open/
1-2.c 19 #include <sys/stat.h>

Completed in 1483 milliseconds

<<11121314151617181920>>