Searched refs:current (Results 26 - 50 of 66) sorted by relevance

123

/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/media/libstagefright/codecs/aacdec/
H A Dsbr_update_freq_scale.cpp309 Int32 current; local
326 current = (tmp_q1 + 16) >> 5;
328 diff[i-1] = current - previous;
329 previous = current;
/frameworks/base/common/tests/
H A DAndroid.mk22 LOCAL_SDK_VERSION := current
/frameworks/base/camera/libcameraservice/
H A DFakeCamera.cpp401 bool current = black; local
403 dst[y*mWidth+x] = current?0:0xffff;
406 current = !current;
/frameworks/base/opengl/libagl/
H A Dmatrix.cpp73 c->transforms.current = &c->transforms.modelview;
502 current->dirty = matrix_stack_t::DO_PICKER |
848 c->transforms.current->multiply(rhs);
887 c->transforms.current->multiply(rhs);
928 c->transforms.current = stack;
934 c->transforms.current->loadIdentity(); // also loads the GLfixed transform
936 c->transforms.current->dirty = 0;
942 c->transforms.current->load(m);
949 c->transforms.current->load(m); // also loads the GLfixed transform
951 c->transforms.current
[all...]
H A Dtexture.cpp62 memset(c->current.texture[i].v, 0, sizeof(vec4_t));
63 c->current.texture[i].Q = 0x10000;
338 // bind this texture to the current active texture unit
358 // bind this texture to the current active texture unit
371 // find out which texture is bound to the current unit
954 c->current.texture[tmu].S = gglFloatToFixed(s);
955 c->current.texture[tmu].T = gglFloatToFixed(t);
956 c->current.texture[tmu].R = gglFloatToFixed(r);
957 c->current.texture[tmu].Q = gglFloatToFixed(q);
969 c->current
[all...]
/frameworks/base/core/java/android/pim/
H A DICalendar.java431 Component current = component;
442 current = parseLine(line, state, current);
447 component = current;
464 * parent. Returns whatever component is the current one (to which new
499 // finish the current component
523 * Extracts the value ":..." on the current line. The first character must
/frameworks/base/common/
H A DAndroid.mk22 LOCAL_SDK_VERSION := current
/frameworks/base/services/java/com/android/server/am/
H A DPendingIntentRecord.java278 WeakReference<PendingIntentRecord> current =
280 if (current == ref) {
/frameworks/base/tools/aapt/
H A DResource.cpp80 // Try to get next file in this current group.
809 sp<AaptAssets> current = assets->getOverlay(); local
810 while(current.get()) {
813 current->setResources(resources);
814 collect_files(current, resources);
815 current = current->getOverlay();
871 current = assets;
872 while(current.get()) {
874 current
[all...]

Completed in 1091 milliseconds

123