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

123456

/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
/frameworks/base/core/tests/hosttests/test-apps/NoLocVersionedTestApp_v2/
H A DAndroid.mk23 LOCAL_SDK_VERSION := current
/frameworks/base/core/tests/hosttests/test-apps/SimpleTestApp/
H A DAndroid.mk23 LOCAL_SDK_VERSION := current
/frameworks/base/core/tests/hosttests/test-apps/UpdateExtToIntLocTestApp_v1_ext/
H A DAndroid.mk23 LOCAL_SDK_VERSION := current
/frameworks/base/core/tests/hosttests/test-apps/UpdateExtToIntLocTestApp_v2_int/
H A DAndroid.mk23 LOCAL_SDK_VERSION := current
/frameworks/base/core/tests/hosttests/test-apps/UpdateExternalLocTestApp_v1_ext/
H A DAndroid.mk23 LOCAL_SDK_VERSION := current
/frameworks/base/core/tests/hosttests/test-apps/UpdateExternalLocTestApp_v2_none/
H A DAndroid.mk23 LOCAL_SDK_VERSION := current
/frameworks/base/core/tests/hosttests/test-apps/VersatileTestApp_Auto/
H A DAndroid.mk23 LOCAL_SDK_VERSION := current
/frameworks/base/core/tests/hosttests/test-apps/VersatileTestApp_External/
H A DAndroid.mk23 LOCAL_SDK_VERSION := current
/frameworks/base/core/tests/hosttests/test-apps/VersatileTestApp_Internal/
H A DAndroid.mk23 LOCAL_SDK_VERSION := current
/frameworks/base/core/tests/hosttests/test-apps/VersatileTestApp_None/
H A DAndroid.mk23 LOCAL_SDK_VERSION := current
/frameworks/base/tests/AccessoryDisplay/common/
H A DAndroid.mk21 LOCAL_SDK_VERSION := current
/frameworks/ex/camera2/public/
H A DAndroid.mk21 #LOCAL_SDK_VERSION := current
/frameworks/native/libs/ui/
H A DRegion.cpp95 const Rect* current = end - 1; local
96 int lastTop = current->top;
100 dst.add(*current);
101 current--;
102 } while (current->top == lastTop && current >= begin);
110 while (current >= begin) {
111 if (current->top != (current + 1)->top) {
113 if ((spanDirection == direction_RTL && current
[all...]
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java71 * any. Any pending data from the current synthesis will be discarded.
284 SpeechItem current = mCurrentSpeechItem;
286 return current;
299 // Stop the current speech item
300 SpeechItem current = setCurrentSpeechItem(null);
301 if (current != null) {
302 current.stop();
371 // Note that the current speech item must be removed only if it
375 SpeechItem current = maybeRemoveCurrentSpeechItem(callerIdentity);
376 if (current !
[all...]
/frameworks/base/core/java/android/database/
H A DMatrixCursor.java62 * Gets value at the given column for the current row.
132 int current = start;
135 if (current == end) {
140 localData[current++] = columnValue;
143 if (current != end) {
/frameworks/base/services/java/com/android/server/updates/
H A DConfigUpdateInstallReceiver.java92 Slog.i(TAG, "Not installing, new version is <= current version");
171 Slog.i(TAG, "Couldn't find current metadata, assuming first update");
184 Slog.i(TAG, "Failed to read current content, assuming first update!");
202 private boolean verifyVersion(int current, int alternative) { argument
203 return (current < alternative);
206 private boolean verifyPreviousHash(String current, String required) { argument
212 return current.equals(required);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s27 ; * quantized coefficient residuals (PQF) of the current
35 ; * [in] curQP quantization parameter of the current block. curQP may
36 ; * equal to predQP especially when the current block and
47 ; * alpha) of the current block
49 ; * the quantized coefficients (QF) of the current
/frameworks/base/core/java/android/util/
H A DTimeUtils.java70 TimeZone current = TimeZone.getDefault();
71 String currentName = current.getID();
72 int currentOffset = current.getOffset(when);
73 boolean currentDst = current.inDaylightTime(d);
76 // If the current time zone is from the right country
82 return current;
87 // country that has the correct current offset and DST.
89 // haven't encountered the current time zone yet.)
/frameworks/support/v7/mediarouter/
H A DAndroid.mk17 # Build the resources using the current SDK version.
23 LOCAL_SDK_VERSION := current
51 LOCAL_SDK_VERSION := current

Completed in 1454 milliseconds

123456