OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Outcome
(Results
1 - 3
of
3
) sorted by null
/cts/libs/vogar-expect/src/vogar/
Outcome.java
28
* An
outcome
of an action. Some actions may have multiple outcomes. For
29
* example, JUnit tests have one
outcome
for each test method.
31
public final class
Outcome
{
38
public
Outcome
(String outcomeName, Result result, List<String> outputLines) {
45
public
Outcome
(String outcomeName, Result result, String outputLine, Date date) {
52
public
Outcome
(String outcomeName, Result result, String outputLine) {
59
public
Outcome
(String outcomeName, Result result, Throwable throwable) {
128
* Returns whether the result indicates that the contents of the
Outcome
are important.
144
* Returns a filesystem db path for this
outcome
. For example, a path for an
outcome
with nam
153
Outcome
outcome
= (Outcome) o;
local
[
all
...]
/external/chromium_org/chrome/installer/util/
html_dialog.h
77
enum
Outcome
{
84
// the |
Outcome
| values and any form of failure maps to REJECTED.
85
Outcome
ShowModal();
/external/v8/tools/
test.py
193
outcome
= 'CRASH'
195
outcome
= 'FAIL'
197
outcome
= 'pass'
198
print 'Done running %s: %s' % (output.test.GetLabel(),
outcome
)
414
outcome
= CRASH
416
outcome
= TIMEOUT
418
outcome
= FAIL
420
outcome
= PASS
421
return not
outcome
in self.test.outcomes
788
class
Outcome
(Expression)
[
all
...]
Completed in 48 milliseconds