Searched refs:want (Results 1 - 25 of 34) 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/media/mca/tests/
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/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/inputmethodtests/
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/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/tests/SmokeTest/tests/
H A DAndroid.mk4 # We only want this apk build for tests.
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorSRC.cpp204 uint32_t want = pBuffer->frameCount * mChannelCnt * 2; local
205 pBuffer->raw = malloc(want);
207 while (mStarted && want > 0) {
262 if (todo > want) {
263 todo = want;
270 want -= todo;
/frameworks/compile/mclinker/lib/Support/Unix/
H A DSystem.inc55 // On darwin, we want to update the version to match that of the
/frameworks/base/core/tests/coretests/
H A DAndroid.mk14 # We only want this apk build for tests.
43 # Use R_file_stamp as dependency because we want the test apks in place before the R.java is generated.
/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/media/mca/filterfw/
H A DAndroid.mk45 # Don't prelink this library. For more efficient code, you may want
/frameworks/base/nfc-extras/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/tests/Compatibility/
H A DAndroid.mk18 # We only want this apk build for tests.

Completed in 2621 milliseconds

12