/frameworks/opt/calendar/tests/src/com/android/calendarcommon/ |
D | EventRecurrenceTest.java | 551 private static void cmp(int vlen, int[] v, int[] correct, String name) { in cmp() argument 552 if ((correct == null && v != null) in cmp() 553 || (correct != null && v == null)) { in cmp() 555 + ": correct=" + Arrays.toString(correct) in cmp() 558 if ((correct == null && vlen != 0) in cmp() 559 || (vlen != (correct == null ? 0 : correct.length))) { in cmp() 561 + ": correct=" + ((correct == null) ? "null" : correct.length) in cmp() 564 if (correct == null) { in cmp() 567 if (v.length < correct.length) { in cmp() 569 + ": correct=" + Arrays.toString(correct) in cmp() [all …]
|
/frameworks/compile/libbcc/runtime/test/Unit/ |
D | powidf2_test.c | 25 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powidf2() local 26 if (!correct) in test__powidf2() 29 return !correct; in test__powidf2()
|
D | powixf2_test.c | 27 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powixf2() local 28 if (!correct) in test__powixf2() 31 return !correct; in test__powixf2()
|
D | powitf2_test.c | 27 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powitf2() local 28 if (!correct) in test__powitf2() 31 return !correct; in test__powitf2()
|
D | powisf2_test.c | 25 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powisf2() local 26 if (!correct) in test__powisf2() 29 return !correct; in test__powisf2()
|
/frameworks/base/docs/html/resources/articles/ |
D | wikinotes-intents.jd | 16 <code>VIEW</code> action and <code>content:</code> URI and finds the correct 19 numbers, also result in the correct activity to handle that data type being 82 getting the Intent request to the correct activity.</p> 99 allow requests for certain URLs to be routed to the correct class.</p> 184 <p>This is the correct combination of matches for the VIEW action on a
|
D | wikinotes-linkify.jd | 23 the matched text is added, forms a Content URI to allow the correct 31 which can then be used to locate the correct wiki page from a
|
D | painless-threading.jd | 74 <p>You can use any of these classes and methods to correct the previous code example:</p>
|
D | on-screen-inputs.jd | 150 documentation. It is important to make use of the correct input types that are
|
/frameworks/base/opengl/tests/angeles/ |
D | README.txt | 66 could still have some work to do with compatibility and correct
|
/frameworks/base/docs/html/guide/topics/usb/ |
D | host.jd | 112 interface to communicate on. Once you obtain the correct endpoint, open a {@link 375 <li>When you find the correct endpoint, open a {@link android.hardware.usb.UsbDeviceConnection} 388 should have more logic to correctly find the correct interface and endpoints to communicate on
|
/frameworks/base/docs/html/sdk/ |
D | android-2.0-highlights.jd | 140 <li>An improved keyboard layout to makes it easier to hit the correct characters
|
D | android-2.3-highlights.jd | 86 <p>The keyboard adds the capability to correct entered words from suggestions in 90 suggestions let the user accept a suggestion and then return to correct it
|
D | android-1.6.jd | 235 correct scaling. The framework will automatically scale bitmaps and
|
/frameworks/base/docs/html/guide/topics/testing/ |
D | service_testing.jd | 173 will stop the Service. You should test that your Service stops at the correct point.
|
/frameworks/base/docs/html/resources/tutorials/opengl/ |
D | opengl-es10.jd | 50 <li>Define a projection to correct for screen geometry</li> 344 so they have the correct proportions on any display. For more information about OpenGL coordinate
|
D | opengl-es20.jd | 49 <li>Define a projection to correct for screen geometry</li> 424 so they have the correct proportions on any display. For more information about OpenGL coordinate
|
/frameworks/base/docs/html/guide/developing/tools/ |
D | monkeyrunner_concepts.jd | 70 and comparing its output screenshots to a set of screenshots that are known to be correct.
|
/frameworks/base/docs/html/sdk/ndk/ |
D | index.jd | 174 <code>history_index</code> parameter, and the correct definitions are shown below: 202 used by the build system is correct.</li>
|
/frameworks/base/docs/html/resources/tutorials/localization/ |
D | index.jd | 148 <pre>// assign flag.png to the button, loading correct flag image for current locale 179 <li>It assigns the correct flag icon to the button.
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | opengl.jd | 226 transform coordinates so your graphic objects have the correct proportions on any display.</p> 239 device screen in order to recalculate object coordinates so they are drawn with correct proportions.
|
/frameworks/base/docs/html/guide/practices/design/ |
D | jni.jd | 126 if the class is ever unloaded and reloaded, the correct way to initialize 617 <p>Make sure that the class name string has the correct format. JNI class 656 will use the correct class loader.
|
D | accessibility.jd | 278 sendAccessibilityEvent()} with the specific event type at the correct time.</p>
|
/frameworks/base/docs/html/resources/tutorials/notepad/ |
D | notepad-ex2.jd | 179 this to get the data from the correct row, and bundle it up to send to 479 <code>Notepadv2</code> class can save the changes back to the correct
|
/frameworks/base/docs/html/guide/tutorials/notepad/ |
D | notepad-ex2.jd | 179 this to get the data from the correct row, and bundle it up to send to 475 <code>Notepadv2</code> class can save the changes back to the correct
|