Searched refs:stat (Results 1 - 25 of 1338) sorted by relevance

1234567891011>>

/external/kernel-headers/original/uapi/asm-arm64/asm/
H A Dstat.h16 #include <asm-generic/stat.h>
/external/lzma/CPP/Windows/
H A DSystem.cpp49 MY_MEMORYSTATUSEX stat; local
50 stat.dwLength = sizeof(stat);
53 if (!::GlobalMemoryStatusEx(&stat))
55 return MyMin(stat.ullTotalVirtual, stat.ullTotalPhys);
60 if (globalMemoryStatusEx != 0 && globalMemoryStatusEx(&stat))
61 return MyMin(stat.ullTotalVirtual, stat.ullTotalPhys);
64 MEMORYSTATUS stat;
[all...]
/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/chromium_org/native_client_sdk/src/libraries/xray/
H A Ddemangle.c19 int stat; local
20 __cxa_demangle(symbol, demangle, &size, &stat);
21 if (stat == 0)
/external/chromium_org/tools/gyp/test/copies/
H A Dgyptest-attribs.py14 import stat namespace
21 in_stat = os.stat(os.path.join('src', path))
22 out_stat = os.stat(out_path)
23 if out_stat.st_mode & stat.S_IXUSR != expected_exec_bit:
39 check_attribs('executable-file.sh', expected_exec_bit=stat.S_IXUSR)
/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...]
H A Dstat.c1 /* Work around platform bugs in stat.
19 /* If the user's config.h happens to include <sys/stat.h>, let it include only
20 the system's <sys/stat.h> here, so that orig_stat doesn't recurse to
25 /* Get the original definition of stat. It might be defined as a macro. */
27 #include <sys/stat.h>
32 # undef stat /* avoid warning on mingw64 with _FILE_OFFSET_BITS=64 */ macro
33 # define stat _stati64 macro
37 /* mingw64 has a broken stat() function, based on _stat(), in libmingwex.a.
39 # define stat _stat macro
46 orig_stat (const char *filename, struct stat *bu
[all...]
/external/harfbuzz_ng/src/
H A Dcheck-libstdc++.sh7 stat=0
24 stat=1
34 exit $stat
H A Dcheck-symbols.sh7 stat=0
27 stat=1
37 exit $stat
H A Dcheck-c-linkage-decls.sh7 stat=0
17 stat=1
24 stat=1
28 exit $stat
H A Dcheck-static-inits.sh7 stat=0
27 stat=1
35 stat=1
39 exit $stat
/external/chromium_org/build/toolchain/mac/
H A Dsetup_toolchain.py6 import stat namespace
22 st = os.stat(out_path)
23 os.chmod(out_path, st.st_mode | stat.S_IEXEC)
/external/chromium_org/tools/telemetry/telemetry/util/
H A Dsupport_binaries_unittest.py6 import stat namespace
19 st = os.stat(md5sum_path)
20 self.assertTrue(st.st_mode & stat.S_IXUSR)
H A Dsupport_binaries.py6 import stat namespace
34 candidate_mtime = os.stat(candidate).st_mtime
55 stat.S_IRUSR | stat.S_IWUSR | stat.S_IXUSR | stat.S_IRGRP)
/external/oprofile/libdb/
H A Ddb_stat.c74 void odb_hash_display_stat(odb_hash_stat_t const * stat) argument
76 printf("total node number: %d\n", stat->node_nr);
77 printf("total used node: %d\n", stat->used_node_nr);
78 printf("total count: %llu\n", stat->total_count);
79 printf("hash table size: %d\n", stat->hash_table_size);
80 printf("greater list length: %d\n", stat->max_list_length);
81 printf("average non empty list length: %2.4f\n", stat->average_list_length);
85 void odb_hash_free_stat(odb_hash_stat_t * stat) argument
87 free(stat);
/external/chromium_org/components/nacl/loader/nonsfi/
H A Dabi_conversion.h8 struct stat;
25 // Converts the stat struct from host's to NaCl's ABI.
27 const struct stat& host_stat, struct nacl_abi_stat* nacl_stat);
/external/chromium_org/third_party/npapi/npspy/extern/java/
H A Dzip.h46 struct stat;
58 zip_stat(zip_t *zip, const char *fn, struct stat *sbuf);
/external/valgrind/main/none/tests/x86-linux/
H A Dseg_override.stdout.exp0 stat = 0
/external/clang/test/SemaCXX/
H A Dwarn-tautological-undefined-compare.cpp41 static int &stat();
42 // expected-note@-1 4{{'stat' returns a reference}}
58 if (&B::stat() == 0) {}
60 if (&(B::stat()) == 0) {}
63 if (&B::stat() != 0) {}
65 if (&(B::stat()) != 0) {}
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/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowStatFs.java17 private Stats stat; field in class:ShadowStatFs
30 return stat.blockCount;
35 return stat.freeBlocks;
40 return stat.availableBlocks;
45 stat = stats.get(path);
46 if (stat == null) {
47 stat = DEFAULT_STATS;
/external/chromium_org/tools/android/adb_reboot/
H A Dadb_reboot.c6 #include <sys/stat.h>
14 struct stat ft;
34 stat("/sdcard/host_heartbeat", &ft);
/external/e2fsprogs/tests/progs/
H A Dhold_inode.c17 #include <sys/stat.h>
23 struct stat statbuf;
31 if (stat(filename, &statbuf) < 0) {
/external/ltrace/testsuite/ltrace.minor/
H A Dcount-record.c10 #include <sys/stat.h>
24 struct stat state;
43 stat ("system_calls.tmp", &state);

Completed in 664 milliseconds

1234567891011>>