/development/tools/winscope/src/messaging/ |
D | user_warnings.ts | 27 getDescriptor(): string { method in CorruptedArchive 37 getDescriptor(): string { method in NoInputFiles 54 getDescriptor(): string { method in TraceHasOldData 79 getDescriptor(): string { method in TraceOverridden 98 getDescriptor(): string { method in UnsupportedFileFormat 115 getDescriptor(): string { method in InvalidPerfettoTrace
|
D | user_warning.ts | 22 Analytics.UserNotification.logUserWarning(this.getDescriptor()); 27 abstract getDescriptor(): string; method in UserWarning
|
D | user_notification.ts | 25 getDescriptor(): string; method
|
/development/tools/winscope/src/app/components/ |
D | snack_bar_opener.ts | 69 `... (cropped ${countCropped} '${groupedWarnings[0].getDescriptor()}' messages)`, 83 if (groups.get(warning.getDescriptor()) === undefined) { 84 groups.set(warning.getDescriptor(), []); 86 assertDefined(groups.get(warning.getDescriptor())).push(warning);
|
/development/tools/winscope/src/trace/ |
D | trace_file.ts | 22 getDescriptor(): string { method in TraceFile
|
/development/tools/winscope/src/app/ |
D | trace_file_filter_test.ts | 216 new TraceOverridden(small.getDescriptor()), 217 new TraceOverridden(medium.getDescriptor()),
|
D | loaded_parsers.ts | 298 new TraceHasOldData(file.getDescriptor()), 311 new TraceHasOldData(file.getDescriptor()), 358 new TraceHasOldData(file.getDescriptor(), timeGap),
|
D | trace_file_filter.ts | 203 new TraceOverridden(overridden.getDescriptor()),
|
/development/tools/winscope/src/parsers/view_capture/legacy/ |
D | parser_view_capture.ts | 55 [this.traceFile.getDescriptor()],
|
/development/tools/winscope/src/parsers/legacy/ |
D | parser_factory.ts | 95 new UnsupportedFileFormat(traceFile.getDescriptor()),
|
D | abstract_parser.ts | 59 return [this.traceFile.getDescriptor()];
|
/development/tools/winscope/src/parsers/perfetto/ |
D | parser_factory.ts | 117 new InvalidPerfettoTrace(traceFile.getDescriptor(), errors),
|
D | abstract_parser.ts | 111 return [this.traceFile.getDescriptor()];
|
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/ |
D | BluetoothLeService.java | 301 BluetoothGattDescriptor descriptor = characteristic.getDescriptor( in setCharacteristicNotification()
|
/development/samples/ControllerSample/src/com/example/controllersample/ |
D | GameView.java | 260 deviceString = dev.getDescriptor(); in getShipForId()
|