Searched refs:stat (Results 151 - 175 of 3110) sorted by relevance

1234567891011>>

/external/python/cpython2/Tools/scripts/
H A Dcopytime.py7 from stat import ST_ATIME, ST_MTIME # Really constants 7 and 8
15 stat1 = os.stat(file1)
17 sys.stderr.write(file1 + ': cannot stat\n')
/external/python/cpython3/Lib/test/subprocessdata/
H A Dfd_status.py11 import stat namespace
32 if not stat.S_ISDOOR(st.st_mode):
/external/python/cpython3/Tools/scripts/
H A Dcopytime.py7 from stat import ST_ATIME, ST_MTIME # Really constants 7 and 8
15 stat1 = os.stat(file1)
17 sys.stderr.write(file1 + ': cannot stat\n')
/external/syslinux/com32/lib/sys/
H A Dfstat.c34 #include <sys/stat.h>
38 int fstat(int fd, struct stat *buf)
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
H A Dleaf_model_operators_test.cc108 std::unique_ptr<LeafStat> stat(new LeafStat);
109 stat->mutable_classification()
113 stat->mutable_classification()
117 stat->mutable_classification()
124 op->ExportModel(*stat, leaf.get());
139 std::unique_ptr<LeafStat> stat(new LeafStat);
140 (*stat->mutable_classification()
144 (*stat->mutable_classification()
148 (*stat->mutable_classification()
155 op->ExportModel(*stat, lea
[all...]
H A Dleaf_model_operators.cc74 const LeafStat& stat, decision_trees::Leaf* leaf) const {
75 *leaf->mutable_vector() = stat.classification().dense_counts();
108 const LeafStat& stat, decision_trees::Leaf* leaf) const {
109 *leaf->mutable_sparse_vector() = stat.classification().sparse_counts();
132 const LeafStat& stat, decision_trees::Leaf* leaf) const {
133 if (stat.classification().has_dense_counts()) {
134 return dense_->ExportModel(stat, leaf);
136 return sparse_->ExportModel(stat, leaf);
153 const LeafStat& stat, decision_trees::Leaf* leaf) const {
157 stat
73 ExportModel( const LeafStat& stat, decision_trees::Leaf* leaf) const argument
107 ExportModel( const LeafStat& stat, decision_trees::Leaf* leaf) const argument
131 ExportModel( const LeafStat& stat, decision_trees::Leaf* leaf) const argument
152 ExportModel( const LeafStat& stat, decision_trees::Leaf* leaf) const argument
[all...]
/external/toybox/toys/other/
H A Dwhich.c32 struct stat st;
34 if (!stat(filename, &st) && S_ISREG(st.st_mode)) {
/external/autotest/client/site_tests/login_UserPolicyKeys/
H A Dlogin_UserPolicyKeys.py5 import dbus, grp, os, pwd, stat namespace
21 """Returns true if uid or gid can read a file with the info stat."""
23 return info.st_mode & stat.S_IRUSR
25 return info.st_mode & stat.S_IRGRP
26 return info.st_mode & stat.S_IROTH
30 """Returns true if uid or gid can execute a file with the info stat."""
32 return info.st_mode & stat.S_IXUSR
34 return info.st_mode & stat.S_IXGRP
35 return info.st_mode & stat.S_IXOTH
45 info = os.stat(key_fil
[all...]
/external/google-tv-pairing-protocol/cpp/
H A Ddepcomp116 stat=$?
117 if test $stat -eq 0; then :
120 exit $stat
139 stat=$?
140 if test $stat -eq 0; then :
143 exit $stat
181 stat=$?
182 if test $stat -eq 0; then :
185 exit $stat
239 stat
[all...]
/external/libexif/
H A Ddepcomp116 stat=$?
117 if test $stat -eq 0; then :
120 exit $stat
139 stat=$?
140 if test $stat -eq 0; then :
143 exit $stat
181 stat=$?
182 if test $stat -eq 0; then :
185 exit $stat
239 stat
[all...]
/external/libnetfilter_conntrack/
H A Ddepcomp116 stat=$?
117 if test $stat -eq 0; then :
120 exit $stat
139 stat=$?
140 if test $stat -eq 0; then :
143 exit $stat
181 stat=$?
182 if test $stat -eq 0; then :
185 exit $stat
239 stat
[all...]
/external/libnfnetlink/
H A Ddepcomp116 stat=$?
117 if test $stat -eq 0; then :
120 exit $stat
139 stat=$?
140 if test $stat -eq 0; then :
143 exit $stat
181 stat=$?
182 if test $stat -eq 0; then :
185 exit $stat
239 stat
[all...]
/external/libusb-compat/
H A Ddepcomp109 stat=$?
110 if test $stat -eq 0; then :
113 exit $stat
132 stat=$?
133 if test $stat -eq 0; then :
136 exit $stat
174 stat=$?
175 if test $stat -eq 0; then :
178 exit $stat
232 stat
[all...]
/external/stressapptest/
H A Ddepcomp109 stat=$?
110 if test $stat -eq 0; then :
113 exit $stat
132 stat=$?
133 if test $stat -eq 0; then :
136 exit $stat
174 stat=$?
175 if test $stat -eq 0; then :
178 exit $stat
232 stat
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
H A DDebugGrammar.g349 // START:stat
50 prog: ( stat )*
53 stat: expr NEWLINE -> expr
70 // END:stat
H A DProfileGrammar.g349 // START:stat
50 prog: ( stat )*
53 stat: expr NEWLINE -> expr
70 // END:stat
/external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/
H A DT.g30 // any rule that body calls such as stat. From other rules
38 : lcurly='{' stat* '}'
47 stat: ID '=' expr ';' { $body::decls->add($ID.text); } // track left-hand-sides
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
H A DAbstractStorelessUnivariateStatistic.java17 package org.apache.commons.math.stat.descriptive;
54 * @see org.apache.commons.math.stat.descriptive.UnivariateStatistic#evaluate(double[])
83 * @see org.apache.commons.math.stat.descriptive.UnivariateStatistic#evaluate(double[], int, int)
123 * @see org.apache.commons.math.stat.descriptive.StorelessUnivariateStatistic#incrementAll(double[])
142 * @see org.apache.commons.math.stat.descriptive.StorelessUnivariateStatistic#incrementAll(double[], int, int)
168 AbstractStorelessUnivariateStatistic stat = (AbstractStorelessUnivariateStatistic) object;
169 return MathUtils.equalsIncludingNaN(stat.getResult(), this.getResult()) &&
170 MathUtils.equalsIncludingNaN(stat.getN(), this.getN());
H A DStatisticalMultivariateSummary.java17 package org.apache.commons.math.stat.descriptive;
H A DStorelessUnivariateStatistic.java17 package org.apache.commons.math.stat.descriptive;
/external/apache-commons-math/src/main/java/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/clang/test/SemaCXX/
H A Dwarn-undefined-bool-conversion.cpp44 static int &stat();
45 // expected-note@-1 3{{'stat' returns a reference}}
58 if (&B::stat()) {}
60 if (&(B::stat())) {}
62 if (!&B::stat()) {}
/external/libchrome/base/files/
H A Dfile_enumerator.h23 #include <sys/stat.h>
64 const struct stat& stat() const { return stat_; } function in class:base::FileEnumerator::FileInfo
73 struct stat stat_;
/external/libchrome/base/test/
H A Dtest_file_util_linux.cc8 #include <sys/stat.h>

Completed in 1547 milliseconds

1234567891011>>