Home
last modified time | relevance | path

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

/external/chromium_org/tools/gyp/test/errors/
Dgyptest-errors.py12 import TestCmd
23 match=TestCmd.match_re)
27 match=TestCmd.match_re_dotall)
32 match=TestCmd.match_re)
37 match=TestCmd.match_re_dotall)
45 match=TestCmd.match_re)
/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/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.py19 import TestCmd
1043 if not TestCmd.is_List(actual):
1045 if not TestCmd.is_List(expected):
DTestCmd.py842 class TestCmd(object): class