Searched refs:TestCommon (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/tools/gyp/test/ninja/solibs_avoid_relinking/
H A Dgyptest-solibs-avoid-relinking.py14 import TestCommon namespace
30 test.built_file_must_exist('b' + TestCommon.exe_suffix)
31 pre_stat = os.stat(test.built_file_path('b' + TestCommon.exe_suffix))
36 post_stat = os.stat(test.built_file_path('b' + TestCommon.exe_suffix))
/external/chromium_org/tools/gyp/test/configurations/target_platform/
H A Dgyptest-target_platform.py12 import TestCommon namespace
/external/chromium_org/tools/gyp/test/ninja/s-needs-no-depfiles/
H A Dgyptest-s-needs-no-depfiles.py15 import TestCommon namespace
/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A Dninja_test.py13 import TestCommon namespace
/external/chromium/net/http/
H A Dhttp_response_headers_unittest.cc43 void TestCommon(const TestData& test) { function in namespace:__anon3119
85 TestCommon(test);
105 TestCommon(test);
127 TestCommon(test);
143 TestCommon(test);
158 TestCommon(test);
173 TestCommon(test);
188 TestCommon(test);
201 TestCommon(test);
220 TestCommon(tes
[all...]
/external/chromium_org/net/http/
H A Dhttp_response_headers_unittest.cc45 void TestCommon(const TestData& test) { function in namespace:__anon9463
87 TestCommon(test);
107 TestCommon(test);
129 TestCommon(test);
145 TestCommon(test);
160 TestCommon(test);
175 TestCommon(test);
190 TestCommon(test);
203 TestCommon(test);
216 TestCommon(tes
[all...]
/external/chromium_org/tools/gyp/test/lib/
H A DTestGyp.py20 import TestCommon namespace
21 from TestCommon import __all__
44 return TestCommon.match_exact(contents_a, contents_b)
46 class TestGypBase(TestCommon.TestCommon):
68 _exe = TestCommon.exe_suffix
69 _obj = TestCommon.obj_suffix
70 shobj_ = TestCommon.shobj_prefix
71 _shobj = TestCommon.shobj_suffix
72 lib_ = TestCommon
[all...]
H A DTestCommon.py2 TestCommon.py: a testing framework for commands and scripts
5 The TestCommon module provides a simple, high-level interface for writing
12 The TestCommon class is a subclass of the TestCmd class. In essence,
13 TestCommon is a wrapper that handles common TestCmd error conditions in
14 useful ways. You can use TestCommon directly, or subclass it for your
16 program's specific needs. Alternatively, the TestCommon class serves
19 As a subclass of TestCmd, TestCommon provides access to all of the
24 A TestCommon environment object is created via the usual invocation:
26 import TestCommon
27 test = TestCommon
204 class TestCommon(TestCmd): class in inherits:TestCmd
[all...]

Completed in 822 milliseconds