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

  /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]
  /frameworks/native/libs/math/include/math/
mat4.h 502 TVec3<T> y_axis(cross(x_axis, z_axis));
505 TVec4<T>(y_axis, 0),

Completed in 52 milliseconds