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

<<21222324252627282930>>

  /dalvik/libcore/security/src/test/java/tests/security/acl/
IAclEntryTest.java 18 package tests.security.acl;
33 import org.apache.harmony.security.tests.support.acl.*;
49 * @tests java.security.acl.AclEntry#addPermission(Permission permission)
50 * @tests java.security.acl.AclEntry#checkPermission(Permission permission)
51 * @tests java.security.acl.AclEntry#removePermission(Permission permission)
89 * @tests java.security.acl.AclEntry#getPrincipal()
90 * @tests java.security.acl.AclEntry#setPrincipal(Principal user)
120 * @tests java.security.acl.AclEntry#setNegativePermissions()
121 * @tests java.security.acl.AclEntry#isNegative()
149 * @tests java.security.acl.AclEntry#permissions()
    [all...]
  /dalvik/libcore/suncompat/src/test/java/tests/suncompat/
AllTests.java 17 package tests.suncompat;
23 * Test suite that includes all tests for the suncompat project.
32 TestSuite suite = tests.TestSuiteFactory.createTestSuite("All suncompat test suites");
  /dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/ext/
AllTests.java 17 package tests.api.org.xml.sax.ext;
29 TestSuite suite = tests.TestSuiteFactory.createTestSuite("Tests for org.xml.sax.ext package");
  /dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/helpers/
AllTests.java 17 package tests.api.org.xml.sax.helpers;
29 TestSuite suite = tests.TestSuiteFactory.createTestSuite("Tests for org.xml.sax.helpers package");
  /external/icu4c/test/cintltst/
creststn.h 12 * Madhu Katragadda 05/09/2000 Ported Tests for New ResourceBundle API
13 * Madhu Katragadda 05/24/2000 Added new tests to test RES_BINARY for collationElements
36 *Perform several extensive tests using the subtest routine testTag
  /external/icu4c/test/intltest/
trcoll.h 8 * CollationTurkishTest is a third level test class. This tests the locale
32 // perform tests for turkish locale with strength PRIMARY
35 // perform tests for turkish locale with strength TERTIARY
  /external/icu4c/test/perf/charperf/
CharPerf.pl 31 # tests will be done for all the programs. Results will be stored and connected
39 my $tests = {
55 runTests($options, $tests, $dataFiles);
  /external/icu4c/test/perf/normperf/
NormPerf.pl 27 # tests will be done for all the programs. Results will be stored and connected
30 my $tests = {
59 runTests($options, $tests, $dataFiles);
  /external/icu4c/test/perf/usetperf/
UsetPerf.pl 30 # tests will be done for all the programs. Results will be stored and connected
41 my $tests = {
56 runTests($options, $tests, $dataFiles);
  /external/icu4c/test/perf/utfperf/
UtfPerf.pl 28 # tests will be done for all the programs. Results will be stored and connected
40 my $tests = {
59 runTests($options, $tests, $dataFiles);
  /external/icu4c/test/perf/utrie2perf/
utrie2perf.pl 28 # tests will be done for all the programs. Results will be stored and connected
40 my $tests = {
59 runTests($options, $tests, $dataFiles);
  /frameworks/base/keystore/tests/
AndroidManifest.xml 18 package="android.security.tests"
26 android:targetPackage="android.security.tests"
27 android:label="KeyStore Tests">
  /packages/apps/Browser/tests/
Android.mk 18 # We only want this apk build for tests.
19 LOCAL_MODULE_TAGS := tests
27 # running the tests using an instrumentation targeting Browser, we
  /packages/apps/Camera/tests/src/com/android/camera/
StressTests.java 29 * Instrumentation Test Runner for all Camera tests.
31 * Running all tests:
34 * com.android.camera.tests/com.android.camera.CameraStressTestRunner
  /packages/apps/Email/tests/
Android.mk 18 # We only want this apk build for tests.
19 LOCAL_MODULE_TAGS := tests
27 # running the tests using an instrumentation targeting Eamil, we
  /packages/apps/Mms/tests/
Android.mk 18 # We only want this apk build for tests.
19 LOCAL_MODULE_TAGS := tests
27 # running the tests using an instrumentation targeting Eamil, we
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PhotoPriorityResolverTest.java 23 * Unit tests for {@link PhotoPriorityResolver}.
28 * com.android.providers.contacts.tests/android.test.InstrumentationTestRunner
39 resolver.resolvePhotoPriorityFromMetaData("com.android.providers.contacts.tests"));
  /sdk/eclipse/sites/internal/
site.xml 12 <feature url="features/com.android.ide.eclipse.tests_0.9.7.qualifier.jar" id="com.android.ide.eclipse.tests" version="0.9.7.qualifier">
20 <category-def name="test" label="Plugin Developer Tests">
22 Tests for the other Android plugins
  /dalvik/libcore/math/src/test/java/org/apache/harmony/math/tests/java/math/
BigDecimalConvertTest.java 22 package org.apache.harmony.math.tests.java.math;
47 notes = "This is a complete subset of tests for doubleValue method.",
63 notes = "This is a complete subset of tests for doubleValue method.",
79 notes = "This is a complete subset of tests for doubleValue method.",
95 notes = "This is a complete subset of tests for doubleValue method.",
111 notes = "This is a complete subset of tests for doubleValue method.",
128 notes = "This is a complete subset of tests for doubleValue method.",
145 notes = "This is a complete subset of tests for floatValue method.",
161 notes = "This is a complete subset of tests for floatValue method.",
177 notes = "This is a complete subset of tests for floatValue method."
    [all...]
  /external/opencore/engines/player/test/src/
test_pv_player_engine.cpp 637 fprintf(aFile, "e.g. for executing MP4 specific tests: test_pv_player_engine.exe MP4)\n");
    [all...]
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
EnumTest.java 17 package org.apache.harmony.luni.tests.java.lang;
27 import tests.util.SerializationTester;
75 * @tests java.lang.Enum#compareTo(java.lang.Enum)
96 * @tests java.lang.Enum#equals(Object)
113 * @tests java.lang.Enum#getDeclaringClass()
126 * @tests java.lang.Enum#hashCode()
141 * @tests java.lang.Enum#name()
154 * @tests java.lang.Enum#ordinal()
169 * @tests java.lang.Enum#toString()
182 * @tests java.lang.Enum#valueOf(Class, String
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/
ModifierTest.java 18 package tests.api.java.lang.reflect;
33 * @tests java.lang.reflect.Modifier#Modifier()
46 * @tests java.lang.reflect.Modifier#isAbstract(int)
64 * @tests java.lang.reflect.Modifier#isFinal(int)
81 * @tests java.lang.reflect.Modifier#isInterface(int)
99 * @tests java.lang.reflect.Modifier#isNative(int)
116 * @tests java.lang.reflect.Modifier#isPrivate(int)
134 * @tests java.lang.reflect.Modifier#isProtected(int)
152 * @tests java.lang.reflect.Modifier#isPublic(int)
169 * @tests java.lang.reflect.Modifier#isStatic(int
    [all...]
  /dalvik/libcore/sql/src/test/java/tests/java/sql/
DatabaseMetaDataNotSupportedTest.java 17 package tests.java.sql;
29 import tests.support.DatabaseCreator;
30 import tests.support.Support_SQL;
133 * @tests java.sql.DatabaseMetaData#allProceduresAreCallable()
147 * @tests {@link java.sql.DatabaseMetaData#allTablesAreSelectable()}
199 * @tests java.sql.DatabaseMetaData#dataDefinitionCausesTransactionCommit()
213 * @tests java.sql.DatabaseMetaData#dataDefinitionIgnoredInTransactions()
227 * @tests java.sql.DatabaseMetaData#deletesAreDetected(int)
241 * @tests java.sql.DatabaseMetaData#doesMaxRowSizeIncludeBlobs()
256 * @tests java.sql.DatabaseMetaData #getAttributes(java.lang.String
    [all...]
  /cts/tests/tests/permission/src/android/permission/cts/
ConnectivityManagerPermissionTest.java 44 * <p>Tests Permission:
60 * <p>Tests Permission:
76 * <p>Tests Permission:
92 * <p>Tests Permission:
108 * <p>Tests Permission:
  /dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FilterTest.java 20 * 1. Don't forget to write tests for org.apache.harmony.logging.internal.nls/Messages.java this file is in logging/src/main/java folder
21 * 2. inrteface filter / LoggingMXBean tests machen
25 * COMPLETE = Tests finish and should be working. If error check the test before to make a ticket.
26 * PARTIAL = Tests finish, but need special reviewing
31 package org.apache.harmony.logging.tests.java.util.logging;

Completed in 163 milliseconds

<<21222324252627282930>>