/test/vti/dashboard/src/test/java/com/android/vts/entity/ |
D | CodeCoverageEntityTest.java | 34 Key testParentKey = Key.create(TestEntity.class, "test1"); in saveTest() 35 Key testRunParentKey = Key.create(testParentKey, TestRunEntity.class, 1); in saveTest() 48 Key testParentKey = Key.create(TestEntity.class, "test1"); in getUrlSafeKeyTest() 49 Key testRunParentKey = Key.create(testParentKey, TestRunEntity.class, 1); in getUrlSafeKeyTest()
|
D | CodeCoverageFileEntityTest.java | 37 Key testParentKey = Key.create(TestEntity.class, "test1"); in saveTest() 38 Key testRunParentKey = Key.create(testParentKey, TestRunEntity.class, 1); in saveTest()
|
D | ApiCoverageExcludedEntityTest.java | 52 Key testParentKey = Key.create(TestEntity.class, "test1"); in getUrlSafeKeyTest() 53 Key testRunParentKey = Key.create(testParentKey, TestRunEntity.class, 1); in getUrlSafeKeyTest()
|
/test/vti/dashboard/src/main/java/com/android/vts/entity/ |
D | UserEntity.java | 78 this.roles.add(Ref.create(roleEntity)); in UserEntity() 90 Key key = Key.create(UserEntity.class, adminEmail); in getAdminUser() 120 Key key = Key.create(UserEntity.class, email); in getUser()
|
D | TestCoverageStatusEntity.java | 125 com.googlecode.objectify.Key.create( in getDeviceInfoEntityKeyList() 129 com.googlecode.objectify.Key.create( in getDeviceInfoEntityKeyList() 133 return com.googlecode.objectify.Key.create( in getDeviceInfoEntityKeyList() 183 com.googlecode.objectify.Key.create(TestEntity.class, this.testName); in getTestRunEntity()
|
D | ApiCoverageEntity.java | 117 Key testParentKey = Key.create(TestEntity.class, testRunKey.getParent().getName()); in getParentKey() 118 return Key.create(testParentKey, TestRunEntity.class, testRunKey.getId()); in getParentKey() 123 Key uuidKey = Key.create(this.parent, ApiCoverageEntity.class, this.id); in getUrlSafeKey()
|
D | CodeCoverageEntity.java | 102 Key testParentKey = Key.create(TestEntity.class, testRunKey.getParent().getName()); in getParentKey() 103 return Key.create(testParentKey, TestRunEntity.class, testRunKey.getId()); in getParentKey() 108 Key uuidKey = Key.create(this.parent, CodeCoverageEntity.class, this.id); in getUrlSafeKey()
|
D | TestRunEntity.java | 214 this.testRunParent = com.googlecode.objectify.Key.create(TestEntity.class, testName); in TestRunEntity() 279 com.googlecode.objectify.Key.create(TestEntity.class, testName); in getByTestNameId() 286 return com.googlecode.objectify.Key.create( in getCodeCoverageEntityKey() 293 com.googlecode.objectify.Key.create( in getOfyKey() 296 com.googlecode.objectify.Key.create( in getOfyKey()
|
D | BranchEntity.java | 71 com.googlecode.objectify.Key.create(BranchEntity.class, branchName); in getByBranch() 79 com.googlecode.objectify.Key.create(BranchEntity.class, nextBranchName); in getByBranch()
|
D | BuildTargetEntity.java | 76 com.googlecode.objectify.Key.create(BuildTargetEntity.class, buildTargetName); in getByBuildTarget() 84 com.googlecode.objectify.Key.create( in getByBuildTarget()
|
D | TestPlanRunEntity.java | 142 com.googlecode.objectify.Key.create( in TestPlanRunEntity() 145 return com.googlecode.objectify.Key.create( in TestPlanRunEntity() 240 return com.googlecode.objectify.Key.create( in getOfyKey()
|
D | TestEntity.java | 96 com.googlecode.objectify.Key.create(TestEntity.class, this.getTestName()); in getTestRunKey() 98 com.googlecode.objectify.Key.create(testKey, TestRunEntity.class, startTimestamp); in getTestRunKey()
|
/test/vti/dashboard/src/main/java/com/android/vts/servlet/ |
D | ShowCoverageServlet.java | 84 Ref refRole = Ref.create(RoleEntity.getRole("coverage-moderator")); in doGetHandler() 99 .create(TestEntity.class, test); in doGetHandler() 101 .create(testKey, TestRunEntity.class, time); in doGetHandler()
|
D | ShowCoverageOverviewServlet.java | 157 com.googlecode.objectify.Key.create( in getTestRunEntityKeyList() 160 return com.googlecode.objectify.Key.create( in getTestRunEntityKeyList() 244 com.googlecode.objectify.Key.create( in getCoverageDispatcher() 250 return com.googlecode.objectify.Key.create( in getCoverageDispatcher() 271 com.googlecode.objectify.Key.create( in getCoverageDispatcher()
|
/test/vts/utils/app_engine/ |
D | bigtable_client.py | 75 self._table_instance.create() 77 cf1.create()
|
/test/vts/runners/host/ |
D | test_runner.py | 309 create = module.create 327 objects = create(controller_config, start_services) 329 objects = create(controller_config,
|
/test/vti/dashboard/src/test/java/com/android/vts/api/ |
D | CoverageRestServletTest.java | 75 Key testParentKey = Key.create(TestEntity.class, "test1"); in testApiData() 76 Key testRunParentKey = Key.create(testParentKey, TestRunEntity.class, 1); in testApiData()
|
D | DataRestServletTest.java | 75 Key testParentKey = Key.create(TestEntity.class, "test1"); in setUpExtra() 76 Key testRunParentKey = Key.create(testParentKey, TestRunEntity.class, 1); in setUpExtra()
|
/test/vti/dashboard/src/main/java/com/android/vts/api/ |
D | TestRunRestServlet.java | 71 com.googlecode.objectify.Key.create( in getLatestTestRunDetails() 96 com.googlecode.objectify.Key.create(TestCaseRunEntity.class, testCaseId)); in getTestRunDetails()
|
/test/vti/test_serving/gae/script/ |
D | create-datastore.sh | 17 gcloud datastore create-indexes index.yaml
|
/test/mlts/benchmark/native/ |
D | multi_process_test.cpp | 115 std::unique_ptr<BenchmarkModel> model(BenchmarkModel::create( in runModel() 137 std::unique_ptr<BenchmarkModel> model(BenchmarkModel::create( in runModel()
|
/test/vts-testcase/nbu/src/ |
D | README.md | 24 This section lists the components and steps required to create a setup to run 52 Based on the two devices' serial numbers, we need to create a config file.
|
/test/mlts/benchmark/src/com/android/nn/benchmark/app/ |
D | NNSettings.java | 61 return builder.create(); in onCreateDialog()
|
/test/vti/dashboard/src/test/java/com/android/vts/util/ |
D | LocalDatastoreExtension.java | 43 final LocalDatastoreHelper helper = LocalDatastoreHelper.create(consistency); in beforeAll()
|
D | ObjectifyExtension.java | 31 private static final Namespace NAMESPACE = Namespace.create(ObjectifyExtension.class);
|