HomeSort by relevance Sort by last modified time
    Searched full:tests (Results 326 - 350 of 5234) sorted by null

<<11121314151617181920>>

  /external/webkit/LayoutTests/storage/
change-version-handle-reuse-expected.txt 1 This tests that a database can be accessed after changing its version. You should see an error about FooBar table below, not about mismatching versions. Also, reloading the page should not cause an assertion failure.
open-database-set-empty-version-expected.txt 1 This tests that calling openDatabase with an empty version string sets the current version of that database to the empty string and subsequent attempts to open the database with a different expected version throw an exception.
read-and-write-transactions-dont-run-together-expected.txt 1 This test tests that read and write transactions on different handles to the same database don't run together.
  /external/webkit/WebCore/manual-tests/
chrome-bidi-text.html 2 This tests drawing bidirectional text in Windows Safari chrome. Click the
drag-caret.html 1 <p>This tests dragging over an input element, to make sure no drag-cursor is left behind.</p>
go-back-after-alert.html 3 This tests a bug where going back just before putting up an alert can lead to a crash.
textarea-onpaste.html 6 This tests that onpaste handlers are called. To test this, paste some text in the textarea below. The result below should change from FAILURE to SUCCESS.
  /external/webkit/WebKitTools/simplejson/
README.txt 11 Removed unit tests from current distribution.
  /frameworks/base/camera/tests/CameraServiceTest/
Android.mk 9 LOCAL_MODULE_TAGS := tests
  /frameworks/base/common/tests/
AndroidManifest.xml 18 package="com.android.common.tests"
25 <!-- Run tests with "runtest common" -->
27 android:targetPackage="com.android.common.tests"
28 android:label="Android Common Library Tests" />
  /frameworks/base/media/tests/MediaFrameworkTest/
Android.mk 4 LOCAL_MODULE_TAGS := tests
  /frameworks/base/telephony/tests/telephonytests/
Android.mk 4 LOCAL_MODULE_TAGS := tests
  /frameworks/base/tests/CoreTests/android/
Android.mk 4 LOCAL_MODULE_TAGS := tests
  /frameworks/base/tests/DumpRenderTree/
Android.mk 4 LOCAL_MODULE_TAGS := tests
  /frameworks/base/tests/SmokeTest/
Android.mk 4 LOCAL_MODULE_TAGS := tests
  /frameworks/base/tests/framework-tests/src/
Android.mk 6 LOCAL_MODULE := framework-tests
  /frameworks/base/tests/permission/
AndroidManifest.xml 19 package="com.android.framework.permission.tests">
27 "adb shell am instrument -w com.android.framework.permission.tests/android.test.InstrumentationTestRunner"
30 android:targetPackage="com.android.framework.permission.tests"
31 android:label="Tests for private API framework permissions"/>
  /packages/apps/Music/tests/
AndroidManifest.xml 18 package="com.android.music.tests">
24 <instrumentation android:name="com.android.music.tests.MusicPlayerLaunchPerformance"
29 <instrumentation android:name="com.android.music.tests.MusicPlayerFunctionalTestRunner"
34 <instrumentation android:name="com.android.music.tests.MusicPlayerStressTestRunner"
  /packages/providers/DownloadProvider/
Android.mk 13 # additionally, call tests makefiles
  /sdk/eclipse/features/com.android.ide.eclipse.tests/
.project 3 <name>adt-tests-feature</name>
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
FuncTests.java 16 package com.android.ide.eclipse.tests;
18 import com.android.ide.eclipse.tests.functests.layoutRendering.ApiDemosRenderingTest;
23 * Container TestSuite for all eclipse tests to be run
28 static final String FUNC_TEST_PACKAGE = "com.android.ide.eclipse.tests.functests";
GroovyTestsSuite.java 16 package com.android.ide.eclipse.tests;
18 import com.android.ide.eclipse.tests.groovytests.TestGroovy;
23 * Container TestSuite for groovy tests to be run
28 static final String GROOVY_TEST_PACKAGE = "com.android.ide.eclipse.tests.groovytests";
  /dalvik/libcore/dalvik/src/main/java/dalvik/annotation/
TestLevel.java 28 * Indicates that a test method completely tests its target API method.
33 * Indicates that a test method partially tests its target API method and
34 * that together with all other {@code PARTIAL_COMPLETE} tests for the same
45 * Indicates that a test method partially tests its target API method. It
46 * needs a second review phase to find out if the sum of all partial tests
63 * {@code PARTIAL_COMPLETE} tests. This level may also be used for test
81 * Indicates that the tests is either insufficient or wrong. Something needs
  /dalvik/libcore/security/src/test/java/tests/security/interfaces/
RSAPrivateCrtKeyTest.java 16 package tests.security.interfaces;
38 * @tests java.security.interfaces.RSAPrivateCrtKey
53 * @tests java.security.interfaces.RSAPrivateCrtKey
68 * @tests java.security.interfaces.RSAPrivateCrtKey
83 * @tests java.security.interfaces.RSAPrivateCrtKey
98 * @tests java.security.interfaces.RSAPrivateCrtKey
113 * @tests java.security.interfaces.RSAPrivateCrtKey
  /external/gtest/
CHANGES 3 * New feature: death tests on Windows, Cygwin, and Mac.
27 * New feature: value-parameterized tests.
31 * Added tests to the Xcode project.
35 * Enabled running Python tests on systems with python 2.3 installed,
41 * New feature: type-parameterized tests.
43 * New feature: printing elapsed time of tests.
44 * Improved the robustness of death tests.

Completed in 48 milliseconds

<<11121314151617181920>>