Home
last modified time | relevance | path

Searched refs:axis (Results 1 – 6 of 6) 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.py165 axis = -1
166 N = x.shape[axis]
170 Xf = numpy.fft.fft(x, N, axis=axis)
181 ind[axis] = slice(None)
183 x = numpy.fft.ifft(Xf * h, axis=axis)
/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/framework/acts/controllers/monsoon_lib/sampling/engine/
Dtransformers.py242 axis=1)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
DBtSarBaseTest.py434 ]].min(axis=1)