/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/ |
D | prettypatch.py | 34 def __init__(self, executive): argument
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
D | systemhost_mock.py | 39 …e=False, executive_throws_when_run=None, os_name=None, os_version=None, executive=None, filesystem… argument
|
D | workspace.py | 42 def __init__(self, filesystem, executive): argument
|
D | platforminfo_unittest.py | 70 def make_info(self, sys_module=None, platform_module=None, executive=None): argument
|
D | platforminfo.py | 46 def __init__(self, sys_module, platform_module, executive): argument
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/ |
D | detection.py | 42 def __init__(self, filesystem, executive): argument
|
D | scm.py | 44 def __init__(self, cwd, executive=None, filesystem=None): argument 83 def in_working_directory(cls, path, executive=None): argument
|
D | git.py | 69 def in_working_directory(cls, path, executive=None): argument 85 def read_git_config(cls, key, cwd=None, executive=None): argument
|
D | scm_mock.py | 36 def __init__(self, filesystem=None, executive=None): argument
|
D | svn.py | 64 def in_working_directory(cls, path, executive=None): argument
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
D | config.py | 45 def __init__(self, executive, filesystem, port_implementation=None): argument
|
D | android.py | 197 def __init__(self, executive, device_serial, debug_logging): argument 274 def adb_command_path(executive, debug_logging): argument 310 def _determine_adb_version(adb_command_path, executive, debug_logging): argument 332 def __init__(self, executive, default_device=None, debug_logging=False): argument 341 def usable_devices(self, executive): argument 375 def get_device(self, executive, device_index): argument
|
D | linux.py | 72 def _determine_architecture(filesystem, executive, driver_path): argument
|
D | base_unittest.py | 50 def make_port(self, executive=None, with_tests=False, port_name=None, **kwargs): argument
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/ |
D | baselineoptimizer_unittest.py | 38 def __init__(self, exclusion_list, filesystem=None, executive=None): argument
|