/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
ConnectionStateSSLv3.java | 24 import javax.crypto.spec.IvParameterSpec; 25 import javax.crypto.spec.SecretKeySpec;
|
ConnectionStateTLS.java | 29 import javax.crypto.spec.IvParameterSpec; 30 import javax.crypto.spec.SecretKeySpec;
|
HandshakeProtocol.java | 27 import java.security.spec.InvalidKeySpecException; 28 import java.security.spec.RSAPublicKeySpec; 38 * @see <a href="http://www.ietf.org/rfc/rfc2246.txt">TLS 1.0 spec., 7.4. 115 * Indicates that change cipher spec message has been received 141 // indicates whether protocol needs to send change cipher spec message 144 // indicates whether protocol needs to send change cipher spec message 339 * @see <a href="http://www.ietf.org/rfc/rfc2246.txt">TLS spec. 7.4.9. Finished</a> 348 * @see <a href="http://www.ietf.org/rfc/rfc2246.txt">TLS spec. 7.4.9. Finished</a> 370 * @see "SSLv3 spec. 7.6.9. Finished" 380 * @see "SSLv3 spec. 7.6.9. Finished [all...] |
/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
MacTest.java | 37 import java.security.spec.DSAParameterSpec; 38 import java.security.spec.PSSParameterSpec; 43 import javax.crypto.spec.DHGenParameterSpec; 45 import javax.crypto.spec.SecretKeySpec; 803 args = {java.security.Key.class, java.security.spec.AlgorithmParameterSpec.class} 810 args = {java.security.Key.class, java.security.spec.AlgorithmParameterSpec.class} [all...] |
/external/quake/quake/src/QW/ |
Makefile.Linux | 818 rpm-qwcl: qwcl.spec \ 826 cp qwcl.spec $(RPMROOT)/SPECS/qwcl.spec 828 cd $(RPMROOT)/SPECS; $(RPM) $(RPMFLAGS) qwcl.spec 872 qwcl.spec : $(MAINDIR)/qwcl.spec.sh $(BUILD_RELEASE_DIR)/qwcl 876 rpm-qwsv: qwsv.spec $(BUILD_RELEASE_DIR)/qwsv $(QWPROGS) 880 cp qwsv.spec $(RPMROOT)/SPECS/qwsv.spec 882 cd $(RPMROOT)/SPECS; $(RPM) $(RPMFLAGS) qwsv.spec [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
RopperMachine.java | 650 RegisterSpec spec = RegisterSpec.make(regAt, arg(i)); local 651 sources.set(i, spec); 652 regAt += spec.getCategory(); [all...] |
/dalvik/dx/src/com/android/dx/dex/code/ |
RopTranslator.java | 865 RegisterSpec spec = locals.getAssignment(insn); local 867 if (spec != null) { 868 addOutput(new LocalStart(insn.getPosition(), spec));
|
/dalvik/dx/src/com/android/dx/ssa/ |
SsaMethod.java | 646 * @param spec {@code non-null;} ssa reg 649 public boolean isRegALocal(RegisterSpec spec) { 650 SsaInsn defn = getDefinitionForRegister(spec.getReg()); 661 for (SsaInsn use : getUseListForRegister(spec.getReg())) {
|
SCCP.java | 475 RegisterSpec spec = sources.get(index); local 477 = spec.withType((TypedConstant)latticeConstants[reg]);
|
/dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/ |
ManifestTest.java | 545 final String spec = new String(bSpec, "UTF-8"); local 551 Attributes.Name.SPECIFICATION_TITLE, spec); 561 assertEquals(spec, m.getAttributes(ATT_ENTRY_NAME).get(
|
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/ |
SignatureTest.java | 44 import java.security.spec.AlgorithmParameterSpec; 601 args = {java.security.spec.AlgorithmParameterSpec.class} 606 s.setParameter((java.security.spec.AlgorithmParameterSpec)null);
|
AlgorithmParameterGenerator2Test.java | 38 import java.security.spec.AlgorithmParameterSpec;
|
/external/bluetooth/bluez/src/ |
sdpd-service.c | 326 const uint16_t spec = 0x0102, source = 0x0002; local 358 profile.version = spec; 363 spec_data = sdp_data_alloc(SDP_UINT16, &spec);
|
/external/emma/lib/ |
emma_ant.jar | |
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/ |
PKCS10CertificationRequest.java | 14 import java.security.spec.InvalidKeySpecException; 15 import java.security.spec.X509EncodedKeySpec;
|
/dalvik/libcore/security/src/test/java/tests/security/spec/ |
ECFieldF2mTest.java | 23 package tests.security.spec; 33 import java.security.spec.ECFieldF2m;
|
/dalvik/libcore/security/src/test/java/tests/targets/security/ |
CipherHelper.java | 31 import java.security.spec.AlgorithmParameterSpec; 32 import java.security.spec.InvalidParameterSpecException;
|
/external/v8/src/ |
array.js | 197 // ECMA-262 15.4.4.12 line 10. The spec could also be 209 // ECMA-262 15.4.4.12 line 10. The spec could also be 237 // The spec could also be interpreted such that 248 // ECMA-262 15.4.4.12 lines 24 and 41. The spec could also be 261 // The spec could also be interpreted such that 269 // ECMA-262 15.4.4.12 lines 24 and 41. The spec could also 292 // The spec could also be interpreted such that %HasLocalProperty 310 // The spec could also be interpreted such that 324 // The spec could also be interpreted such that [all...] |
/frameworks/base/core/java/android/widget/ |
TabHost.java | 316 final TabHost.TabSpec spec = mTabSpecs.get(index); local 323 mCurrentView = spec.mContentStrategy.getContentView();
|
/prebuilt/sdk/5/ |
android.jar | |
/prebuilt/sdk/8/ |
android.jar | |
/dalvik/libcore/crypto/src/main/java/javax/crypto/ |
Mac.java | 28 import java.security.spec.AlgorithmParameterSpec;
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/ |
JDKDSASigner.java | 13 import java.security.spec.AlgorithmParameterSpec; 226 * @deprecated replaced with <a href = "#engineSetParameter(java.security.spec.AlgorithmParameterSpec)">
|
JDKDigestSignature.java | 11 import java.security.spec.AlgorithmParameterSpec; 214 * @deprecated replaced with <a href = "#engineSetParameter(java.security.spec.AlgorithmParameterSpec)">
|
/dalvik/libcore/security/src/test/java/tests/security/cert/ |
PKIXCertPathBuilderResultTest.java | 40 import java.security.spec.InvalidKeySpecException;
|