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

  /frameworks/base/libs/common_time/
common_time_config_service.cpp 26 sp<CommonTimeConfigService> ctcs = new CommonTimeConfigService(timeServer); local
27 if (ctcs == NULL)
30 defaultServiceManager()->addService(ICommonTimeConfig::kServiceName, ctcs);
31 return ctcs;
  /external/autotest/client/tests/ctcs/
ctcs.py 6 class ctcs(test.test): class in inherits:test.test
8 This autotest module runs CTCS (Cerberus Test Control System), that is being
9 maintained on a new location, since both CTCS and CTCS2 on sourceforge
20 @author Lucas Meneghel Rodrigues (lucasmr@br.ibm.com) (rewrite - ctcs)
22 @author Lucas Meneghel Rodrigues (lmr@redhat.com) (use ctcs new source repo)
23 @see: https://github.com/autotest/ctcs
34 def setup(self, tarball='ctcs.tar.bz2', length='4h', tc_opt='-k',
38 be processed by the ctcs engine.
39 @param tarball: CTCS tarball
42 the CTCS control file, he could do so trough this parameter
    [all...]

Completed in 67 milliseconds