/external/linux-tools-perf/ |
builtin-lock.c | 750 static void print_bad_events(int bad, int total) 758 pr_info("bad: %d, total: %d\n", bad, total); 759 pr_info("bad rate: %f %%\n", (double)bad / (double)total * 100); 760 pr_info("histogram of events caused bad sequence\n"); 770 int bad, total; local 782 bad = total = 0; 786 bad++; 814 print_bad_events(bad, total) [all...] |
/external/openssl/crypto/threads/ |
mttest.c | 224 if (--argc < 1) goto bad; 229 if (--argc < 1) goto bad; 234 if (--argc < 1) goto bad; 239 if (--argc < 1) goto bad; 244 if (--argc < 1) goto bad; 252 if (--argc < 1) goto bad; 267 bad:
|
/external/wpa_supplicant_8/src/drivers/ |
driver_madwifi.c | 1147 goto bad; 1155 goto bad; 1162 goto bad; 1164 goto bad; 1172 goto bad; 1179 goto bad; 1191 goto bad; 1201 goto bad; 1204 bad: [all...] |
driver_bsd.c | 814 goto bad; 821 goto bad; 828 goto bad; 830 goto bad; 834 goto bad; 839 goto bad; 847 goto bad; 851 bad: [all...] |
/external/zlib/src/contrib/pascal/ |
example.pas | 72 EXIT_ERR('bad uncompress') 136 WriteLn('bad gzread: ', PChar(uncompr)); 170 WriteLn('bad gzgets after gzseek'); 262 EXIT_ERR('bad inflate') 356 WriteLn('bad large inflate: ', d_stream.total_out); 522 EXIT_ERR('bad inflate with dict')
|
/external/valgrind/main/memcheck/tests/ |
sigkill.stderr.exp | 186 setting signal 65: Warning: bad signal number 65 in sigaction() 188 getting signal 65: Warning: bad signal number 65 in sigaction()
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
handleerror01.js | 146 newChild = doc.createCDATASection("this is not ]]> bad"); 161 ("this is not ]]> bad" == childValue)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
basic_ios.h | 201 bad() const function in class:basic_ios
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
basic_ios.h | 203 bad() const function in class:basic_ios
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
basic_ios.h | 203 bad() const function in class:basic_ios
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_ios.h | 201 bad() const function in class:basic_ios
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_ios.h | 201 bad() const function in class:basic_ios
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_ios.h | 201 bad() const function in class:basic_ios
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
basic_ios.h | 201 bad() const function in class:basic_ios
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
basic_ios.h | 203 bad() const function in class:basic_ios
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
basic_ios.h | 203 bad() const function in class:basic_ios
|
/external/valgrind/main/VEX/priv/ |
host_arm_defs.c | [all...] |
host_amd64_defs.c | [all...] |
host_ppc_defs.c | [all...] |
/frameworks/base/core/jni/ |
android_util_XmlBlock.cpp | 115 goto bad; 119 bad:
|
/system/core/sh/ |
histedit.c | 116 goto bad; 137 bad:
|
/external/e2fsprogs/misc/ |
badblocks.c | 2 * badblocks.c - Bad blocks checker 23 * 94/02/27 - Made a separate bad blocks checker 27 * blocks known to be bad, multiple passes to 78 static unsigned int max_bb = 0; /* Abort test if more than this number of bad blocks has been encountered */ 136 * This routine reports a new bad block. If the bad block has already 139 static int bb_output (blk_t bad) 143 if (ext2fs_badblocks_list_test(bb_list, bad)) 146 fprintf(out, "%lu\n", (unsigned long) bad); 149 errcode = ext2fs_badblocks_list_add (bb_list, bad); [all...] |
/external/ppp/pppd/ |
chap_ms.c | 206 goto bad; 214 goto bad; 235 bad: 256 goto bad; /* not even the right length */ 294 bad:
|
/external/e2fsprogs/lib/ext2fs/ |
icount.c | 474 const char *bad = "bad icount"; local 479 fprintf(out, "%s: count > size\n", bad); 485 bad, i-1, icount->list[i-1].ino,
|
/external/skia/legacy/src/core/ |
SkBitmapProcState_matrix_repeat.h | 281 int bad = 0; 288 bad++; 293 if (bad) {
|