HomeSort by relevance Sort by last modified time
    Searched refs:current_user (Results 1 - 16 of 16) sorted by null

  /external/autotest/frontend/afe/
models.py 203 if not User.current_user().is_superuser():
209 if not User.current_user().is_superuser():
245 if not User.current_user().is_superuser():
251 if not User.current_user().is_superuser():
299 user = User.current_user()
369 def current_user(cls): member in class:User
411 # current_user will proactively create a user record if it doesn't
599 self.locked_by = User.current_user()
904 user = User.current_user()
    [all...]
rpc_handler.py 88 user = models.User.current_user()
frontend_test_utils.py 17 acl_group.users.add(models.User.current_user())
rpc_interface_unittest.py 273 is_complete=True, requested_by=models.User.current_user())
277 is_active=True, requested_by=models.User.current_user())
280 requested_by=models.User.current_user()) # not yet run
rpc_interface.py 661 group.users.add(models.User.current_user())
    [all...]
resources_test.py 379 owner_test = models.User.current_user().login
resources.py 141 username = models.User.current_user().login
674 owner = models.User.current_user().login
    [all...]
models_test.py 83 requested_by=models.User.current_user())
site_rpc_interface.py 546 requested_by=models.User.current_user())
rpc_utils.py     [all...]
  /external/autotest/frontend/tko/
rpc_interface.py 416 owner = afe_models.User.current_user().login
430 user = afe_models.User.current_user().login
498 result['current_user'] = rpc_utils.prepare_for_serialization(
499 afe_models.User.current_user().get_object_dict())
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
test_appengine.py 537 self.current_user = user_mock()
538 users.get_current_user = self.current_user
583 'foo_path:xsrfkey123', self.current_user)
644 'foo_path:xsrfkey123', self.current_user)
674 'bar_path:xsrfkey456', self.current_user)
  /external/autotest/server/hosts/
adb_host.py 136 current_user = host.user if hasattr(host, 'user') else None
145 if current_user is not None:
146 host.user = current_user
    [all...]
  /external/selinux/libsepol/cil/src/
cil_policy.c 339 struct cil_list_item *current_user; local
345 cil_list_for_each(current_user, userroles) {
346 struct cil_multimap_item *user_multimap_item = current_user->data;
    [all...]
  /external/autotest/scheduler/
monitor_db_functional_test.py 776 requested_by=models.User.current_user())
782 requested_by=models.User.current_user())
    [all...]
  /external/v8/src/
objects.cc 11999 Handle<Map> current_user = user; local
    [all...]

Completed in 315 milliseconds