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

  /external/autotest/client/site_tests/network_WiFiTxRx/
network_WiFiTxRx.py 50 readings = regex.match(association)
51 if readings:
52 modulation = readings.group(1)
53 quality = int(readings.group(2)) / int(readings.group(3))
54 rx = int(readings.group(4))
55 tx = int(readings.group(5))
network-flipflop.sh 180 progress Allowing link $gateway strength/quality readings to stabilise;
  /device/google/contexthub/firmware/app/chre/common/
chre10_app.c 60 three.readings[0].timestampDelta = 0;
65 three.readings[0].x = src->samples[i].x;
66 three.readings[0].y = src->samples[i].y;
67 three.readings[0].z = src->samples[i].z;
83 occ.readings[0].timestampDelta = 0;
98 flt.readings[0].timestampDelta = 0;
103 flt.readings[0].value = src->samples[i].fdata;
113 byte.readings[0].timestampDelta = 0;
118 byte.readings[0].isNear = src->samples[i].fdata == 0.0f;
119 byte.readings[0].invalid = false
    [all...]
chre_app.c 60 three.readings[0].timestampDelta = 0;
65 three.readings[0].x = src->samples[i].x;
66 three.readings[0].y = src->samples[i].y;
67 three.readings[0].z = src->samples[i].z;
83 occ.readings[0].timestampDelta = 0;
98 flt.readings[0].timestampDelta = 0;
103 flt.readings[0].value = src->samples[i].fdata;
113 byte.readings[0].timestampDelta = 0;
118 byte.readings[0].isNear = src->samples[i].fdata == 0.0f;
119 byte.readings[0].invalid = false
    [all...]
  /device/google/contexthub/firmware/os/algos/calibration/nano_calibration/
nano_calibration.cc 116 const auto *data = event_data->readings;
133 const auto *data = event_data->readings;
  /external/walt/docs/
ChromeOS.md 23 This continuously displays readings from WALT's sensors (press Ctrl-C to stop):
33 `PD_screen` and `PD_laser` are the light sensors (photodiodes), shading them or exposing to light should change their readings.
  /external/autotest/client/cros/power/
power_dashboard.py 410 raw measurement dictionary or None if no readings
412 if len(self._logger.readings) == 0:
413 logging.warn('No readings in logger ... ignoring')
417 'sample_count': len(self._logger.readings) - 1,
428 for i, domain_readings in enumerate(zip(*self._logger.readings)):
power_status.py 220 """Get temperature readings.
223 string of temperature readings.
    [all...]
  /external/tensorflow/tensorflow/core/example/
feature_util_test.cc 421 std::vector<float> readings{1.0, 2.5, 5.0};
422 AppendFeatureValues(readings, GetFeatureList("movie_ratings", &se)->Add());

Completed in 337 milliseconds