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

  /external/v8/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/v8/tools/gyp/test/configurations/target_platform/
gyptest-target_platform.py 12 import TestCommon
  /external/v8/tools/gyp/test/ninja/s-needs-no-depfiles/
gyptest-s-needs-no-depfiles.py 15 import TestCommon
  /packages/apps/Contacts/tests/
Android.mk 11 ../../ContactsCommon/TestCommon/src
  /packages/apps/Dialer/tests/
Android.mk 14 ../../ContactsCommon/TestCommon/src
  /external/v8/tools/gyp/pylib/gyp/generator/
ninja_test.py 13 import TestCommon
  /external/v8/tools/gyp/test/lib/
TestGyp.py 20 import TestCommon
21 from TestCommon import __all__
46 return TestCommon.match_exact(contents_a, contents_b)
61 class TestGypBase(TestCommon.TestCommon):
84 _exe = TestCommon.exe_suffix
85 _obj = TestCommon.obj_suffix
86 shobj_ = TestCommon.shobj_prefix
87 _shobj = TestCommon.shobj_suffix
88 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 1040 milliseconds