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

<<41424344454647484950>>

  /hardware/ti/omap4xxx/security/tf_daemon/
lib_manifest2.c 195 /* NOTE: this is not allowed by the current spec: spec update needed */
248 /* Skip spaces and tabs. Note that this is a deviation from the current spec
249 (see SWIS). Spec must be updated */
313 This is a deviation from the spec. Spec must be updated */
  /libcore/ojluni/src/main/java/javax/crypto/
SecretKeyFactory.java 32 import java.security.spec.*;
52 * {@link #generateSecret(java.security.spec.KeySpec) generateSecret} and
205 * @see javax.crypto.spec.DESKeySpec
206 * @see javax.crypto.spec.DESedeKeySpec
207 * @see javax.crypto.spec.PBEKeySpec
519 ("Could not get key spec", failure);
  /external/autotest/client/tests/cerberus/
ctcs2.tar.bz2 
  /external/autotest/server/cros/chaos_lib/
chaos_runner.py 30 def __init__(self, test, host, spec, broken_pdus=list()):
35 @param spec: an APSpec object.
41 self._ap_spec = spec
  /external/clang/lib/AST/
Decl.cpp 426 const ClassTemplateSpecializationDecl *spec,
448 if (!spec->isExplicitInstantiationOrSpecialization())
452 if (spec->isExplicitSpecialization() &&
456 return !hasDirectVisibilityAttribute(spec, computation);
462 const ClassTemplateSpecializationDecl *spec,
464 bool considerVisibility = shouldConsiderTemplateVisibility(spec, computation);
469 ClassTemplateDecl *temp = spec->getSpecializedTemplate();
478 const TemplateArgumentList &templateArgs = spec->getTemplateArgs();
490 const VarTemplateSpecializationDecl *spec,
496 if (!spec->isExplicitInstantiationOrSpecialization()
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
private.h 215 # define ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec))
219 # define ATTRIBUTE_FORMAT(spec) /* empty */
  /external/libhevc/common/
ihevc_defs.h 62 /** Enum for Level : Multiplication by 30 as per spec is implemented as multiplied by 10 and then by 3
406 * @brief Minimum qp supported in HEVC spec
411 * @brief Maximum qp supported in HEVC spec
  /external/mesa3d/docs/
viewperf.html 14 <a href="http://www.spec.org/gwpg/gpc.static/vp11info.html" target="_main">SPEC Viewperf 11</a>
32 These issues have been reported to the SPEC organization in the hope that
  /external/oauth/core/src/main/java/net/oauth/signature/
RSA_SHA1.java 28 import java.security.spec.EncodedKeySpec;
29 import java.security.spec.PKCS8EncodedKeySpec;
30 import java.security.spec.X509EncodedKeySpec;
  /frameworks/base/core/java/android/util/
StateSet.java 27 * A state spec is an array of signed ints where each element
33 * In theory we could encapsulate the state set and state spec arrays
135 * @param stateSetOrSpec a state set or state spec.
  /frameworks/base/core/java/android/view/
WindowManagerInternal.java 153 * @param spec The MagnficationSpec to set.
157 public abstract void setMagnificationSpec(MagnificationSpec spec);
174 * @return The magnification spec for the window.
  /frameworks/base/docs/html/wear/preview/features/
ui-nav-actions.jd 22 <li><a href="http://www.google.com/design/spec-wear/components/navigation-drawer.html">
25 <a href="http://www.google.com/design/spec-wear/components/action-drawer.html">
39 <p>As part of the <a href="http://www.google.com/design/spec-wear">Material Design</a>
  /frameworks/base/keystore/java/android/security/keystore/
AndroidKeyStoreUnauthenticatedAESCipherSpi.java 30 import java.security.spec.AlgorithmParameterSpec;
31 import java.security.spec.InvalidParameterSpecException;
35 import javax.crypto.spec.IvParameterSpec;
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
DrawerLayoutActivity.java 41 * <a href="https://www.google.com/design/spec/patterns/navigation-drawer.html">Material design
120 // that we can determine the width of the drawer based on the Material spec at
121 // https://www.google.com/design/spec/patterns/navigation-drawer.html#navigation-drawer-specs
  /libcore/expectations/
brokentests.txt 112 "libcore.javax.crypto.spec.KeyPairGeneratorTestDH#testKeyPairGenerator",
113 "libcore.javax.crypto.spec.AlgorithmParametersTestDH#testAlgorithmParameters",
114 "libcore.javax.crypto.spec.AlgorithmParameterGeneratorTestDH#testAlgorithmParameterGenerator"
  /libcore/luni/src/test/java/libcore/javax/crypto/
SecretKeyFactoryTest.java 19 import java.security.spec.InvalidKeySpecException;
20 import java.security.spec.KeySpec;
24 import javax.crypto.spec.PBEKeySpec;
  /libcore/ojluni/src/main/java/java/io/
OutputStreamWriter.java 127 * @spec JSR-51
146 * @spec JSR-51
173 * @spec JSR-51
  /prebuilts/go/darwin-x86/src/go/types/
labels.go 35 // spec: "It is illegal to define a label that is never used."
179 // spec: "If there is a label, it must be that of an enclosing
195 // spec: "If there is a label, it must be that of an enclosing
  /prebuilts/go/linux-x86/src/go/types/
labels.go 35 // spec: "It is illegal to define a label that is never used."
179 // spec: "If there is a label, it must be that of an enclosing
195 // spec: "If there is a label, it must be that of an enclosing
  /bionic/libc/kernel/uapi/linux/
romfs_fs.h 47 __be32 spec; member in struct:romfs_inode
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
quick_exit.c 74 * XXX: The C++ spec requires us to call std::terminate if there is an
  /dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form11n.java 28 * Instruction format {@code 11n}. See the instruction format spec
Form11x.java 26 * Instruction format {@code 11x}. See the instruction format spec
Form21s.java 28 * Instruction format {@code 21s}. See the instruction format spec
Form22x.java 26 * Instruction format {@code 22x}. See the instruction format spec

Completed in 2989 milliseconds

<<41424344454647484950>>