Home
last modified time | relevance | path

Searched refs:GCE_QUOTA_ERROR (Results 1 – 5 of 5) sorted by relevance

/tools/acloud/public/actions/
Dcommon_operations_test.py239 expected_result = constants.GCE_QUOTA_ERROR
259 expected_result = constants.GCE_QUOTA_ERROR
263 expected_result = constants.GCE_QUOTA_ERROR
Dcommon_operations.py199 return constants.GCE_QUOTA_ERROR
206 return constants.GCE_QUOTA_ERROR
/tools/acloud/internal/
Dconstants.py252 GCE_QUOTA_ERROR = "GCE_QUOTA_ERROR" variable
/tools/tradefederation/core/common_util/com/android/tradefed/result/error/
DInfraErrorIdentifier.java86 GCE_QUOTA_ERROR(505_008, FailureStatus.DEPENDENCY_ISSUE), enumConstant
/tools/tradefederation/core/javatests/com/android/tradefed/device/cloud/
DGceAvdInfoTest.java478 InfraErrorIdentifier.GCE_QUOTA_ERROR); in testDetermineAcloudErrorType()