/external/eigen/bench/spbench/ |
D | spbenchsolver.h | 128 Stats stat; in call_solver() local 136 stat.info = NumericalIssue; in call_solver() 138 return stat; in call_solver() 141 stat.compute_time = timer.value(); in call_solver() 148 stat.info = NumericalIssue; in call_solver() 150 return stat; in call_solver() 154 stat.solve_time = timer.value(); in call_solver() 155 stat.total_time = stat.solve_time + stat.compute_time; in call_solver() 156 stat.memory_used = 0; in call_solver() 159 stat.rel_error = (refX - x).norm()/refX.norm(); in call_solver() [all …]
|
/external/lzma/CPP/Windows/ |
D | System.cpp | 49 MY_MEMORYSTATUSEX stat; in GetRamSize() local 50 stat.dwLength = sizeof(stat); in GetRamSize() 53 if (!::GlobalMemoryStatusEx(&stat)) in GetRamSize() 55 return MyMin(stat.ullTotalVirtual, stat.ullTotalPhys); in GetRamSize() 60 if (globalMemoryStatusEx != 0 && globalMemoryStatusEx(&stat)) in GetRamSize() 61 return MyMin(stat.ullTotalVirtual, stat.ullTotalPhys); in GetRamSize() 64 MEMORYSTATUS stat; in GetRamSize() local 65 stat.dwLength = sizeof(stat); in GetRamSize() 66 ::GlobalMemoryStatus(&stat); in GetRamSize() 67 return MyMin(stat.dwTotalVirtual, stat.dwTotalPhys); in GetRamSize()
|
/external/bison/m4/ |
D | stat.m4 | 14 dnl mingw is the only known platform where stat(".") and stat("./") differ 15 AC_CACHE_CHECK([whether stat handles trailing slashes on directories], 19 [[#include <sys/stat.h> 20 ]], [[struct stat st; return stat (".", &st) != stat ("./", &st);]])], 26 dnl AIX 7.1, Solaris 9, mingw64 mistakenly succeed on stat("file/"). 27 dnl (For mingw, this is due to a broken stat() override in libmingwex.a.) 28 dnl FreeBSD 7.2 mistakenly succeeds on stat("link-to-file/"). 29 AC_CACHE_CHECK([whether stat handles trailing slashes on files], 38 [[#include <sys/stat.h> 40 struct stat st; [all …]
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | stat.test | 29 do_execsql_test stat-0.0 { 31 CREATE VIRTUAL TABLE temp.stat USING dbstat; 32 SELECT * FROM stat; 36 do_execsql_test stat-0.1 { 39 SELECT * FROM stat; 43 do_test stat-1.0 { 51 do_test stat-1.1 { 53 SELECT * FROM stat WHERE name = 't1'; 56 do_test stat-1.2 { 58 SELECT * FROM stat WHERE name = 'i1'; [all …]
|
/external/chromium_org/dbus/ |
D | dbus_statistics.cc | 91 Stat* stat = GetStat(service, interface, method, true); in AddStat() local 92 DCHECK(stat); in AddStat() 94 ++stat->sent_method_calls; in AddStat() 96 ++stat->received_signals; in AddStat() 98 ++stat->sent_blocking_method_calls; in AddStat() 110 scoped_ptr<Stat> stat(new Stat(service, interface, method)); in GetStat() local 111 StatSet::iterator found = stats_.find(stat.get()); in GetStat() 116 found = stats_.insert(stat.release()).first; in GetStat() 198 const Stat* stat = *cur_iter; in GetAsString() local 199 sent += stat->sent_method_calls; in GetAsString() [all …]
|
/external/bison/build-aux/ |
D | depcomp | 192 stat=$? 193 if test $stat -ne 0; then 195 exit $stat 218 stat=$? 219 if test $stat -ne 0; then 221 exit $stat 260 stat=$? 261 if test $stat -ne 0; then 263 exit $stat 315 stat=$? [all …]
|
/external/pixman/ |
D | depcomp | 124 stat=$? 125 if test $stat -eq 0; then : 128 exit $stat 147 stat=$? 148 if test $stat -eq 0; then : 151 exit $stat 191 stat=$? 192 if test $stat -eq 0; then : 195 exit $stat 249 stat=$? [all …]
|
/external/openfst/ |
D | depcomp | 124 stat=$? 125 if test $stat -eq 0; then : 128 exit $stat 147 stat=$? 148 if test $stat -eq 0; then : 151 exit $stat 191 stat=$? 192 if test $stat -eq 0; then : 195 exit $stat 249 stat=$? [all …]
|
/external/chromium_org/third_party/opus/src/ |
D | depcomp | 136 stat=$? 137 if test $stat -eq 0; then : 140 exit $stat 159 stat=$? 160 if test $stat -eq 0; then : 163 exit $stat 202 stat=$? 203 if test $stat -eq 0; then : 206 exit $stat 264 stat=$? [all …]
|
/external/libcap-ng/libcap-ng-0.7/ |
D | depcomp | 124 stat=$? 125 if test $stat -eq 0; then : 128 exit $stat 147 stat=$? 148 if test $stat -eq 0; then : 151 exit $stat 191 stat=$? 192 if test $stat -eq 0; then : 195 exit $stat 249 stat=$? [all …]
|
/external/libusb/ |
D | depcomp | 109 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 225 stat=$? [all …]
|
/external/libffi/ |
D | depcomp | 109 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 225 stat=$? [all …]
|
/external/llvm/autoconf/ |
D | depcomp | 95 stat=$? 96 if test $stat -eq 0; then : 99 exit $stat 118 stat=$? 119 if test $stat -eq 0; then : 122 exit $stat 160 stat=$? 161 if test $stat -eq 0; then : 164 exit $stat 211 stat=$? [all …]
|
/external/grub/ |
D | depcomp | 95 stat=$? 96 if test $stat -eq 0; then : 99 exit $stat 118 stat=$? 119 if test $stat -eq 0; then : 122 exit $stat 160 stat=$? 161 if test $stat -eq 0; then : 164 exit $stat 211 stat=$? [all …]
|
/external/stressapptest/ |
D | depcomp | 109 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/marisa-trie/ |
D | depcomp | 109 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/protobuf/gtest/build-aux/ |
D | depcomp | 109 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/tcmalloc/vendor/ |
D | depcomp | 109 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/ |
D | depcomp | 116 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/open-vcdiff/ |
D | depcomp | 116 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/config/ |
D | depcomp | 109 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/libexif/ |
D | depcomp | 116 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/ |
D | depcomp | 109 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/sdch/open-vcdiff/ |
D | depcomp | 116 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/protobuf/ |
D | depcomp | 109 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 …]
|