Home
last modified time | relevance | path

Searched refs:get_by_id (Results 1 – 22 of 22) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/
Dtest_db.py84 tt = TestBasic.get_by_id(t.id)
87 l = TestBasic.get_by_id([t.id])
106 tt = TestFloat.get_by_id(t.id)
128 tt = TestReference.get_by_id(tt.id)
150 tt = TestPassword.get_by_id(t.id)
164 tt = TestList.get_by_id(t.id)
181 ttt = TestListReference.get_by_id(tt.id)
207 tt = TestAutoNow.get_by_id(t.id)
Dmodel.py82 def get_by_id(cls, ids=None, parent=None): member in Model
89 get_by_ids = get_by_id
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/db/
Dtest_password.py83 obj = MyModel.get_by_id(id)
96 obj = cls.get_by_id('passwordtest')
111 obj = cls.get_by_id(id)
Dtest_lists.py54 t = SimpleListModel.get_by_id(t.id)
68 t = SimpleListModel.get_by_id(t.id)
/external/chromium-trace/catapult/dashboard/dashboard/
Ddatastore_hooks_test.py192 external_bot_2 = graph_data.Bot.get_by_id('Win7External', parent=m.key)
202 internal_bot_2 = graph_data.Bot.get_by_id('FooInternal', parent=m.key)
207 self.assertRaises(AssertionError, graph_data.Bot.get_by_id,
218 AssertionError, sheriff.Sheriff.get_by_id, 'internal')
Dadd_point_queue.py249 existing = graph_data.Master.get_by_id(name)
259 existing = graph_data.Bot.get_by_id(name)
291 existing = graph_data.Test.get_by_id(name, parent_key)
Dedit_config_handler.py75 if self._model_class.get_by_id(name):
86 entity = self._model_class.get_by_id(name)
Dedit_anomaly_configs_test.py118 anomaly_config.AnomalyConfig.get_by_id('2-Suite1-general').patterns)
121 anomaly_config.AnomalyConfig.get_by_id('1-Suite1-specific').patterns)
Dlist_tests_test.py188 test = graph_data.Test.get_by_id('dromaeo', parent=bot.key)
194 subtest = graph_data.Test.get_by_id(name, parent=test.key)
Dbad_bisect.py43 job = try_job.TryJob.get_by_id(try_job_id)
Dauto_bisect.py318 row = graph_data.Row.get_by_id(revision, parent=row_parent_key)
Dmigrate_test_names.py470 new_entity = cls.get_by_id(new_name, parent=parent_key)
Dbench_find_anomalies.py145 test_bench = TestBench.get_by_id(test_bench_id)
/external/chromium-trace/catapult/perf_insights/perf_insights/endpoints/cloud_mapper/
Dstatus.py16 job = job_info.JobInfo.get_by_id(jobid)
Dcancel.py17 job = job_info.JobInfo.get_by_id(jobid)
Dtask.py290 job = job_info.JobInfo.get_by_id(jobid)
/external/chromium-trace/catapult/perf_insights/perf_insights/
Dcloud_config.py50 config = CloudConfig.get_by_id(_CONFIG_KEY_NAME)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
Dtaskadmin66 t = Task.get_by_id(id)
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
Dtest_appengine.py295 retrieved = TestFlowNDBModel.get_by_id('foo')
391 credmodel = CredentialsNDBModel.get_by_id('foo')
404 credmodel = CredentialsNDBModel.get_by_id('foo')
439 credmodel = CredentialsNDBModel.get_by_id('foo')
856 site_key = appengine.SiteXsrfSecretKeyNDB.get_by_id('site')
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/
Dtask.py162 task = Task.get_by_id(m.get_body())
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/manager/
Dxmlmanager.py515 obj = obj.get_by_id(obj.id)
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
Dappengine.py436 return self._model.get_by_id(self._key_name)