HomeSort by relevance Sort by last modified time
    Searched full:cases (Results 51 - 75 of 2648) sorted by null

1 23 4 5 6 7 8 91011>>

  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INTERPRET.S 5 * the two cases by looking at the link register. If called from a
  /dalvik/vm/mterp/x86/
OP_PACKED_SWITCH.S 4 * Handle a packed-switch or sparse-switch instruction. In both cases
  /external/bluetooth/glib/docs/reference/glib/
gtester.1 62 list paths of available test cases
67 run test cases in
73 only run test cases matching
79 run all test cases with random number seed
  /external/dropbear/libtommath/
bn_mp_exch.c 18 /* swap the elements of two integers, for cases where you can't simply swap the
  /external/expat/tests/
xmltest.sh 12 # The script lists all test cases where Expat shows a discrepancy
13 # from the expected result. Test cases where only the canonical
84 # well-formed test cases #
115 # not well-formed test cases #
  /external/icu4c/test/intltest/
dtfmapts.h 18 * This is an API test, not a unit test. It doesn't test very many cases, and doesn't
  /frameworks/base/media/java/android/media/
package.html 4 <p>The Media APIs are used to play and, in some cases, record media files. This includes
  /dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
CipherDESedeTest.java 28 // 80 cases checked
50 // 40 cases checked
CipherDesTest.java 28 // 40 cases checked
50 // 20 cases checked
CipherAesTest.java 28 // 216 cases checked
53 // 108 cases checked
  /dalvik/libcore/dalvik/src/main/java/dalvik/annotation/
TestInfo.java 53 * aspects (exceptions, normal cases, border edge cases, etc.) in
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/
try-001.js 55 * return value from newJavaInteger in cases in which we do not expect
56 * exceptions, and that we got the exception in cases where an exception
try-006.js 40 * Add test cases here
64 * Test cases are added in this function. Within the with block, the
try-007.js 40 * Add test cases here
66 * This function has a for-in statement within a try block. Test cases
  /dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/helpers/
AttributeListImplTest.java 83 // Ordinary cases
192 // Ordinary cases
208 // Ordinary cases
224 // Ordinary cases
240 // Ordinary cases
258 // Ordinary cases
AttributesImplTest.java 106 // Ordinary cases
124 // Ordinary cases
142 // Ordinary cases
160 // Ordinary cases
178 // Ordinary cases
196 // Ordinary cases
204 // null cases
215 // Ordinary cases
234 // Ordinary cases
242 // null cases
    [all...]
  /development/pdk/docs/compatibility/
cts-intro.jd 9 <li>Individual test cases are executed on attached mobile devices or on an
10 emulator. The test cases are written in Java as JUnit tests and packaged as
30 <h3>Types of test cases</h3>
31 The CTS includes the following types of test cases:
37 <div>Future versions of the CTS will include the following types of test cases:</div>
44 The unit test cases cover the following areas to ensure compatibility <br>
  /dalvik/libcore/luni/src/main/java/java/lang/
Math.java 48 * Special cases:
69 * Special cases:
121 * Special cases:
139 * Special cases:
157 * Special cases:
178 * Special cases:
216 * Special cases:
235 * Special cases:
256 * Special cases:
274 * Special cases
    [all...]
StrictMath.java 63 * Special cases:
84 * Special cases:
137 * Special cases:
154 * Special cases:
171 * Special cases:
191 * Special cases:
229 * Special cases:
248 * Special cases:
269 * Special cases:
285 * Special cases
    [all...]
  /cts/tools/utils/
DescriptionGenerator.java 52 * Input: The source files of the test cases. It will be represented
241 * information of all the test package, test suite and test cases.
399 * @param cases A collection of test cases included by the test suite class.
401 void appendTestCases(Node elem, Collection<TestMethod> cases) {
402 if (cases.isEmpty()) {
406 for (TestMethod caze : cases) {
494 * @param cases The test cases included in this test suite.
496 TestClass(String name, Collection<TestMethod> cases) {
520 ArrayList<TestMethod> cases = new ArrayList<TestMethod>(); local
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/TypeConversion/
9.3.1-2.js 26 see 9.3.1 for cases for converting strings to numbers.
27 special cases:
35 This tests special cases of ToNumber(string) that are
9.3.js 26 see 9.3.1 for cases for converting strings to numbers.
27 special cases:
69 // special cases here
  /development/pdk/docs/porting/
instrumentation_framework.jd 10 <a href="#androidInstrumentationFrameworkWritingRunning">Writing and Running Test Cases</a><br/>
16 <p>This document describes how to use the Instrumentation Framework to write test cases. You should have a working knowledge of the following:</p>
23 <p> Each Android application runs in its own process. Instrumentation kills the application process and restarts the process with Instrumentation. Instrumentation gives a handle to the application context used to poke around the application to validate test assertions, allowing you to write test cases to test applications at a much lower level than UI screen shot tests. Note that Instrumentation cannot catch UI bugs. </p>
43 <a name="androidInstrumentationFrameworkWritingRunning"></a><h2>Writing and Running Test Cases</h2>
53 <li> <code>make Contactstests</code>: Compiles the test cases. </li>
134 <p>If you run your test cases and nothing appears to happen, have a look at <code>adb logcat</code>. The following is a common problem:</p>
  /dalvik/libcore/luni/src/test/java/tests/java/lang/String/
Tests.java 54 notes = "Doesn't check specific cases.",
64 notes = "Doesn't check specific cases.",
  /dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/ext/
Attributes2ImplTest.java 278 // Ordinary cases
304 // Ordinary cases
323 // Ordinary cases
342 // Ordinary cases
368 // Ordinary cases
387 // Ordinary cases
406 // Ordinary cases
438 // Ordinary cases

Completed in 452 milliseconds

1 23 4 5 6 7 8 91011>>