/packages/services/Car/service/src/com/android/car/hal/property/ |
D | HalPropertyDebugUtils.java | 19 import static com.android.car.internal.util.ConstantDebugUtils.toName; 79 return toName(VehicleProperty.class, propertyId) + hexSuffix; in toPropertyIdString() 113 return toName(VehicleAreaSeat.class, areaId); in toAreaIdString() 122 return toName(VehicleAreaWheel.class, areaId); in toAreaIdString() 155 output += toName(clazz, areaBit); in convertAreaIdToDebugString() 270 String valueName = ConstantDebugUtils.toName(enumClazz, value); in getIntValueName() 287 String unitsString = ConstantDebugUtils.toName(VehicleUnit.class, units); in getUnitsIfSupported() 347 if (toName(clazz, constantValue) == null) { in toDebugString() 352 return toName(clazz, constantValue) + hexSuffix; in toDebugString() 360 return toName(VehicleProperty.class, propertyId) != null; in isSystemPropertyId()
|
D | HalValueDebugUtils.java | 43 String valueName = ConstantDebugUtils.toName(enumClazz, in toDebugString()
|
/packages/services/Car/car-lib/src/com/android/car/internal/property/ |
D | VehiclePropertyIdDebugUtils.java | 46 public static String toName(int propertyId) { in toName() method in VehiclePropertyIdDebugUtils 47 return ConstantDebugUtils.toName(VehiclePropertyIds.class, propertyId); in toName() 63 return toName(propertyId); in toDebugString() 77 return toName(propertyId) != null; in isDefined()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/internal/property/ |
D | ConstantDebugUtilsUnitTest.java | 34 assertThat(ConstantDebugUtils.toName(VehicleGear.class, VehicleGear.GEAR_DRIVE)).isEqualTo( in testToName() 36 assertThat(ConstantDebugUtils.toName(VehicleGear.class, -1)).isNull(); in testToName() 37 assertThat(ConstantDebugUtils.toName(VehicleSeatOccupancyState.class, in testToName()
|
D | VehiclePropertyIdDebugUtilsUnitTest.java | 29 assertThat(VehiclePropertyIdDebugUtils.toName(VehiclePropertyIds.ABS_ACTIVE)).isEqualTo( in testToName() 31 assertThat(VehiclePropertyIdDebugUtils.toName( in testToName() 34 assertThat(VehiclePropertyIdDebugUtils.toName(-1)).isNull(); in testToName()
|
/packages/services/Car/car-lib/src/com/android/car/internal/util/ |
D | ConstantDebugUtils.java | 66 public static String toName(Class<?> clazz, int value) { in toName() method in ConstantDebugUtils 67 return cacheClazzToConstantDebugUtilsMapping(clazz).toName(value); in toName() 119 private String toName(int value) { in toName() method in ConstantDebugUtils
|
/packages/services/Car/car-lib/src/android/car/hardware/property/ |
D | DriverDistractionWarning.java | 70 String driverDistractionWarningString = ConstantDebugUtils.toName( in toString()
|
D | LowSpeedCollisionWarningState.java | 68 String lowSpeedCollisionWarningStateString = ConstantDebugUtils.toName( in toString()
|
D | DriverDistractionState.java | 71 String driverDistractionStateString = ConstantDebugUtils.toName( in toString()
|
D | DriverDrowsinessAttentionWarning.java | 70 String driverDrowsinessAttentionWarningString = ConstantDebugUtils.toName( in toString()
|
D | ElectronicStabilityControlState.java | 67 String electronicStabilityControlStateString = ConstantDebugUtils.toName( in toString()
|
D | LowSpeedAutomaticEmergencyBrakingState.java | 76 String lowSpeedAutomaticEmergencyBrakingStateString = ConstantDebugUtils.toName( in toString()
|
D | VehicleAutonomousState.java | 88 String vehicleAutonomousStateString = ConstantDebugUtils.toName( in toString()
|
D | VehicleAirbagLocation.java | 78 String vehicleAirbagLocationString = ConstantDebugUtils.toName( in toString()
|
D | CrossTrafficMonitoringWarningState.java | 94 String crossTrafficMonitoringWarningStateString = ConstantDebugUtils.toName( in toString()
|
D | ImpactSensorLocation.java | 79 String impactSensorLocationString = ConstantDebugUtils.toName( in toString()
|
D | DriverDrowsinessAttentionState.java | 105 String driverDrowsinessAttentionStateString = ConstantDebugUtils.toName( in toString()
|
/packages/modules/NeuralNetworks/common/ |
D | MetaModel.cpp | 491 std::ostringstream toName; in makeSlice() local 492 toName << "Slice: To " << version; in makeSlice() 493 graphDump(toName.str().c_str(), slice.mModel); in makeSlice()
|
/packages/services/Car/car-lib/src/android/car/ |
D | VehiclePropertyIds.java | 24 import static com.android.car.internal.property.VehiclePropertyIdDebugUtils.toName; 7537 return isDefined(propertyId) ? toName(propertyId) : "0x" + Integer.toHexString(propertyId); in toString()
|
/packages/apps/TV/libs/m2/ |
D | javac-shaded-9-dev-r4023-3.jar | org/openjdk/tools/sjavac/server/log/LoggingOutputStream.class
LoggingOutputStream.java
package ... |
/packages/apps/TV/libs/ |
D | google-java-format-1.7-all-deps.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |