HomeSort by relevance Sort by last modified time
    Searched full:expectation (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /cts/libs/vogar-expect/src/vogar/
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...]
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...]
Expectation.java 38 public final class Expectation {
44 /** The expectation of a general successful run. */
45 public static final Expectation SUCCESS = new Expectation(Result.SUCCESS, MATCH_ALL_PATTERN,
48 /** Justification for this expectation */
66 public Expectation(Result result, Pattern pattern, Set<String> tags, String description, long bug) {
96 * Set the current status of this expectation's bug. When a bug is open,
104 * Returns true if {@code outcome} matches this expectation.
115 return "Expectation[description=" + description + " pattern=" + pattern.pattern() + "]";
Outcome.java 136 public ResultValue getResultValue(Expectation expectation) {
138 return expectation.matches(this) ? ResultValue.OK : ResultValue.FAIL;
  /external/apache-http/src/org/apache/http/protocol/
HttpExpectationVerifier.java 46 * Expect = "Expect" ":" 1#expectation
48 * expectation = "100-continue" | expectation-extension
49 * expectation-extension = token [ "=" ( token | quoted-string )
55 * the expectation values in the Expect field of a request MUST respond
57 * (Expectation Failed) status if any of the expectations cannot be met
  /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])
  /external/v8/test/es5conform/
README 14 have to update the test expectation file.
  /external/easymock/src/org/easymock/
EasyMock.java 170 * Returns the expectation setter for the last expected invocation in the
180 * @return the expectation setter.
187 * Returns the expectation setter for the last expected invocation in the
192 * @return the expectation setter.
699 * placeholder for the first expectation.
701 * placeholder for the second expectation.
713 * placeholder for the first expectation.
715 * placeholder for the second expectation.
727 * placeholder for the first expectation.
729 * placeholder for the second expectation.
    [all...]
  /cts/tools/utils/
VogarUtils.java 17 import vogar.Expectation;
35 && expectationStore.get(fullTestName) != Expectation.SUCCESS;
CollectAllTests.java 22 import vogar.Expectation;
127 "\t... CollectAllTests <output-file> <manifest-file> <testsuite-class-name> <makefile-file> <expectation-dir>");
202 System.err.println("Can't initialize vogar expectation store");
382 System.out.println("ignoring libcore expectation known failure: " + test);
385 System.out.println("ignoring cts expectation known failure: " + test);
  /libcore/dalvik/src/main/java/dalvik/annotation/
ToBeFixed.java 40 * the expectation and the actual result.
  /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...]
  /bionic/libc/arch-arm/bionic/
exidx_dynamic.c 41 * the expectation that libc will define it and call through to
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_conntrack.h 91 /* If we were expected by an expectation, this will be it */
134 /* Internal linked list (global expectation list) */
147 /* Timer function; deletes the expectation. */
178 /* get master conntrack via master expectation */
  /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...]
  /external/chromium/net/proxy/
single_threaded_proxy_resolver.h 71 // expectation of what the front of the job queue is; it is only used by
proxy_config_unittest.cc 14 void ExpectProxyServerEquals(const char* expectation,
16 if (expectation == NULL) {
19 EXPECT_EQ(expectation, proxy_server.ToURI());
  /external/chromium/net/tools/flip_server/
http_message_constants.cc 78 return "Expectation Failed";
  /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/dbus/dbus/
dbus-transport-protected.h 101 char *expected_guid; /**< GUID we expect the server to have, #NULL on server side or if we don't have an expectation */
  /external/v8/test/mjsunit/
debug-references.js 56 // Process the request and check expectation.
  /external/webkit/WebCore/workers/
DefaultSharedWorkerRepository.h 81 // List of shared workers. Expectation is that there will be a limited number of shared workers, and so tracking them in a Vector is more efficient than nested HashMaps.
  /external/easymock/src/org/easymock/internal/
MocksBehavior.java 181 errorMessage.append("\n Expectation failure on verify:");
  /libcore/luni/src/main/java/org/w3c/dom/ls/
DOMImplementationLS.java 20 * <p> The expectation is that an instance of the
  /external/chromium/net/base/
host_cache_unittest.cc 349 // Expectation.
410 FAIL() << "Invalid expectation. Can be only -1, 0, 1";

Completed in 1380 milliseconds

1 2 3 4