Home
last modified time | relevance | path

Searched refs:at (Results 1 – 25 of 448) sorted by relevance

12345678910>>...18

/frameworks/base/libs/rs/scriptc/
Drs_atomic.rsh6 * You may obtain a copy of the License at
29 * Atomic add one to the value at addr.
39 * Atomic add one to the value at addr.
50 * Atomic subtract one from the value at addr. Equal to rsAtomicSub(addr, 1)
59 * Atomic subtract one from the value at addr. Equal to rsAtomicSub(addr, 1)
69 * Atomic add a value to the value at addr. addr[0] += value
72 * @param value Amount to add to the value at addr
79 * Atomic add a value to the value at addr. addr[0] += value
82 * @param value Amount to add to the value at addr
90 * Atomic Subtract a value from the value at addr. addr[0] -= value
[all …]
/frameworks/base/core/tests/coretests/src/android/text/
DPackedIntVectorTest.java37 int at; in testBasic() local
40 at = i; in testBasic()
42 at = p.size() - i; in testBasic()
50 p.insertAt(at, null); in testBasic()
52 p.insertAt(at, ins); in testBasic()
59 assertEquals(0, p.getValue(at, j)); in testBasic()
61 assertEquals(p.getValue(at, j), i + j); in testBasic()
136 int at = (osize - del) / 2; in testBasic() local
137 p.deleteAt(at, del); in testBasic()
141 for (int i = 0; i < at; i++) { in testBasic()
[all …]
/frameworks/compile/libbcc/runtime/test/Unit/
Dffsti2_test.c29 twords at; in test__ffsti2() local
30 at.all = a; in test__ffsti2()
32 at.s.high, at.s.low, x, expected); in test__ffsti2()
Dctzti2_test.c30 twords at; in test__ctzti2() local
31 at.all = a; in test__ctzti2()
33 at.s.high, at.s.low, x, expected); in test__ctzti2()
Dparityti2_test.c38 twords at; in test__parityti2() local
39 at.all = a; in test__parityti2()
41 at.s.high, at.s.low, x, expected); in test__parityti2()
Dclzti2_test.c30 twords at; in test__clzti2() local
31 at.all = a; in test__clzti2()
33 at.s.high, at.s.low, x, expected); in test__clzti2()
Dpopcountti2_test.c38 twords at; in test__popcountti2() local
39 at.all = a; in test__popcountti2()
41 at.s.high, at.s.low, x, expected); in test__popcountti2()
Dumodti3_test.c28 utwords at; in test__umodti3() local
29 at.all = a; in test__umodti3()
38 at.s.high, at.s.low, bt.s.high, bt.s.low, rt.s.high, rt.s.low, in test__umodti3()
Dudivti3_test.c28 utwords at; in test__udivti3() local
29 at.all = a; in test__udivti3()
38 at.s.high, at.s.low, bt.s.high, bt.s.low, qt.s.high, qt.s.low, in test__udivti3()
Dabsvti2_test.c34 twords at; in test__absvti2() local
35 at.all = a; in test__absvti2()
42 at.s.high, at.s.low, xt.s.high, xt.s.low, in test__absvti2()
Dfloattisf_test.c34 twords at; in test__floattisf() local
35 at.all = a; in test__floattisf()
37 at.s.high, at.s.low, x, expected); in test__floattisf()
Ducmpti2_test.c30 utwords at; in test__ucmpti2() local
31 at.all = a; in test__ucmpti2()
36 at.s.high, at.s.low, bt.s.high, bt.s.low, x, expected); in test__ucmpti2()
Dsubvti3_test.c32 twords at; in test__subvti3() local
33 at.all = a; in test__subvti3()
42 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low, in test__subvti3()
Ddivti3_test.c28 twords at; in test__divti3() local
29 at.all = a; in test__divti3()
38 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low, in test__divti3()
Daddvti3_test.c31 twords at; in test__addvti3() local
32 at.all = a; in test__addvti3()
41 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low, in test__addvti3()
Dcmpti2_test.c30 twords at; in test__cmpti2() local
31 at.all = a; in test__cmpti2()
35 at.s.high, at.s.low, bt.s.high, bt.s.low, x, expected); in test__cmpti2()
Dfloatuntisf_test.c34 utwords at; in test__floatuntisf() local
35 at.all = a; in test__floatuntisf()
37 at.s.high, at.s.low, x, expected); in test__floatuntisf()
Dmodti3_test.c28 twords at; in test__modti3() local
29 at.all = a; in test__modti3()
38 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low, in test__modti3()
Dnegvti2_test.c32 twords at; in test__negvti2() local
33 at.all = a; in test__negvti2()
40 at.s.high, at.s.low, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low); in test__negvti2()
Dfloattidf_test.c34 twords at; in test__floattidf() local
35 at.all = a; in test__floattidf()
37 at.s.high, at.s.low, x, expected); in test__floattidf()
Dfloatuntidf_test.c34 utwords at; in test__floatuntidf() local
35 at.all = a; in test__floatuntidf()
37 at.s.high, at.s.low, x, expected); in test__floatuntidf()
Dmulti3_test.c26 twords at; in test__multi3() local
27 at.all = a; in test__multi3()
36 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low, in test__multi3()
Dnegti2_test.c28 twords at; in test__negti2() local
29 at.all = a; in test__negti2()
36 at.s.high, at.s.low, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low); in test__negti2()
/frameworks/base/opengl/tests/testPauseResume/
DREADME26 E/AndroidRuntime( 1466): at android.opengl.GLSurfaceView$EglHelper.throwEglException(GLSurfa…
27 E/AndroidRuntime( 1466): at android.opengl.GLSurfaceView$EglHelper.throwEglException(GLSurfa…
28 E/AndroidRuntime( 1466): at android.opengl.GLSurfaceView$EglHelper.start(GLSurfaceView.java:…
29 E/AndroidRuntime( 1466): at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.j…
30 E/AndroidRuntime( 1466): at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:110…
/frameworks/base/core/java/android/os/
DUEventObserver.java55 int at = message.indexOf(0, offset); in UEvent() local
56 if (at < 0) break; in UEvent()
58 if (equals > offset && equals < at) { in UEvent()
61 message.substring(equals + 1, at)); in UEvent()
64 offset = at + 1; in UEvent()

12345678910>>...18