Searched refs:current (Results 51 - 75 of 194) sorted by relevance

12345678

/frameworks/native/libs/gui/
H A DBufferQueueConsumer.cpp299 BufferQueueCore::Fifo::iterator current(mCore->mQueue.begin());
300 while (current != mCore->mQueue.end()) {
301 if (current->mSlot == slot) {
306 ++current;
408 BufferQueueCore::Fifo::iterator current(mCore->mQueue.begin());
409 while (current != mCore->mQueue.end()) {
410 if (current->mAcquireCalled) {
411 mask &= ~(1ULL << current->mSlot);
413 ++current;
/frameworks/base/core/java/android/text/method/
H A DMultiTapKeyListener.java117 char current = content.charAt(selStart);
119 if (Character.isLowerCase(current)) {
121 String.valueOf(current).toUpperCase());
127 if (Character.isUpperCase(current)) {
129 String.valueOf(current).toLowerCase());
H A DMetaKeyKeyListener.java42 * as spans in an {@link Editable} text buffer. The spans only describe the current
296 int current = content.getSpanFlags(what);
298 if (current == PRESSED)
300 else if (current == RELEASED)
316 int current = content.getSpanFlags(what);
318 if (current == LOCKED)
401 int current = content.getSpanFlags(what);
405 if (current == USED)
407 else if (current == PRESSED)
452 * @param state the current met
[all...]
/frameworks/base/services/core/java/com/android/server/updates/
H A DSELinuxPolicyInstallReceiver.java130 File current = new File(updateDir.getParentFile(), "current");
133 if (current.exists()) {
135 Os.rename(update.getPath(), current.getPath());
137 Os.symlink(updateDir.getPath(), current.getPath());
143 Os.rename(tmp.getPath(), current.getPath());
/frameworks/base/core/java/android/animation/
H A DStateListAnimator.java89 * Returns the current {@link android.animation.Animator} which is started because of a state
111 final View current = getTarget();
112 if (current == view) {
115 if (current != null) {
245 * Sets the changing configurations value to the union of the current changing configurations
/frameworks/base/core/java/android/content/
H A DAbstractThreadedSyncAdapter.java197 for (SyncThread current : mSyncThreads.values()) {
198 if (current.mSyncContext.getSyncContextBinder() == syncContext.asBinder()) {
199 info = current;
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
H A DBandwidthTestUtil.java104 int current = 0;
105 while ((current = bis.read()) != -1) {
106 baf.append((byte) current);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DColladaParser.java230 CompoundTransform current = new CompoundTransform();
231 current.setName(name);
233 parent.appendChild(current);
235 mScene.appendTransform(current);
238 mScene.addToTransformMap(current);
251 current.addTranslate(description, value);
257 current.addRotate(description, axis, value.w);
261 current.addScale(description, value);
263 getRenderable(field, current);
265 updateLight(field, current);
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s38 ; * [in] ppBitStream pointer to the pointer to the current byte in
44 ; * macroblocks specially at the left side of the current macroblock
47 ; * macroblocks specially at the upper side of the current macroblock
50 ; * macroblocks specially at the upper-right side of the current macroblock
54 ; * [in] MBType the type of the current macroblock. If MBType
59 ; * so that it points to the current byte in the bit
62 ; * current bit position in the byte pointed by
64 ; * [out] pDstMVCurMB pointer to the motion vector buffer of the current
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s38 ; * [in] ppBitStream pointer to the pointer to the current byte in
44 ; * macroblocks specially at the left side of the current macroblock
47 ; * macroblocks specially at the upper side of the current macroblock
50 ; * macroblocks specially at the upper-right side of the current macroblock
54 ; * [in] MBType the type of the current macroblock. If MBType
59 ; * so that it points to the current byte in the bit
62 ; * current bit position in the byte pointed by
64 ; * [out] pDstMVCurMB pointer to the motion vector buffer of the current
/frameworks/base/core/tests/hosttests/test-apps/AutoLocTestApp/
H A DAndroid.mk23 LOCAL_SDK_VERSION := current
/frameworks/base/core/tests/hosttests/test-apps/AutoLocVersionedTestApp_v1/
H A DAndroid.mk23 LOCAL_SDK_VERSION := current
/frameworks/base/core/tests/hosttests/test-apps/AutoLocVersionedTestApp_v2/
H A DAndroid.mk23 LOCAL_SDK_VERSION := current
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocAllPermsTestApp/
H A DAndroid.mk23 LOCAL_SDK_VERSION := current
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocPermsFLTestApp/
H A DAndroid.mk23 LOCAL_SDK_VERSION := current
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocTestApp/
H A DAndroid.mk23 LOCAL_SDK_VERSION := current
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocVersionedTestApp_v1/
H A DAndroid.mk23 LOCAL_SDK_VERSION := current
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocVersionedTestApp_v2/
H A DAndroid.mk23 LOCAL_SDK_VERSION := current
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/
H A DAndroid.mk23 LOCAL_SDK_VERSION := current
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsBT/
H A DAndroid.mk23 LOCAL_SDK_VERSION := current
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/
H A DAndroid.mk23 LOCAL_SDK_VERSION := current
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsFL/
H A DAndroid.mk23 LOCAL_SDK_VERSION := current
/frameworks/base/core/tests/hosttests/test-apps/InternalLocTestApp/
H A DAndroid.mk23 LOCAL_SDK_VERSION := current
/frameworks/base/core/tests/hosttests/test-apps/NoLocTestApp/
H A DAndroid.mk23 LOCAL_SDK_VERSION := current
/frameworks/base/core/tests/hosttests/test-apps/NoLocVersionedTestApp_v1/
H A DAndroid.mk23 LOCAL_SDK_VERSION := current

Completed in 6291 milliseconds

12345678