OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bugs
(Results
1 - 3
of
3
) sorted by null
/cts/libs/vogar-expect/src/vogar/
ExpectationStore.java
226
Set<String>
bugs
= new LinkedHashSet<String>();
local
229
bugs
.add(Long.toString(expectation.getBug()));
232
if (
bugs
.isEmpty()) {
236
// query the external app for open
bugs
239
.args(
bugs
)
246
Log.verbose("tracking " + openBugsSet.size() + " open
bugs
: " + openBugs);
/external/openssl/apps/
s_client.c
325
BIO_printf(bio_err," -
bugs
- Switch on all SSL implementation bug workarounds\n");
439
int reconnect=0,badop=0,verify=SSL_VERIFY_NONE,
bugs
=0;
local
659
else if (strcmp(*argv,"-
bugs
") == 0)
660
bugs
=1;
940
if (
bugs
)
[
all
...]
s_server.c
475
BIO_printf(bio_err," -
bugs
- Turn on SSL bug compatibility\n");
869
int badop=0,
bugs
=0;
local
[
all
...]
Completed in 190 milliseconds