/external/libweave/src/ |
D | access_black_list_manager.h | 22 std::vector<uint8_t> app_id; member 30 const std::vector<uint8_t>& app_id, 34 const std::vector<uint8_t>& app_id, 37 const std::vector<uint8_t>& app_id) const = 0; 45 return l.user_id == r.user_id && l.app_id == r.app_id &&
|
D | access_api_handler.cc | 40 std::string app_id; in GetIds() local 41 parameters.GetString(kApplicationId, &app_id); in GetIds() 42 if (!Base64Decode(app_id, app_id_decoded)) { in GetIds() 143 std::vector<uint8_t> app_id; in Block() local 145 if (!GetIds(parameters, &user_id, &app_id, &error)) { in Block() 156 manager_->Block(user_id, app_id, expiration, in Block() 172 std::vector<uint8_t> app_id; in Unblock() local 174 if (!GetIds(parameters, &user_id, &app_id, &error)) { in Unblock() 179 manager_->Unblock(user_id, app_id, in Unblock() 197 entry->SetString(kApplicationId, Base64Encode(e.app_id)); in List()
|
D | access_black_list_manager_impl.cc | 90 const std::vector<uint8_t>& app_id, in Block() argument 113 auto& value = entries_[std::make_pair(user_id, app_id)]; in Block() 119 const std::vector<uint8_t>& app_id, in Unblock() argument 121 if (!entries_.erase(std::make_pair(user_id, app_id))) { in Unblock() 136 const std::vector<uint8_t>& app_id) const { in IsBlocked() 138 for (const auto& app : {{}, app_id}) { in IsBlocked()
|
D | access_black_list_manager_impl.h | 28 const std::vector<uint8_t>& app_id, 32 const std::vector<uint8_t>& app_id, 35 const std::vector<uint8_t>& app_id) const override;
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/tunes_db/server/ |
D | datastore_test_util.py | 35 self.app_id = 'my-app' 38 os.environ['APPLICATION_ID'] = self.app_id 42 self.app_id, None)
|
/external/v8/build/android/pylib/remote/device/ |
D | remote_device_uirobot_test_run.py | 53 'android_robot', None, app_id=self._app_id) 60 def _UploadTestToDevice(self, test_type, test_path, app_id=None): argument 66 'app_id':app_id,
|
D | remote_device_test_run.py | 257 'robotium', test_with_deps.name, app_id=self._app_id) 280 def _UploadTestToDevice(self, test_type, test_path, app_id=None): argument 290 self._env.token, test_src, 'raw', test_type, app_id=app_id)
|
/external/chromium-trace/catapult/catapult_build/ |
D | appengine_deploy.py | 16 def AppcfgUpdate(paths, app_id): argument 37 '--application=%s' % app_id,
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/opsworks/ |
D | layer1.py | 565 def create_deployment(self, stack_id, command, app_id=None, argument 606 if app_id is not None: 607 params['AppId'] = app_id 1164 def delete_app(self, app_id): argument 1178 params = {'AppId': app_id, } 1428 def describe_deployments(self, stack_id=None, app_id=None, argument 1463 if app_id is not None: 1464 params['AppId'] = app_id 2416 def update_app(self, app_id, name=None, description=None, argument 2474 params = {'AppId': app_id, }
|
/external/autotest/client/cros/ |
D | webstore_test.py | 261 def launch_app(self, app_id): argument 268 logging.info('Launching app %s', app_id) 271 self.driver.get(self.detail_page(app_id))
|
/external/libweave/src/privet/ |
D | privet_types.h | 37 const std::vector<uint8_t>& app_id) in UserAppId() 40 app{user_id.empty() ? user_id : app_id} {}
|
D | auth_manager.cc | 378 std::vector<uint8_t> app_id{ in ParseAccessToken() local 382 *user_info = UserInfo{auth_scope, UserAppId{type, user_id, app_id}}; in ParseAccessToken() 518 std::vector<uint8_t> app_id; in CreateAccessTokenFromAuth() local 520 app_id.assign(last_app_id->id, last_app_id->id + last_app_id->id_len); in CreateAccessTokenFromAuth() 522 UserInfo info{auth_scope, {AuthType::kLocal, user_id, app_id}}; in CreateAccessTokenFromAuth()
|
/external/chromium-trace/catapult/dashboard/bin/ |
D | deploy | 29 appengine_deploy.AppcfgUpdate(paths, app_id=args.appid)
|
/external/chromium-trace/catapult/dashboard/docs/ |
D | rollback.md | 17 list](https://appengine.google.com/deployment?&app_id=s~chromeperf).
|
D | deploy-checklist.md | 7 list](https://appengine.google.com/deployment?&app_id=s~chromeperf):
|
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/api/map_job/ |
D | map_job_control.py | 205 state.app_id = job_config._app
|
/external/kernel-headers/original/uapi/linux/genwqe/ |
D | genwqe_card.h | 345 __u64 app_id; /* informational/sim: AppID */ member
|
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ |
D | pipeline.py | 890 app_id = os.environ['APPLICATION_ID'] 891 shard_index = app_id.find('~') 893 app_id = app_id[shard_index+1:] 897 'app_id': app_id, 900 'base_path': '%s.appspot.com%s' % (app_id, self.base_path), 929 sender = '%s@%s.appspotmail.com' % (app_id, app_id)
|
/external/v8/tools/gyp/pylib/gyp/ |
D | mac_tool.py | 495 app_id = '%s.%s' % (team_identifier, bundle_identifier) 496 if fnmatch.fnmatch(app_id, app_id_pattern):
|
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/ |
D | model.py | 595 app_id = db.StringProperty(required=False, indexed=True) variable in MapreduceState
|
D | handlers.py | 1783 state.app_id = _app
|