/external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/appengine/auth/ |
D | models.py | 262 def get_by_auth_token(cls, user_id, token): argument 306 def validate_token(cls, user_id, subject, token): argument 325 def create_auth_token(cls, user_id): argument 336 def validate_auth_token(cls, user_id, token): argument 340 def delete_auth_token(cls, user_id, token): argument 351 def create_signup_token(cls, user_id): argument 356 def validate_signup_token(cls, user_id, token): argument 360 def delete_signup_token(cls, user_id, token): argument
|
/external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/ |
D | auth.py | 158 def get_user_by_auth_token(self, user_id, token): argument 173 def create_auth_token(self, user_id): argument 183 def delete_auth_token(self, user_id, token): argument 280 def validate_token(self, user_id, token, token_ts=None): argument 385 def get_user_by_token(self, user_id, token, token_ts=None, cache=None, argument
|
/external/lldb/include/lldb/Symbol/ |
D | ClangExternalASTSourceCommon.h | 71 SetUserID (lldb::user_id_t user_id) in SetUserID()
|
/external/chromium-trace/trace-viewer/third_party/webapp2/tests/ |
D | extras_auth_test.py | 20 def _check_token(self, user_id, token, subject='auth'): argument
|
D | extras_appengine_users_test.py | 10 def set_current_user(email, user_id, is_admin=False): argument
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_thread_registry.cc | 121 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, in CreateThread() 209 void ThreadRegistry::SetThreadNameByUserId(uptr user_id, const char *name) { in SetThreadNameByUserId()
|
D | sanitizer_thread_registry.h | 43 uptr user_id; // Some opaque user thread id (e.g. pthread_t). variable
|
/external/strace/ |
D | aio.c | 49 unsigned long user_id; in SYS_FUNC() local
|
/external/lldb/source/Symbol/ |
D | ClangASTImporter.cpp | 89 lldb::user_id_t user_id; in CopyDecl() local 580 lldb::user_id_t user_id; in Imported() local
|
D | ClangASTContext.cpp | 2191 user_id_t user_id) in SetMetadataAsUserID()
|
/external/compiler-rt/lib/lsan/ |
D | lsan_thread.cc | 80 u32 ThreadCreate(u32 parent_tid, uptr user_id, bool detached) { in ThreadCreate()
|
/external/lldb/source/Target/ |
D | Target.cpp | 1991 Target::RemoveStopHookByID (lldb::user_id_t user_id) in RemoveStopHookByID() 2008 Target::GetStopHookByID (lldb::user_id_t user_id) in GetStopHookByID() 2020 Target::SetStopHookActiveStateByID (lldb::user_id_t user_id, bool active_state) in SetStopHookActiveStateByID()
|
/external/selinux/checkpolicy/ |
D | module_compiler.c | 372 char *user_id, user_datum_t *user) in user_implicit_bounds()
|
/external/lldb/source/Commands/ |
D | CommandObjectTarget.cpp | 5138 … lldb::user_id_t user_id = Args::StringToUInt32 (command.GetArgumentAtIndex(i), 0, 0, &success); in DoExecute() local 5207 … lldb::user_id_t user_id = Args::StringToUInt32 (command.GetArgumentAtIndex(i), 0, 0, &success); in DoExecute() local
|