HomeSort by relevance Sort by last modified time
    Searched defs:expectation (Results 1 - 24 of 24) sorted by null

  /external/v8/test/mjsunit/
debug-evaluate-const.js 82 var expectation = { "const0" : 0,
91 assertEquals(expectation[name], value);
  /cts/tests/core/runner/src/com/android/cts/core/runner/
TestFilter.java 25 import vogar.Expectation;
92 Expectation expectation = expectationStore.get(testName); local
93 if (expectation.getResult() != Result.SUCCESS) {
95 + " as it matches expectation: " + expectation);
  /cts/tools/utils/
VogarUtils.java 17 import vogar.Expectation;
55 Expectation expectation = expectationStore.get(fullTestName); local
56 if (expectation.getResult() == Result.SUCCESS) {
60 String description = expectation.getDescription();
63 return expectation.getResult() != Result.SUCCESS && !foundAbi;
97 * @return The Set of supported abis parsed from the {@code expectation}'s description.
99 public static Set<String> extractSupportedAbis(String architecture, Expectation expectation) {
101 if (expectation == null || expectation.getDescription().isEmpty())
126 Expectation expectation = expectationStore.get(fullTestName); local
    [all...]
DescriptionGenerator.java 42 import vogar.Expectation;
139 Log.e("Couldn't load expectation store.", e);
577 Expectation expectation = expectationStore.get( local
580 VogarUtils.extractSupportedAbis(architecture, expectation);
581 int timeoutInMinutes = VogarUtils.timeoutInMinutes(expectation);
  /external/vogar/src/vogar/
AnnotatedOutcome.java 29 * with, if applicable, and the expectation for this test, so that result value information is
39 private final Expectation expectation; field in class:AnnotatedOutcome
44 AnnotatedOutcome(Outcome outcome, Expectation expectation) {
45 this.expectation = expectation;
62 return outcome.getResultValue(expectation);
68 previousResultValues.add(previousOutcome.getResultValue(expectation));
ExpectationStore.java 45 * <p>If an outcome matches both an outcome expectation and a failure
46 * expectation, the outcome expectation will be returned.
52 private final Map<String, Expectation> outcomes = new LinkedHashMap<String, Expectation>();
53 private final Map<String, Expectation> failures = new LinkedHashMap<String, Expectation>();
61 * returns a value for all names, even if no explicit expectation was set.
63 public Expectation get(String name) {
64 Expectation byName = getByNameOrPackage(name)
95 Expectation expectation = outcomes.get(name); local
207 Expectation expectation = local
    [all...]
OutcomeStore.java 72 Expectation expectation = expectationStore.get(outcome); local
73 result.put(entry.getKey(), new AnnotatedOutcome(outcome, expectation));
XmlReportPrinter.java 104 Expectation expectation = expectationStore.get(outcome); local
105 if (!expectation.matches(outcome)) {
151 Expectation expectation = expectationStore.get(outcome); local
152 if (!expectation.matches(outcome)) {
Driver.java 152 Expectation expectation = run.expectationStore.get(action.getName()); local
153 boolean useLargeTimeout = expectation.getTags().contains("large");
228 Expectation expectation = run.expectationStore.get(outcome); local
229 ResultValue resultValue = outcome.getResultValue(expectation);
243 run.console.printResult(outcome.getName(), result, resultValue, expectation); local
  /cts/libs/vogar-expect/src/vogar/
AnnotatedOutcome.java 28 * with, if applicable, and the expectation for this test, so that result value information is
38 private final Expectation expectation; field in class:AnnotatedOutcome
47 AnnotatedOutcome(Outcome outcome, Expectation expectation,
53 this.expectation = expectation;
70 return outcome.getResultValue(expectation);
76 previousResultValues.add(previousOutcome.getResultValue(expectation));
100 return tagOutcome == null ? null : tagOutcome.getResultValue(expectation);
    [all...]
ExpectationStore.java 51 * <p>If an outcome matches both an outcome expectation and a failure
52 * expectation, the outcome expectation will be returned.
60 /** The expectation of a general successful run. */
61 private static final Expectation SUCCESS = new Expectation(Result.SUCCESS, MATCH_ALL_PATTERN,
66 private final Map<String, Expectation> outcomes = new LinkedHashMap<String, Expectation>();
67 private final Map<String, Expectation> failures = new LinkedHashMap<String, Expectation>();
107 Expectation expectation = outcomes.get(name); local
244 Expectation expectation = new Expectation(result, pattern, tags, description, buganizerBug); local
    [all...]
  /external/deqp/modules/glshared/
glsStateQueryUtil.cpp 1646 std::ostringstream expectation; local
1679 std::ostringstream expectation; local
1764 std::ostringstream expectation; local
1790 std::ostringstream expectation; local
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_unittest_oldapi.cc 399 } expectation[] = {{2, kAudioFrameCN}, local
418 EXPECT_EQ(expectation[num_calls - 1].ix, i);
419 EXPECT_EQ(expectation[num_calls - 1].type, packet_cb_.last_frame_type())
    [all...]
  /external/guice/extensions/persist/lib/
hibernate3.jar 
  /external/opencv3/modules/java/pure_test/lib/
junit-4.11.jar 
  /prebuilts/devtools/tools/lib/
junit-4.12.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.12/
junit-4.12.jar 
  /prebuilts/misc/common/android-support-test/rules/
rules-0.5-release.jar 
  /prebuilts/misc/common/android-support-test/runner/
runner-0.5-release.jar 
  /prebuilts/misc/common/ub-janktesthelper/
ub-janktesthelper.jar 
  /prebuilts/misc/common/android-support-test/espresso/
espresso-contrib-2.2.2-release.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 

Completed in 253 milliseconds