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

  /device/google/contexthub/firmware/os/algos/calibration/online_calibration/common_data/
sensor_data.h 100 float y_axis, float z_axis)
103 data[SensorIndex::kYAxis] = y_axis;
  /external/autotest/cli/
compose_query 15 parser.add_option('-y', '--y_axis', action='store', dest='y_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
78 y_field = test_view_field_dict[y_axis]

Completed in 272 milliseconds