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

<<41424344454647484950>>

  /dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form23x.java 26 * Instruction format {@code 23x}. See the instruction format spec
Form31i.java 28 * Instruction format {@code 31i}. See the instruction format spec
Form31t.java 26 * Instruction format {@code 31t}. See the instruction format spec
Form32x.java 26 * Instruction format {@code 32x}. See the instruction format spec
Form51l.java 29 * Instruction format {@code 51l}. See the instruction format spec
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
PlainCstInsn.java 35 * @param result {@code null-ok;} spec for the result, if any
Rops.java     [all...]
SwitchInsn.java 37 * @param result {@code null-ok;} spec for the result, if any
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form11x.java 27 * Instruction format {@code 11x}. See the instruction format spec
Form22x.java 27 * Instruction format {@code 22x}. See the instruction format spec
Form23x.java 27 * Instruction format {@code 23x}. See the instruction format spec
Form31t.java 27 * Instruction format {@code 31t}. See the instruction format spec
Form32x.java 27 * Instruction format {@code 32x}. See the instruction format spec
Form3rc.java 29 * Instruction format {@code 3rc}. See the instruction format spec
  /dalvik/dx/src/com/android/dx/rop/code/
PlainCstInsn.java 35 * @param result {@code null-ok;} spec for the result, if any
Rops.java     [all...]
SwitchInsn.java 37 * @param result {@code null-ok;} spec for the result, if any
  /dalvik/libdex/
CmdUtils.h 22 * The structure and field names were chosen to match those in the DEX spec.
  /developers/build/prebuilts/gradle/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/
FingerprintAuthenticationDialogFragment.java 49 import java.security.spec.InvalidKeySpecException;
50 import java.security.spec.X509EncodedKeySpec;
207 X509EncodedKeySpec spec = new X509EncodedKeySpec(publicKey.getEncoded()); local
208 PublicKey verificationKey = factory.generatePublic(spec);
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/provider/
FeedContract.java 81 * Atom spec.
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/provider/
FeedContract.java 81 * Atom spec.
  /developers/samples/android/security/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/
FingerprintAuthenticationDialogFragment.java 49 import java.security.spec.InvalidKeySpecException;
50 import java.security.spec.X509EncodedKeySpec;
207 X509EncodedKeySpec spec = new X509EncodedKeySpec(publicKey.getEncoded()); local
208 PublicKey verificationKey = factory.generatePublic(spec);
  /development/ndk/platforms/android-21/include/linux/
romfs_fs.h 47 __be32 spec; member in struct:romfs_inode
  /development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/
BrokenKeyDerivationActivity.java 33 import java.security.spec.KeySpec;
38 import javax.crypto.spec.IvParameterSpec;
39 import javax.crypto.spec.PBEKeySpec;
40 import javax.crypto.spec.SecretKeySpec;
  /development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/
FingerprintAuthenticationDialogFragment.java 49 import java.security.spec.InvalidKeySpecException;
50 import java.security.spec.X509EncodedKeySpec;
207 X509EncodedKeySpec spec = new X509EncodedKeySpec(publicKey.getEncoded()); local
208 PublicKey verificationKey = factory.generatePublic(spec);

Completed in 477 milliseconds

<<41424344454647484950>>