Home
last modified time | relevance | path

Searched refs:create (Results 1 – 25 of 49) sorted by relevance

12

/test/vti/dashboard/src/test/java/com/android/vts/entity/
DCodeCoverageEntityTest.java34 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()
DCodeCoverageFileEntityTest.java37 Key testParentKey = Key.create(TestEntity.class, "test1"); in saveTest()
38 Key testRunParentKey = Key.create(testParentKey, TestRunEntity.class, 1); in saveTest()
DApiCoverageExcludedEntityTest.java52 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/
DUserEntity.java78 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()
DTestCoverageStatusEntity.java125 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()
DApiCoverageEntity.java117 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()
DCodeCoverageEntity.java102 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()
DTestRunEntity.java214 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()
DBranchEntity.java71 com.googlecode.objectify.Key.create(BranchEntity.class, branchName); in getByBranch()
79 com.googlecode.objectify.Key.create(BranchEntity.class, nextBranchName); in getByBranch()
DBuildTargetEntity.java76 com.googlecode.objectify.Key.create(BuildTargetEntity.class, buildTargetName); in getByBuildTarget()
84 com.googlecode.objectify.Key.create( in getByBuildTarget()
DTestPlanRunEntity.java142 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()
DTestEntity.java96 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/
DShowCoverageServlet.java84 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()
DShowCoverageOverviewServlet.java157 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/
Dbigtable_client.py75 self._table_instance.create()
77 cf1.create()
/test/vts/runners/host/
Dtest_runner.py309 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/
DCoverageRestServletTest.java75 Key testParentKey = Key.create(TestEntity.class, "test1"); in testApiData()
76 Key testRunParentKey = Key.create(testParentKey, TestRunEntity.class, 1); in testApiData()
DDataRestServletTest.java75 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/
DTestRunRestServlet.java71 com.googlecode.objectify.Key.create( in getLatestTestRunDetails()
96 com.googlecode.objectify.Key.create(TestCaseRunEntity.class, testCaseId)); in getTestRunDetails()
/test/vti/test_serving/gae/script/
Dcreate-datastore.sh17 gcloud datastore create-indexes index.yaml
/test/mlts/benchmark/native/
Dmulti_process_test.cpp115 std::unique_ptr<BenchmarkModel> model(BenchmarkModel::create( in runModel()
137 std::unique_ptr<BenchmarkModel> model(BenchmarkModel::create( in runModel()
/test/vts-testcase/nbu/src/
DREADME.md24 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/
DNNSettings.java61 return builder.create(); in onCreateDialog()
/test/vti/dashboard/src/test/java/com/android/vts/util/
DLocalDatastoreExtension.java43 final LocalDatastoreHelper helper = LocalDatastoreHelper.create(consistency); in beforeAll()
DObjectifyExtension.java31 private static final Namespace NAMESPACE = Namespace.create(ObjectifyExtension.class);

12