OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cookie_file
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/tools/
webforms_aggregator_tests.py
17
self.
cookie_file
= 'test.cookie'
27
if os.path.isfile(self.
cookie_file
):
28
os.unlink(self.
cookie_file
)
35
r = webforms_aggregator.Retriever(self.url1, self.domain, self.
cookie_file
)
webforms_aggregator.py
79
def __init__(self, url, domain,
cookie_file
):
85
cookie_file
: the name of a cookie file, needed for pages that use session
100
self._cookie_file =
cookie_file
/external/chromium/testing/gmock/scripts/
upload.py
351
StatusUpdate("Saving authentication cookies to %s" % self.
cookie_file
)
368
self.
cookie_file
= os.path.expanduser("~/.codereview_upload_cookies")
369
self.cookie_jar = cookielib.MozillaCookieJar(self.
cookie_file
)
370
if os.path.exists(self.
cookie_file
):
375
self.
cookie_file
)
381
fd = os.open(self.
cookie_file
, os.O_CREAT, 0600)
384
os.chmod(self.
cookie_file
, 0600)
[
all
...]
/external/chromium/testing/gtest/scripts/
upload.py
351
StatusUpdate("Saving authentication cookies to %s" % self.
cookie_file
)
368
self.
cookie_file
= os.path.expanduser("~/.codereview_upload_cookies")
369
self.cookie_jar = cookielib.MozillaCookieJar(self.
cookie_file
)
370
if os.path.exists(self.
cookie_file
):
375
self.
cookie_file
)
381
fd = os.open(self.
cookie_file
, os.O_CREAT, 0600)
384
os.chmod(self.
cookie_file
, 0600)
[
all
...]
/external/chromium_org/testing/gtest/scripts/
upload.py
351
StatusUpdate("Saving authentication cookies to %s" % self.
cookie_file
)
368
self.
cookie_file
= os.path.expanduser("~/.codereview_upload_cookies")
369
self.cookie_jar = cookielib.MozillaCookieJar(self.
cookie_file
)
370
if os.path.exists(self.
cookie_file
):
375
self.
cookie_file
)
381
fd = os.open(self.
cookie_file
, os.O_CREAT, 0600)
384
os.chmod(self.
cookie_file
, 0600)
[
all
...]
/external/chromium_org/third_party/re2/lib/codereview/
codereview.py
[
all
...]
/external/regex-re2/lib/codereview/
codereview.py
[
all
...]
Completed in 1583 milliseconds