OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:voltage
(Results
1 - 6
of
6
) sorted by null
/device/htc/flounder/health/
healthd-flounder.cpp
25
/* Nominal
voltage
for ENERGY_COUNTER computation */
129
char
voltage
[10];
local
141
snprintf(
voltage
, sizeof(
voltage
), "%d", monitor_voltage);
142
write_sysfs(VOLTAGE_MONITOR_PATH,
voltage
);
/cts/tools/utils/
monsoon.py
25
Set the
voltage
of the device 7536 to 4.0V
26
python2.6 monsoon.py --
voltage
=4.0 --serialno 7536
162
elif k.startswith("
voltage
") or k.endswith("
Voltage
"):
181
""" Set the output
voltage
, 0 to disable. """
236
for main, usb, aux,
voltage
in data:
314
useful_flags = ["
voltage
", "status", "usbpassthrough", "samples", "current"]
326
if FLAGS.
voltage
is not None:
328
mon.RampVoltage(mon.start_voltage, FLAGS.
voltage
)
330
mon.SetVoltage(FLAGS.
voltage
)
[
all
...]
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
monsoon.py
141
elif k.startswith('
voltage
') or k.endswith('
Voltage
'):
153
"""Set the output
voltage
, 0 to disable."""
209
for main, usb, _,
voltage
in data:
210
main_voltage_v = self._voltage_multiplier * (
voltage
& ~3)
/cts/apps/CtsVerifier/assets/scripts/
execute_power_tests.py
97
# draw must be computed from the specified power and the
voltage
used to
[
all
...]
/cts/apps/CtsVerifier/assets/scripts/power_monitors/
monsoon.py
277
elif k.startswith("
voltage
") or k.endswith("
Voltage
"):
297
""" Set the output
voltage
, 0 to disable. """
298
self.log("Setting
voltage
to %s..."%v, debug = True)
303
self.log("...Set
voltage
", debug = True)
360
for main, usb, aux,
voltage
in data:
/external/chromium-trace/
script.js
[
all
...]
Completed in 191 milliseconds