Home
last modified time | relevance | path

Searched refs:TestCmd (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/tools/gyp/test/errors/
Dgyptest-errors.py15 import TestCmd
26 match=TestCmd.match_re)
30 match=TestCmd.match_re_dotall)
35 match=TestCmd.match_re)
40 match=TestCmd.match_re_dotall)
58 match=TestCmd.match_re)
/external/chromium_org/tools/gyp/test/msvs/buildevents/
Dgyptest-ninja-warnings.py12 import TestCmd
22 match=TestCmd.match_re_dotall)
27 match=TestCmd.match_re_dotall)
/external/chromium_org/tools/gyp/test/mac/
Dgyptest-app-error.py11 import TestCmd
22 if not TestCmd.is_List(a):
24 if not TestCmd.is_List(b):
/external/chromium_org/tools/gyp/test/msvs/multiple_actions_error_handling/
Dgyptest.py15 import TestCmd
24 match=TestCmd.match_re_dotall)
/external/chromium_org/tools/gyp/test/lib/
DTestCommon.py104 from TestCmd import *
105 from TestCmd import __all__
204 class TestCommon(TestCmd):
218 apply(TestCmd.__init__, [self], kw)
454 return apply(TestCmd.start,
492 apply(TestCmd.finish, (self, popen,), kw)
530 apply(TestCmd.run, [self], kw)
DREADME.txt3 TestCmd.py
DTestGyp.py22 import TestCmd
1272 if not TestCmd.is_List(actual):
1274 if not TestCmd.is_List(expected):
DTestCmd.py842 class TestCmd(object): class