Home
last modified time | relevance | path

Searched refs:correct (Results 1 – 25 of 38) sorted by relevance

12

/frameworks/opt/calendar/tests/src/com/android/calendarcommon/
DEventRecurrenceTest.java551 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/
Dpowidf2_test.c25 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powidf2() local
26 if (!correct) in test__powidf2()
29 return !correct; in test__powidf2()
Dpowixf2_test.c27 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powixf2() local
28 if (!correct) in test__powixf2()
31 return !correct; in test__powixf2()
Dpowitf2_test.c27 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powitf2() local
28 if (!correct) in test__powitf2()
31 return !correct; in test__powitf2()
Dpowisf2_test.c25 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/
Dwikinotes-intents.jd16 <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
Dwikinotes-linkify.jd23 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
Dpainless-threading.jd74 <p>You can use any of these classes and methods to correct the previous code example:</p>
Don-screen-inputs.jd150 documentation. It is important to make use of the correct input types that are
/frameworks/base/opengl/tests/angeles/
DREADME.txt66 could still have some work to do with compatibility and correct
/frameworks/base/docs/html/guide/topics/usb/
Dhost.jd112 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/
Dandroid-2.0-highlights.jd140 <li>An improved keyboard layout to makes it easier to hit the correct characters
Dandroid-2.3-highlights.jd86 <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
Dandroid-1.6.jd235 correct scaling. The framework will automatically scale bitmaps and
/frameworks/base/docs/html/guide/topics/testing/
Dservice_testing.jd173 will stop the Service. You should test that your Service stops at the correct point.
/frameworks/base/docs/html/resources/tutorials/opengl/
Dopengl-es10.jd50 <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
Dopengl-es20.jd49 <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/
Dmonkeyrunner_concepts.jd70 and comparing its output screenshots to a set of screenshots that are known to be correct.
/frameworks/base/docs/html/sdk/ndk/
Dindex.jd174 <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/
Dindex.jd148 <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/
Dopengl.jd226 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/
Djni.jd126 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.
Daccessibility.jd278 sendAccessibilityEvent()} with the specific event type at the correct time.</p>
/frameworks/base/docs/html/resources/tutorials/notepad/
Dnotepad-ex2.jd179 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/
Dnotepad-ex2.jd179 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

12