Searched refs:action_id (Results 1 – 5 of 5) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/ |
D | test_xsrfutil.py | 43 action_id=TEST_ACTION_ID_1, 50 action_id=TEST_ACTION_ID_1, 58 action_id=TEST_ACTION_ID_1, 66 action_id=TEST_ACTION_ID_1, 73 action_id=TEST_ACTION_ID_1, 80 action_id=TEST_ACTION_ID_1, 87 action_id=TEST_ACTION_ID_2, 94 action_id=TEST_ACTION_ID_1, 101 action_id=TEST_ACTION_ID_1, 108 action_id=TEST_ACTION_ID_1))
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/ |
D | xsrfutil.py | 50 def generate_token(key, user_id, action_id="", when=None): argument 68 digester.update(_force_bytes(action_id)) 78 def validate_token(key, token, user_id, action_id="", current_time=None): argument 109 expected_token = generate_token(key, user_id, action_id=action_id,
|
D | appengine.py | 541 action_id=str(uri)) 562 action_id=uri):
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
D | xsrf.py | 23 _GetSecretKey(), token, user_id=user.user_id(), action_id='') 28 _GetSecretKey(), user_id=user.user_id(), action_id='')
|
/external/autotest/database/ |
D | schema_051.sql | 562 `action_id` int(11) NOT NULL,
|