Searched defs:stat (Results 1 - 25 of 271) sorted by relevance

1234567891011

/external/libpcap/
H A Ddlpisubs.h19 struct pcap_stat stat; member in struct:pcap_dlpi
/external/clang/test/CodeGenCXX/
H A Ddebug-info-global-ctor-dtor.cpp16 static A stat; local
/external/clang/test/Index/
H A Dprint-bitwidth.c13 union S stat; member in struct:X
25 // CHECK-NOT: stat
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_stat.cc25 void StatOutput(u64 *stat) { argument
26 stat[StatShadowNonZero] = stat[StatShadowProcessed] - stat[StatShadowZero];
174 Printf("%s: %16zu\n", name[i], (uptr)stat[i]);
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/clustering/
H A DClusterable.java18 package org.apache.commons.math.stat.clustering;
H A DCluster.java18 package org.apache.commons.math.stat.clustering;
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/rank/
H A DMedian.java17 package org.apache.commons.math.stat.descriptive.rank;
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/ranking/
H A DRankingAlgorithm.java18 package org.apache.commons.math.stat.ranking;
H A DNaNStrategy.java18 package org.apache.commons.math.stat.ranking;
H A DTiesStrategy.java18 package org.apache.commons.math.stat.ranking;
/external/autotest/client/site_tests/network_3GGobiPorts/
H A Dnetwork_3GGobiPorts.py5 import logging, os, stat namespace
24 mode = os.stat(port).st_mode
25 if not stat.S_ISCHR(mode):
/external/autotest/site_utils/stats/
H A Dregistry.py14 def stat(category=None): function
17 will submit a stat to statsd.
32 will submit a stat to statsd. This function is then registered so that
57 Return all functions registered as a stat.
/external/bison/lib/
H A Dfstat.c17 /* If the user's config.h happens to include <sys/stat.h>, let it include only
18 the system's <sys/stat.h> here, so that orig_fstat doesn't recurse to
25 #include <sys/stat.h>
27 # undef stat /* avoid warning on mingw64 with _FILE_OFFSET_BITS=64 */ macro
28 # define stat _stati64 macro
35 orig_fstat (int fd, struct stat *buf)
41 /* Write "sys/stat.h" here, not <sys/stat.h>, otherwise OSF/1 5.1 DTK cc
42 eliminates this include because of the preliminary #include <sys/stat.h>
44 #include "sys/stat
[all...]
/external/toybox/toys/posix/
H A Dtime.c33 int stat; local
37 wait4(pid, &stat, 0, &ru);
47 toys.exitval = WIFEXITED(stat) ? WEXITSTATUS(stat) : WTERMSIG(stat);
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
H A DSynchronizedDescriptiveStatistics.java17 package org.apache.commons.math.stat.descriptive;
21 * {@link org.apache.commons.math.stat.descriptive.DescriptiveStatistics} that
73 public synchronized double apply(UnivariateStatistic stat) { argument
74 return super.apply(stat);
H A DStatisticalSummary.java17 package org.apache.commons.math.stat.descriptive;
H A DUnivariateStatistic.java17 package org.apache.commons.math.stat.descriptive;
H A DWeightedEvaluation.java17 package org.apache.commons.math.stat.descriptive;
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
H A DChiSquareTest.java17 package org.apache.commons.math.stat.inference;
H A DOneWayAnova.java17 package org.apache.commons.math.stat.inference;
28 * the {@link org.apache.commons.math.stat.inference.TTest}.
H A DUnknownDistributionChiSquareTest.java17 package org.apache.commons.math.stat.inference;
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/regression/
H A DMultipleLinearRegression.java17 package org.apache.commons.math.stat.regression;
/external/autotest/client/profilers/perf/
H A Dperf.py8 import time, os, stat, subprocess, signal namespace
76 perf_log_size = os.stat(self.logfile)[stat.ST_SIZE]
/external/autotest/client/site_tests/login_ChromeProfileSanitary/
H A Dlogin_ChromeProfileSanitary.py5 import errno, os, stat namespace
38 cookies_info = os.stat(constants.LOGIN_PROFILE + '/Cookies')
39 return cookies_info[stat.ST_MTIME]
/external/autotest/client/site_tests/security_ProfilePermissions/
H A Dsecurity_ProfilePermissions.py8 import stat namespace
36 s = os.stat(path)
38 actual_mode = stat.S_IMODE(s.st_mode)

Completed in 863 milliseconds

1234567891011