/packages/wallpapers/Basic/res/values-da/ |
strings.xml | 35 <string name="wallpaper_clock" msgid="6555051461698958610">"Polar Clock"</string> 41 <string name="clock_settings" msgid="7837858747417927288">"Indstillinger for Polar Clock"</string>
|
/packages/wallpapers/Basic/res/values-lt/ |
strings.xml | 35 <string name="wallpaper_clock" msgid="6555051461698958610">"?Polar clock?"</string> 41 <string name="clock_settings" msgid="7837858747417927288">"?Polar clock? nustatymai"</string>
|
/packages/wallpapers/Basic/res/xml/ |
polar_clock_palettes.xml | 4 <!-- basic white polar clock with color-cycling rings -->
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/ |
Sphere.java | 69 * Apply texture to each pole. Eliminates polar distortion,
72 Polar
233 } else if (textureMode == TextureMode.Polar) {
253 } else if (textureMode == TextureMode.Polar) {
278 if (textureMode == TextureMode.Polar) {
295 if (textureMode == TextureMode.Polar) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_cmath.py | 5 from cmath import phase, polar, rect, pi namespace 293 """Wrapped version of polar that returns a complex number instead of 295 return complex(*polar(z)) 302 elif fn == 'polar': 360 self.assertCISEqual(polar(0), (0., 0.)) 361 self.assertCISEqual(polar(1.), (1., 0.)) 362 self.assertCISEqual(polar(-1.), (1., pi)) 363 self.assertCISEqual(polar(1j), (1., pi/2)) 364 self.assertCISEqual(polar(-1j), (1., -pi/2))
|
cmath_testcases.txt | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_cmath.py | 5 from cmath import phase, polar, rect, pi namespace 293 """Wrapped version of polar that returns a complex number instead of 295 return complex(*polar(z)) 302 elif fn == 'polar': 360 self.assertCISEqual(polar(0), (0., 0.)) 361 self.assertCISEqual(polar(1.), (1., 0.)) 362 self.assertCISEqual(polar(-1.), (1., pi)) 363 self.assertCISEqual(polar(1j), (1., pi/2)) 364 self.assertCISEqual(polar(-1j), (1., -pi/2))
|
cmath_testcases.txt | [all...] |
/packages/apps/Camera2/src/com/android/camera/ui/ |
PieRenderer.java | 722 private boolean inside(PointF polar, PieItem item, int pos, int count) { 724 boolean res = (mArcRadius < polar.y) 725 && (start < polar.x) 726 && (start + SWEEP_SLICE > polar.x) 727 && (!mTapMode || (mArcRadius + mRadiusInc > polar.y)); 891 * @param polar x: angle, y: dist 894 private PieItem findItem(PointF polar) { 900 if (inside(polar, item, pos, count)) { [all...] |
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/input/ |
SelectPopupOtherContentViewTest.java | 27 "<option>Polar bear</option>" +
|
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/input/ |
SelectPopupTest.java | 31 "<option>Polar bear</option>" +
|
/external/stlport/src/ |
complex.cpp | 68 // Construct a complex number from polar representation 70 _STLP_DECLSPEC complex<float> _STLP_CALL polar(const float& __rho, const float& __phi) function 73 _STLP_DECLSPEC complex<double> _STLP_CALL polar(const double& __rho, const double& __phi) function 78 _STLP_DECLSPEC complex<long double> _STLP_CALL polar(const long double& __rho, const long double& __phi) function
|
/ndk/sources/cxx-stl/stlport/src/ |
complex.cpp | 68 // Construct a complex number from polar representation 70 _STLP_DECLSPEC complex<float> _STLP_CALL polar(const float& __rho, const float& __phi) function 73 _STLP_DECLSPEC complex<double> _STLP_CALL polar(const double& __rho, const double& __phi) function 78 _STLP_DECLSPEC complex<long double> _STLP_CALL polar(const long double& __rho, const long double& __phi) function
|
/packages/apps/Camera2/jni/ |
tinyplanet.cc | 109 // Convert to polar
|
/packages/apps/Gallery2/jni/filters/ |
tinyplanet.cc | 108 // Convert to polar
|
/packages/wallpapers/Basic/res/values-ms/ |
strings.xml | 48 <string name="palette_white_c" msgid="3846812107437715188">"Beruang Polar (dinamik)"</string>
|
/packages/wallpapers/Basic/res/values-ms-rMY/ |
strings.xml | 48 <string name="palette_white_c" msgid="3846812107437715188">"Beruang Polar (dinamik)"</string>
|
/packages/wallpapers/Basic/res/values-sw/ |
strings.xml | 48 <string name="palette_white_c" msgid="3846812107437715188">"Polar Bear (dynamic)"</string>
|
/external/eigen/Eigen/src/Eigen2Support/ |
SVD.h | 537 /** Computes the polar decomposition of the matrix, as a product unitary x positive. 550 ei_assert(m_matU.cols() == m_matV.cols() && "Polar decomposition is only for square matrices"); 555 /** Computes the polar decomposition of the matrix, as a product positive x unitary. 568 ei_assert(m_matU.rows() == m_matV.rows() && "Polar decomposition is only for square matrices"); 586 ei_assert(m_matU.rows() == m_matV.rows() && "Polar decomposition is only for square matrices"); 612 ei_assert(m_matU.rows() == m_matV.rows() && "Polar decomposition is only for square matrices");
|
/external/stlport/stlport/stl/ |
_complex.h | 749 complex<_Tp> _STLP_CALL polar(const _Tp& __rho) function 753 complex<_Tp> _STLP_CALL polar(const _Tp& __rho, const _Tp& __phi); 764 _STLP_DECLSPEC complex<float> _STLP_CALL polar(const float& __rho, const float& __phi); 766 _STLP_DECLSPEC complex<double> _STLP_CALL polar(const double& __rho, const double& __phi); 777 complex<_Tp> _STLP_CALL polar(const _Tp& __rho, const _Tp& __phi) { function 778 complex<double> __tmp = polar(double(__rho), double(__phi)); 788 _STLP_DECLSPEC complex<long double> _STLP_CALL polar(const long double&, const long double&);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_complex.h | 749 complex<_Tp> _STLP_CALL polar(const _Tp& __rho) function 753 complex<_Tp> _STLP_CALL polar(const _Tp& __rho, const _Tp& __phi); 764 _STLP_DECLSPEC complex<float> _STLP_CALL polar(const float& __rho, const float& __phi); 766 _STLP_DECLSPEC complex<double> _STLP_CALL polar(const double& __rho, const double& __phi); 777 complex<_Tp> _STLP_CALL polar(const _Tp& __rho, const _Tp& __phi) { function 778 complex<double> __tmp = polar(double(__rho), double(__phi)); 788 _STLP_DECLSPEC complex<long double> _STLP_CALL polar(const long double&, const long double&);
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_complex.h | 749 complex<_Tp> _STLP_CALL polar(const _Tp& __rho) function 753 complex<_Tp> _STLP_CALL polar(const _Tp& __rho, const _Tp& __phi); 764 _STLP_DECLSPEC complex<float> _STLP_CALL polar(const float& __rho, const float& __phi); 766 _STLP_DECLSPEC complex<double> _STLP_CALL polar(const double& __rho, const double& __phi); 777 complex<_Tp> _STLP_CALL polar(const _Tp& __rho, const _Tp& __phi) { function 778 complex<double> __tmp = polar(double(__rho), double(__phi)); 788 _STLP_DECLSPEC complex<long double> _STLP_CALL polar(const long double&, const long double&);
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_complex.h | 749 complex<_Tp> _STLP_CALL polar(const _Tp& __rho) function 753 complex<_Tp> _STLP_CALL polar(const _Tp& __rho, const _Tp& __phi); 764 _STLP_DECLSPEC complex<float> _STLP_CALL polar(const float& __rho, const float& __phi); 766 _STLP_DECLSPEC complex<double> _STLP_CALL polar(const double& __rho, const double& __phi); 777 complex<_Tp> _STLP_CALL polar(const _Tp& __rho, const _Tp& __phi) { function 778 complex<double> __tmp = polar(double(__rho), double(__phi)); 788 _STLP_DECLSPEC complex<long double> _STLP_CALL polar(const long double&, const long double&);
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_complex.h | 749 complex<_Tp> _STLP_CALL polar(const _Tp& __rho) function 753 complex<_Tp> _STLP_CALL polar(const _Tp& __rho, const _Tp& __phi); 764 _STLP_DECLSPEC complex<float> _STLP_CALL polar(const float& __rho, const float& __phi); 766 _STLP_DECLSPEC complex<double> _STLP_CALL polar(const double& __rho, const double& __phi); 777 complex<_Tp> _STLP_CALL polar(const _Tp& __rho, const _Tp& __phi) { function 778 complex<double> __tmp = polar(double(__rho), double(__phi)); 788 _STLP_DECLSPEC complex<long double> _STLP_CALL polar(const long double&, const long double&);
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_complex.h | 749 complex<_Tp> _STLP_CALL polar(const _Tp& __rho) function 753 complex<_Tp> _STLP_CALL polar(const _Tp& __rho, const _Tp& __phi); 764 _STLP_DECLSPEC complex<float> _STLP_CALL polar(const float& __rho, const float& __phi); 766 _STLP_DECLSPEC complex<double> _STLP_CALL polar(const double& __rho, const double& __phi); 777 complex<_Tp> _STLP_CALL polar(const _Tp& __rho, const _Tp& __phi) { function 778 complex<double> __tmp = polar(double(__rho), double(__phi)); 788 _STLP_DECLSPEC complex<long double> _STLP_CALL polar(const long double&, const long double&);
|