HomeSort by relevance Sort by last modified time
    Searched full:test (Results 151 - 175 of 12179) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/skia/tests/
skia_test.cpp 2 #include "Test.h"
20 Test* next() {
24 Test* test = fact(NULL); local
25 test->setReporter(fReporter);
26 return test;
59 virtual void onStart(Test* test) {
60 this->dumpState(test, kStarting_State);
67 virtual void onEnd(Test* test)
110 Test* test; local
    [all...]
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
ListTestCaseNames.java 17 package android.test.suitebuilder;
19 import junit.framework.Test;
30 List<Test> tests = Collections.<Test>list(suite.tests());
32 for (Test test : tests) {
33 if (test instanceof TestCase) {
34 testCaseNames.add(((TestCase) test).getName());
35 } else if (test instanceof TestSuite) {
36 testCaseNames.addAll(getTestCaseNames((TestSuite) test));
    [all...]
  /build/core/
proguard_tests.flags 5 # public void test*();
10 # public static junit.framework.Test suite();
15 # public static junit.framework.Test suite();
20 #-keep class * extends android.test.TestSuiteProvider
  /dalvik/dx/tests/067-dex-switch-and-try/
info.txt 1 This is a smoke test of dex conversion, which looks at a couple cases of
2 embedding a switch statement in a try-catch and vice versa. This test
5 This test compares emitted code against a known-good (via eyeballing)
6 version, so it is possible for this test to spuriously fail if other
  /dalvik/libcore/junit/src/main/java/junit/extensions/
package.html 3 Utility classes supporting the junit test framework.
  /dalvik/libcore/luni/src/test/resources/tests/api/java/io/
testfile 1 This is a test message with Unicode character. \u4e2d\u56fd is China's name in Chinese
  /dalvik/libcore/security/src/test/resources/
PolicyTest.txt 1 grant codeBase "file:${test.bin.dir}" {
  /dalvik/tests/077-method-override/
info.txt 0 Test various forms of method overrides, including some not allowed by the
  /dalvik/tests/082-inline-execute/
info.txt 1 This is a miscellaneous test that was imported into the new-at-the-time
2 runtime test framework. The test is intended to exercise basic features,
6 This test covers the string inline-execute tests, and it done in a
  /dalvik/tests/083-jit-regressions/
info.txt 1 This is a miscellaneous test that was imported into the new-at-the-time
2 runtime test framework. The test is intended to exercise basic features,
6 This test covers JIT regressions
  /external/clearsilver/java-jni/testdata/
test1.hdf 1 # Simple HDF file to test that HDF.readFile() works
  /external/webkit/LayoutTests/http/tests/appcache/
404-manifest-expected.txt 0 Test that subresources can be loaded if manifest is not available. Should say SUCCESS.
deferred-events-delete-while-raising-expected.txt 0 Test the destruction of an iframe while deferred events are being raised does not crash the system.
destroyed-frame-expected.txt 0 Test for bug 33813: Crash when using DOMApplicationCache from a destroyed frame.
main-resource-hash-expected.txt 0 Test that offline applications' main resources are not affected by URL hashes.
non-html-expected.txt 0 Test that non-HTML main resources work with application cache correctly.
offline-access-expected.txt 0 Test that offline applications work when there is no network access (simulated).
reload-expected.txt 0 Test that the manifest is picked correctly when reloading.
wrong-signature-2-expected.txt 0 Test that a manifest served with a wrong signature isn't treated as such.
wrong-signature-expected.txt 0 Test that a manifest served with a wrong signature isn't treated as such.
xhr-foreign-resource-expected.txt 0 Test that a resource marked as foreign can still be loaded via XHR.
  /external/webkit/LayoutTests/platform/android-v8/storage/
transaction-callback-exception-crash-expected.txt 2 If WebKit doesn't crash, this test has passed
  /external/webkit/LayoutTests/storage/
empty-statement-expected.txt 1 Executed an empty statement. If you didn't see a crash or assertion, the test passed.
  /external/webkit/WebCore/manual-tests/
open-url-undefined.html 7 Click the Test button. A new window should open. To pass the test, the address
8 bar of the new window should be empty. If it contains a URL (ending with &ldquo;undefined&rdquo;), WebKit failed the test.
10 <button onclick="window.open()">Test</button>
  /external/webkit/WebCore/manual-tests/resources/multiFileResources/
testFile3.html 2 parent.log('test file 3 submitted');

Completed in 227 milliseconds

1 2 3 4 5 67 8 91011>>