OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:waterfall
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/resources/net_internals/
waterfall_view.css
6
#
waterfall
-view-controls {
18
#
waterfall
-view-time-bar-table {
26
#
waterfall
-view-information-table {
37
.
waterfall
-view-information-row {
44
.
waterfall
-view-url-cell {
56
.
waterfall
-view-id-cell {
68
.
waterfall
-view-table-row {
72
.
waterfall
-view-row {
77
.
waterfall
-view-row * {
82
.
waterfall
-view-bar-component
[
all
...]
/external/chromium_org/tools/valgrind/
waterfall.sh
7
# This script can be used by
waterfall
sheriffs to fetch the status
8
# of Valgrind bots on the memory
waterfall
and test if their local
9
# suppressions match the reports on the
waterfall
.
14
LOGS_DIR=$THISDIR/
waterfall
.tmp
47
# Fetch Valgrind logs from the
waterfall
{{{1
162
This script can be used by
waterfall
sheriffs to fetch the status
163
of Valgrind bots on the memory
waterfall
and test if their local
164
suppressions match the reports on the
waterfall
.
171
fetch Fetch Valgrind logs from the memory
waterfall
scan-build.py
86
def __init__(self,
waterfall
, name):
88
self._waterfall =
waterfall
123
class
Waterfall
(object):
199
fyi =
Waterfall
(ROOT_URL, cache_path)
/external/chromium_org/tools/sheriffing/
waterfallinfo.js
5
/** Information about a particular
waterfall
. */
30
/** Send an asynchronous request to get the main
waterfall
's JSON. */
59
/** Parse out the data received about the
waterfall
. */
64
// Go through each builder on the
waterfall
and get the latest status.
91
// Point at the
waterfall
.
functions.js
101
/** Update all the
waterfall
data. */
113
/** Marks the
waterfall
data as dirty due to updated filter. */
141
// Initialize the
waterfall
pages.
/external/chromium_org/gpu/tools/
check_gpu_bots.py
131
class
Waterfall
:
162
def getBuildersJsonForWaterfall(
waterfall
):
164
return (
Waterfall
.getJsonFromUrl((
Waterfall
.BASE_JSON_BUILDERS_URL + '%s')
165
% (
waterfall
, querystring)))
168
def getLastNBuildsForBuilder(n,
waterfall
, builder):
179
return
Waterfall
.getJsonFromUrl((
Waterfall
.BASE_JSON_BUILDS_URL + '%s') %
180
(
waterfall
, urllib.quote(builder), querystring))
183
def getFilteredBuildersJsonForWaterfall(
waterfall
, filter)
[
all
...]
/external/chromium_org/third_party/polymer/components-chromium/core-component-page/
core-component-page-extracted.js
622
* `standard`, `seamed`, `
waterfall
`, `
waterfall
-tall`,
623
* `
waterfall
-medium-tall`, `scroll` and `cover`.
632
* `
waterfall
`: Similar to standard mode, but header is initially presented as
635
* `
waterfall
-tall`: The header is initially taller (`tall` class is added to
668
* The class used in
waterfall
-tall mode. Change this if the header
700
var shadowMode = {'
waterfall
': 1, '
waterfall
-tall': 1};
702
var tallMode = {'
waterfall
-tall': 1};
[
all
...]
Completed in 303 milliseconds