Searched refs:current (Results 76 - 100 of 194) sorted by relevance

12345678

/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/libs/androidfw/tests/data/basic/
H A Dbuild18 PATH_TO_FRAMEWORK_RES=$(gettop)/prebuilts/sdk/current/android.jar
/frameworks/base/tests/AccessoryDisplay/common/
H A DAndroid.mk21 LOCAL_SDK_VERSION := current
/frameworks/base/tests/Camera2Tests/CameraToo/
H A DAndroid.mk20 LOCAL_SDK_VERSION := current
/frameworks/ex/camera2/public/
H A DAndroid.mk21 #LOCAL_SDK_VERSION := current
/frameworks/ex/camera2/utils/
H A Dutils.mk20 LOCAL_SDK_VERSION := current
/frameworks/native/libs/ui/
H A DRegion.cpp96 const Rect* current = end - 1; local
97 int lastTop = current->top;
101 dst.add(*current);
102 current--;
103 } while (current->top == lastTop && current >= begin);
111 while (current >= begin) {
112 if (current->top != (current + 1)->top) {
114 if ((spanDirection == direction_RTL && current
[all...]
/frameworks/support/annotations/
H A DAndroid.mk19 LOCAL_SDK_VERSION := current
/frameworks/webview/chromium/tests/UbWebViewJankTests/
H A DAndroid.mk24 LOCAK_SDK_VERSION := current
/frameworks/av/services/audioflinger/
H A DFastThread.h53 const FastThreadState *current; member in class:android::FastThread
71 ThreadCpuUsage tcu; // for reading the current CPU clock frequency in kHz
/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/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/
H A DAndroid.mk26 LOCAL_SDK_VERSION := current
55 LOCAL_SDK_VERSION := current
/frameworks/base/services/core/java/com/android/server/updates/
H A DConfigUpdateInstallReceiver.java90 Slog.i(TAG, "Not installing, new version is <= current version");
169 Slog.i(TAG, "Couldn't find current metadata, assuming first update");
188 Slog.i(TAG, "Failed to read current content, assuming first update!");
206 private boolean verifyVersion(int current, int alternative) { argument
207 return (current < alternative);
210 private boolean verifyPreviousHash(String current, String required) { argument
216 return current.equals(required);
/frameworks/support/v7/recyclerview/
H A DAndroid.mk17 # # Build the resources using the current SDK version.
23 # LOCAL_SDK_VERSION := current
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s41 ; * quantized coefficient residuals (PQF) of the current
49 ; * [in] curQP quantization parameter of the current block. curQP may
50 ; * equal to predQP especially when the current block and
61 ; * alpha) of the current block
63 ; * the quantized coefficients (QF) of the current
/frameworks/base/core/java/android/util/
H A DTimeUtils.java67 TimeZone current = TimeZone.getDefault();
68 String currentName = current.getID();
69 int currentOffset = current.getOffset(when);
70 boolean currentDst = current.inDaylightTime(d);
73 // If the current time zone is from the right country
79 return current;
84 // country that has the correct current offset and DST.
86 // haven't encountered the current time zone yet.)

Completed in 677 milliseconds

12345678