/external/e2fsprogs/tests/f_invalid_bad_inode/ |
name | 1 check for bogus bad inode
|
/external/valgrind/none/tests/scripts/ |
shell_badinterp | 1 #! /this/is/a/bogus/interpreter/name
|
/external/valgrind/memcheck/tests/amd64-linux/ |
defcfaexpr.stderr.exp | 2 at 0x........: bbb (bogus.S:0) 3 by 0x........: aaa (bogus.S:0) 4 by 0x........: aaa (bogus.S:0) 5 by 0x........: main (bogus.S:0)
|
filter_defcfaexpr | 10 # ==6019== at 0x400512: bbb (in bogus.S:0) 14 # ==6019== at 0x400512: bbb (bogus.S:0) 19 # at 0x........: bbb (bogus.S:0) 27 sed "s/\/.*\/tests\/amd64-linux\/defcfaexpr/bogus.S:0/" | \
|
/art/test/516-dead-move-result/ |
info.txt | 2 where a move-result was bogus, but it passed the verifier
|
/external/llvm/test/CodeGen/AArch64/ |
legalize-bug-bogus-cpu.ll | 1 ; RUN: llc -march=aarch64 -mcpu=bogus -o - %s 3 ; Fix the bug in PR20557. Set mcpu to a bogus name, llc will crash in type
|
/frameworks/opt/vcard/tests/res/raw/ |
v21_adr_multiple_line.vcf | 3 N:bogus
4 URL:http://bogus.com/
|
/art/test/099-vmdebug/ |
expected.txt | 16 Test tracing with bogus (< 1024 && != 0) filesize 18 Test sampling with bogus (<= 0) interval
|
/external/valgrind/helgrind/tests/ |
tc09_bad_unlock.c | 2 /* Check that an error is reported for various kinds of bogus 19 int bogus[100], i; local 20 /* fill bogus with values which will cause glibc's pth_mx_unlock to fail */ 21 for (i = 0; i < 100; i++) bogus[i] = 0xFFFFFFFF; 40 /* Unlocking a totally bogus lock. */ 41 pthread_mutex_unlock( (pthread_mutex_t*) &bogus[50] ); /* ERROR */
|
/external/strace/linux/sh/ |
get_scno.c | 9 glibc to issue bogus negative syscall numbers. So for 14 "Detected glibc bug: bogus system call"
|
/external/valgrind/memcheck/tests/ |
buflen_check.c | 18 res2 = getsockname(res1, NULL, &len); /* NULL is bogus */ 19 res3 = getsockname(res1, &name, NULL); /* NULL is bogus */
|
new_nothrow.cpp | 4 // they call malloc(), the calls to 'delete' caused bogus mismatch errors.
|
/external/clang/test/SemaObjC/ |
method-bad-param.m | 33 enum bogus; // expected-note {{forward declaration of 'enum bogus'}} 37 - (void)crashMe:(enum bogus)p; 41 - (void)crashMe:(enum bogus)p { // expected-error {{variable has incomplete type 'enum bogus'}}
|
/external/clang/test/SemaCXX/ |
typo-correction-cxx11.cpp | 6 // once the above code failed to recover properly after making the bogus
|
/external/clang/test/SemaTemplate/ |
metafun-apply.cpp | 17 struct bogus { struct 37 apply1<bogus, int>::type t2; // expected-note{{in instantiation of template class 'apply1<bogus, int>' requested here}}
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_install_scripts.py | 52 "# bogus script w/ Python sh-bang\n" 55 "# bogus script w/ Python sh-bang\n" 58 "# bogus shell script w/ sh-bang\n"
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_install_scripts.py | 52 "# bogus script w/ Python sh-bang\n" 55 "# bogus script w/ Python sh-bang\n" 58 "# bogus shell script w/ sh-bang\n"
|
/external/clang/test/CXX/temp/temp.param/ |
p13.cpp | 12 // Check for bogus template parameter shadow warning.
|
/external/clang/test/Parser/ |
placeholder-recovery.m | 5 // bogus 'archaic' warnings with bad location info.
|
/external/valgrind/massif/tests/ |
realloc.c | 14 y = realloc(x+10, 1600); // bogus realloc
|
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/data/tokenization/ |
escapeFlag.test | 9 {"description":"Bogus comment in RCDATA or RAWTEXT", 15 {"description":"End tag surrounded by bogus comment in RCDATA or RAWTEXT",
|
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
negative | 19 # Bogus variable value passed on the command line. 40 # Bogus variable value passed on the command line.
|
/external/tcpdump/ |
rpc_auth.h | 53 SUNRPC_AUTH_BADCRED=1, /* bogus credentials (seal broken) */ 55 SUNRPC_AUTH_BADVERF=3, /* bogus verifier (seal broken) */ 61 SUNRPC_AUTH_INVALIDRESP=6, /* bogus response verifier */
|
/art/test/435-new-instance/src/ |
TestClass.java | 18 // Bogus fields to satisfy dex merger. See b/18051191
|
/external/apache-harmony/luni/src/test/resources/org/apache/harmony/luni/tests/ |
test.doc | 18 /* A bogus doc file used to see if we can detect
|