HomeSort by relevance Sort by last modified time
    Searched refs:TestCommon (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/tools/gyp/test/ninja/solibs_avoid_relinking/
gyptest-solibs-avoid-relinking.py 14 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/configurations/target_platform/
gyptest-target_platform.py 12 import TestCommon
  /external/chromium_org/tools/gyp/test/ninja/s-needs-no-depfiles/
gyptest-s-needs-no-depfiles.py 15 import TestCommon
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
ninja_test.py 13 import TestCommon
  /external/chromium_org/net/http/
http_response_headers_unittest.cc 46 void TestCommon(const TestData& test) {
88 TestCommon(test);
108 TestCommon(test);
130 TestCommon(test);
146 TestCommon(test);
161 TestCommon(test);
176 TestCommon(test);
191 TestCommon(test);
204 TestCommon(test);
217 TestCommon(test)
    [all...]
  /external/chromium_org/tools/gyp/test/lib/
TestGyp.py 21 import TestCommon
22 from TestCommon import __all__
47 return TestCommon.match_exact(contents_a, contents_b)
62 class TestGypBase(TestCommon.TestCommon):
85 _exe = TestCommon.exe_suffix
86 _obj = TestCommon.obj_suffix
87 shobj_ = TestCommon.shobj_prefix
88 _shobj = TestCommon.shobj_suffix
89 lib_ = TestCommon.lib_prefi
    [all...]
TestCommon.py 2 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.TestCommon(
    [all...]

Completed in 186 milliseconds