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/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.
44 # 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.
/frameworks/native/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

Completed in 3563 milliseconds

12