Home
last modified time | relevance | path

Searched refs:axis (Results 1 – 7 of 7) sorted by relevance

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/
Dgnss_testlog_utils.py270 axis=1)
277 axis=1,
290 parsed_data[key].drop(['phone_time'], axis=1)
303 parsed_data[key].drop(['phone_time'], axis=1)
314 axis=1)
348 axis=1)
351 axis=1)
406 axis=1)
/tools/test/connectivity/acts_tests/tests/google/bt/performance/
DBtA2dpOtaRangeTest.py44 self.axis = axis_object # store pyvisa instrument connection
47 return getattr(self.axis, attr) # Delegate all other attrs
56 self.axis.write("SK %d\n" % where)
62 response = self.axis.query("*opc?\n")
66 response = self.axis.query("CP?\n")
72 self.axis.write("ST\n")
77 response = self.axis.query("*opc?\n")
83 self.axis.write("CR\n")
87 self.axis.write("NCR\n")
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/audio_analysis_lib/
Daudio_quality_measurement.py164 axis = -1
165 N = x.shape[axis]
169 Xf = numpy.fft.fft(x, N, axis=axis)
180 ind[axis] = slice(None)
182 x = numpy.fft.ifft(Xf * h, axis=axis)
/tools/netsim/proto/netsim/
Dmodel.proto26 // positional value of x axis
28 // positional value of y axis
30 // positional value of z axis
37 // Rotational value around vertical axis.
39 // Rotational value around side-to-side axis
41 // Rotational value around front-to-back axis
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/engine/
Dtransformers.py242 axis=1)
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dvecmath.h951 static Quaternion RotationAxis(const Vec3 axis, const float angle) { in RotationAxis() argument
954 ret.x_ = s * axis.x_; in RotationAxis()
955 ret.y_ = s * axis.y_; in RotationAxis()
956 ret.z_ = s * axis.z_; in RotationAxis()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
DBtSarBaseTest.py434 ]].min(axis=1)