Home
last modified time | relevance | path

Searched refs:getDescriptor (Results 1 – 15 of 15) sorted by relevance

/development/tools/winscope/src/messaging/
Duser_warnings.ts27 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
Duser_warning.ts22 Analytics.UserNotification.logUserWarning(this.getDescriptor());
27 abstract getDescriptor(): string; method in UserWarning
Duser_notification.ts25 getDescriptor(): string; method
/development/tools/winscope/src/app/components/
Dsnack_bar_opener.ts69 `... (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/
Dtrace_file.ts22 getDescriptor(): string { method in TraceFile
/development/tools/winscope/src/app/
Dtrace_file_filter_test.ts216 new TraceOverridden(small.getDescriptor()),
217 new TraceOverridden(medium.getDescriptor()),
Dloaded_parsers.ts298 new TraceHasOldData(file.getDescriptor()),
311 new TraceHasOldData(file.getDescriptor()),
358 new TraceHasOldData(file.getDescriptor(), timeGap),
Dtrace_file_filter.ts203 new TraceOverridden(overridden.getDescriptor()),
/development/tools/winscope/src/parsers/view_capture/legacy/
Dparser_view_capture.ts55 [this.traceFile.getDescriptor()],
/development/tools/winscope/src/parsers/legacy/
Dparser_factory.ts95 new UnsupportedFileFormat(traceFile.getDescriptor()),
Dabstract_parser.ts59 return [this.traceFile.getDescriptor()];
/development/tools/winscope/src/parsers/perfetto/
Dparser_factory.ts117 new InvalidPerfettoTrace(traceFile.getDescriptor(), errors),
Dabstract_parser.ts111 return [this.traceFile.getDescriptor()];
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DBluetoothLeService.java301 BluetoothGattDescriptor descriptor = characteristic.getDescriptor( in setCharacteristicNotification()
/development/samples/ControllerSample/src/com/example/controllersample/
DGameView.java260 deviceString = dev.getDescriptor(); in getShipForId()