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

<<31323334353637383940>>

  /dalvik/libcore/security/src/test/java/tests/security/cert/
PolicyNodeTest.java 18 package tests.security.cert;
33 import org.apache.harmony.security.tests.support.cert.PolicyNodeImpl;
36 * Tests for <code>java.security.cert.PolicyNode</code> fields and methods
109 // Tests
113 * @tests java.security.cert.PolicyNode#getDepth()
137 * @tests java.security.cert.PolicyNode#getValidPolicy()
167 * @tests java.security.cert.PolicyNode#isCritical()
192 * @tests java.security.cert.PolicyNode#getParent()
225 * @tests java.security.cert.PolicyNode#getExpectedPolicies()
246 * @tests java.security.cert.PolicyNode#getPolicyQualifiers()
    [all...]
  /external/dropbear/libtomcrypt/src/modes/lrw/
lrw_test.c 31 } tests[] = {
84 for (x = 0; x < (int)(sizeof(tests)/sizeof(tests[0])); x++) {
86 if ((err = lrw_start(idx, tests[x].IV, tests[x].key, 16, tests[x].tweak, 0, &lrw)) != CRYPT_OK) {
91 if (XMEMCMP(tests[x].expected_tweak, lrw.pad, 16)) {
97 if ((err = lrw_encrypt(tests[x].P, buf[0], 16, &lrw)) != CRYPT_OK) {
102 if (XMEMCMP(buf[0], tests[x].C, 16)) {
108 if ((err = lrw_setiv(tests[x].IV, 16, &lrw)) != CRYPT_OK) {
    [all...]
  /dalvik/libcore/math/src/test/java/org/apache/harmony/math/tests/java/math/
BigIntegerConvertTest.java 22 package org.apache.harmony.math.tests.java.math;
44 notes = "This is a complete subset of tests for doubleValue method.",
61 notes = "This is a complete subset of tests for doubleValue method.",
78 notes = "This is a complete subset of tests for doubleValue method.",
95 notes = "This is a complete subset of tests for doubleValue method.",
112 notes = "This is a complete subset of tests for doubleValue method.",
130 notes = "This is a complete subset of tests for doubleValue method.",
150 notes = "This is a complete subset of tests for doubleValue method.",
167 notes = "This is a complete subset of tests for doubleValue method.",
185 notes = "This is a complete subset of tests for doubleValue method."
    [all...]
BigIntegerConstructorsTest.java 22 package org.apache.harmony.math.tests.java.math;
46 notes = "This is a complete subset of tests for BigInteger(byte[]) constructor.",
66 notes = "This is a complete subset of tests for BigInteger(byte[]) constructor.",
88 notes = "This is a complete subset of tests for BigInteger(byte[]) constructor.",
110 notes = "This is a complete subset of tests for BigInteger(byte[]) constructor.",
132 notes = "This is a complete subset of tests for BigInteger(byte[]) constructor.",
154 notes = "This is a complete subset of tests for BigInteger(byte[]) constructor.",
176 notes = "This is a complete subset of tests for BigInteger(byte[]) constructor.",
198 notes = "This is a complete subset of tests for BigInteger(byte[]) constructor.",
220 notes = "This is a complete subset of tests for BigInteger(byte[]) constructor."
    [all...]
  /external/gtest/test/
gtest_output_test_golden_lin.txt 10 [==========] Running 56 tests from 23 test cases.
29 [----------] 2 tests from PassingTest
34 [----------] 3 tests from FatalFailureTest
68 [----------] 5 tests from SCOPED_TRACETest
209 [----------] 4 tests from MixedUpTestCaseTest
217 All tests in the same test case must use the same test fixture
223 of the classes to put the tests into different test cases.
228 All tests in the same test case must use the same test fixture
234 of the classes to put the tests into different test cases.
236 [----------] 2 tests from MixedUpTestCaseWithSameTestNameTes
    [all...]
gtest_output_test_golden_win.txt 8 [==========] Running 57 tests from 26 test cases.
27 [----------] 2 tests from PassingTest
32 [----------] 3 tests from FatalFailureTest
61 [----------] 5 tests from SCOPED_TRACETest
198 [----------] 4 tests from MixedUpTestCaseTest
205 All tests in the same test case must use the same test fixture
211 of the classes to put the tests into different test cases.
215 All tests in the same test case must use the same test fixture
221 of the classes to put the tests into different test cases.
223 [----------] 2 tests from MixedUpTestCaseWithSameTestNameTes
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/
ConstructorTest.java 18 package tests.api.java.lang.reflect;
122 * @tests java.lang.reflect.Constructor#getDeclaredAnnotations()
151 * @tests java.lang.reflect.Constructor#getDeclaredAnnotations()
176 * @tests java.lang.reflect.Constructor#isVarargs()
196 * @tests java.lang.reflect.Constructor#hashCode()
214 * @tests java.lang.reflect.Constructor#toGenericString()
228 "public tests.api.java.lang.reflect.ConstructorTest$GenericConstructorTestHelper(T,S)",
234 "public tests.api.java.lang.reflect.ConstructorTest$GenericConstructorTestHelper() throws E",
239 * @tests java.lang.reflect.Constructor#equals(java.lang.Object)
260 * @tests java.lang.reflect.Constructor#getDeclaringClass(
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/net/
DatagramPacketTest.java 18 package tests.api.java.net;
34 import tests.support.Support_Configuration;
35 import tests.support.Support_PortManager;
45 * @tests java.net.DatagramPacket#DatagramPacket(byte[], int)
75 * @tests java.net.DatagramPacket#DatagramPacket(byte[], int, int)
96 * @tests java.net.DatagramPacket#DatagramPacket(byte[], int, int,
120 * @tests java.net.DatagramPacket#DatagramPacket(byte[], int,
145 * @tests java.net.DatagramPacket#getAddress()
167 * @tests java.net.DatagramPacket#getData()
184 * @tests java.net.DatagramPacket#getLength(
    [all...]
  /development/ide/xcode/views.xcodeproj/
project.pbxproj 40 005FA59B0B52AB9000896055 /* SkBGViewArtist.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkBGViewArtist.cpp; path = ../../tests/skia/views/SkBGViewArtist.cpp; sourceTree = SOURCE_ROOT; };
41 005FA59C0B52AB9000896055 /* SkBorderView.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkBorderView.cpp; path = ../../tests/skia/views/SkBorderView.cpp; sourceTree = SOURCE_ROOT; };
42 005FA59D0B52AB9000896055 /* SkImageView.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkImageView.cpp; path = ../../tests/skia/views/SkImageView.cpp; sourceTree = SOURCE_ROOT; };
43 005FA59E0B52AB9000896055 /* SkListView.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkListView.cpp; path = ../../tests/skia/views/SkListView.cpp; sourceTree = SOURCE_ROOT; };
44 005FA59F0B52AB9000896055 /* SkListWidget.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkListWidget.cpp; path = ../../tests/skia/views/SkListWidget.cpp; sourceTree = SOURCE_ROOT; };
45 005FA5A00B52AB9000896055 /* SkOSFile.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkOSFile.cpp; path = ../../tests/skia/views/SkOSFile.cpp; sourceTree = SOURCE_ROOT; };
46 005FA5A10B52AB9000896055 /* SkOSMenu.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkOSMenu.cpp; path = ../../tests/skia/views/SkOSMenu.cpp; sourceTree = SOURCE_ROOT; };
47 005FA5A20B52AB9000896055 /* SkOSSound.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkOSSound.cpp; path = ../../tests/skia/views/SkOSSound.cpp; sourceTree = SOURCE_ROOT; };
48 005FA5A30B52AB9000896055 /* SkParsePaint.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkParsePaint.cpp; path = ../../tests/skia/views/SkParsePaint.cpp; sourceTree = SOURCE_ROOT; };
49 005FA5A40B52AB9000896055 /* SkProgressBarView.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkProgressBarView.cpp; path = ../../tests/skia/views/SkProgressBarView.cpp; sourceTree = SOURCE_ROOT; }
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/
README-jsDriver.html 45 <b>jsDriver.pl</b> is normally used to run a series of tests against
46 one of the JavaScript shells. These tests are expected to be laid out
48 is considered the <b>root</b> of the tests, subdirectories under the
150 Classpath to pass the the Java Virtual Machine. When running tests
160 Required. Type of engine(s) to run the tests against. TYPE can be
224 tests against the <b>Rhino</b> engine. This can be used to test
239 Specify a list of tests to execute. FILE can be a plain text file
243 for tests, or a single testcase to execute. Any number of FILE
246 between a file containing a list of tests and an actual testcase.
251 Specify a list of tests to skip. FILE has the same meaning as i
    [all...]
  /dalvik/libcore/x-net/src/test/java/tests/api/javax/net/ssl/
SSLEngineTest.java 18 package tests.api.javax.net.ssl;
52 import tests.util.TestEnvironment;
56 * Tests for SSLEngine class
192 * @tests javax.net.ssl.SSLEngine#getSupportedProtocols()
213 * @tests javax.net.ssl.SSLEngine#setEnabledProtocols(String[] protocols)
214 * @tests javax.net.ssl.SSLEngine#getEnabledProtocols()
252 * @tests javax.net.ssl.SSLEngine#getSupportedCipherSuites()
273 * @tests javax.net.ssl.SSLEngine#setEnabledCipherSuites(String[] suites)
274 * @tests javax.net.ssl.SSLEngine#getEnabledCipherSuites()
312 * @tests javax.net.ssl.SSLEngine#setEnableSessionCreation(boolean flag
    [all...]
  /cts/tests/
Android.mk 18 LOCAL_MODULE_TAGS := tests
27 # Resource unit tests use a private locale and some densities
  /cts/tests/SignatureTest/
AndroidManifest.xml 19 package="android.tests.sigtest">
36 android:targetPackage="android.tests.sigtest"
  /cts/tests/SignatureTest/src/android/tests/sigtest/
InstrumentationRunner.java 16 package android.tests.sigtest;
34 "android.tests.sigtest.SignatureTestActivity");
  /cts/tests/tests/example/src/android/example/cts/
ExampleSecondaryTest.java 24 * Example test to demonstrate how tests work as well as to serve as a
46 // Add more tests here.
ExampleTest.java 24 * Example test to demonstrate how tests work as well as to serve as
45 // Add more tests here.
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/util/
DisableKeyguardReceiver.java 17 package android.tests.util;
26 * Intended to be used so UI related tests can be executed successfully.
  /cts/tools/dex-tools/
README.txt 3 This project contains the source code and tests for a dex file parser.
22 lib : dx.jar the jar from the dx tool. Used for in-memory java -> byte code -> dex code -> dex model tests
  /cts/tools/dx-tests/src/dxc/junit/argsreturns/
AllTests.java 26 * Listing of all the tests that are to be run.
35 TestSuite suite = new TestSuite("Tests for basic java vm opcodes: "
  /cts/tools/vm-tests/src/dot/junit/
AllTests.java 24 * Listing of all the tests that are to be run.
33 // tests all opcodes
  /cts/tools/vm-tests/src/dot/junit/format/
AllTests.java 24 * Listing of all the tests that are to be run.
33 TestSuite suite = new TestSuite("Tests for dalvik vm: test that "
  /dalvik/libcore/annotation/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
AllTests.java 17 package org.apache.harmony.annotation.tests.java.lang.annotation;
28 TestSuite suite = tests.TestSuiteFactory.createTestSuite("Test for java.lang.annotation");
  /dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
CipherAesWrapTest.java 16 package org.apache.harmony.crypto.tests.javax.crypto.func;
25 import tests.util.TestEnvironment;
  /dalvik/libcore/dalvik/src/main/java/dalvik/annotation/
SideEffect.java 25 * Marks a test-case as either having a side-effect that other tests might
26 * notice or suffering from such a side effect. Such tests should be run in an
  /dalvik/libcore/luni/src/test/java/java/util/
CurrencyTest.java 25 // harmony Currency tests don't test this, and their DecimalFormat tests

Completed in 272 milliseconds

<<31323334353637383940>>