OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USER_BY_EMAIL
(Results
1 - 2
of
2
) sorted by null
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/
acl.py
42
USER_BY_EMAIL
= 'UserByEmail'
80
entry = Entry(type=
USER_BY_EMAIL
, email_address=email_address,
236
USER_BY_EMAIL
.lower() : [
294
or self.type.lower() ==
USER_BY_EMAIL
.lower()):
/external/chromium-trace/catapult/third_party/gsutil/gslib/
translation_helper.py
35
from boto.gs.acl import
USER_BY_EMAIL
740
scope_type =
USER_BY_EMAIL
769
elif scope_type_lower ==
USER_BY_EMAIL
.lower():
[
all
...]
Completed in 160 milliseconds