HomeSort by relevance Sort by last modified time
    Searched refs:bad (Results 1 - 25 of 431) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Misc/
diag-format.c 28 #endif bad // extension!
diag-mapping.c 28 #endif bad // extension!
  /external/valgrind/main/memcheck/tests/
execve1.c 6 char* bad[2] = { (char*)1, NULL }; local
9 execve(null_filename, bad, bad);
signal2.stdout.exp 2 doing bad thing
  /external/valgrind/main/none/tests/
cmdline4.stderr.exp 1 valgrind: Bad option: --bad-bad-option
shell_badinterp.stderr.exp 1 valgrind: ./shell_badinterp: bad interpreter: No such file or directory
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/iostate.flags/
bad.pass.cpp 14 // bool bad() const;
26 assert(ios.bad());
28 assert(ios.bad());
33 assert(!ios.bad());
35 assert(!ios.bad());
37 assert(!ios.bad());
39 assert(ios.bad());
  /ndk/tests/device/test-stlport_shared-exception/jni/
cleanup2.cpp 10 static bool bad = false; variable
26 {printf ("in ctor X %s\n", __PRETTY_FUNCTION__); bad = true;}
28 {printf ("in dtor X %s\n", __PRETTY_FUNCTION__); bad = true;}
38 {printf ("in ctor Y%s\n", __PRETTY_FUNCTION__); bad = true;}
40 {printf ("in dtor Y%s\n", __PRETTY_FUNCTION__); bad = true;}
52 return bad;
  /ndk/tests/device/test-stlport_static-exception/jni/
cleanup2.cpp 10 static bool bad = false; variable
26 {printf ("in ctor X %s\n", __PRETTY_FUNCTION__); bad = true;}
28 {printf ("in dtor X %s\n", __PRETTY_FUNCTION__); bad = true;}
38 {printf ("in ctor Y%s\n", __PRETTY_FUNCTION__); bad = true;}
40 {printf ("in dtor Y%s\n", __PRETTY_FUNCTION__); bad = true;}
52 return bad;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_robotparser.py 11 self.str = "RobotTest(%d, bad, %s)" % (index, url)
55 bad = ['/cyberworld/map/index.html','/tmp/xxx','/foo.html'] variable
57 RobotTest(1, doc, good, bad)
73 bad = ['/cyberworld/map/index.html'] variable
75 RobotTest(2, doc, good, bad)
85 bad = ['/cyberworld/map/index.html','/','/tmp/'] variable
87 RobotTest(3, doc, good, bad)
101 bad = ['/tmp','/tmp.html','/tmp/a.html', variable
106 RobotTest(4, doc, good, bad, 'figtree')
107 RobotTest(5, doc, good, bad, 'FigTree Robot libwww-perl/5.04'
119 bad = ['\/tmp\/','\/tmp\/a.html', variable
134 bad = [] # Bug report says "\/" should be denied, but that is not in the RFC variable
148 bad = ['\/folder1\/anotherfile.html'] variable
163 bad = ['\/something.jpg'] variable
168 bad = ['\/something.jpg'] variable
182 bad = ['\/something.jpg'] variable
187 bad = [] variable
201 bad = ['\/folder1\/anotherfile.html'] variable
227 bad = ['\/some\/path'] variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_robotparser.py 11 self.str = "RobotTest(%d, bad, %s)" % (index, url)
55 bad = ['/cyberworld/map/index.html','/tmp/xxx','/foo.html'] variable
57 RobotTest(1, doc, good, bad)
73 bad = ['/cyberworld/map/index.html'] variable
75 RobotTest(2, doc, good, bad)
85 bad = ['/cyberworld/map/index.html','/','/tmp/'] variable
87 RobotTest(3, doc, good, bad)
101 bad = ['/tmp','/tmp.html','/tmp/a.html', variable
106 RobotTest(4, doc, good, bad, 'figtree')
107 RobotTest(5, doc, good, bad, 'FigTree Robot libwww-perl/5.04'
119 bad = ['\/tmp\/','\/tmp\/a.html', variable
134 bad = [] # Bug report says "\/" should be denied, but that is not in the RFC variable
148 bad = ['\/folder1\/anotherfile.html'] variable
163 bad = ['\/something.jpg'] variable
168 bad = ['\/something.jpg'] variable
182 bad = ['\/something.jpg'] variable
187 bad = [] variable
201 bad = ['\/folder1\/anotherfile.html'] variable
227 bad = ['\/some\/path'] variable
    [all...]
  /device/sample/frameworks/PlatformLibrary/java/com/example/android/platform_library/
PlatformLibrary.java 36 public int getInt(boolean bad) {
38 int result = getJniInt(bad);
56 * Trivial native method call. If "bad" is true, this will throw an
59 native private int getJniInt(boolean bad);
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
tabtest.c 71 int i, prev = -1, bad = 0; local
78 if((*tmp)->ext_nid < prev) bad = 1;
82 if(bad) {
  /external/openssl/crypto/x509v3/
tabtest.c 71 int i, prev = -1, bad = 0; local
78 if((*tmp)->ext_nid < prev) bad = 1;
82 if(bad) {
  /build/tools/
check_radio_versions.py 37 bad = False variable
55 if not bad: print
57 bad = True variable
66 if not bad: print
68 bad = True variable
72 if not bad: print
75 bad = True variable
77 if bad:
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
ignore_0xff.pass.cpp 25 int bad=-1; local
27 os << "aaaabbbb" << static_cast<char>(bad)
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
rune.c 44 Bad = Runeerror,
60 * to Bad and return 0.
97 goto bad;
100 goto bad;
103 goto bad;
119 goto bad;
123 goto bad;
137 goto bad;
141 goto bad;
147 // since we don't have that, we'll just fall through to bad
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/
flush.pass.cpp 51 assert(os.bad());
  /external/chromium_org/net/quic/
quic_crypto_stream_test.cc 100 string bad(message_data_->data(), message_data_->length());
104 EXPECT_EQ(1, bad[kFirstTagIndex]);
105 bad[kFirstTagIndex] = 0x7F; // out of order tag
109 EXPECT_EQ(0u, stream_.ProcessData(bad.data(), bad.length()));
  /external/chromium_org/third_party/openssl/openssl/apps/
prime.c 87 goto bad;
94 goto bad;
100 goto bad;
109 goto bad;
155 bad:
  /external/openssl/apps/
prime.c 87 goto bad;
94 goto bad;
100 goto bad;
109 goto bad;
155 bad:
  /external/chromium_org/third_party/re2/util/
rune.cc 45 Bad = Runeerror,
70 goto bad;
73 goto bad;
76 goto bad;
87 goto bad;
91 goto bad;
102 goto bad;
106 goto bad;
113 * since we don't have that, we'll just fall through to bad.
117 * bad decodin
    [all...]
  /external/chromium_org/tools/clang/scripts/
plugin_flags.sh 20 -Xclang -add-plugin -Xclang find-bad-constructs
  /external/regex-re2/util/
rune.cc 45 Bad = Runeerror,
70 goto bad;
73 goto bad;
76 goto bad;
87 goto bad;
91 goto bad;
102 goto bad;
106 goto bad;
113 * since we don't have that, we'll just fall through to bad.
117 * bad decodin
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/rc4/
rc4.c 90 if (--argc < 1) goto bad;
95 if (--argc < 1) goto bad;
100 if (--argc < 1) goto bad;
115 bad:
160 fprintf(stderr,"bad password read\n");

Completed in 769 milliseconds

1 2 3 4 5 6 7 8 91011>>