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

  /external/chromium_org/third_party/libxml/src/
check-xinclude-test-suite.py 172 def runTestCases(case):
173 creator = case.prop('creator')
176 base = case.getBase(None)
177 basedir = case.prop('basedir')
180 test = case.children
204 case = testsuite.children variable
205 while case != None:
206 if case.name == 'testcases':
211 runTestCases(case)
215 case = case.nex variable
    [all...]
check-xml-test-suite.py 363 def runTestCases(case):
364 profile = case.prop('PROFILE')
368 test = case.children
392 case = testsuite.children variable
393 while case != None:
394 if case.name == 'TESTCASES':
399 runTestCases(case)
403 case = case.next variable
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
loader.py 12 from unittest2 import case, suite namespace
54 TestClass = type(classname, (case.TestCase,), attrs)
100 The name may resolve either to a module, a test case class, a
101 test method within a test case class, or a callable object which
128 issubclass(parent, case.TestCase)):
suite.py 5 from unittest2 import case, util namespace
45 (case.TestCase, TestSuite)):
75 For use, create an instance of TestSuite, then add test case instances.
185 if addSkip is not None and isinstance(exception, case.SkipTest):
  /external/chromium_org/tools/emacs/
trybot.el 19 ; Hunt down from the top, case correcting each path component as needed.
22 (defun case-corrected-filename (filename)
31 (car (member-ignore-case
68 (setq filename (case-corrected-filename filename)))
165 ;; case of getting a URL to the HTML build log.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
loader.py 12 from . import case, suite namespace
34 TestClass = type(classname, (case.TestCase,), attrs)
64 if isinstance(obj, type) and issubclass(obj, case.TestCase):
80 The name may resolve either to a module, a test case class, a
81 test method within a test case class, or a callable object which
104 elif isinstance(obj, type) and issubclass(obj, case.TestCase):
108 issubclass(parent, case.TestCase)):
116 elif isinstance(test, case.TestCase):
suite.py 5 from . import case namespace
51 (case.TestCase, TestSuite)):
81 For use, create an instance of TestSuite, then add test case instances.
195 if addSkip is not None and isinstance(exception, case.SkipTest):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
loader.py 12 from . import case, suite namespace
34 TestClass = type(classname, (case.TestCase,), attrs)
64 if isinstance(obj, type) and issubclass(obj, case.TestCase):
80 The name may resolve either to a module, a test case class, a
81 test method within a test case class, or a callable object which
104 elif isinstance(obj, type) and issubclass(obj, case.TestCase):
108 issubclass(parent, case.TestCase)):
116 elif isinstance(test, case.TestCase):
suite.py 5 from . import case namespace
51 (case.TestCase, TestSuite)):
81 For use, create an instance of TestSuite, then add test case instances.
195 if addSkip is not None and isinstance(exception, case.SkipTest):
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 413 // Case 1: "Apply"
417 // Case 2: "Use the same proxy for all protocols" in an active section
424 // Case 3: "Flip to incognito mode."
428 // Case 4: Click on something random: maybe changing active config group?
585 case ProxyFormController.ProxyTypes.SYSTEM:
587 case ProxyFormController.ProxyTypes.DIRECT:
589 case ProxyFormController.ProxyTypes.PAC:
598 case ProxyFormController.ProxyTypes.FIXED:
732 * Handles the case in which this extension doesn't have the ability to
751 * Handle the case in which errors have been generated outside the contex
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 417 // Case 1: "Apply"
421 // Case 2: "Use the same proxy for all protocols" in an active section
428 // Case 3: "Flip to incognito mode."
432 // Case 4: Click on something random: maybe changing active config group?
593 case ProxyFormController.ProxyTypes.SYSTEM:
595 case ProxyFormController.ProxyTypes.DIRECT:
597 case ProxyFormController.ProxyTypes.PAC:
608 case ProxyFormController.ProxyTypes.FIXED:
745 * Handles the case in which this extension doesn't have the ability to
764 * Handle the case in which errors have been generated outside the contex
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
RemoteObject.js 269 // Special case for NaN, Infinity and -Infinity
523 case "undefined":
526 case "object":
527 case "function":
657 case "array":
664 case "date":
667 case "null":
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 259 case 1: return 'element';
260 case 3: return (/\S/).test(obj.nodeValue) ? 'textnode' : 'whitespace';
272 case 'object':
276 case 'hash':
279 case 'array':
900 case 'object': result = Hash.toQueryString(value, key); break;
901 case 'array':
968 case 'mouseover': related = event.relatedTarget || event.fromElement; break;
969 case 'mouseout': related = event.relatedTarget || event.toElement;
1082 case 'object'
1081 case 'object': function
    [all...]
  /external/clang/test/Preprocessor/
cxx_oper_keyword_ms_compat.cpp 22 #define case macro
107 case
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_import.py 46 # Brief digression to test that import is case-sensitive: if we got
53 self.fail("import of RAnDoM should have failed (case mismatch)") namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_import.py 46 # Brief digression to test that import is case-sensitive: if we got
53 self.fail("import of RAnDoM should have failed (case mismatch)") namespace
  /cts/suite/pts/deviceTests/browserbench/assets/octane/
gbemu.js 626 throw (new Error("Select initializeWebAudio case")); // Line added for benchmarking.
    [all...]

Completed in 4973 milliseconds