HomeSort by relevance Sort by last modified time
    Searched refs:expectation (Results 1 - 9 of 9) 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])
  /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 72 milliseconds