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

<<41424344454647484950>>

  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
SourceChannelTest.java 17 package org.apache.harmony.nio.tests.java.nio.channels;
47 * Tests for java.nio.channels.Pipe.SourceChannel
76 * @tests java.nio.channels.Pipe.SourceChannel#validOps()
89 * @tests java.nio.channels.Pipe.SourceChannel#read(ByteBuffer)
105 * @tests java.nio.channels.Pipe.SourceChannel#read(ByteBuffer)
124 * @tests java.nio.channels.Pipe.SourceChannel#read(ByteBuffer)
148 * @tests java.nio.channels.Pipe.SourceChannel#read(ByteBuffer)
202 * @tests java.nio.channels.Pipe.SourceChannel#read(ByteBuffer[])
259 * @tests java.nio.channels.Pipe.SourceChannel#read(ByteBuffer)
296 * @tests java.nio.channels.Pipe.SourceChannel#read(ByteBuffer
    [all...]
  /external/bluetooth/glib/
ChangeLog.pre-2-10 18 * tests/testglib.c: Added test cases for g_time_val_to_iso8601()
55 * tests/testglib.c (test_g_parse_debug_string): Add testss
139 * tests/utf8-pointer.c: Add tests for g_utf8_strlen().
146 * tests/completion-test.c: (main): Plug leaks reported by
148 * tests/convert-test.c: (test_iconv_state), (test_one_half):
150 * tests/patterntest.c: (test_compilation): Same
151 * tests/shell-test.c: (do_argv_test): Same.
152 * tests/unicode-caseconv.c: (main): Same.
153 * tests/uri-test.c: (run_to_uri_tests): Same
    [all...]
  /cts/tests/appsecurity-tests/src/com/android/cts/appsecurity/
AppSecurityTests.java 32 * Set of tests that verify various security checks involving multiple apps are properly enforced.
140 // run appwithdata's tests to create private data
146 // run appaccessdata's tests which attempt to access appwithdata's private data
173 // run INSTRUMENT_DIFF_CERT_PKG tests - expect the test run to fail
207 // run PERMISSION_DIFF_CERT_PKG tests which try to access the permission
208 assertTrue("unexpected result when running permission tests",
227 * Helper method that will the specified packages tests on device.
229 * @param pkgName Android application package for tests
230 * @return <code>true</code> if all tests passed.
238 * Helper method to run tests and return the listener that collected the results
    [all...]
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
IntegerTest.java 17 package org.apache.harmony.luni.tests.java.lang;
43 * @tests java.lang.Integer#byteValue()
60 * @tests java.lang.Integer#compareTo(java.lang.Integer)
85 * @tests java.lang.Integer#decode(java.lang.String)
225 * @tests java.lang.Integer#doubleValue()
242 * @tests java.lang.Integer#equals(java.lang.Object)
259 * @tests java.lang.Integer#floatValue()
276 * @tests java.lang.Integer#getInteger(java.lang.String)
297 * @tests java.lang.Integer#getInteger(java.lang.String, int)
321 * @tests java.lang.Integer#getInteger(java.lang.String, java.lang.Integer
    [all...]
StringBuffer2Test.java 18 package org.apache.harmony.luni.tests.java.lang;
32 * @tests java.lang.StringBuffer#StringBuffer()
47 * @tests java.lang.StringBuffer#StringBuffer(int)
63 * @tests java.lang.StringBuffer#StringBuffer(java.lang.String)
89 * @tests java.lang.StringBuffer#append(char[])
108 * @tests java.lang.StringBuffer#append(char[], int, int)
131 * @tests java.lang.StringBuffer#append(char)
154 * @tests java.lang.StringBuffer#append(double)
173 * @tests java.lang.StringBuffer#append(float)
194 * @tests java.lang.StringBuffer#append(int
    [all...]
ShortTest.java 17 package org.apache.harmony.luni.tests.java.lang;
32 * @tests java.lang.Short#byteValue()
49 * @tests java.lang.Short#compareTo(java.lang.Short)
80 * @tests java.lang.Short#decode(java.lang.String)
154 * @tests java.lang.Short#parseShort(java.lang.String)
195 * @tests java.lang.Short#parseShort(java.lang.String, int)
294 * @tests java.lang.Short#toString()
315 * @tests java.lang.Short#toString(short)
334 * @tests java.lang.Short#valueOf(java.lang.String)
352 * @tests java.lang.Short#valueOf(java.lang.String, int
    [all...]
ThreadTest.java 18 package org.apache.harmony.luni.tests.java.lang;
155 * @tests java.lang.Thread#Thread()
196 * @tests java.lang.Thread#Thread(java.lang.Runnable)
215 * @tests java.lang.Thread#Thread(java.lang.Runnable, java.lang.String)
233 * @tests java.lang.Thread#Thread(java.lang.String)
250 * @tests java.lang.Thread#Thread(java.lang.ThreadGroup, java.lang.Runnable)
273 * @tests java.lang.Thread#Thread(java.lang.ThreadGroup, java.lang.Runnable,
346 * @tests java.lang.Thread#Thread(java.lang.ThreadGroup, java.lang.String)
364 * @tests java.lang.Thread#activeCount()
385 * @tests java.lang.Thread#checkAccess(
    [all...]
PackageTest.java 17 package org.apache.harmony.luni.tests.java.lang;
33 import tests.support.Support_ClassLoader;
34 import tests.support.resource.Support_Resources;
72 * There is a newer version of this class with some actual tests but since
78 * @tests java.lang.Package#getImplementationVendor()
79 * @tests java.lang.Package#getImplementationVersion()
80 * @tests java.lang.Package#getSpecificationTitle()
81 * @tests java.lang.Package#getSpecificationVendor()
82 * @tests java.lang.Package#getSpecificationVersion()
83 * @tests java.lang.Package#getImplementationTitle(
    [all...]
ThreadLocalTest.java 18 package org.apache.harmony.luni.tests.java.lang;
31 * @tests java.lang.ThreadLocal#ThreadLocal()
44 * @tests java.lang.ThreadLocal#remove()
68 * @tests java.lang.ThreadLocal#get()
134 * @tests java.lang.ThreadLocal#set(java.lang.Object)
182 * @tests java.lang.InheritableThreadLocal
214 // Cleanup properly, so other tests are not affected.
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/spi/
AbstractSelectableChannelTest.java 17 package org.apache.harmony.nio.tests.java.nio.channels.spi;
38 import org.apache.harmony.nio.tests.java.nio.channels.spi.AbstractSelectorTest.MockSelectorProvider;
41 * Tests for AbstractSelectableChannel
60 * @tests AbstractSelectableChannel()
73 * @tests AbstractSelectableChannel#implCloseChannel()
110 * @tests AbstractSelectableChannel#provider()
127 * @tests AbstractSelectableChannel#isBlocking()
145 * @tests AbstractSelectableChannel#blockingLock()
159 * @tests AbstractSelectableChannel#register(Selector, int, Object)
195 * @tests AbstractSelectableChannel#register(Selector, int, Object
    [all...]
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
IdentityScope2Test.java 18 package org.apache.harmony.security.tests.java.security;
28 import org.apache.harmony.security.tests.java.security.Identity2Test.IdentitySubclass;
122 * @tests java.security.IdentityScope#IdentityScope()
135 * @tests java.security.IdentityScope#IdentityScope(java.lang.String)
159 * @tests java.security.IdentityScope#IdentityScope(java.lang.String,
203 * @tests java.security.IdentityScope#addIdentity(java.security.Identity)
228 * @tests java.security.IdentityScope#removeIdentity(java.security.Identity)
252 * @tests java.security.IdentityScope#identities()
273 * @tests java.security.IdentityScope#getIdentity(java.security.Principal)
314 * @tests java.security.IdentityScope#getIdentity(java.security.PublicKey
    [all...]
Identity2Test.java 18 package org.apache.harmony.security.tests.java.security;
34 import org.apache.harmony.security.tests.java.security.IdentityScope2Test.IdentityScopeSubclass;
202 * @tests java.security.Identity#Identity()
215 * @tests java.security.Identity#Identity(java.lang.String)
238 * @tests java.security.Identity#Identity(java.lang.String,
283 * @tests java.security.Identity#getScope()
299 * @tests java.security.Identity#getPublicKey()
316 * @tests java.security.Identity#getName()
332 * @tests java.security.Identity#getInfo()
349 * @tests java.security.Identity#certificates(
    [all...]
  /dalvik/libcore/security/src/test/java/tests/api/java/security/
PermissionCollectionTest.java 18 package tests.api.java.security;
30 import tests.support.Support_Exec;
31 import static tests.support.Support_Exec.javaProcessBuilder;
32 import static tests.support.Support_Exec.execAndGetOutput;
33 import tests.support.Support_GetLocal;
34 import tests.support.resource.Support_Resources;
63 * @tests java.security.PermissionCollection#implies(java.security.Permission)
74 // Look for the tests classpath
178 builder.command().add("tests.support.Support_PermissionCollection");
194 * @tests java.security.PermissionCollection#PermissionCollection(
    [all...]
  /dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/
FieldPositionTest.java 17 package org.apache.harmony.text.tests.java.text;
31 * @tests java.text.FieldPosition#FieldPosition(int)
49 * @tests java.text.FieldPosition#FieldPosition(java.text.Format$Field)
67 * @tests java.text.FieldPosition#FieldPosition(java.text.Format$Field, int)
101 * @tests java.text.FieldPosition#equals(java.lang.Object)
138 * @tests java.text.FieldPosition#getBeginIndex()
156 * @tests java.text.FieldPosition#getEndIndex()
174 * @tests java.text.FieldPosition#getField()
195 * @tests java.text.FieldPosition#getFieldAttribute()
217 * @tests java.text.FieldPosition#hashCode(
    [all...]
  /dalvik/libcore/xml/src/test/java/org/apache/harmony/xml/
JaxenXPathTestSuite.java 46 * by JUnit. To run these tests on a device:
75 * Creates a test suite from the Jaxen tests.xml catalog.
81 * The tests.xml document has this structure:
83 * <tests>
92 * </tests>
95 File testsXml = new File(jaxenHome + "/xml/test/tests.xml");
96 Element tests = DocumentBuilderFactory.newInstance() local
100 for (Element document : elementsOf(tests.getElementsByTagName("document"))) {
112 * Populates the test suite with tests from the given XML context element.
151 * tests come in one of three varieties
    [all...]
  /external/dropbear/libtomcrypt/src/prngs/
sober128.c 438 } tests[] = {
461 for (x = 0; x < (int)(sizeof(tests)/sizeof(tests[0])); x++) {
465 if ((err = sober128_add_entropy(tests[x].key, tests[x].keylen, &prng)) != CRYPT_OK) {
469 if ((err = sober128_add_entropy(tests[x].iv, tests[x].ivlen, &prng)) != CRYPT_OK) {
477 XMEMSET(dst, 0, tests[x].len);
478 if (sober128_read(dst, tests[x].len, &prng) != (unsigned long)tests[x].len)
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
TreeSetTest.java 52 * Tests performance for the java.util.TreeSet method Add(Object arg 0)
75 * Tests performance for the java.util.TreeSet method - first()
97 * Tests performance for the java.util.TreeSet method - last()
119 * Tests performance of the java.util.TreeSet method- contains(Object arg0)
142 * Tests performance for the java.util.TreeSet method - size()
164 * Tests performance for the java.util.TreeSet method - iterator()
186 * Tests performance for the java.util.TreeSet method - comparator()
208 * Tests performance for the java.util.TreeSet method - clone()
231 * Tests performance of the java.util.TreeSet method - remove(Object arg0)
254 * Tests performance of the java.util.TreeSet method- headSet(Integer arg0
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
PrintStreamTest.java 18 package tests.api.java.io;
36 import tests.support.Support_Locale;
134 * @tests {@link java.io.PrintStream#PrintStream(String)}
164 * @tests {@link java.io.PrintStream#PrintStream(String, String)}
201 * @tests java.io.PrintStream#PrintStream(java.io.OutputStream)
224 * @tests java.io.PrintStream#PrintStream(java.io.OutputStream, boolean)
284 * @tests java.io.PrintStream#checkError()
310 * @tests java.io.PrintStream#setError()
325 * @tests java.io.PrintStream#close()
341 * @tests java.io.PrintStream#flush(
    [all...]
ObjectStreamFieldTest.java 18 package tests.api.java.io;
88 * @tests java.io.ObjectStreamField#ObjectStreamField(java.lang.String,
104 // Repeat the tests with a different object to make sure
112 // Invalid argument tests.
128 * @tests java.io.ObjectStreamField#ObjectStreamField(java.lang.String,
146 // Repeat the tests with a different object to make sure
156 // Invalid argument tests.
172 * @tests java.io.ObjectStreamField#compareTo(java.lang.Object)
192 * @tests java.io.ObjectStreamField#getName()
206 * @tests java.io.ObjectStreamField#getOffset(
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
test_expectations.py 30 """A helper class for reading in and dealing with tests expectations
31 for layout tests.
53 def __init__(self, port, tests, expectations, test_platform_name,
73 tests, test_platform_name, is_debug_mode, is_lint_mode,
76 # TODO(ojan): Allow for removing skipped tests when getting the list of
77 # tests to run, but not when getting metrics.
136 def remove_platform_from_file(self, tests, platform, backup=False):
137 return self._expected_failures.remove_platform_from_file(tests,
200 WONTFIX: For tests that we never intend to pass on a given platform.
217 -CRASH tests cannot be DEFER or WONTFI
    [all...]
  /dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
InflaterInputStreamTest.java 18 package org.apache.harmony.archive.tests.java.util.zip;
27 import tests.support.resource.Support_Resources;
67 * @tests java.util.zip.InflaterInputStream#InflaterInputStream(java.io.InputStream)
85 * @tests java.util.zip.InflaterInputStream#InflaterInputStream(java.io.InputStream,
106 * @tests java.util.zip.InflaterInputStream#InflaterInputStream(java.io.InputStream,
142 * @tests java.util.zip.InflaterInputStream#mark(int)
160 * @tests java.util.zip.InflaterInputStream#markSupported()
176 * @tests java.util.zip.InflaterInputStream#read()
250 * @tests java.util.zip.InflaterInputStream#read(byte[], int, int)
255 notes = "IOException & ZipException checking missed. Additional tests for fill method is not needed."
    [all...]
ZipFileTest.java 18 package org.apache.harmony.archive.tests.java.util.zip;
24 import tests.support.Support_PlatformFile;
25 import tests.support.resource.Support_Resources;
26 import tests.util.TestEnvironment;
78 * @tests java.util.zip.ZipFile#ZipFile(java.io.File)
92 * @tests java.util.zip.ZipFile#ZipFile(java.io.File, int)
137 * @tests java.util.zip.ZipFile#ZipFile(java.lang.String)
182 * @tests java.util.zip.ZipFile#finalize()
218 * @tests java.util.zip.ZipFile#close()
253 * @tests java.util.zip.ZipFile#entries(
    [all...]
Adler32Test.java 18 package org.apache.harmony.archive.tests.java.util.zip;
31 * @tests java.util.zip.Adler32#Adler32()
46 * @tests java.util.zip.Adler32#getValue()
82 * @tests java.util.zip.Adler32#reset()
105 * @tests java.util.zip.Adler32#update(int)
141 * @tests java.util.zip.Adler32#update(byte[])
172 * @tests java.util.zip.Adler32#update(byte[], int, int)
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
VectorTest.java 18 package tests.api.java.util;
35 import tests.support.Support_ListTest;
47 * @tests java.util.Vector#Vector()
74 * @tests java.util.Vector#Vector(int)
98 * @tests java.util.Vector#Vector(int, int)
134 * @tests java.util.Vector#Vector(java.util.Collection)
163 * @tests java.util.Vector#add(int, java.lang.Object)
203 * @tests java.util.Vector#add(java.lang.Object)
224 * @tests java.util.Vector#addAll(int, java.util.Collection)
289 * @tests java.util.Vector#addAll(java.util.Collection
    [all...]
  /dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DHParameterSpecTest.java 23 package org.apache.harmony.crypto.tests.javax.crypto.spec;
46 * DHParameterSpec class testing. Tests the equivalence of parameters
53 notes = "All functionality tested in one method. Probably it should be divided into several tests.",
59 notes = "All functionality tested in one method. Probably it should be divided into several tests.",
65 notes = "All functionality tested in one method. Probably it should be divided into several tests.",
71 notes = "All functionality tested in one method. Probably it should be divided into several tests.",
77 notes = "All functionality tested in one method. Probably it should be divided into several tests.",

Completed in 290 milliseconds

<<41424344454647484950>>