Searched refs:angle (Results 1 – 5 of 5) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiRvrTwTest.py | 202 angle = "" 208 angle = angle + degree_data[data] 209 if angle == "": 211 return int(angle) 213 def set_angle(self, port, angle): argument 220 if angle > 359: 221 angle = 359 222 elif angle < 0: 223 angle = 0 224 self.log.info("Set angle to " + str(angle)) [all …]
|
D | WifiRvrTest.py | 1064 for channel, mode, angle, traffic_type, direction in itertools.product( 1070 traffic_type, direction, channel, mode, angle) 1076 orientation=angle) 1162 for channel, mode, chain, angle, traffic_type, direction in itertools.product( 1168 traffic_type, direction, channel, mode, chain, angle) 1175 orientation=angle)
|
D | WifiSensitivityTest.py | 896 for rate, angle in itertools.product(valid_rates, angles): 905 orientation=angle) 916 rate.streams, chain, angle)) 921 rate.streams, chain, angle))
|
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/ |
D | vecmath.h | 786 static Mat4 RotationX(const float angle); 788 static Mat4 RotationY(const float angle); 790 static Mat4 RotationZ(const float angle); 951 static Quaternion RotationAxis(const Vec3 axis, const float angle) { in RotationAxis() argument 953 float s = sinf(angle / 2); in RotationAxis() 957 ret.w_ = cosf(angle / 2); in RotationAxis()
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/audio_analysis_lib/ |
D | audio_quality_measurement.py | 322 phase = numpy.unwrap(numpy.angle(result))
|