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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
host_mock.py 29 from webkitpy.common.checkout.scm.scm_mock import MockSCM
40 def __init__(self, log_executive=False, executive_throws_when_run=None, initialize_scm_by_default=True, web=None, scm=None):
45 self._scm = scm
46 # FIXME: we should never initialize the SCM by default, since the real
64 def scm(self): member in class:MockHost
68 # FIXME: consider supporting more than one SCM so that we can do more comprehensive testing.
host.py 34 from webkitpy.common.checkout.scm.detection import SCMDetector
56 # In order to instantiate a port correctly, we have to pass it at least an executive, user, scm, and filesystem
98 from webkitpy.common.checkout.scm.svn import SVN
118 from webkitpy.common.checkout.scm.git import Git
129 def scm(self): member in class:Host
133 # FIXME: make scm() be a wrapper around this, and clean up the way
134 # callers call initialize_scm() (to remove patch_directories) and scm().
  /external/chromium_org/tools/
safely-roll-deps.py 18 import scm namespace
105 old_branch = scm.GIT.GetBranch(root_dir)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/webgl/
update_webgl_conformance_tests.py 30 from webkitpy.common.checkout import scm namespace
95 detector = scm.SCMDetector(FileSystem(), Executive())
  /external/chromium_org/cloud_print/service/win/
service_controller.cc 69 ServiceHandle scm;
70 HRESULT hr = OpenServiceManager(&scm);
74 service->Set(::OpenService(scm.Get(), name.c_str(), access));
191 ServiceHandle scm; local
192 hr = OpenServiceManager(&scm);
200 scm.Get(), name_.c_str(), display_name.c_str(), SERVICE_ALL_ACCESS,
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_input.c 2628 struct sctp_stale_cookie_msg *scm; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-starteam.jar 

Completed in 1075 milliseconds