HomeSort by relevance Sort by last modified time
    Searched refs:stat (Results 176 - 200 of 5357) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/rank/
Median.java 17 package org.apache.commons.math.stat.descriptive.rank;
  /external/autotest/client/site_tests/security_SysLogPermissions/
security_SysLogPermissions.py 9 import stat
20 st = os.stat('/var/log')
21 if not (st.st_mode & stat.S_ISVTX):
25 st = os.stat('/var/log/messages')
  /external/squashfs-tools/squashfs-tools/
sort.h 35 struct stat *);
android.h 25 void android_fs_config(fs_config_func_t fs_config_func, const char *path, struct stat *stat, const char *target_out_path, uint64_t *capabilities);
  /external/strace/tests/
qual_inject-error-signal.c 33 #include <sys/stat.h>
36 static struct stat before, after;
41 if (stat(".", &after))
63 if (stat(".", &before))
64 perror_msg_and_fail("stat");
  /external/strace/tests-m32/
qual_inject-error-signal.c 33 #include <sys/stat.h>
36 static struct stat before, after;
41 if (stat(".", &after))
63 if (stat(".", &before))
64 perror_msg_and_fail("stat");
  /external/strace/tests-mx32/
qual_inject-error-signal.c 33 #include <sys/stat.h>
36 static struct stat before, after;
41 if (stat(".", &after))
63 if (stat(".", &before))
64 perror_msg_and_fail("stat");
  /external/syslinux/com32/lib/
creat.c 6 #include <sys/stat.h>
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
remove.c 49 #include <sys/stat.h>
59 struct stat sb;
  /external/autotest/contrib/
servo-inventory 5 # Run servo-stat for each of those hosts.
7 # Output from servo-stat goes to stdout. Starting and ending
17 ' | sort | ./haveservo | xargs -l1 ./servo-stat
  /packages/apps/Messaging/tools/messagegen/
listimages 19 size=`stat -c%s $file`
  /cts/tests/tests/os/src/android/os/cts/
EnvironmentTest.java 76 final StructStatVfs stat = Os.statvfs(file.getAbsolutePath()); local
82 final long size = stat.f_blocks * stat.f_frsize;
86 if (stat.f_files >= minInodes && stat.f_files <= maxInodes) {
89 fail("Number of inodes " + stat.f_files + " not within sane range for partition of "
  /external/harfbuzz_ng/src/
check-defs.sh 8 stat=0
34 } | diff "$def" - >&2 || stat=1
44 exit $stat
check-header-guards.sh 7 stat=0
20 stat=1
24 exit $stat
check-symbols.sh 7 stat=0
33 stat=1
43 exit $stat
check-includes.sh 7 stat=0
23 grep . >&2 && stat=1
34 grep . >&2 && stat=1
40 grep '#.*\<include\>.*<.*hb' "$x" /dev/null >&2 && stat=1
44 exit $stat
  /external/libchrome/dbus/
dbus_statistics.cc 23 struct Stat {
24 Stat(const std::string& service,
41 bool Compare(const Stat& other) const {
50 bool operator()(Stat* lhs, Stat* rhs) const {
57 typedef std::set<Stat*, Stat::PtrCompare> StatSet;
75 // Enum to specify which field in Stat to increment in AddStat
92 Stat* stat = GetStat(service, interface, method, true) local
199 const Stat* stat = *cur_iter; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
linecache.py 64 stat = os.stat(fullname)
68 if size != stat.st_size or mtime != stat.st_mtime:
84 stat = os.stat(fullname)
124 stat = os.stat(fullname)
137 size, mtime = stat.st_size, stat.st_mtime
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
linecache.py 60 stat = os.stat(fullname)
64 if size != stat.st_size or mtime != stat.st_mtime:
80 stat = os.stat(fullname)
120 stat = os.stat(fullname)
133 size, mtime = stat.st_size, stat.st_mtime
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
linecache.py 60 stat = os.stat(fullname)
64 if size != stat.st_size or mtime != stat.st_mtime:
80 stat = os.stat(fullname)
120 stat = os.stat(fullname)
133 size, mtime = stat.st_size, stat.st_mtim
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
linecache.py 60 stat = os.stat(fullname)
64 if size != stat.st_size or mtime != stat.st_mtime:
80 stat = os.stat(fullname)
120 stat = os.stat(fullname)
133 size, mtime = stat.st_size, stat.st_mtim
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
linecache.py 60 stat = os.stat(fullname)
64 if size != stat.st_size or mtime != stat.st_mtime:
80 stat = os.stat(fullname)
120 stat = os.stat(fullname)
133 size, mtime = stat.st_size, stat.st_mtim
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
linecache.py 60 stat = os.stat(fullname)
64 if size != stat.st_size or mtime != stat.st_mtime:
80 stat = os.stat(fullname)
120 stat = os.stat(fullname)
133 size, mtime = stat.st_size, stat.st_mtim
    [all...]
  /external/autotest/site_utils/bootperf-bin/
perfprinter.py 33 for stat in markers:
34 (_, v) = keyset.PrintableStatistic(keyset.RawData(stat)[i])
75 for stat in markers:
76 (valueavg, valuedev) = keyset.Statistics(stat)
79 (deltaavg, deltadev) = keyset.DeltaStatistics(prevstat, stat)
86 print tformat % (valstring, valuepct, "+" + deltastring, deltapct, stat)
88 prevstat = stat
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_rpc_glue.c 49 #include <sys/stat.h>
89 #define LOC_GLUE_CHECK_RESULT(stat, ret_type) \
90 if (stat != RPC_SUCCESS) { return (ret_type) RPC_LOC_API_RPC_FAILURE; }
200 enum clnt_stat stat = RPC_SUCCESS; local
202 stat = RPC_FUNC_VERSION(rpc_loc_open_, /* LOC_APIVERS */ 0x00040001)(&args, &rets, loc_api_clnt);
203 LOC_GLUE_CHECK_RESULT(stat, int32);
216 enum clnt_stat stat = RPC_SUCCESS; local
218 stat = RPC_FUNC_VERSION(rpc_loc_close_, /* LOC_APIVERS */ 0x00040001)(&args, &rets, loc_api_clnt);
219 LOC_GLUE_CHECK_RESULT(stat, int32);
232 enum clnt_stat stat = RPC_SUCCESS local
248 enum clnt_stat stat = RPC_SUCCESS; local
319 enum clnt_stat stat = RPC_SUCCESS; local
333 enum clnt_stat stat = RPC_SUCCESS; local
    [all...]

Completed in 1038 milliseconds

1 2 3 4 5 6 78 91011>>