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

  /external/webkit/WebKitTools/Scripts/webkitpy/commands/
openbugs_unittest.py 45 for expectation in self.find_bugs_in_string_expectations:
46 self.assertEquals(openbugs._find_bugs_in_string(expectation[0]), expectation[1])
  /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 49 * <p>If an outcome matches both an outcome expectation and a failure
50 * expectation, the outcome expectation will be returned.
54 private final Map<String, Expectation> outcomes = new LinkedHashMap<String, Expectation>();
55 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
191 Expectation expectation = new Expectation(result, pattern, tags, description, buganizerBug); local
    [all...]
Outcome.java 136 public ResultValue getResultValue(Expectation expectation) {
138 return expectation.matches(this) ? ResultValue.OK : ResultValue.FAIL;
  /external/chromium/net/proxy/
proxy_config_unittest.cc 14 void ExpectProxyServerEquals(const char* expectation,
16 if (expectation == NULL) {
19 EXPECT_EQ(expectation, proxy_server.ToURI());
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
test_expectations.py 42 # Test expectation and modifier constants.
46 # Test expectation file update action constants
104 for expectation in expectations:
106 if item[1] == expectation:
180 """Test expectation files consist of lines with specifications of what
338 def get_test_set(self, modifier, expectation=None, include_skips=True):
339 if expectation is None:
342 tests = (self._expectation_to_tests[expectation] &
346 tests = tests - self.get_test_set(SKIP, expectation)
688 self._add_error(lineno, 'Unsupported expectation: %s' % part
    [all...]
  /cts/tools/host/src/com/android/cts/
TestSessionBuilder.java 294 * Get excluded list from a list by offered expectation.
297 * @param expectation The expectations.
300 private ArrayList<String> getExcludedList(ArrayList<String> excludedList, String expectation) {
307 if (str.startsWith(expectation)) {
320 * Check if the expectation is fully matched among a list.
323 * @param expectation The expectation.
324 * @return If there is full match of expectation among the list, return true;
327 private boolean checkFullMatch(ArrayList<String> list, String expectation) {
333 if (str.equals(expectation)) {
    [all...]
  /external/chromium/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 209 TestContext.prototype.expectEquals = function(expectation, actual) {
210 if (!(expectation === actual)) {
212 this.log("FAIL: expected: " + expectation + ", actual: " + actual);
  /external/v8/test/mjsunit/
debug-references.js 56 // Process the request and check expectation.
  /external/webkit/WebKit/chromium/src/js/
Tests.js     [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
run_chromium_webkit_tests.py 128 for expectation in TestExpectationsFile.EXPECTATIONS.values():
129 self.tests_by_expectation[expectation] = set()
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 254 milliseconds