Searched refs:angle (Results 1 – 5 of 5) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiRvrTwTest.py | 75 self.angle = self.angle_params 305 self.angle[self.ag],self.DB) 333 self.ssid,self.angle[self.ag],self.DB)) 347 self.iperf_server.port,self.ssid,self.angle[self.ag],self.DB)) 382 self.ssid,self.angle[self.ag],self.DB)) 396 self.iperf_server.port,self.ssid,self.angle[self.ag],self.DB)) 434 rvr_result["test_angle"] = self.angle[self.ag] 455 for i in range(len(self.angle)): 456 self.setDG(self.T1,self.angle[i]) 458 self.checkDG(self.T1,self.angle[i])
|
D | WifiRvrTest.py | 1003 for channel, mode, angle, traffic_type, direction in itertools.product( 1009 traffic_type, direction, channel, mode, angle) 1015 orientation=angle) 1084 for channel, mode, chain, angle, traffic_type, direction in itertools.product( 1090 traffic_type, direction, channel, mode, chain, angle) 1097 orientation=angle)
|
D | WifiSensitivityTest.py | 881 for rate, angle in itertools.product(valid_rates, angles): 890 orientation=angle) 901 rate.streams, chain, angle)) 906 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 | 323 phase = numpy.unwrap(numpy.angle(result))
|