Home
last modified time | relevance | path

Searched refs:cross (Results 1 – 25 of 176) sorted by relevance

12345678

/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
DViewMatrix.java208 VectorUtil.cross(a, b, out); in calcRight()
284 VectorUtil.cross(zv, rv, up); in look()
285 VectorUtil.cross(zv, up, rv); in look()
286 VectorUtil.cross(zv, rv, up); in look()
304 VectorUtil.cross(zv, rv, up); in lookAt()
305 VectorUtil.cross(zv, up, rv); in lookAt()
306 VectorUtil.cross(zv, rv, up); in lookAt()
DQuaternion.java37 private static double[] cross(double[] a, double[] b) { in cross() method in Quaternion
56 double[] axis = normal(cross(vec1, vec2)); in set()
70 return normal(cross(vec1, vec2)); in calcAxis()
DVectorUtil.java43 public static void cross(double[] a, double[] b, double[] out) { in cross() method in VectorUtil
Dbugdroid.rs32 return length(cross(img - p1, img - p2)) / length(p2 - p1);
52 return length(cross(img - p1, img - p2)) / length(p2 - p1);
/frameworks/base/docs/html/training/enterprise/
Dapp-compatibility.jd58 <li>By default, most intents do not cross from one profile to the other. If an
60 that profile, and the intent is not allowed to cross to the other profile
76 can cross from one profile to another. In most cases, when an intent is fired
83 allowed to cross from one profile to another. Since the administrator makes
85 to know in advance <em>which</em> intents are allowed to cross this boundary. The
97 allowed to cross to a handler on the other profile. (For more information about
177 can't be handled, not attaching URIs that don't work cross-profile, and so
192 <li>Configure which intents are allowed to cross from one profile to
209 enabling and disabling that intent's permission to cross from one profile to
211 intent is not allowed to cross between profiles, verify the app's behavior both
[all …]
/frameworks/native/services/surfaceflinger/Effects/
DDaltonizer.cpp90 const vec3 p0 = cross(lms_w, lms_b); // protanopia/deuteranopia in update()
91 const vec3 p1 = cross(lms_w, lms_r); // tritanopia in update()
/frameworks/rs/scriptc/
Drs_vector_math.rsh42 * cross: Cross product of two vectors
44 * Computes the cross product of two vectors.
47 cross(float3 left_vector, float3 right_vector);
50 cross(float4 left_vector, float4 right_vector);
/frameworks/rs/api/
Drs_vector_math.spec37 function: cross
47 Computes the cross product of two vectors.
/frameworks/base/docs/html/distribute/stories/
Dgames.jd13 cross-platform game and player infrastructure for you, as well as insights
/frameworks/base/libs/hwui/
DVector.h105 float cross(const Vector2& v) const { in cross() function
DSpotShadow.cpp678 float currentCrossUmbra = currentToCentroid.cross(umbraDir); in findPolyIndex()
679 float umbraCrossNext = umbraDir.cross(nextToCentroid); in findPolyIndex()
805 refCrossProduct = polyToCentroid[j].cross(polyToCentroid[(j + 1) % polyLength]); in genPolyToCentroid()
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_vector_math.jd29 <a href='rs_vector_math.html#android_rs:cross'>cross</a>
117 <a name='android_rs:cross'></a>
120 <span class='sympad'>cross</span>
126 …<td><a href='rs_value_types.html#android_rs:float3'>float3</a> cross(<a href='rs_value_types.html#…
131 …<td><a href='rs_value_types.html#android_rs:float4'>float4</a> cross(<a href='rs_value_types.html#…
138 <p> Computes the cross product of two vectors.
/frameworks/native/include/ui/
Dvec3.h97 tvec3 __attribute__((pure)) cross(const tvec3& u, const tvec3<RT>& v) { in cross() function
Dmat4.h265 tvec3<T> S(normalize( cross(L, up) )); in lookAt()
266 tvec3<T> U(cross(S, L)); in lookAt()
/frameworks/base/docs/html/tools/testing/
Dtesting-tools.jd40 …UI testing framework; suitable for cross-app functional UI testing across system and installed apps
/frameworks/base/core/java/android/util/
DMathUtils.java123 public static float cross(float v1x, float v1y, float v2x, float v2y) { in cross() method in MathUtils
/frameworks/base/docs/html/distribute/users/
Dhouse-ads.jd14 <p>AdMob's house ads let you cross-sell your other apps (or your friend’s apps) to your
Dbuild-buzz.jd88 <h2 id="cross-promote-from-your-other-apps">
236 Maximize buzz and leverage the halo effect of cross-platform, multimedia,
/frameworks/base/docs/html/guide/practices/
Dindex.jd17 mobile advertising campaigns and cross-app promotions. However, there’s another time-tested method
/frameworks/native/libs/ui/tests/
Dvec_test.cpp242 vec3 up( cross(east, north) ); in TEST_F()
/frameworks/base/cmds/uiautomator/cmds/uiautomator/
Duiautomator30 # and resolving of cross jar class dependency to Dalvik
/frameworks/base/docs/html/training/testing/ui-testing/
Dindex.jd57 or with the default Android Photos app. UI testing frameworks that support cross-app interactions,
/frameworks/base/docs/html/distribute/analyze/
Dgoogle-services.jd96 algorithm X or algorithm Y better for cross-selling products in your app?
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/
DVrView.java229 VectorUtil.cross(mDownRightVector, mDownUpVector, mDownRightVector); in panDown()
/frameworks/base/docs/html/training/basics/supporting-devices/
Dplatforms.jd103 in a cross-version XML file, because the older versions of Android simply ignore the

12345678