HomeSort by relevance Sort by last modified time
    Searched refs:tests (Results 501 - 525 of 6537) sorted by null

<<21222324252627282930>>

  /libcore/luni/src/test/java/libcore/javax/crypto/spec/
AlgorithmParametersTestAES.java 19 import tests.security.AlgorithmParameterSymmetricHelper;
20 import tests.security.AlgorithmParametersTest;
KeyFactoryTestDH.java 21 import tests.security.KeyAgreementHelper;
22 import tests.security.KeyFactoryTest;
KeyFactoryTestDSA.java 21 import tests.security.KeyFactoryTest;
22 import tests.security.SignatureHelper;
KeyFactoryTestRSA.java 21 import tests.security.CipherAsymmetricCryptHelper;
22 import tests.security.KeyFactoryTest;
  /packages/providers/ContactsProvider/tests2/
Android.mk 20 LOCAL_MODULE_TAGS := tests
33 LOCAL_COMPATIBILITY_SUITE := device-tests
  /sdk/testapps/libsAndJarTest/lib1/src/com/android/tests/javaprojecttest/lib1/
Main.java 1 package com.android.tests.javaprojecttest.lib1;
6 import com.android.tests.javaprojecttest.lib2.Lib2;
  /sdk/testapps/libsTest/lib1/src/com/android/tests/libstest/lib1/
MainActivity.java 1 package com.android.tests.libstest.lib1;
6 import com.android.tests.libstest.lib2.Lib2;
  /sdk/testapps/userLibTest/src/com/android/tests/userlibtest/
Main.java 1 package com.android.tests.userlibtest;
7 import com.android.tests.basicjar.BasicJar;
  /system/core/storaged/tests/
Android.mk 20 test_tags := tests
23 # Unit tests.
36 # Build tests for the logger. Run with:
37 # adb shell /data/nativetest/storaged-unit-tests/storaged-unit-tests
39 LOCAL_MODULE := $(test_module_prefix)unit-tests
  /system/extras/tests/binder/benchmarks/
Android.mk 22 LOCAL_MODULE_TAGS := eng tests
33 system/extras/tests/include \
  /system/tools/hidl/test/java_test/
Android.mk 10 android.hardware.tests.baz-V1.0-java \
11 android.hardware.tests.expression-V1.0-java \
12 android.hardware.tests.inheritance-V1.0-java
30 android.hardware.tests.baz-V1.0-java
  /system/tools/hidl/test/vendor/1.0/
types.hal 17 package tests.vendor@1.0;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
BreakpointTest.java 26 package org.apache.harmony.jpda.tests.jdwp.Events;
28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants;
30 import org.apache.harmony.jpda.tests.framework.jdwp.ParsedEvent;
31 import org.apache.harmony.jpda.tests.framework.jdwp.ParsedEvent.EventThread;
32 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
ExceptionWithLocationTest.java 19 package org.apache.harmony.jpda.tests.jdwp.Events;
21 import org.apache.harmony.jpda.tests.framework.jdwp.EventBuilder;
22 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants;
23 import org.apache.harmony.jpda.tests.framework.jdwp.Location;
24 import org.apache.harmony.jpda.tests.framework.jdwp.ParsedEvent;
25 import org.apache.harmony.jpda.tests.framework.jdwp.TaggedObject;
31 private static final String EXCEPTION_SIGNATURE = "Lorg/apache/harmony/jpda/tests/jdwp/Events/DebuggeeException;";
59 return "Lorg/apache/harmony/jpda/tests/jdwp/Events/ExceptionWithLocationDebuggee;";
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
SignatureTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
30 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
31 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
32 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
43 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/share/debuggee/HelloWorld;";
47 return "org.apache.harmony.jpda.tests.jdwp.share.debuggee.HelloWorld";
56 * <BR>'Lorg/apache/harmony/jpda/tests/jdwp/share/debuggee/HelloWorld;'
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
NameTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
30 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
31 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
32 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
42 return "org.apache.harmony.jpda.tests.jdwp.share.debuggee.HelloWorld";
48 * <BR> Then the tests performs the ThreadReference.Name command
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
CreateStringTest.java 26 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
30 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
31 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
32 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
44 return "org.apache.harmony.jpda.tests.jdwp.share.debuggee.HelloWorld";
DisposeTest.java 26 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
28 import org.apache.harmony.jpda.tests.framework.TestErrorException;
29 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
30 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
31 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
32 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
43 return "org.apache.harmony.jpda.tests.jdwp.share.debuggee.HelloWorld";
VersionTest.java 26 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
30 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
31 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
32 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
42 return "org.apache.harmony.jpda.tests.jdwp.share.debuggee.HelloWorld";
  /external/google-breakpad/src/testing/gtest/scripts/
gen_gtest_pred_impl.py 35 accompanying tests.
371 // learn how Google Test works by reading its unit tests, read
412 """Returns the tests for n-ary predicate assertions."""
414 # A map that defines the values used in the template for the tests.
429 tests = (
449 tests += """
455 tests += Iter(n, 'const T%s& v%s', sep=""",
458 tests += """) {
464 tests += """
469 tests += Iter(n, 'const char* e%s', sep="""
    [all...]
  /external/googletest/googletest/scripts/
gen_gtest_pred_impl.py 35 accompanying tests.
371 // learn how Google Test works by reading its unit tests, read
412 """Returns the tests for n-ary predicate assertions."""
414 # A map that defines the values used in the template for the tests.
429 tests = (
449 tests += """
455 tests += Iter(n, 'const T%s& v%s', sep=""",
458 tests += """) {
464 tests += """
469 tests += Iter(n, 'const char* e%s', sep="""
    [all...]
  /external/icu/icu4c/source/test/perf/collperf/
CollPerf.pl 39 # tests will be done for all the programs. Results will be stored and connected
42 $tests = {
82 $tests = {
109 runTests($options, $tests, $dataFiles);
  /external/protobuf/gtest/scripts/
gen_gtest_pred_impl.py 35 accompanying tests.
373 // learn how Google Test works by reading its unit tests, read
414 """Returns the tests for n-ary predicate assertions."""
416 # A map that defines the values used in the template for the tests.
431 tests = (
451 tests += """
457 tests += Iter(n, 'const T%s& v%s', sep=""",
460 tests += """) {
466 tests += """
471 tests += Iter(n, 'const char* e%s', sep="""
    [all...]
  /external/v8/testing/gtest/scripts/
gen_gtest_pred_impl.py 35 accompanying tests.
371 // learn how Google Test works by reading its unit tests, read
412 """Returns the tests for n-ary predicate assertions."""
414 # A map that defines the values used in the template for the tests.
429 tests = (
449 tests += """
455 tests += Iter(n, 'const T%s& v%s', sep=""",
458 tests += """) {
464 tests += """
469 tests += Iter(n, 'const char* e%s', sep="""
    [all...]
  /external/valgrind/drd/tests/
filter_stderr 7 $dir/../../tests/filter_stderr_basic |
10 if $dir/../../tests/os_test solaris; then
61 $dir/../../tests/filter_addresses

Completed in 1034 milliseconds

<<21222324252627282930>>