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

<<11121314151617181920>>

  /build/make/tools/libhost/include/host/
CopyFile.h 5 #include <sys/stat.h>
  /cts/tests/tests/permission/src/android/permission/cts/
NoReadLogsPermissionTest.java 96 StructStat stat = Os.stat(log); local
97 assertEquals("not owned by uid=0", 0, stat.st_uid);
98 assertEquals("not owned by gid=logs", "log", FileUtils.getGroupName(stat.st_gid));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
dep_util.py 30 return os.stat(source).st_mtime > os.stat(target).st_mtime
58 default ("error") is to blow up with an OSError from inside 'stat()';
74 target_mtime = os.stat(target).st_mtime
78 if missing == 'error': # blow up when we stat() the file
85 if os.stat(source).st_mtime > target_mtime:
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammar.g3 49 // START:stat
50 prog: ( stat )*
53 stat: expr NEWLINE -> expr
70 // END:stat
ProfileGrammar.g3 49 // START:stat
50 prog: ( stat )*
53 stat: expr NEWLINE -> expr
70 // END:stat
  /external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/
T.g 30 // 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/
AbstractStorelessUnivariateStatistic.java 17 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; local
169 return MathUtils.equalsIncludingNaN(stat.getResult(), this.getResult()) &&
170 MathUtils.equalsIncludingNaN(stat.getN(), this.getN());
StatisticalMultivariateSummary.java 17 package org.apache.commons.math.stat.descriptive;
StorelessUnivariateStatistic.java 17 package org.apache.commons.math.stat.descriptive;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
OneWayAnova.java 17 package org.apache.commons.math.stat.inference;
28 * the {@link org.apache.commons.math.stat.inference.TTest}.
UnknownDistributionChiSquareTest.java 17 package org.apache.commons.math.stat.inference;
  /external/clang/test/SemaCXX/
warn-undefined-bool-conversion.cpp 44 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/
file_enumerator.h 23 #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/
test_file_util_linux.cc 8 #include <sys/stat.h>
  /external/libpcap/
dlpisubs.h 19 struct pcap_stat stat; member in struct:pcap_dlpi
  /external/ltp/testcases/commands/eject/
eject_check_tray.c 28 #include <sys/stat.h>
  /external/ltp/testcases/kernel/security/smack/
smack_notroot.c 18 #include <sys/stat.h>
  /external/ltp/testcases/kernel/syscalls/chroot/
chroot02.c 28 * Change root directory and then stat a file.
43 * and stat() a known file.
50 #include <sys/stat.h>
61 struct stat buf;
91 if (stat("/" TMP_FILENAME, &buf) == -1) {
93 perror("stat failed");
126 if (stat(TMP_FILENAME, &buf) != 0)
  /external/ltp/testcases/kernel/syscalls/rename/
rename06.c 61 #include <sys/stat.h>
76 struct stat buf1, buf2;
140 if (stat(fdir, &buf1) != -1) {
150 if (stat(mdir, &buf2) != -1) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_unlink/
7-1.c 20 #include <sys/stat.h>
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_unlink/speculative/
7-2.c 21 #include <sys/stat.h>
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_init/
5-1.c 19 #include <sys/stat.h>
5-2.c 19 #include <sys/stat.h>
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/
4-1.c 18 #include <sys/stat.h>
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/
6-1.c 15 #include <sys/stat.h>

Completed in 2668 milliseconds

<<11121314151617181920>>