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

1 2 3 4 5

  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-263276.js 36 function bad(array) { function
40 bad(array1);
41 bad(array1);
42 bad(array2); // Length is now 1.
43 bad(array2); // Length is now 2.
44 %OptimizeFunctionOnNextCall(bad);
45 bad(array2); // Length is now 3.
  /external/valgrind/main/memcheck/tests/
execve1.c 6 char* bad[2] = { (char*)1, NULL }; local
9 execve(null_filename, bad, 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/clang/test/SemaCXX/
function-pointer-arguments.cpp 20 void bad() { function in namespace:PR16570
operator-arrow-depth.cpp 24 B<MAX/2 + 1> bad; variable
25 int m = bad->n; // expected-error-re {{use of 'operator->' on type 'B<{{2|10|128}} / 2 + 1>' would invoke a sequence of more than {{2|10|128}} 'operator->' calls}}
qual-id-test.cpp 30 struct bad struct
51 a.bad::x(); // expected-error{{'bad::x' is not a member of class 'A::sub'}}
72 a->bad::x(); // expected-error{{'bad::x' is not a member of class 'A::sub'}}
110 a.bad::x(); // expected-error{{'bad::x' is not a member of class 'A::sub'}}
vector.cpp 287 typedef bool bad __attribute__((__vector_size__(16))); // expected-error {{invalid vector element type 'bool'}} typedef
  /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:
  /external/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)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
ignore_0xff.pass.cpp 22 int bad=-1; local
24 os << "aaaabbbb" << static_cast<char>(bad)
  /external/chromium_org/content/browser/appcache/
manifest_parser_unittest.cc 40 "CACHE MANIFEST#bad\r", // no whitespace before comment
43 "xCACHE MANIFEST\n", // bad first char
45 "\xEF\xBE\xBF" "CACHE MANIFEST\r", // bad UTF-8 BOM value
49 const std::string bad = kBadSignatures[i]; local
50 EXPECT_FALSE(ParseManifest(url, bad.c_str(), bad.length(),
406 const GURL kUrl("http://bad.com");
413 EXPECT_TRUE(urls.find("http://bad.com/%EF%BF%BDinvalidutf8") != urls.end());
414 EXPECT_TRUE(urls.find("http://bad.com/nonbmp%F1%84%AB%BC") != urls.end());
  /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;
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stunserver_unittest.cc 119 const char* bad = "this is a completely nonsensical message whose only " local
122 Send(bad, static_cast<int>(strlen(bad)));
  /external/e2fsprogs/lib/blkid/
cache.c 144 blkid_tag bad = list_entry(tag->bit_names.next, local
149 bad->bit_name, bad->bit_val));
150 blkid_free_tag(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...]
  /external/chromium_org/chrome/browser/net/
chrome_fraudulent_certificate_reporter_unittest.cc 107 // Passes if invoked with a bad SSLInfo and for a hostname that is not a
183 SSLInfo bad = GetBadSSLInfo(); local
184 EXPECT_FALSE(IsGoodSSLInfo(bad));
  /external/chromium_org/third_party/openssl/openssl/crypto/rsa/
rsa_oaep.c 103 int bad = 0; local
117 * so we use a 'bad' flag */
118 bad = 1;
152 if (CRYPTO_memcmp(db, phash, SHA_DIGEST_LENGTH) != 0 || bad)
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
leb128_test.c 82 int bad; local
92 sprintf(failmsg, "%ssigned %s%s size() bad size: expected %lu, got %lu!",
103 sprintf(failmsg, "%ssigned %s%s get() bad size: expected %lu, got %lu!",
109 bad = 0;
110 for (i=0; i<test->outsize && !bad; i++) {
112 bad = 1;
114 if (bad) {
116 sprintf(failmsg, "%ssigned %s%s get() bad output!",
142 sprintf(failmsg, "%ssigned %s%s create() bad size: expected %lu, got %lu!",
152 sprintf(failmsg, "%ssigned %s%s create() bad output!"
    [all...]
  /external/openssl/crypto/rsa/
rsa_oaep.c 103 int bad = 0; local
117 * so we use a 'bad' flag */
118 bad = 1;
152 if (CRYPTO_memcmp(db, phash, SHA_DIGEST_LENGTH) != 0 || bad)
  /external/chromium_org/third_party/WebKit/Tools/qunit/qunit/
qunit.js 53 failed: config.moduleStats.bad,
54 passed: config.moduleStats.all - config.moduleStats.bad,
59 config.moduleStats = { all: 0, bad: 0 };
128 var good = 0, bad = 0,
148 bad++;
149 config.stats.bad++;
150 config.moduleStats.bad++;
156 if (bad) {
157 sessionStorage.setItem("qunit-" + this.module + "-" + this.testName, bad);
163 if (bad == 0)
242 var bad = QUnit.config.reorder && defined.sessionStorage && +sessionStorage.getItem("qunit-" + this.module + "-" + this.testName); variable
    [all...]
  /external/chromium_org/tools/clang/plugins/tests/
base_refcounted.cpp 63 PublicRefCountedDtorInHeader bad; local
  /external/clang/lib/AST/
Comment.cpp 38 struct bad {}; struct in namespace:clang::comments::__anon21530
46 static inline bad implements_child_begin_end(
48 return bad();

Completed in 950 milliseconds

1 2 3 4 5