Searched refs:stat (Results 26 - 50 of 1338) sorted by relevance

1234567891011>>

/external/clang/test/SemaCXX/
H A Dextern-c.cpp143 struct stat {}; // expected-warning{{empty struct has size 0 in C, size 1 in C++}} struct
144 void stat(struct stat);
148 void stat(struct ::stat);
151 int stat(int *p);
/external/harfbuzz_ng/src/
H A Dcheck-defs.sh8 stat=0
34 } | diff "$def" - >&2 || stat=1
44 exit $stat
H A Dcheck-header-guards.sh7 stat=0
21 stat=1
25 exit $stat
H A Dcheck-includes.sh7 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/chromium_org/dbus/
H A Ddbus_statistics.cc91 Stat* stat = GetStat(service, interface, method, true); local
92 DCHECK(stat);
94 ++stat->sent_method_calls;
96 ++stat->received_signals;
98 ++stat->sent_blocking_method_calls;
110 scoped_ptr<Stat> stat(new Stat(service, interface, method));
111 StatSet::iterator found = stats_.find(stat.get());
116 found = stats_.insert(stat.release()).first;
198 const Stat* stat = *cur_iter; local
199 sent += stat
[all...]
/external/oprofile/libutil/
H A Dop_file.c12 #include <sys/stat.h>
28 struct stat st;
29 return !stat(file, &st) && S_ISREG(st.st_mode) && !access(file, R_OK);
35 struct stat st;
37 if (stat(file, &st))
90 struct stat * st_buf)
97 if (stat(name, st_buf) != 0)
99 struct stat lstat_buf;
105 fprintf(stderr, "stat failed for %s (%s)\n",
135 struct stat stat_buffe
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/
H A DSDL_audiodev.c30 #include <sys/stat.h>
62 struct stat sb;
65 if ( ((stat("/dev/sound", &sb) == 0) && S_ISDIR(sb.st_mode)) &&
66 ((stat(_PATH_DEV_DSP24, &sb) == 0) && S_ISCHR(sb.st_mode)) ) {
78 struct stat sb;
85 if ( stat(audiopath, &sb) == 0 ) {
104 #include <sys/stat.h>
148 struct stat sb;
166 if ( stat(audiopath, &sb) == 0 ) {
/external/chromium_org/build/toolchain/
H A Dget_concurrent_links.py34 stat = MEMORYSTATUSEX()
35 stat.dwLength = ctypes.sizeof(stat)
36 ctypes.windll.kernel32.GlobalMemoryStatusEx(ctypes.byref(stat))
38 mem_limit = max(1, stat.ullTotalPhys / (4 * (2 ** 30))) # total / 4GB
/external/chromium_org/testing/
H A Dtest_env.py9 import stat namespace
27 sandbox_stat = os.stat(sandbox_path)
28 if ((sandbox_stat.st_mode & stat.S_ISUID) and
29 (sandbox_stat.st_mode & stat.S_IRUSR) and
30 (sandbox_stat.st_mode & stat.S_IXUSR) and
/external/chromium_org/tools/gyp/test/mac/
H A Dgyptest-bundle-resources.py14 import stat namespace
22 in_stat = os.stat(os.path.join(CHDIR, path))
23 out_stat = os.stat(out_path)
26 if out_stat.st_mode & stat.S_IXUSR != expected_exec_bit:
50 check_attribs('executable-file.sh', expected_exec_bit=stat.S_IXUSR)
/external/chromium_org/tools/telemetry/telemetry/web_perf/metrics/
H A Dmainthread_jank_stats.py25 """Computes the mainthread jank stat on a record range.
42 stat = _MainthreadJankStat()
45 stat.biggest_top_slice_thread_time = max(
46 stat.biggest_top_slice_thread_time, jank_thread_duration)
48 stat.sum_big_top_slices_thread_time += jank_thread_duration
49 return stat
/external/chromium_org/content/child/
H A Dcontent_child_helpers.cc29 v8::HeapStatistics stat; local
34 isolate->GetHeapStatistics(&stat);
35 return mem_usage + (static_cast<uint64_t>(stat.total_heap_size()) >> 10);
/external/ipsec-tools/src/racoon/
H A Dsafefile.c37 #include <sys/stat.h>
52 struct stat s;
62 if (stat(path, &s) != 0)
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dabspath.c7 struct stat cwd_stat, pwd_stat;
12 stat(cwd, &cwd_stat);
13 if (!stat(pwd, &pwd_stat) &&
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
H A DT.g24 stat: identifier {NSLog(@"enum is an ID");}
/external/chromium_org/content/browser/download/
H A Dbase_file_posix.cc17 struct stat st;
25 int stat_error = stat(new_path.value().c_str(), &st);
28 LogSystemError("stat", errno);
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/examples/
H A Dbasemmap.c3 #include <sys/stat.h>
14 struct stat statbuf;
/external/chromium_org/tools/gyp/test/ninja/s-needs-no-depfiles/
H A Dgyptest-s-needs-no-depfiles.py34 pre_stat = os.stat(test.built_file_path(empty_dll))
37 post_stat = os.stat(test.built_file_path(empty_dll))
/external/f2fs-tools/mkfs/
H A Df2fs_format_utils.c14 #include <sys/stat.h>
25 struct stat stat_buf;
34 MSG(1, "\tError: Failed to get the device stat!!!\n");
/external/chromium_org/sdch/open-vcdiff/
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/chromium_org/third_party/libxml/src/
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/chromium_org/third_party/tcmalloc/vendor/
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/chromium_org/third_party/yasm/source/patched-yasm/config/
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/elfutils/0.153/config/
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/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...]

Completed in 844 milliseconds

1234567891011>>