Searched refs:by (Results 1 - 25 of 304) sorted by relevance

1234567891011>>

/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A Dbricked.rs10 * Unless required by applicable law or agreed to in writing, software
34 int by = yz % brick_dimy;
43 int py = (by << 5) | in_br_y;
72 int by = yz % brick_dimy;
82 int base_brick = bx + (by + brick_dimy * bz) * brick_dimx;
100 if (by > 0) { // edge of screen
112 if (by < brick_dimy - 1) {
/frameworks/base/core/tests/coretests/apks/keyset/
H A DAndroid.mk3 #apks signed by keyset_A
53 #apks signed by keyset_B
75 #apks signed by keyset_A and keyset_B
84 #apks signed by keyset_A and unit_test
93 #apks signed by platform only
101 #apks signed by platform and keyset_A
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
H A DBRWriter.kt10 * Unless required by applicable law or agreed to in writing, software
24 val klass: String by lazy {
H A DLayoutBinderWriter.kt7 * Unless required by applicable law or agreed to in writing, software
118 val Expr.needsLocalField by lazyProp { expr : Expr ->
125 val BindingTarget.readableName by lazyProp { target: BindingTarget ->
141 val BindingTarget.fieldName : String by lazyProp { target : BindingTarget ->
154 val BindingTarget.androidId by lazyProp { target : BindingTarget ->
162 val BindingTarget.interfaceClass by lazyProp { target : BindingTarget ->
170 val BindingTarget.constructorParamName by lazyProp { target : BindingTarget ->
175 val Expr.readableName by lazyProp { expr : Expr ->
181 val Expr.fieldName by lazyProp { expr : Expr ->
185 val InverseBinding.fieldName by lazyPro
[all...]
/frameworks/base/data/keyboards/
H A Dcommon.mk9 # Unless required by applicable law or agreed to in writing, software
16 # Used by Android.mk and keyboards.mk.
/frameworks/base/libs/androidfw/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
21 # team really wants is to build the stuff defined by this makefile.
/frameworks/base/libs/input/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
51 # team really wants is to build the stuff defined by this makefile.
/frameworks/minikin/app/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
27 # pulled in by the build system (and thus sadly must be repeated).
/frameworks/rs/tests/java_api/HelloComputeNDK/libhellocomputendk/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
16 # This is the shared library included by the JNI test app.
/frameworks/rs/tests/java_api/RsBLAS_Benchmark/libsgemm/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
16 # This is the shared library included by the JNI test app.
/frameworks/av/media/libstagefright/foundation/tests/
H A DAndroid.mk32 # team really wants is to build the stuff defined by this makefile.
/frameworks/base/tests/SmokeTest/tests/
H A DAndroid.mk10 # Notice that we don't have to include the src files of SmokeTestApp because, by
/frameworks/rs/cpu_ref/
H A DrsCpuBLAS.inc10 * Unless required by applicable law or agreed to in writing, software
/frameworks/rs/script_api/
H A Drs_value_types.spec10 # Unless required by applicable law or agreed to in writing, software
33 Vectors are declared using the common type name followed by a 2, 3, or 4.
36 To create vector literals, use the vector type followed by the values enclosed
41 Single entries can be accessed by following the variable name with a dot and:<ul>
44 <li>The letter s or S, followed by a zero based index.</li></ul>
52 Multiple entries of a vector can be accessed at once by using an identifier that is
H A Drs_matrix.spec10 # Unless required by applicable law or agreed to in writing, software
28 a vector is done by postmultiplying the vector, e.g. <code>(matrix * vector)</code>,
29 as provided by @rsMatrixMultiply().
34 transformation s1 followed by s2, call <code>rsMatrixLoadMultiply(&amp;combined, &amp;s2, &amp;s1)</code>.
222 <code>row 0, column 0</code> should be first, followed by the element at
264 Constructs a frustum projection matrix, transforming the box identified by
267 To apply this projection to a vector, multiply the vector by the created
293 by the first transformation matrix. E.g. to create a transformation matrix that applies
294 the transformation s1 followed by s2, call <code>rsMatrixLoadMultiply(&amp;combined, &amp;s2, &amp;s1)</code>.
314 Constructs an orthographic projection matrix, transforming the box identified by th
[all...]
H A Drs_time.spec10 # Unless required by applicable law or agreed to in writing, software
68 Converts the time specified by timer into a @rs_tm structure that provides year, month,
83 If timer is non-NULL, the result is also stored in the memory pointed to by
102 The granularity of the values return by this call may be much larger than a nanosecond.
/frameworks/av/media/libstagefright/codec2/tests/
H A DAndroid.mk34 # team really wants is to build the stuff defined by this makefile.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dasm_common.S10 @ Unless required by applicable law or agreed to in writing, software
/frameworks/base/core/tests/hosttests/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/base/core/tests/hosttests/test-apps/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/base/core/tests/hosttests/test-apps/AutoLocTestApp/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/base/core/tests/hosttests/test-apps/AutoLocVersionedTestApp_v1/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/base/core/tests/hosttests/test-apps/AutoLocVersionedTestApp_v2/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocAllPermsTestApp/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocPermsFLTestApp/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software

Completed in 1574 milliseconds

1234567891011>>