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

  /external/lisa/libs/utils/analysis/
binder_transaction_analysis.py 95 ymin=0, ymax=None, x_axis="index"):
98 in the given dataframe. x_axis represents the sample points.
110 df_sorted[x_axis] = range(len(df_sorted.index))
111 df_sorted.plot(kind="scatter", x=x_axis, y=y_axis)
120 def plot_tasks(self, df, threshold, x_axis, y_axis, xlabel, ylabel):
125 :param x_axis: column name of the dataframe we want to group
127 :type x_axis: str
140 .groupby(x_axis).head(1)
141 df_top.plot(kind="bar", y=y_axis, x=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]
  /frameworks/native/libs/math/include/math/
mat4.h 501 TVec3<T> x_axis(normalize(cross(z_axis, norm_up)));
502 TVec3<T> y_axis(cross(x_axis, z_axis));
504 TVec4<T>(x_axis, 0),

Completed in 238 milliseconds