Home
last modified time | relevance | path

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

/external/chromium_org/tools/gyp/test/ninja/solibs_avoid_relinking/
Dgyptest-solibs-avoid-relinking.py14 import TestCommon
35 test.built_file_must_exist('b' + TestCommon.exe_suffix)
36 pre_stat = os.stat(test.built_file_path('b' + TestCommon.exe_suffix))
41 post_stat = os.stat(test.built_file_path('b' + TestCommon.exe_suffix))
/external/chromium_org/tools/gyp/test/lib/
DTestGyp.py23 import TestCommon
24 from TestCommon import __all__
49 return TestCommon.match_exact(contents_a, contents_b)
64 class TestGypBase(TestCommon.TestCommon):
87 _exe = TestCommon.exe_suffix
88 _obj = TestCommon.obj_suffix
89 shobj_ = TestCommon.shobj_prefix
90 _shobj = TestCommon.shobj_suffix
91 lib_ = TestCommon.lib_prefix
92 _lib = TestCommon.lib_suffix
[all …]
DREADME.txt4 TestCommon.py
DTestCommon.py204 class TestCommon(TestCmd): class
/external/chromium_org/tools/gyp/test/configurations/target_platform/
Dgyptest-target_platform.py12 import TestCommon
/external/chromium_org/tools/gyp/test/ninja/s-needs-no-depfiles/
Dgyptest-s-needs-no-depfiles.py15 import TestCommon
/external/chromium_org/tools/gyp/pylib/gyp/generator/
Dninja_test.py13 import TestCommon
/external/chromium_org/net/http/
Dhttp_response_headers_unittest.cc90 TEST_P(CommonHttpResponseHeadersTest, TestCommon) { in TEST_P() argument