/dalvik/libcore/security/src/test/java/tests/targets/security/ |
AlgorithmParametersTestDESede.java | 16 package tests.targets.security; 22 @TestTargetClass(targets.AlgorithmParameters.DESede.class)
|
AlgorithmParametersTestOAEP.java | 16 package tests.targets.security; 25 @TestTargetClass(targets.AlgorithmParameters.OAEP.class)
|
KeyPairGeneratorTestDH.java | 16 package tests.targets.security; 24 @TestTargetClass(targets.KeyPairGenerators.DH.class)
|
MessageDigestTestMD5.java | 16 package tests.targets.security; 21 @TestTargetClass(value=targets.MessageDigests.MD5.class)
|
MessageDigestTestSHA1.java | 16 package tests.targets.security; 21 @TestTargetClass(value=targets.MessageDigests.SHA_1.class)
|
MessageDigestTestSHA256.java | 16 package tests.targets.security; 21 @TestTargetClass(value=targets.MessageDigests.SHA_256.class)
|
MessageDigestTestSHA384.java | 16 package tests.targets.security; 21 @TestTargetClass(value=targets.MessageDigests.SHA_384.class)
|
MessageDigestTestSHA512.java | 16 package tests.targets.security; 21 @TestTargetClass(value=targets.MessageDigests.SHA_512.class)
|
MessageDigestTestMD2.java | 16 package tests.targets.security; 30 @TestTargetClass(targets.MessageDigests.MD2.class) 80 "tests.targets.security.MessageDigestTestMD2$MD2");
|
/dalvik/libcore/security/src/test/java/tests/targets/security/cert/ |
AllTests.java | 16 package tests.targets.security.cert; 28 TestSuite suite = tests.TestSuiteFactory.createTestSuite("All tests for package tests.targets.security.certs;");
|
CertificateFactoryTestX509.java | 16 package tests.targets.security.cert; 20 @TestTargetClass(targets.CertificateFactories.X509.class)
|
/frameworks/base/core/java/android/view/animation/ |
Interpolator.java | 34 * Interpolators which overshoot their targets, or less than 0 for 35 * Interpolators that undershoot their targets.
|
/external/guava/src/com/google/common/collect/ |
RegularImmutableSortedSet.java | 94 @Override public boolean containsAll(Collection<?> targets) { 96 // targets.size() < size() / log(size()) 97 if (!hasSameComparator(targets, comparator()) || (targets.size() <= 1)) { 98 return super.containsAll(targets); 102 * If targets is a sorted set with the same comparator, containsAll can 106 Iterator<?> iterator = targets.iterator();
|
/external/clearsilver/util/test/ |
Makefile | 52 TARGETS = $(HDFTEST_EXE) $(LISTDIRTEST_EXE) $(HDFCOPYTEST_EXE) \ 57 all: $(TARGETS) 93 $(RM) $(TARGETS) *.o
|
/external/icu4c/extra/ |
Makefile | 26 ## List of phony targets 35 ## List of standard targets 43 ## Recursive targets
|
Makefile.in | 26 ## List of phony targets 35 ## List of standard targets 43 ## Recursive targets
|
/external/icu4c/test/ |
Makefile | 23 ## List of phony targets 32 ## List of standard targets 49 ## Recursive targets
|
/external/icu4c/test/perf/ |
Makefile.in | 23 ## List of phony targets 32 ## List of standard targets 49 ## Recursive targets
|
/external/icu4c/tools/ |
Makefile.in | 20 ## List of phony targets 29 ## List of standard targets 37 ## Recursive targets
|
Makefile.org | 20 ## List of phony targets 29 ## List of standard targets 37 ## Recursive targets
|
/external/proguard/src/proguard/evaluation/ |
BasicBranchUnit.java | 68 * Sets the initial branch targets, which will be updated as the branch 89 // Override the branch targets. 102 // Accumulate the branch targets.
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/ |
SdkTargetSelector.java | 64 * @param targets The list of targets. This is <em>not</em> copied, the caller must not modify. 65 * Targets can be null or an empty array, in which case the table is disabled. 67 public SdkTargetSelector(Composite parent, IAndroidTarget[] targets) { 68 this(parent, targets, true /*allowSelection*/); 75 * @param targets The list of targets. This is <em>not</em> copied, the caller must not modify. 76 * Targets can be null or an empty array, in which case the table is disabled. 79 public SdkTargetSelector(Composite parent, IAndroidTarget[] targets, boolean allowSelection) { 117 setTargets(targets); [all...] |
/build/core/ |
shared_library.mk | 23 # Put the built targets of all shared libraries in a common directory
|
/dalvik/dx/src/com/android/dx/cf/code/ |
ByteBlock.java | 39 /** {@code non-null;} list of exceptions caught and their handler targets */ 53 * handler targets 70 throw new NullPointerException("targets == null"); 138 * Gets the list of exceptions caught and their handler targets.
|
/dalvik/libcore/support/src/test/java/targets/ |
KeyAgreement.java | 16 package targets; package
|