Searched refs:want (Results 1 - 25 of 33) sorted by relevance

12

/frameworks/base/core/java/android/text/style/
H A DStyleSpan.java91 int want = oldStyle | style;
95 tf = Typeface.defaultFromStyle(want);
97 tf = Typeface.create(old, want);
100 int fake = want & ~tf.getStyle();
/frameworks/base/graphics/tests/graphicstests/
H A DAndroid.mk4 # We only want this apk build for tests.
/frameworks/base/keystore/tests/
H A DAndroid.mk4 # We only want this apk build for tests.
/frameworks/base/location/tests/locationtests/
H A DAndroid.mk4 # We only want this apk build for tests.
/frameworks/base/sax/tests/saxtests/
H A DAndroid.mk4 # We only want this apk build for tests.
/frameworks/base/tests/ImfTest/tests/
H A DAndroid.mk4 # We only want this apk build for tests.
/frameworks/base/tests/TileBenchmark/tests/
H A DAndroid.mk4 # We only want this apk build for tests.
/frameworks/base/tests/permission/
H A DAndroid.mk4 # We only want this apk build for tests.
/frameworks/base/core/tests/bluetoothtests/
H A DAndroid.mk4 # We only want this apk build for tests.
/frameworks/base/core/tests/notificationtests/
H A DAndroid.mk4 # We only want this apk build for tests.
/frameworks/base/core/tests/systemproperties/
H A DAndroid.mk4 # We only want this apk build for tests.
/frameworks/base/services/camera/tests/CameraServiceTest/
H A DAndroid.mk25 # chance to fix this test, we don't want to break normal builds.
/frameworks/base/services/tests/servicestests/
H A DAndroid.mk4 # We only want this apk build for tests.
/frameworks/base/tests/ImfTest/
H A DAndroid.mk4 # We only want this apk build for tests.
/frameworks/base/core/tests/coretests/
H A DAndroid.mk4 # We only want this apk build for tests.
/frameworks/base/tests/SmokeTest/tests/
H A DAndroid.mk4 # We only want this apk build for tests.
/frameworks/media/libvideoeditor/lvpp/
H A DVideoEditorSRC.cpp191 uint32_t want = pBuffer->frameCount * mChannelCnt * 2; local
192 pBuffer->raw = malloc(want);
194 while (mStarted && want > 0) {
249 if (todo > want) {
250 todo = want;
257 want -= todo;
/frameworks/base/opengl/libagl/
H A Dmatrix.h39 void ogles_validate_transform_impl(ogles_context_t* c, uint32_t want);
50 ogles_context_t* c, uint32_t want)
52 if (c->transforms.dirty & want)
53 ogles_validate_transform_impl(c, want);
49 ogles_validate_transform( ogles_context_t* c, uint32_t want) argument
/frameworks/base/core/tests/ConnectivityManagerTest/
H A DAndroid.mk18 # We only want this apk build for tests.
/frameworks/base/core/tests/bandwidthtests/
H A DAndroid.mk18 # We only want this apk build for tests.
/frameworks/base/nfc-extras/tests/
H A DAndroid.mk18 # We only want this apk build for tests.
/frameworks/base/policy/tests/
H A DAndroid.mk18 # We only want this apk build for tests.
/frameworks/base/test-runner/tests/
H A DAndroid.mk18 # We only want this apk build for tests.
/frameworks/base/tests/BrowserPowerTest/
H A DAndroid.mk18 # We only want this apk build for tests.
/frameworks/base/media/libstagefright/
H A DAndroid.mk104 # See if the user has specified a stack they want to use
112 # No HTTP stack is specified, pickup the one we want as default.

Completed in 602 milliseconds

12