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

1 2 3 4 5 6 78 91011>>

  /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
  /cts/tools/dx-tests/src/dxc/junit/opcodes/opc_return/
Test_opc_return.java 64 // the JVM spec says that it is optional to implement the structural
65 // lock rules, see JVM spec 8.13 and monitorenter/exit opcodes.
  /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.
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/libcore/crypto/src/main/java/javax/crypto/
SecretKeyFactorySpi.java 21 import java.security.spec.InvalidKeySpecException;
22 import java.security.spec.KeySpec;
  /dalvik/libcore/crypto/src/main/java/javax/crypto/spec/
DHParameterSpec.java 18 package javax.crypto.spec;
21 import java.security.spec.AlgorithmParameterSpec;
PBEParameterSpec.java 18 package javax.crypto.spec;
20 import java.security.spec.AlgorithmParameterSpec;
  /dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
SecretKeyFactorySpiTest.java 31 import java.security.spec.InvalidKeySpecException;
32 import java.security.spec.KeySpec;
  /dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
KeyAgreementThread.java 26 import java.security.spec.X509EncodedKeySpec;
29 import javax.crypto.spec.DHParameterSpec;
  /dalvik/libcore/security/src/main/java/java/security/
KeyFactorySpi.java 20 import java.security.spec.InvalidKeySpecException;
21 import java.security.spec.KeySpec;
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
JDKISOSignature.java 10 import java.security.spec.AlgorithmParameterSpec;
103 * @deprecated replaced with <a href = "#engineSetParameter(java.security.spec.AlgorithmParameterSpec)">
  /dalvik/libcore/security/src/test/java/tests/java/security/
AlgorithmParameterGeneratorSpiTest.java 33 import java.security.spec.AlgorithmParameterSpec;
68 args = {java.security.spec.AlgorithmParameterSpec.class, java.security.SecureRandom.class}
  /dalvik/libcore/security/src/test/java/tests/security/spec/
ECGenParameterSpecTest.java 23 package tests.security.spec;
32 import java.security.spec.ECGenParameterSpec;
InvalidParameterSpecExceptionTest.java 23 package tests.security.spec;
32 import java.security.spec.InvalidParameterSpecException;
  /dalvik/libcore/security/src/test/java/tests/targets/security/
KeyFactoryTest.java 30 import java.security.spec.InvalidKeySpecException;
31 import java.security.spec.KeySpec;
  /external/webkit/WebCore/bindings/js/
JSMessagePortCustom.h 44 // Also validates the elements per sections 4.1.13 and 4.1.15 of the WebIDL spec and section 8.3.3 of the HTML5 spec.
  /external/webkit/WebCore/svg/
SVGFontFaceElement.cpp 145 // Spec: The X-coordinate in the font coordinate system of the origin of a glyph to be used when
156 // Spec: The Y-coordinate in the font coordinate system of the origin of a glyph to be used when
167 // Spec: The default horizontal advance after rendering a glyph in horizontal orientation. Glyph
178 // Spec: The default X-coordinate in the font coordinate system of the origin of a glyph to be used when
193 // Spec: The default Y-coordinate in the font coordinate system of the origin of a glyph to be used when
208 // Spec: The default vertical advance after rendering a glyph in vertical orientation. If the attribute is
219 // Spec: Same syntax and semantics as the 'ascent' descriptor within an @font-face rule. The maximum
239 // Spec: Same syntax and semantics as the 'descent' descriptor within an @font-face rule. The maximum
  /external/webkit/WebKit/chromium/src/
WebPageSerializer.cpp 69 static_cast<int>(url.spec().length()),
70 url.spec().data());
  /external/webkit/WebKitTools/Scripts/
run-jsc 33 use File::Spec;
48 $jsc .= " 2> " . File::Spec->devnull() unless $verbose;
  /frameworks/base/awt/javax/imageio/stream/
FileImageOutputStream.java 70 // according to the spec for ImageOutputStreamImpl#flushBits()
79 // according to the spec for ImageOutputStreamImpl#flushBits()
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
StaCap.h 59 /* The Supported MCS Set field structure acording 802.11n SPEC*/
68 /* The HT Capabilities element structure acording 802.11n SPEC*/
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
StaCap.h 59 /* The Supported MCS Set field structure acording 802.11n SPEC*/
68 /* The HT Capabilities element structure acording 802.11n SPEC*/
  /external/qemu/distrib/sdl-1.2.12/src/audio/windx5/
SDL_dx5audio.c 38 static int DX5_OpenAudio(_THIS, SDL_AudioSpec *spec);
624 static int DX5_OpenAudio(_THIS, SDL_AudioSpec *spec)
634 switch ( spec->format & 0xFF ) {
637 spec->format = AUDIO_U8;
643 spec->format = AUDIO_S16;
651 waveformat.nChannels = spec->channels;
652 waveformat.nSamplesPerSec = spec->freq;
659 SDL_CalculateAudioSpec(spec);
673 &waveformat, spec->size);
678 &waveformat, spec->size)
    [all...]

Completed in 320 milliseconds

1 2 3 4 5 6 78 91011>>