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

  /device/google/contexthub/firmware/os/algos/calibration/online_calibration/common_data/
sensor_data.h 99 SensorData(SensorType type, uint64_t timestamp_nanos, float x_axis,
102 data[SensorIndex::kXAxis] = x_axis;
  /external/autotest/cli/
compose_query 13 parser.add_option('-x', '--x_axis', action='store', dest='x_axis',
29 test_data = frontend.get_matrix_data(db, options.x_axis, options.y_axis, where)
  /external/autotest/tko/
frontend.py 73 def get_matrix_data(db_obj, x_axis, y_axis, where = None,
75 # Searches on the test_view table - x_axis and y_axis must both be
77 x_field = test_view_field_dict[x_axis]

Completed in 350 milliseconds