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

<<21222324252627282930>>

  /external/expat/tests/
minicheck.h 4 * tests. This interface is based entirely on the portion of the
51 TCase *tests; member in struct:Suite
58 tcase_test_function *tests; member in struct:TCase
  /external/icu4c/test/intltest/
tstnorm.h 8 * Normalizer basic tests
68 UnicodeString tests[][3], int length, int outCol);
70 void iterateTest(Normalizer* iter, UnicodeString tests[][3], int length, int outCol);
  /external/icu4c/test/perf/convperf/
convperf_ansi.pl 34 # tests will be done for all the programs. Results will be stored and connected
37 my $tests = {
56 runTests($options, $tests, $dataFiles);
convperf_iml.pl 34 # tests will be done for all the programs. Results will be stored and connected
37 my $tests = {
62 runTests($options, $tests, $dataFiles);
  /external/opencore/
quick_start.txt 21 Q. How to run the pvplayer engine unit tests?
35 Q. How to run the pv2way engine unit tests?
49 Q. How to run the pvauthor engine unit tests?
  /external/webkit/JavaScriptCore/JavaScriptCore.vcproj/
JavaScriptCore.make 14 xcopy "$(SRCROOT)\AppleInternal\tests\SunSpider\*" "$(OBJROOT)\tests\SunSpider" /e/v/i/h/y
15 cd "$(OBJROOT)\tests\SunSpider"
  /frameworks/base/tests/appwidgets/AppWidgetProviderTest/src/com/android/tests/appwidgetprovider/
TestAppWidgetProvider.java 17 package com.android.tests.appwidgetprovider;
54 gm.updateAppWidget(new ComponentName("com.android.tests.appwidgetprovider",
55 "com.android.tests.appwidgetprovider.TestAppWidgetProvider"), views);
  /packages/apps/Email/tests/src/com/android/email/
GroupMessagingListenerUnitTests.java 24 * This is a series of unit tests for the GroupMessagingListener class.
30 * Tests adding and removing elements from the listener
46 * Tests isActiveListener()
  /packages/apps/Email/tests/src/com/android/email/mail/internet/
MimeBodyPartTest.java 28 * This is a series of unit tests for the MimeBodyPart class. These tests must be locally
34 // TODO: more tests.
  /packages/apps/Email/tests/src/com/android/email/mail/transport/
MailTransportUnitTests.java 28 * Simple unit tests for MailSender. Tests here should not attempt any actual connections.
34 * Tests of the Uri parsing logic
  /dalvik/dx/src/junit/extensions/
TestDecorator.java 6 * A Decorator for Tests. Use TestDecorator as the base class
  /dalvik/dx/tests/094-scala-locals/
info.txt 2 It tests a case observed from Scala, wherein a local variable is assigned
  /dalvik/libcore/annotation/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
AnnotationFormatErrorTest.java 18 package org.apache.harmony.annotation.tests.java.lang.annotation;
35 * @tests java.lang.annotation.AnnotationFormatError#AnnotationFormatError(String)
50 * @tests java.lang.annotation.AnnotationFormatError#AnnotationFormatError(Throwable)
65 * @tests java.lang.annotation.AnnotationFormatError#AnnotationFormatError(String,Throwable)
  /dalvik/libcore/junit/src/main/java/junit/extensions/
TestDecorator.java 6 * A Decorator for Tests. Use TestDecorator as the base class
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
ExceptionInInitializerErrorTest.java 18 package org.apache.harmony.luni.tests.java.lang;
29 * @tests java.lang.ExceptionInInitializerError#ExceptionInInitializerError()
53 * @tests java.lang.ExceptionInInitializerError#ExceptionInInitializerError(java.lang.String)
76 * @tests java.lang.ExceptionInInitializerExceptionInInitializerError#ExceptionInInitializerError(java.lang.Throwable)
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
AllTests.java 17 package org.apache.harmony.luni.tests.java.util;
24 * Listing of all the tests that are to be run.
33 TestSuite suite = tests.TestSuiteFactory.createTestSuite("Tests for java.util");
HashMapTest.java 17 package org.apache.harmony.luni.tests.java.util;
44 * @tests java.util.HashMap#HashMap(java.util.Map)
61 * @tests serialization/deserialization.
81 * @tests serialization/deserialization compatibility with RI.
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
FileFilterTest.java 1 package tests.api.java.io;
FilenameFilterTest.java 1 package tests.api.java.io;
FilterWriterTest.java 18 package tests.api.java.io;
20 import tests.api.java.io.FilterReaderTest.MyFilterReader;
76 * @tests java.io.FilterWriter#FilterReader(java.io.Reader)
99 * @tests java.io.FilterWriter#close()
113 * @tests java.io.FilterWriter#flush()
127 * @tests java.io.FilterWriter#write(int)
141 * @tests java.io.FilterWriter#write(char[], int, int)
156 * @tests java.io.FilterReader#read(char[], int, int)
193 * @tests java.io.FilterWriter#write(char[], int, int)
WriteAbortedExceptionTest.java 18 package tests.api.java.io;
32 * @tests java.io.WriteAbortedException#WriteAbortedException(java.lang.String,
55 * @tests java.io.WriteAbortedException#getMessage()
79 * @tests java.io.WriteAbortedException#getMessage()
  /dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/
GenericArrayTypeTest.java 17 package tests.api.java.lang.reflect;
31 * Tests generic reflection on arrays with generic or parameterized component types.
41 notes = "Missing tests for TypeNotPresentException, MalformedParameterizedTypeException",
64 notes = "Missing tests for TypeNotPresentException, MalformedParameterizedTypeException",
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
AbstractQueueTest.java 16 package tests.api.java.util;
115 * @tests java.util.AbstractQueue.add(E)
133 * @tests java.util.AbstractQueue.add(E)
157 * @tests java.util.AbstractQueue#add(E)
182 * @tests java.util.AbstractQueue#addAll(E)
200 * @tests java.util.AbstractQueue#addAll(E)
219 * @tests java.util.AbstractQueue#addAll(E)
238 * @tests java.util.AbstractQueue#addAll(E)
253 * @tests java.util.AbstractQueue#addAll(E)
291 * @tests java.util.AbstractQueue#clear(
    [all...]
EventObjectTest.java 18 package tests.api.java.util;
35 * @tests java.util.EventObject#EventObject(java.lang.Object)
53 * @tests java.util.EventObject#getSource()
68 * @tests java.util.EventObject#toString()
PropertyPermissionTest.java 18 package tests.api.java.util;
41 * @tests java.util.PropertyPermission#PropertyPermission(java.lang.String,
57 * @tests java.util.PropertyPermission#equals(java.lang.Object)
85 * @tests java.util.PropertyPermission#getActions()
103 * @tests java.util.PropertyPermission#hashCode()
120 * @tests java.util.PropertyPermission#implies(java.security.Permission)
150 * @tests java.util.PropertyPermission#newPermissionCollection()
170 * @tests java.util.PropertyPermission#readObject(ObjectInputStream)
171 * @tests java.util.PropertyPermission#writeObject(ObjectOutputStream)

Completed in 221 milliseconds

<<21222324252627282930>>