OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bots
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/gpu/tools/
check_gpu_bots.py
21
SUBJECT = 'Chrome GPU
Bots
Notification'
208
def getOfflineBots(
bots
):
211
for waterfall_name in
bots
:
212
waterfall =
bots
[waterfall_name]
262
def getFailedBots(
bots
):
265
for waterfall_name in
bots
:
266
waterfall =
bots
[waterfall_name]
323
def getBotsStr(
bots
):
326
for bot in
bots
:
333
return 'Offline
bots
:\n%s' % getBotsStr(offline_bots
[
all
...]
/external/chromium_org/tools/sheriffing/
functions.js
68
* Organizes all of the
bots
by category, then alphabetically within their
72
// Bucket all of the
bots
according to their category.
83
// Alphabetically sort
bots
within their buckets, then append them to the
waterfallinfo.js
82
/** Override this function to filter out particular
bots
. */
98
// Print out useful bits about the
bots
.
126
// If the user doesn't want to see completely green
bots
, hide it.
failureinfo.js
114
//
bots
. If a particular test has failed on multiple different
/external/chromium_org/third_party/skia/
make.bat
10
rem Skip environment setup on
bots
.
/external/skia/
make.bat
10
rem Skip environment setup on
bots
.
/external/chromium_org/third_party/skia/experimental/benchtools/
rebase.py
226
parser.add_argument('--
bots
',
227
help=('Comma-separated list of
bots
to work on. If no '
228
'matching
bots
are found in the list, will default '
229
'to processing all
bots
.'))
253
# If at least one given bot is in all_platforms, use list of valid args.
bots
.
254
if args.
bots
:
255
bots
= args.
bots
.strip().split(',')
256
for bot in
bots
:
/external/chromium_org/
PRESUBMIT_test.py
653
bots
= {
757
for master,
bots
in
bots
.iteritems():
758
for bot in
bots
:
PRESUBMIT.py
[
all
...]
/external/chromium_org/tools/valgrind/
waterfall.sh
8
# of Valgrind
bots
on the memory waterfall and test if their local
163
of Valgrind
bots
on the memory waterfall and test if their local
/external/chromium_org/third_party/webrtc/tools/rtcbot/
test.js
11
// spawn
bots
.
botmanager.js
9
// botmanager.js module allows a test to spawn
bots
that expose an RPC API
19
// BotManager runs a HttpServer that serves
bots
assets and and WebSocketServer
21
// connects it to
bots
pending endpoints.
/external/chromium_org/ppapi/native_client/tests/breakpad_crash_test/
nacl.scons
43
# crash dumps on the
bots
for the Chrome official build.
/external/chromium_org/third_party/skia/tools/
roll_deps.py
89
self.cl_bot_list = [bot for bot in options.
bots
.split(',') if bot]
135
'Comma-separated list of
bots
, defaults to a list of %d
bots
.'
140
'', '--
bots
', help=default_bots_help, default=default_bots)
175
"""Submit try requests for the current branch on the given
bots
.
178
bots_to_run: (list of strings)
bots
to request.
/external/skia/tools/
roll_deps.py
96
self.cl_bot_list = [bot for bot in options.
bots
.split(',') if bot]
157
'Comma-separated list of
bots
, defaults to a list of %d
bots
.'
162
'', '--
bots
', help=default_bots_help, default=default_bots)
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
popup.js
15
// Some win
bots
seem to report a null result while building.
Completed in 230 milliseconds