Home
last modified time | relevance | path

Searched defs:c (Results 1 – 9 of 9) sorted by relevance

/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/presubmit/
DVtsConfigLoadingTest.java74 IConfiguration c = ConfigurationFactory.getInstance().createConfigurationFromArgs( in testConfigurationLoad() local
/test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/
DVtsPythonVirtualenvPreparer.java216 CommandResult c = getRunUtil().runTimedCmd(MINUTE_IN_MSECS, "ls", path); in dirExistsAndHaveReadAccess() local
248 CommandResult c = getRunUtil().runTimedCmd(5 * MINUTE_IN_MSECS, scriptFile); in installDeps() local
446 CommandResult c = getRunUtil().runTimedCmd(mVirtualEnvInstallationWaitTime, cmd); in createVirtualenv() local
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/
DApkPackageNameCheck.java85 IConfiguration c = ConfigurationFactory.getInstance() in testApkPackageNames() local
DCtsConfigLoadingTest.java234 IConfiguration c = ConfigurationFactory.getInstance() in testConfigurationLoad() local
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/util/
DVtsDashboardApiTransportTest.java62 @Key public String c; field in VtsDashboardApiTransportTest.RspResult
/test/vts/harnesses/tradefed/src/com/android/tradefed/util/
DVtsDashboardUtil.java166 CommandResult c = mRunUtil.runTimedCmd(BASE_TIMEOUT_MSECS * 3, in CurlUpload() local
/test/vts-testcase/kernel/encryption/
Dadiantum.cpp104 #define CHACHA_QUARTERROUND(a, b, c, d) \ argument
/test/vts-testcase/security/avb/
DVtsSecurityAvbTest.cpp41 static uint8_t HexDigitToByte(char c) { in HexDigitToByte()
/test/vts/runners/target/gtest/
Dgtest_main.cpp464 for (auto c : xml) { in XmlEscape() local