Searched refs:Description (Results 1 - 25 of 39) sorted by relevance

12

/frameworks/native/services/surfaceflinger/RenderEngine/
H A DDescription.cpp25 #include "Description.h"
29 Description::Description() : function in class:android::Description
40 Description::~Description() {
43 void Description::setPlaneAlpha(GLclampf planeAlpha) {
50 void Description::setPremultipliedAlpha(bool premultipliedAlpha) {
56 void Description::setOpaque(bool opaque) {
62 void Description::setTexture(const Texture& texture) {
68 void Description
[all...]
H A DDescription.h34 class Description { class in namespace:android
58 Description();
59 ~Description();
H A DProgramCache.h26 #include "Description.h"
30 class Description;
36 * Description. It's responsible for figuring out what to
37 * generate from a Description.
44 * A Key is generated from a Description.
112 void useProgram(const Description& description);
115 // compute a cache Key from a Description
116 static Key computeKey(const Description& description);
H A DProgram.h24 #include "Description.h"
55 void setUniforms(const Description& desc);
H A DGLES20RenderEngine.h28 #include "Description.h"
53 Description mState;
H A DProgramCache.cpp24 #include "Description.h"
87 ProgramCache::Key ProgramCache::computeKey(const Description& description) {
195 void ProgramCache::useProgram(const Description& description) {
H A DProgram.cpp23 #include "Description.h"
126 void Program::setUniforms(const Description& desc) {
/frameworks/base/core/java/android/util/
H A DEventLogTags.java34 public static class Description { class in class:EventLogTags
38 Description(int tag, String name) { method in class:EventLogTags.Description
48 public Description get(String name) { return null; }
50 public Description get(int tag) { return null; }
/frameworks/testing/androidtestlib/src/com/android/test/runner/listener/
H A DDelayInjector.java20 import org.junit.runner.Description;
38 public void testRunStarted(Description description) throws Exception {
44 public void testFinished(Description description) throws Exception {
H A DSuiteAssignmentPrinter.java21 import org.junit.runner.Description;
55 public void testStarted(Description description) throws Exception {
61 public void testFinished(Description description) throws Exception {
98 public void testIgnored(Description description) throws Exception {
H A DInstrumentationResultPrinter.java21 import org.junit.runner.Description;
101 public void testRunStarted(Description description) throws Exception {
115 public void testStarted(Description description) throws Exception {
136 public void testFinished(Description description) throws Exception {
165 public void testIgnored(Description description) throws Exception {
/frameworks/testing/androidtestlib/src/com/android/test/runner/
H A DTestRequestBuilder.java32 import org.junit.runner.Description;
80 public boolean shouldRun(Description description) {
90 for (Description child : description.getChildren()) {
124 public boolean shouldRun(Description description) {
172 Description.createTestDescription(clazz, testMethodName)));
181 private static Filter matchParameterizedMethod(final Description target) {
186 public boolean shouldRun(Description desc) {
192 for (Description child : desc.getChildren()) {
H A DTestLoader.java21 import org.junit.runner.Description;
75 Description description = Description.createSuiteDescription(className);
/frameworks/base/core/java/android/view/animation/
H A DTranslateAnimation.java59 Description d = Description.parseValue(a.peekValue(
64 d = Description.parseValue(a.peekValue(
69 d = Description.parseValue(a.peekValue(
74 d = Description.parseValue(a.peekValue(
H A DRotateAnimation.java58 Description d = Description.parseValue(a.peekValue(
63 d = Description.parseValue(a.peekValue(
H A DLayoutAnimationController.java106 Animation.Description d = Animation.Description.parseValue(
H A DGridLayoutAnimationController.java118 Animation.Description d = Animation.Description.parseValue(
121 d = Animation.Description.parseValue(
H A DScaleAnimation.java120 Description d = Description.parseValue(a.peekValue(
125 d = Description.parseValue(a.peekValue(
H A DAnimation.java1073 protected static class Description { class in class:Animation
1081 * The absolute or relative dimension for this Description.
1097 static Description parseValue(TypedValue value) {
1098 Description d = new Description();
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir_s.s16 ; * Description:
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir_s.s16 ; * Description:
/frameworks/native/services/surfaceflinger/
H A DAndroid.mk25 RenderEngine/Description.cpp \
/frameworks/testing/androidtestlib/tests/src/com/android/test/runner/
H A DTestRequestBuilderTest.java30 import org.junit.runner.Description;
184 public void testRunStarted(Description description) throws Exception {
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
H A DFwdLockEngine.h503 static const String8 Description; member in class:android::FwdLockEngine
/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4WRITER_common.h183 M4OSA_Char* Description ; member in struct:__anon211

Completed in 1403 milliseconds

12