Searched defs:bugs (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/gpu/config/
H A Dgpu_driver_bug_list_unittest.cc63 std::set<int> bugs = list->MakeDecision( local
65 EXPECT_EQ(1u, bugs.count(USE_CLIENT_SIDE_ARRAYS_FOR_STREAM_BUFFERS));
75 std::set<int> bugs = list->MakeDecision( local
77 EXPECT_EQ(1u, bugs.count(USE_CLIENT_SIDE_ARRAYS_FOR_STREAM_BUFFERS));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
H A Dparsecvs.php57 https?\Q://bugs.eclipse.org/bugs/show_bug.cgi?id=\E(\d+)
115 $bugs = extract_bugs($ubugs); variable
116 $bugs = preg_replace("/^(.+)$/", "('$row[0]', '$revs[1]', '$1')", $bugs); variable
117 wmysql_query("INSERT INTO `bugs` (`fid`, `revision`, `bugid`) VALUES " . join($bugs, ",") . " ON DUPLICATE KEY UPDATE `bugid` = `bugid`");
156 $bugs[] = $y;
161 return $bugs;
/external/openssh/
H A Dcompat.c64 int bugs; member in struct:__anon23435
172 datafellows = check[i].bugs;
/external/chromium_org/third_party/openssl/openssl/apps/
H A Ds_client.c340 BIO_printf(bio_err," -bugs - Switch on all SSL implementation bug workarounds\n");
580 int reconnect=0,badop=0,verify=SSL_VERIFY_NONE,bugs=0; local
834 else if (strcmp(*argv,"-bugs") == 0)
835 bugs=1;
1148 if (bugs)
H A Ds_server.c536 BIO_printf(bio_err," -bugs - Turn on SSL bug compatibility\n");
943 int badop=0,bugs=0; local
1179 else if (strcmp(*argv,"-bugs") == 0)
1180 { bugs=1; }
1544 if (bugs) SSL_CTX_set_options(ctx,SSL_OP_ALL);
1617 if (bugs) SSL_CTX_set_options(ctx2,SSL_OP_ALL);
/external/openssl/apps/
H A Ds_client.c340 BIO_printf(bio_err," -bugs - Switch on all SSL implementation bug workarounds\n");
581 int reconnect=0,badop=0,verify=SSL_VERIFY_NONE,bugs=0; local
836 else if (strcmp(*argv,"-bugs") == 0)
837 bugs=1;
1155 if (bugs)
H A Ds_server.c536 BIO_printf(bio_err," -bugs - Turn on SSL bug compatibility\n");
943 int badop=0,bugs=0; local
1179 else if (strcmp(*argv,"-bugs") == 0)
1180 { bugs=1; }
1544 if (bugs) SSL_CTX_set_options(ctx,SSL_OP_ALL);
1617 if (bugs) SSL_CTX_set_options(ctx2,SSL_OP_ALL);

Completed in 550 milliseconds