OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBug
(Results
1 - 6
of
6
) sorted by null
/cts/libs/vogar-expect/src/vogar/
Expectation.java
74
public long
getBug
() {
ExpectationStore.java
281
if (expectation.
getBug
() != -1) {
282
bugs.add(Long.toString(expectation.
getBug
()));
303
if (openBugsSet.contains(expectation.
getBug
())) {
/external/vogar/src/vogar/
Expectation.java
92
public long
getBug
() {
ExpectationStore.java
268
if (expectation.
getBug
() != -1) {
269
bugs.add(expectation.
getBug
());
282
if (openBugs.contains(expectation.
getBug
())) {
Console.java
163
if (expectation.
getBug
() != -1) {
164
streamOutput(outcomeName, "\n" + colorString("http://b/" + expectation.
getBug
(), Color.COMMENT));
/external/conscrypt/benchmark-android/
vogar.jar
Completed in 380 milliseconds