HomeSort by relevance Sort by last modified time
    Searched full:triage (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium-trace/catapult/dashboard/dashboard/elements/
chart-tooltip.html 18 <link rel="import" href="/dashboard/elements/triage-dialog.html">
38 <triage-dialog id="triage"
40 alerts="{{alerts}}"></triage-dialog>
56 not on hover) OR (2) Display alert details in the triage dialog. -->
173 * Updates the display of the triage-dialog.
178 // The triage-dialog should be shown when there is some non-triaged
181 this.$.triage.show();
183 this.$.triage.close();
triage-dialog.html 8 The triage-dialog element is the dialog box that is shown when a user clicks
9 on an alert, or clicks on a "triage" button on the alerts page. It allows the
18 <polymer-element name="triage-dialog" extends="base-form"
68 <fieldset name="Triage">
69 <legend>Triage</legend>
100 Polymer('triage-dialog', {
106 * Called when the triage-dialog element is ready.
119 // This is used so that the triage dialog is hidden when the popup
162 * Initializes and displays the triage dialog.
group-report-page.html 22 <link rel="import" href="/dashboard/elements/triage-dialog.html">
34 /* The action bar contains the graph button and triage button. */
62 /* Triage dialog at the top level when the user clicks the triage button. */
63 triage-dialog {
210 // This is necessary so that the triage dialog will get a correct list
211 // of alerts that should be affected by a triage action.
alerts-page.html 31 /* The action bar contains the graph button and triage button. */
55 #auto-triage-log {
114 <quick-log id="auto-triage-log" xsrfToken="{{xsrfToken}}"
alerts-table.html 13 <link rel="import" href="/dashboard/elements/triage-dialog.html">
259 /* Triage dialog at the top level when the user clicks the triage button. */
260 triage-dialog {
267 <triage-dialog id="triage" on-triaged="{{onTriaged}}" xsrfToken="{{xsrfToken}}">
268 </triage-dialog>
270 Triage
947 * Disables or enables the triage and graph buttons depending on whether
969 this.$.triage.alerts = this.checkedAlerts
    [all...]
  /external/skia/site/dev/testing/
skiagold.md 10 View access is public, triage access is granted to
11 Skia contributors. You must be logged in to triage.
13 Problem #1: As sheriff, I need to triage and ?assign? many incoming new images.
17 * Access the By Blame view to see digests needing triage and associated
25 * Select digests for triage
54 * Click on one of the clusters including your CL to triage
82 * Pre-triage prior to commit that will persist when the CL lands
96 + Triage the ignores for that config to identify positive images
101 * Introduction of a new or updated test can make use of try jobs and pre-triage.
  /frameworks/volley/src/main/java/com/android/volley/
CacheDispatcher.java 24 * Provides a thread for performing cache triage on a queue of requests.
36 /** The queue of requests coming in for triage. */
52 * Creates a new cache triage dispatcher thread. You must call {@link #start()}
55 * @param cacheQueue Queue of incoming requests for triage
88 // Get a request from the cache triage queue, blocking until
NetworkDispatcher.java 51 * @param queue Queue of incoming requests for triage
RequestQueue.java 71 /** The cache triage queue. */
  /external/chromium-trace/catapult/dashboard/
queue.yaml 6 - name: auto-triage-queue
  /external/autotest/frontend/client/src/autotest/tko/
TkoClient.java 70 case TRIAGE:
SpreadsheetView.java 418 menu.addItem("Triage failures", new Command() {
522 config = TableViewConfig.TRIAGE;
  /external/chromium-trace/catapult/dashboard/dashboard/
auto_triage.py 5 """URL endpoint for a cron job to automatically triage alerts.
29 _TASK_QUEUE_NAME = 'auto-triage-queue'
46 """URL endpoint for a cron job to automatically triage anomalies and bugs."""
associate_alerts.py 189 Note: The format of the summary is determined by the triage-dialog element.
file_bug.py 44 The form to file a bug is popped up from the triage-dialog polymer element.
  /external/chromium-trace/catapult/dashboard/docs/
glossary.md 45 *To triage*: To assign a bug number to an alert, or mark it as "invalid" or
deploy-checklist.md 66 - One can un-triage the alert on the graph by clicking it then clicking X
  /external/chromium-trace/catapult/dashboard/dashboard/models/
alert_group.py 118 logging.debug('Auto triage: Created group %s.', group)
138 logging.debug('Auto triage: Associated anomaly on %s with %s.',
  /external/chromium-trace/catapult/dashboard/dashboard/templates/
edit_site_config.html 60 The domains of users who can triage alerts.</li>
bug_result.html 37 /* Note: pop-up window size 600x480 is set in triage-dialog.html. */
  /external/skia/gm/
imagefilters.cpp 28 // are a lot more trouble to compare/triage.
  /external/autotest/client/site_tests/security_OpenFDs/
security_OpenFDs.py 67 triage/debug later.
  /external/libxml2/
relaxng.c 288 xmlHashTablePtr triage; /* hash table used to direct nodes to the member in struct:_xmlRelaxNGPartition
956 if (partitions->triage != NULL) {
957 xmlHashFree(partitions->triage, NULL);
4091 xmlHashTablePtr triage = NULL; local
10327 xmlHashTablePtr triage = local
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
UnreachableCodeChecker.cpp 233 // reporting of these situations on at the moment to help triage these cases.
  /external/autotest/site_utils/
gs_offloader.py 83 ERROR_EMAIL_HELPER_URL = 'http://go/cros-triage-gsoffloader'
88 Check %s to triage the issue.

Completed in 1601 milliseconds

1 2