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

1 2 3 4 5 6 7 891011>>

  /external/junit/src/junit/framework/
TestSuite.java 14 * It runs a collection of test cases. Here is an example using
117 * starting with "test" as test cases to the suite.
197 * Counts the number of test cases that will be run by this test.
  /external/kernel-headers/original/asm-x86/
atomic_32.h 76 * other cases.
121 * cases.
140 * other cases.
  /external/v8/src/
heap-profiler.h 53 // These special cases are used in retainer profile.
96 // We use symbols that are illegal JS identifiers to identify special cases.
177 // skipped in some cases.
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/TypeConversion/
9.4-1.js 47 For additional special cases (0, +0, Infinity, -Infinity,
87 // some special cases
113 // edge cases
9.4-2.js 47 For additional special cases (0, +0, Infinity, -Infinity,
87 // some special cases
113 // edge cases
  /bionic/libm/man/
lround.3 59 rounding away from zero in halfway cases.
  /bionic/libm/src/
e_acosh.c 28 * Special cases:
e_atanh.c 30 * Special cases:
  /cts/tests/tests/graphics/src/android/graphics/cts/
PorterDuff_ModeTest.java 51 // Every Mode element will be tested in other test cases.
  /dalvik/dx/src/com/android/dx/cf/code/
BytecodeArray.java 825 SwitchList cases = new SwitchList(count); local
862 SwitchList cases = new SwitchList(npairs); local
    [all...]
  /dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
CipherRSATest.java 29 // 3 cases checked
  /dalvik/libcore/luni/src/main/java/java/util/
Iterator.java 25 * It is not possible to guarantee that this mechanism works in all cases of unsynchronized
  /dalvik/libcore/security/src/test/java/tests/security/interfaces/
DSAPublicKeyTest.java 37 * test covers following use cases
  /development/pdk/docs/porting/
instrumentation_testing.jd 20 <p>This document describes how to use the Instrumentation Framework to write test cases. Instrumentation testing allows you to verify a particular feature or behavior with an automated JUnit TestCase. You can launch activities and providers within an application, send key events, and make assertions about various UI elements. </p>
28 <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>
49 <td valign="top">The instrumentation test runner is an instrumentation that runs instrumentation test cases and injects itself into each test case. Instrumentation test cases need to be grouped together with an instrumentation test runner with the appropriate target package.</td>
100 <p>This section provides an overview for various unit and functional test cases that can be executed through the instrumentation framework.</p>
105 <p>Framework test cases test the Android application framework or specific Android application functionality that requires an Android runtime context. These tests can be found in <code>//device/tests</code> and <code>//device/apps/AndroidTests</code>.</p>
110 <p>Core library test cases test the Android library functionality that does not require an Android runtime context. These tests are split into Android library (android.* package space) tests at <code>//device/java/tests</code> and Java library (java.*, javax.*, etc. packages) tests at <code>//device/dalvik/libcore/.../tests</code>.</p>
123 <li> <code>make Contactstests</code>: Compiles the test cases. </li>
486 <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>
  /development/samples/SpinnerTest/
AndroidManifest.xml 33 which is needed when building test cases.
  /external/bluetooth/bluez/src/
main.conf 46 # doesn't like us doing reverse SDP for some test cases (though there could in
  /external/bluetooth/bluez/test/
bdaddr.8 23 specified by the -t flag. In both cases, the device must be reset before the
  /external/bluetooth/glib/tests/
utf8.txt 9 # Beyond that, this file consists of a series of test cases. Each test case consists of
  /external/clearsilver/man/man3/
cgi_register_parse_cb.3 70 for short reads (ie, end of file) and cases where the
  /external/dropbear/
SMALL 48 cases these flags actually seem to increase size, so experiment before
  /external/elfutils/libdw/
dwarf_getmacros.c 70 We can treat these cases together. */
  /external/fdlibm/
changes 75 to generate bad code under optimization. These cases
e_acosh.c 24 * Special cases:
e_atanh.c 26 * Special cases:
  /external/gtest/test/
gtest_list_tests_unittest_.cc 46 // Several different test cases and tests that will be listed.

Completed in 101 milliseconds

1 2 3 4 5 6 7 891011>>