OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lkgr
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/v8/tools/push-to-trunk/
auto_roll.py
61
MESSAGE = "Fetching V8
LKGR
."
64
lkgr_url = "https://v8-status.appspot.com/
lkgr
"
66
self.Persist("
lkgr
", self.ReadURL(lkgr_url, wait_plan=[5, 20, 300, 300]))
74
self.RestoreIfUnset("
lkgr
")
76
lkgr
= int(self._state["
lkgr
"])
77
if latest ==
lkgr
:
81
print("ToT (r%d) is ahead of the
LKGR
(r%d). Skipping push to trunk."
82
% (latest,
lkgr
))
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
popup.js
7
var lkgrURL = 'http://chromium-status.appspot.com/
lkgr
';
11
// Interval at which to check for
LKGR
updates.
197
function updateLKGR(
lkgr
) {
199
link.textContent = '
LKGR
(' +
lkgr
+ ')';
241
{id: "
lkgr
", label: "
LKGR
"},
/frameworks/webview/chromium/tools/
merge_from_chromium.py
388
urllib2.urlopen('https://chromium-status.appspot.com/
lkgr
')) as
lkgr
:
389
return int(
lkgr
.read())
428
# Fetch
LKGR
from upstream.
545
'the current
LKGR
. Can also pass HEAD to merge from tip of tree. '
551
+ ' branch, rather than using the current
LKGR
. Only one of'
575
help=('Just print the current
LKGR
on stdout and exit.'))
Completed in 1819 milliseconds