Home
last modified time | relevance | path

Searched refs:UserWarning (Results 1 – 8 of 8) sorted by relevance

/development/tools/winscope/src/messaging/
Duser_warnings.ts20 import {UserWarning} from './user_warning';
22 export class CorruptedArchive extends UserWarning {
36 export class NoInputFiles extends UserWarning {
46 export class TraceHasOldData extends UserWarning {
71 export class TraceOverridden extends UserWarning {
93 export class UnsupportedFileFormat extends UserWarning {
107 export class InvalidPerfettoTrace extends UserWarning {
Duser_warning.ts20 export abstract class UserWarning implements UserNotification { class
/development/tools/winscope/src/app/
Dtrace_file_filter_test.ts18 import {UserWarning} from 'messaging/user_warning';
33 let warnings: UserWarning[];
39 onNotifications(notifications: UserWarning[]) {
Dtrace_pipeline_test.ts20 import {UserWarning} from 'messaging/user_warning';
38 let warnings: UserWarning[];
417 onNotifications(notifications: UserWarning[]) {
433 expectedWarnings: UserWarning[],
Dmediator.ts23 import {UserWarning} from 'messaging/user_warning';
234 const warnings: UserWarning[] = [];
236 onNotifications(notifications: UserWarning[]) {
Dloaded_parsers_test.ts20 import {UserWarning} from 'messaging/user_warning';
137 let warnings: UserWarning[] = [];
549 onNotifications(notifications: UserWarning[]) {
563 expectedWarnings: UserWarning[],
/development/tools/compare_cts_reports/
Daggregate_cts_reports.py72 raise UserWarning(msg)
Dcompare_cts_reports.py283 raise UserWarning(msg)