HomeSort by relevance Sort by last modified time
    Searched full:spec (Results 651 - 675 of 5555) sorted by null

<<21222324252627282930>>

  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyPairGenerator4Test.java 24 import java.security.spec.DSAParameterSpec;
105 * java.security.KeyPairGenerator#initialize(java.security.spec.AlgorithmParameterSpec)
122 * java.security.KeyPairGenerator#initialize(java.security.spec.AlgorithmParameterSpec,
  /libcore/luni/src/test/java/tests/security/spec/
EncodedKeySpecTest.java 23 package tests.security.spec;
27 import org.apache.harmony.security.tests.support.spec.MyEncodedKeySpec;
29 import java.security.spec.EncodedKeySpec;
PKCS8EncodedKeySpecTest.java 23 package tests.security.spec;
27 import java.security.spec.EncodedKeySpec;
28 import java.security.spec.PKCS8EncodedKeySpec;
  /libcore/ojluni/src/main/java/java/security/spec/
MGF1ParameterSpec.java 26 package java.security.spec;
28 import java.security.spec.AlgorithmParameterSpec;
52 * @see javax.crypto.spec.OAEPParameterSpec
  /libcore/ojluni/src/main/java/javax/crypto/
SecretKeyFactorySpi.java 29 import java.security.spec.*;
49 * @see javax.crypto.spec.DESKeySpec
50 * @see javax.crypto.spec.DESedeKeySpec
  /libcore/ojluni/src/main/java/javax/net/ssl/
KeyManagerFactorySpi.java 68 * @param spec an implementation of a provider-specific parameter
72 * @see KeyManagerFactory#init(ManagerFactoryParameters spec)
74 protected abstract void engineInit(ManagerFactoryParameters spec)
TrustManagerFactorySpi.java 65 * @param spec an implementation of a provider-specific parameter
69 * @see TrustManagerFactory#init(ManagerFactoryParameters spec)
71 protected abstract void engineInit(ManagerFactoryParameters spec)
  /libcore/support/src/test/java/libcore/javax/net/ssl/
RandomPrivateKeyX509ExtendedKeyManager.java 25 import java.security.spec.DSAParameterSpec;
26 import java.security.spec.DSAPrivateKeySpec;
27 import java.security.spec.RSAPrivateKeySpec;
  /packages/apps/Settings/src/com/android/settings/
CreateShortcut.java 73 int spec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); local
74 view.measure(spec, spec);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/format/
GLAPISpec.java 87 GLAPISpec spec = parseLine(line); local
88 specs.put(spec.getFunction(), spec); local
  /system/bt/conf/
bt_did.conf 18 # Per spec DID v1.3 0xJJMN for version is interpreted as JJ.M.N
47 # Per spec DID v1.3 0xJJMN for version is interpreted as JJ.M.N
76 # Per spec DID v1.3 0xJJMN for version is interpreted as JJ.M.N
  /external/valgrind/coregrind/
m_redir.c 125 spec].
130 for spec in Specs {
131 sopatt = spec.soname pattern
132 fnpatt = spec.fnname pattern
133 redir = spec.redir addr
144 not part of the spec].
152 That completes the spec, apart from one difficult issue: duplicates.
219 spec can match an arbitrary number of times.
246 Bool mark; /* set if spec requires further processing */
247 Bool done; /* set if spec was successfully matched *
394 Spec* spec; local
1204 Spec* spec = dinfo_zalloc("redir.ahs.1", sizeof(Spec)); local
1677 HChar *spec = VG_(strdup)("m_redir.hrts.1", clo_spec); local
    [all...]
  /external/conscrypt/src/openjdk/java/org/conscrypt/
Platform.java 31 import java.security.spec.AlgorithmParameterSpec;
32 import java.security.spec.ECParameterSpec;
35 import javax.crypto.spec.GCMParameterSpec;
83 public static String getCurveName(ECParameterSpec spec) {
88 return (String) m_getCurveName.invoke(spec);
94 public static void setCurveName(ECParameterSpec spec, String curveName) {
  /external/skia/experimental/docs/
svgBackend.js 19 switch (cache.spec) {
36 cache.spec = display.drawSpec;
37 var dot = cache.spec.indexOf(".");
39 cache.spec = cache.spec.substring(0, dot);
41 switch (cache.spec) {
  /external/skia/gm/
arcto.cpp 150 SkString spec; local
153 spec.printf("M %d,%d\n", x, y);
156 spec.append(MakeRandomParsePathPiece(&rand));
158 SkAssertResult(SkParsePath::FromSVGString(spec.c_str(), &path));
167 sk_fwrite(spec.c_str(), spec.size(), file);
  /packages/apps/Camera2/src/com/android/camera/captureintent/state/
StateOpeningCamera.java 256 /** Camera switch button UI spec. */
264 /** Grid lines button UI spec. */
266 /** HDR button UI spec. */
270 /** Timer button UI spec. */
273 /** Flash button UI spec. */
295 /** Intent image review UI spec. */
  /system/media/audio_utils/spdif/
AC3FrameScanner.cpp 28 // These values are from the AC3 spec. Do not change them.
36 // From AC3 spec table 5.13
171 // Interpret bsid based on paragraph E2.3.1.6 of EAC3 spec.
174 // These arbitrary BSID numbers do not have any names in the spec.
188 // The names fscod, frmsiz are from the AC3 spec.
191 mStreamType = mHeaderBuffer[2] >> 6; // strmtyp in spec
  /external/deqp/modules/glshared/
glsLongStressCase.cpp 769 const VarSpec& spec = uniforms[unifNdx]; local
770 const int typeScalarSize = glu::getDataTypeScalarSize(spec.type);
771 const int location = glGetUniformLocation(m_programGL, mangleShaderNames(spec.name, shaderNameManglingSuffix).c_str());
775 if (glu::isDataTypeFloatOrVec(spec.type))
779 val[i] = rnd.getFloat(spec.minValue.f[i], spec.maxValue.f[i]);
781 switch (spec.type)
790 else if (glu::isDataTypeMatrix(spec.type))
794 val[i] = rnd.getFloat(spec.minValue.f[i], spec.maxValue.f[i])
1142 const TextureSpec& spec = progCtx.textureSpecs[texSpecNdx]; local
1305 const TextureSpec& spec = programContext.textureSpecs[texNdx]; variable
    [all...]
  /cts/tools/dex-tools/src/dex/structure/
DexAnnotation.java 36 * Intended to be visible at runtime. FIXME missing words in spec
41 * (and not to regular user code). FIXME missing words in spec
  /dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form10t.java 25 * Instruction format {@code 10t}. See the instruction format spec
75 // Note: A zero offset would fit, but it is prohibited by the spec.
Form20t.java 25 * Instruction format {@code 20t}. See the instruction format spec
75 // Note: A zero offset would fit, but it is prohibited by the spec.
Form21t.java 26 * Instruction format {@code 21t}. See the instruction format spec
80 // Note: A zero offset would fit, but it is prohibited by the spec.
Form22t.java 26 * Instruction format {@code 22t}. See the instruction format spec
82 // Note: A zero offset would fit, but it is prohibited by the spec.
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form10t.java 25 * Instruction format {@code 10t}. See the instruction format spec
75 // Note: A zero offset would fit, but it is prohibited by the spec.
Form20t.java 25 * Instruction format {@code 20t}. See the instruction format spec
75 // Note: A zero offset would fit, but it is prohibited by the spec.

Completed in 838 milliseconds

<<21222324252627282930>>