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

<<21222324252627282930>>

  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/interfaces/
DHPrivateKeyTest.java 31 import javax.crypto.spec.DHParameterSpec;
60 assertTrue(pk1.getParams().getClass().getCanonicalName().equals("javax.crypto.spec.DHParameterSpec"));
DHPublicKeyTest.java 33 import javax.crypto.spec.DHParameterSpec;
61 assertTrue(pk2.getParams().getClass().getCanonicalName().equals("javax.crypto.spec.DHParameterSpec"));
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DHParameterSpecTest.java 23 package org.apache.harmony.crypto.tests.javax.crypto.spec;
28 import javax.crypto.spec.DHParameterSpec;
DHPrivateKeySpecTest.java 23 package org.apache.harmony.crypto.tests.javax.crypto.spec;
27 import javax.crypto.spec.DHPrivateKeySpec;
DHPublicKeySpecTest.java 23 package org.apache.harmony.crypto.tests.javax.crypto.spec;
27 import javax.crypto.spec.DHPublicKeySpec;
  /libcore/luni/src/test/java/tests/security/spec/
InvalidParameterSpecExceptionTest.java 23 package tests.security.spec;
27 import java.security.spec.InvalidParameterSpecException;
MGF1ParameterSpecTest.java 23 package tests.security.spec;
27 import java.security.spec.MGF1ParameterSpec;
  /libcore/ojluni/src/main/java/javax/crypto/spec/
DHPrivateKeySpec.java 26 package javax.crypto.spec;
43 public class DHPrivateKeySpec implements java.security.spec.KeySpec {
DHPublicKeySpec.java 26 package javax.crypto.spec;
43 public class DHPublicKeySpec implements java.security.spec.KeySpec {
PBEParameterSpec.java 26 package javax.crypto.spec;
29 import java.security.spec.AlgorithmParameterSpec;
  /libcore/ojluni/src/main/java/sun/security/internal/spec/
TlsRsaPremasterSecretParameterSpec.java 26 package sun.security.internal.spec;
28 import java.security.spec.AlgorithmParameterSpec;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
broken_compiler_spec.hpp 37 # define BOOST_TT_AUX_BROKEN_TYPE_TRAIT_SPEC1(trait,spec,result) \
38 template<> struct trait##_impl<spec> \
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
bdist_rpm.py 31 "(and .spec files if --spec-only)"),
33 "path to Python interpreter to hard-code in the .spec file "
37 "the .spec file"),
38 ('spec-only', None,
39 "only regenerate spec file"),
48 # but needs to go in the .spec file -- so we make these options
289 # Spec file goes into 'dist_dir' if '--spec-only specified',
292 "%s.spec" % self.distribution.get_name()
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
bdist_rpm.py 31 "(and .spec files if --spec-only)"),
33 "path to Python interpreter to hard-code in the .spec file "
37 "the .spec file"),
38 ('spec-only', None,
39 "only regenerate spec file"),
48 # but needs to go in the .spec file -- so we make these options
289 # Spec file goes into 'dist_dir' if '--spec-only specified',
292 "%s.spec" % self.distribution.get_name()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_rpm.py 31 "(and .spec files if --spec-only)"),
33 "path to Python interpreter to hard-code in the .spec file "
37 "the .spec file"),
38 ('spec-only', None,
39 "only regenerate spec file"),
48 # but needs to go in the .spec file -- so we make these options
289 # Spec file goes into 'dist_dir' if '--spec-only specified',
292 "%s.spec" % self.distribution.get_name()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_rpm.py 31 "(and .spec files if --spec-only)"),
33 "path to Python interpreter to hard-code in the .spec file "
37 "the .spec file"),
38 ('spec-only', None,
39 "only regenerate spec file"),
48 # but needs to go in the .spec file -- so we make these options
289 # Spec file goes into 'dist_dir' if '--spec-only specified',
292 "%s.spec" % self.distribution.get_name()
    [all...]
  /system/tpm/trunks/
README 41 from spec/raw_structures_fixed.txt. The output of this script is intended to be
46 Extracts structured information about commands from spec/raw_commands_fixed.txt.
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
handlers.py 434 spec = model.MapreduceSpec._get_mapreduce_spec(mr_id)
441 ctx = context.Context(spec, shard_state,
473 spec,
712 spec = tstate.mapreduce_spec
739 countdown = self._get_countdown_for_next_slice(spec)
747 config = util.create_datastore_write_config(spec)
771 self._add_task(task, spec, queue_name)
    [all...]
  /external/aac/libAACdec/src/
aacdec_pns.cpp 252 * \param spec pointer to were the noise values will be written to.
257 static int GenerateRandomVector (FIXP_DBL *RESTRICT spec,
263 FIXP_DBL *RESTRICT ptr = spec;
283 spec[i] = fMult(spec[i], invNrg_m);
292 static void ScaleBand (FIXP_DBL *RESTRICT spec, int size, int scaleFactor, int specScale, int noise_e, int out_of_phase)
314 spec [i] = fMultDiv2 (spec [i], sfMatissa) << shift;
319 spec [i] = fMultDiv2 (spec [i], sfMatissa) >> shift
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureFormatTests.cpp 124 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(fmt); local
133 << ",\n fill with " << formatGradient(&spec.valueMin, &spec.valueMax) << " gradient"
142 tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), spec.valueMin, spec.valueMax);
163 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); local
172 renderParams.colorScale = spec.lookupScale;
173 renderParams.colorBias = spec.lookupBias;
289 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(fmt); local
298 << ",\n fill with " << formatGradient(&spec.valueMin, &spec.valueMax) << " gradient
353 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); local
486 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); local
515 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); local
638 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); local
667 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); local
814 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); local
965 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); local
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/util/
IPAddressMap.java 80 String spec = addrSpec.trim(); local
81 if (_patterns.get(spec) == null)
82 _patterns.put(spec,new IPAddrPattern(spec));
84 return super.put(spec, object);
267 String spec = octetSpec.trim(); local
268 if(spec.length() == 0)
274 StringTokenizer parts = new StringTokenizer(spec,",");
292 throw new IllegalArgumentException("Invalid octet spec: "+octetSpec);
306 throw new IllegalArgumentException("Invalid octet spec: "+octetSpec)
    [all...]
  /external/libvorbis/doc/
07-floor1.tex 4 \section{Floor type 1 setup and decode} \label{vorbis:spec:floor1}
167 \paragraph{packet decode} \label{vorbis:spec:floor1-decode}
187 2) vector [floor1_Y] element [0] = read \link{vorbis:spec:ilog}{ilog}([range]-1) bits as unsigned integer
188 3) vector [floor1_Y] element [1] = read \link{vorbis:spec:ilog}{ilog}([range]-1) bits as unsigned integer
237 \paragraph{curve computation} \label{vorbis:spec:floor1-synth}
266 7) [low_neighbor_offset] = \link{vorbis:spec:low:neighbor}{low_neighbor}([floor1_X_list],[i])
267 8) [high_neighbor_offset] = \link{vorbis:spec:high:neighbor}{high_neighbor}([floor1_X_list],[i])
269 9) [predicted] = \link{vorbis:spec:render:point}{render_point}( vector [floor1_X_list] element [low_neighbor_offset],
367 8) \link{vorbis:spec:render:line}{render_line}( [lx], [ly], [hx], [hy], [floor] )
375 12) \link{vorbis:spec:render:line}{render_line}( [hx], [hy], [n], [hy], [floor]
    [all...]
  /frameworks/base/keystore/java/android/security/
KeyPairGeneratorSpec.java 31 import java.security.spec.AlgorithmParameterSpec;
105 * @param spec the underlying key type parameters
116 AlgorithmParameterSpec spec, X500Principal subjectDN, BigInteger serialNumber,
142 mSpec = spec;
254 * This will build a parameter spec for use with the <a href="{@docRoot}
266 * KeyPairGeneratorSpec spec =
360 * this may be an instance of {@link java.security.spec.RSAKeyGenParameterSpec}.
362 public Builder setAlgorithmParameterSpec(@NonNull AlgorithmParameterSpec spec) {
363 if (spec == null) {
364 throw new NullPointerException("spec == null")
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
RecentsTransitionHelper.java 268 * Composes the transition spec when docking a task, which includes a full task bitmap.
298 // task. We only need the transition spec for this task.
311 AppTransitionAnimationSpec spec = composeAnimationSpec(stackView, taskView,
313 if (spec != null) {
314 specs.add(spec);
320 // Otherwise, for freeform tasks, create a new animation spec for each task we have to
337 AppTransitionAnimationSpec spec = composeAnimationSpec(stackView, tv,
339 if (spec != null) {
340 specs.add(spec);
350 * Composes a single animation spec for the given {@link Task
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
OutputFinisher.java 115 RegisterSpec spec = ((LocalStart) insn).getLocal(); local
116 if (hasLocalInfo(spec)) {
126 * register spec.
128 * @param spec {@code non-null;} spec to scrutinize
129 * @return {@code true} iff the spec refers to any
132 private static boolean hasLocalInfo(RegisterSpec spec) {
133 return (spec != null)
134 && (spec.getLocalItem().getName() != null);
172 RegisterSpec spec = ((LocalStart) insn).getLocal() local
    [all...]

Completed in 1139 milliseconds

<<21222324252627282930>>