HomeSort by relevance Sort by last modified time
    Searched refs:RPM (Results 1 - 16 of 16) sorted by null

  /external/e2fsprogs/contrib/
build-rpm 8 # Build an e2fsprogs RPM from cvs
23 # directory name (since that's what RPM will expect it to unpack
35 [ "`rpmbuild --version 2> /dev/null`" ] && RPM=rpmbuild || RPM=rpm
37 $RPM --define "_sourcedir $tmpdir" \
38 --define "_topdir ${RPM_TOPDIR:-$(rpm -E %_topdir)}" \
  /external/autotest/site_utils/rpm_control_system/
rpm_integration_test.py 16 rpm = rpm_controller.WebPoweredRPMController(
21 powerunit_type=utils.PowerUnitInfo.POWERUNIT_TYPES.RPM,
27 powerunit_type=utils.PowerUnitInfo.POWERUNIT_TYPES.RPM,
33 powerunit_type=utils.PowerUnitInfo.POWERUNIT_TYPES.RPM,
36 rpm.queue_request(info_1, 'OFF')
37 rpm.queue_request(info_2, 'OFF')
38 rpm.queue_request(info_3, 'CYCLE')
43 rpm = rpm_controller.WebPoweredRPMController(
48 powerunit_type=utils.PowerUnitInfo.POWERUNIT_TYPES.RPM,
54 powerunit_type=utils.PowerUnitInfo.POWERUNIT_TYPES.RPM,
    [all...]
utils_unittest.py 80 'host1', utils.PowerUnitInfo.POWERUNIT_TYPES.RPM,
83 'host2', utils.PowerUnitInfo.POWERUNIT_TYPES.RPM,
86 'host3', utils.PowerUnitInfo.POWERUNIT_TYPES.RPM,
110 'host1', utils.PowerUnitInfo.POWERUNIT_TYPES.RPM,
131 'host1', utils.PowerUnitInfo.POWERUNIT_TYPES.RPM,
134 'host2', utils.PowerUnitInfo.POWERUNIT_TYPES.RPM,
rpm_controller_unittest.py 24 self.rpm = rpm_controller.SentryRPMController('chromeos-rack1-host8')
28 powerunit_type=utils.PowerUnitInfo.POWERUNIT_TYPES.RPM,
43 self.assertFalse(self.rpm.queue_request(self.powerunit_info, new_state))
56 self.rpm = rpm_controller.SentryRPMController('chromeos-rack1-host8')
60 powerunit_type=utils.PowerUnitInfo.POWERUNIT_TYPES.RPM,
78 self.assertTrue(self.rpm.set_power_state(
97 self.assertFalse(self.rpm.set_power_state(self.powerunit_info, new_state))
119 powerunit_type=utils.PowerUnitInfo.POWERUNIT_TYPES.RPM,
149 """Should return False if DUT hostname is not on the RPM device."""
frontend_server_unittest.py 36 powerunit_type=utils.PowerUnitInfo.POWERUNIT_TYPES.RPM,
  /packages/services/Car/car-lib/src/android/car/
VehicleUnit.java 34 public static final int RPM = 0x02;
58 RPM,
  /packages/services/Car/obd2-lib/src/com/android/car/obd2/commands/
RPM.java 23 public class RPM implements Obd2Command.OutputSemanticHandler<Integer> {
  /bionic/libc/kernel/uapi/sound/
hdsp.h 28 RPM,
  /external/autotest/client/cros/
ec.py 81 GET_FANSPEED_RE = "Current fan RPM: ([0-9]*)"
82 SET_FANSPEED_RE = "Fan target RPM set."
112 @returns integer of fan speed RPM.
119 rpm = int(match.group(1))
120 logging.info('Fan speed: %d', rpm)
121 return rpm
123 def set_fanspeed(self, rpm):
126 @param rpm: integer of fan speed RPM to set
130 response = self.ec_command('pwmsetfanrpm %d' % rpm)
    [all...]
  /external/kernel-headers/original/uapi/sound/
hdsp.h 32 RPM,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/sound/
hdsp.h 31 RPM,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
hdsp.h 31 RPM,
  /packages/services/Car/obd2-lib/src/com/android/car/obd2/
Obd2Command.java 31 import com.android.car.obd2.commands.RPM;
117 new RPM(),
  /external/autotest/server/hosts/
cros_host.py 151 POWER_CONTROL_RPM = 'RPM'
    [all...]
  /hardware/interfaces/automotive/vehicle/2.0/
types.hal 348 * Engine rpm
352 * @unit VehicleUnit:RPM
    [all...]
  /external/ImageMagick/
configure 682 RPM
    [all...]

Completed in 1656 milliseconds