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

<<61626364656667686970>>

  /libcore/ojluni/src/main/java/sun/security/ssl/
RSAClientKeyExchange.java 34 import javax.crypto.spec.*;
38 import sun.security.internal.spec.TlsRsaPremasterSecretParameterSpec;
54 * The TLS spec says that the version in the RSA premaster secret must
  /prebuilts/gdb/darwin-x86/lib/python2.7/
shlex.py 100 spec = self.sourcehook(self.read_token())
101 if spec:
102 (newfile, newstream) = spec
  /prebuilts/gdb/linux-x86/lib/python2.7/
shlex.py 100 spec = self.sourcehook(self.read_token())
101 if spec:
102 (newfile, newstream) = spec
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shlex.py 100 spec = self.sourcehook(self.read_token())
101 if spec:
102 (newfile, newstream) = spec
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
shlex.py 100 spec = self.sourcehook(self.read_token())
101 if spec:
102 (newfile, newstream) = spec
  /system/extras/verity/
VerityVerifier.java 33 import java.security.spec.RSAPublicKeySpec;
131 RSAPublicKeySpec spec = new RSAPublicKeySpec(modulus, exponent); local
133 return factory.generatePublic(spec);
  /art/runtime/
java_vm_ext_test.cc 73 // spec says that the stack size argument is a lower bound, and bionic currently gives us
utf-inl.h 58 // spec says they're invalid but nobody appears to check for them.
  /bionic/libc/kernel/uapi/linux/
atmbr2684.h 64 } spec; member in struct:br2684_if_spec
  /bionic/linker/
linker_allocator.h 81 // Spec says we need to throw std::bad_alloc here but because our
linker_phdr.h 34 * to the ELF spec, and does not depend on linker-specific data
  /cts/apps/CameraITS/tests/scene1/
test_linearity.py 38 # The HAL3.2 spec requires that curves up to 64 control points in length
  /dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form12x.java 28 * Instruction format {@code 12x}. See the instruction format spec
Form21c.java 31 * Instruction format {@code 21c}. See the instruction format spec
Form21h.java 28 * Instruction format {@code 21h}. See the instruction format spec
Form22b.java 28 * Instruction format {@code 22b}. See the instruction format spec
Form22c.java 30 * Instruction format {@code 22c}. See the instruction format spec
Form22s.java 28 * Instruction format {@code 22s}. See the instruction format spec
Form31c.java 31 * Instruction format {@code 31c}. See the instruction format spec
Form3rc.java 30 * Instruction format {@code 3rc}. See the instruction format spec
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
ThrowingInsn.java 34 * Gets the string form of a register spec list to be used as a catches
  /dalvik/dx/src/com/android/dx/cf/code/
BaseMachine.java 69 /** {@code null-ok;} local target spec, if salient and calculated */
381 * Gets the target local register spec of the current operation, if any.
382 * The local target spec is the combination of the values indicated
390 * @return {@code null-ok;} the salient register spec or {@code null} if no
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form11n.java 29 * Instruction format {@code 11n}. See the instruction format spec
Form12x.java 28 * Instruction format {@code 12x}. See the instruction format spec
Form21c.java 32 * Instruction format {@code 21c}. See the instruction format spec

Completed in 903 milliseconds

<<61626364656667686970>>