Home
last modified time | relevance | path

Searched refs:Description (Results 1 – 25 of 102) sorted by relevance

12345

/frameworks/base/core/java/android/util/
DEventLogTags.java34 public static class Description { class in EventLogTags
38 Description(int tag, String name) { in Description() method in EventLogTags.Description
48 public Description get(String name) { return null; } in get()
50 public Description get(int tag) { return null; } in get()
/frameworks/testing/androidtestlib/src/com/android/test/runner/listener/
DSuiteAssignmentPrinter.java21 import org.junit.runner.Description;
55 public void testStarted(Description description) throws Exception { in testStarted()
61 public void testFinished(Description description) throws Exception { in testFinished()
98 public void testIgnored(Description description) throws Exception { in testIgnored()
DInstrumentationResultPrinter.java21 import org.junit.runner.Description;
101 public void testRunStarted(Description description) throws Exception { in testRunStarted()
115 public void testStarted(Description description) throws Exception { in testStarted()
136 public void testFinished(Description description) throws Exception { in testFinished()
165 public void testIgnored(Description description) throws Exception { in testIgnored()
DDelayInjector.java20 import org.junit.runner.Description;
38 public void testRunStarted(Description description) throws Exception { in testRunStarted()
44 public void testFinished(Description description) throws Exception { in testFinished()
/frameworks/base/core/java/android/view/animation/
DTranslateAnimation.java59 Description d = Description.parseValue(a.peekValue( in TranslateAnimation()
64 d = Description.parseValue(a.peekValue( in TranslateAnimation()
69 d = Description.parseValue(a.peekValue( in TranslateAnimation()
74 d = Description.parseValue(a.peekValue( in TranslateAnimation()
DRotateAnimation.java58 Description d = Description.parseValue(a.peekValue( in RotateAnimation()
63 d = Description.parseValue(a.peekValue( in RotateAnimation()
DGridLayoutAnimationController.java118 Animation.Description d = Animation.Description.parseValue( in GridLayoutAnimationController()
121 d = Animation.Description.parseValue( in GridLayoutAnimationController()
DScaleAnimation.java120 Description d = Description.parseValue(a.peekValue( in ScaleAnimation()
125 d = Description.parseValue(a.peekValue( in ScaleAnimation()
DLayoutAnimationController.java106 Animation.Description d = Animation.Description.parseValue( in LayoutAnimationController()
DAnimation.java1073 protected static class Description { class
1097 static Description parseValue(TypedValue value) { in parseValue()
1098 Description d = new Description(); in parseValue()
/frameworks/testing/androidtestlib/src/com/android/test/runner/
DTestRequestBuilder.java31 import org.junit.runner.Description;
78 public boolean shouldRun(Description description) { in shouldRun()
88 for (Description child : description.getChildren()) { in shouldRun()
122 public boolean shouldRun(Description description) { in shouldRun()
170 Description.createTestDescription(clazz, testMethodName))); in addTestMethod()
179 private static Filter matchParameterizedMethod(final Description target) { in matchParameterizedMethod()
184 public boolean shouldRun(Description desc) { in matchParameterizedMethod()
190 for (Description child : desc.getChildren()) { in matchParameterizedMethod()
DTestLoader.java21 import org.junit.runner.Description;
75 Description description = Description.createSuiteDescription(className); in doLoadClass()
/frameworks/base/docs/html/google/play/billing/
Dbilling_reference.jd42 <th scope="col">Description</th>
93 <strong>Table 2.</strong> Description of JSON fields with product item details returned from a {@co…
97 <th scope="col">Description</th>
119 <td>Description of the product.</td>
132 <th scope="col">Description</th>
159 <th scope="col">Description</th>
199 <th scope="col">Description</th>
/frameworks/testing/androidtestlib/tests/src/com/android/test/runner/
DTestRequestBuilderTest.java29 import org.junit.runner.Description;
144 public void testRunStarted(Description description) throws Exception { in testRunStarted()
/frameworks/base/docs/html/distribute/googleplay/policies/
Dspam.jd8 <li><a href="#keyword-spam">Spam in App Title and Description</a></li>
51 <h2 id="keyword-spam">Spam in App Title and Description</h2>
114 <td style="white-space:nowrap;">App Description:</td>
141 <div class="heading">Description includes repetitive keywords</div>
148 <td style="white-space:nowrap;">App Description:</td>
181 <div class="heading">Description includes unrelated keywords or references</div>
188 <td style="white-space:nowrap;">App Description:</td>
217 <div class="heading">Description includes excessive detail, references to your other apps</div>
224 <td style="white-space:nowrap;">App Description:</td>
379 <td style="white-space:nowrap;">App Description:</td>
/frameworks/base/docs/html/tools/help/uiautomator/
Dindex.jd44 <th>Description</th>
98 <th>Description</th>
133 <th>Description</th>
158 <th>Description</th>
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
DarmVCM4P2_SetPredDir_s.s16 ; * Description:
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
DarmVCM4P2_SetPredDir_s.s16 ; * Description:
DomxVCM4P2_PredictReconCoefIntra_s.s12 ; * Description:
18 ; * Description:
/frameworks/base/docs/html/tools/projects/
Dtemplates.jd86 <th>Description</th>
179 <th>Description</th>
209 <th>Description</th>
274 <th>Description</th>
303 <th>Description</th>
/frameworks/av/libvideoeditor/vss/common/inc/
DM4WRITER_common.h183 M4OSA_Char* Description ; member
/frameworks/base/docs/html/guide/topics/manifest/
Duses-configuration-element.jd85 <th>Description</th>
112 <th>Description</th>
147 <th>Description</th>
/frameworks/base/docs/html/tools/help/
Detc1tool.jd18 <th>Description</th>
Dmksdcard.jd23 <th>Description</th>
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
DFwdLockEngine.h503 static const String8 Description;

12345