HomeSort by relevance Sort by last modified time
    Searched full:spec (Results 276 - 300 of 1636) sorted by null

<<11121314151617181920>>

  /dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DHPrivateKeySpecTest.java 23 package org.apache.harmony.crypto.tests.javax.crypto.spec;
32 import javax.crypto.spec.DHPrivateKeySpec;
DHPublicKeySpecTest.java 23 package org.apache.harmony.crypto.tests.javax.crypto.spec;
32 import javax.crypto.spec.DHPublicKeySpec;
PBEParameterSpecTest.java 23 package org.apache.harmony.crypto.tests.javax.crypto.spec;
32 import javax.crypto.spec.PBEParameterSpec;
  /dalvik/libcore/security/src/main/java/java/security/
AlgorithmParametersSpi.java 21 import java.security.spec.AlgorithmParameterSpec;
22 import java.security.spec.InvalidParameterSpecException;
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
AlgorithmParametersSpiTest.java 26 import java.security.spec.AlgorithmParameterSpec;
72 args = {java.security.spec.AlgorithmParameterSpec.class}
KeyPairGenerator1Test.java 39 import java.security.spec.AlgorithmParameterSpec;
422 args = {java.security.spec.AlgorithmParameterSpec.class}
428 args = {java.security.spec.AlgorithmParameterSpec.class, java.security.SecureRandom.class}
490 args = {java.security.spec.AlgorithmParameterSpec.class}
496 args = {java.security.spec.AlgorithmParameterSpec.class, java.security.SecureRandom.class}
554 aps = new java.security.spec.DSAParameterSpec(bInt, bInt, bInt);
592 args = {java.security.spec.AlgorithmParameterSpec.class}
598 args = {java.security.spec.AlgorithmParameterSpec.class, java.security.SecureRandom.class}
KeyPairGeneratorSpiTest.java 35 import java.security.spec.AlgorithmParameterSpec;
69 args = {java.security.spec.AlgorithmParameterSpec.class, java.security.SecureRandom.class}
  /dalvik/libcore/security/src/test/java/tests/security/spec/
MGF1ParameterSpecTest.java 23 package tests.security.spec;
32 import java.security.spec.MGF1ParameterSpec;
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
ClientHandshakeImpl.java 39 import javax.crypto.spec.DHParameterSpec;
40 import javax.crypto.spec.DHPublicKeySpec;
54 * @see <a href="http://www.ietf.org/rfc/rfc2246.txt">TLS 1.0 spec., 7. The
334 * @ see TLS 1.0 spec., E.1. Version 2 client hello
443 DHParameterSpec spec; local
468 spec = new DHParameterSpec(serverKeyExchange.par1,
472 spec = ((DHPublicKey) serverPublic).getParams();
474 kpg.initialize(spec);
KeyManagerFactoryImpl.java 112 * spec)
115 public void engineInit(ManagerFactoryParameters spec)
  /external/bluetooth/bluez/doc/
control-api.txt 102 NOTE: according to the AV/C Subpanel Spec, company_id
113 Bluetooth SIG AVRCP+Metadata spec).
  /external/bluetooth/glib/gio/xdgmime/
xdgmime.h 2 /* xdgmime.h: XDG Mime Spec mime resolver. Based on version 0.11 of the spec.
  /external/libpcap/
FILES 73 packaging/pcap.spec
74 packaging/pcap.spec.in
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_sysaudio.h 49 int (*OpenAudio)(_THIS, SDL_AudioSpec *spec);
66 SDL_AudioSpec spec; member in struct:SDL_AudioDevice
  /external/webkit/WebCore/dom/
Node.idl 52 // FIXME: the spec says this can also raise on retrieval.
97 // FIXME: the spec says this can also raise on retrieval.
  /external/webkit/WebCore/page/
Location.cpp 82 // Note: this is the IE spec. The NS spec swaps the two, it says
  /external/webkit/WebCore/platform/gtk/
WidgetGtk.cpp 108 GParamSpec* spec = g_object_class_find_property(G_OBJECT_GET_CLASS(platformWidget()),
110 if (!spec)
  /external/webkit/WebCore/svg/
SVGFilterPrimitiveStandardAttributes.cpp 43 // Spec: If the x/y attribute is not specified, the effect is as if a value of "0%" were specified.
44 // Spec: If the width/height attribute is not specified, the effect is as if a value of "100%" were specified.
  /external/webkit/WebKitTools/Scripts/
run-pageloadtest 37 use File::Spec;
62 my $safariResourcePath = File::Spec->catdir(dirname(dirname($safariExecutablePath)), "Resources");
run-webkit-websocketserver 35 use File::Spec;
49 my $testDirectory = File::Spec->rel2abs($layoutTestsName);
update-webkit 36 use File::Spec;
111 my $resolveChangeLogsPath = File::Spec->catfile(dirname($0), "resolve-ChangeLogs");
  /frameworks/base/opengl/tools/glgen/src/
GenerateGLES.java 83 new BufferedReader(new FileReader("specs/gles11/checks.spec"));
92 + suffix + ".spec"));
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form10x.java 25 * Instruction format {@code 10x}. See the instruction format spec
Form30t.java 25 * Instruction format {@code 30t}. See the instruction format spec
  /dalvik/dx/src/com/android/dx/rop/code/
CstInsn.java 34 * @param result {@code null-ok;} spec for the result, if any

Completed in 184 milliseconds

<<11121314151617181920>>