/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/ |
ECKeySpec.java | 1 package org.bouncycastle.jce.spec; 3 import java.security.spec.KeySpec; 6 * base class for an Elliptic Curve Key Spec 11 private ECParameterSpec spec; field in class:ECKeySpec 14 ECParameterSpec spec) 16 this.spec = spec; 24 return spec;
|
ECPrivateKeySpec.java | 1 package org.bouncycastle.jce.spec; 17 * @param spec the domain parameters for the curve being used. 21 ECParameterSpec spec) 23 super(spec);
|
ECNamedCurveGenParameterSpec.java | 1 package org.bouncycastle.jce.spec; 3 import java.security.spec.AlgorithmParameterSpec; 6 * Named curve generation spec
|
ECPublicKeySpec.java | 1 package org.bouncycastle.jce.spec; 17 * @param spec the domain parameters for the curve. 21 ECParameterSpec spec) 23 super(spec);
|
/external/srec/srec/clib/ |
specnorm.c | 37 int copy_distribution_counts(spect_dist_info *spec, spect_dist_info *base); 40 int add_distribution_data(spect_dist_info *spec, int spec_val) 44 ASSERT(spec); 46 if (spec_val < spec->low_entry) spec->low_counts += UNIT_SIZE; 47 else if (spec_val > spec->high_entry) spec->high_counts += UNIT_SIZE; 48 else spec->hist[spec_val - spec->low_entry] += UNIT_SIZE; 54 spec->running_total += spec_val - spec->mean 221 spect_dist_info *spec; local [all...] |
/external/chromium_org/third_party/mesa/src/docs/ |
extensions.html | 19 <li><a href="MESA_agp_offset.spec">MESA_agp_offset.spec</a> 20 <li><a href="MESA_copy_sub_buffer.spec">MESA_copy_sub_buffer.spec</a> 21 <li><a href="MESA_packed_depth_stencil.spec">MESA_packed_depth_stencil.spec</a> 22 <li><a href="MESA_pack_invert.spec">MESA_pack_invert.spec</a> 23 <li><a href="MESA_pixmap_colormap.spec">MESA_pixmap_colormap.spec</a [all...] |
/external/mesa3d/docs/ |
extensions.html | 19 <li><a href="MESA_agp_offset.spec">MESA_agp_offset.spec</a> 20 <li><a href="MESA_copy_sub_buffer.spec">MESA_copy_sub_buffer.spec</a> 21 <li><a href="MESA_packed_depth_stencil.spec">MESA_packed_depth_stencil.spec</a> 22 <li><a href="MESA_pack_invert.spec">MESA_pack_invert.spec</a> 23 <li><a href="MESA_pixmap_colormap.spec">MESA_pixmap_colormap.spec</a [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/config/ |
ProviderConfiguration.java | 3 import javax.crypto.spec.DHParameterSpec; 5 import org.bouncycastle.jce.spec.ECParameterSpec;
|
/external/clang/test/CodeGen/ |
2003-11-20-UnionBitfield.c | 9 struct printf_spec spec; local 10 spec.minus_flag = 1;
|
/external/owasp/sanitizer/empiricism/ |
README.html | 0 Spec lawyering is hard, so instead of trying to derive data tables for HTML 2 balancing from the HTML5 spec, this directory includes experiments that can
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/ |
type_trait_def.hpp | 28 #define BOOST_TT_AUX_TYPE_TRAIT_SPEC1(trait,spec,result) \ 29 template<> struct trait<spec> \ 33 BOOST_MPL_AUX_LAMBDA_SUPPORT_SPEC(1,trait,(spec)) \ 37 #define BOOST_TT_AUX_TYPE_TRAIT_IMPL_SPEC1(trait,spec,result) \ 38 template<> struct trait##_impl<spec> \ 45 #define BOOST_TT_AUX_TYPE_TRAIT_PARTIAL_SPEC1_1(param,trait,spec,result) \ 46 template< param > struct trait<spec> \ 53 #define BOOST_TT_AUX_TYPE_TRAIT_PARTIAL_SPEC1_2(param1,param2,trait,spec,result) \ 54 template< param1, param2 > struct trait<spec> \ 61 #define BOOST_TT_AUX_TYPE_TRAIT_IMPL_PARTIAL_SPEC1_1(param,trait,spec,result) [all...] |
/external/guava/guava-tests/test/com/google/common/net/ |
HostSpecifierTest.java | 52 for (String spec : GOOD_IPS) { 53 assertGood(spec); 58 for (String spec : BAD_IPS) { 59 assertBad(spec); 64 for (String spec : GOOD_DOMAINS) { 65 assertGood(spec); 70 for (String spec : BAD_DOMAINS) { 71 assertBad(spec); 77 .addEqualityGroup(spec("1.2.3.4"), spec("1.2.3.4") 86 private static HostSpecifier spec(String specifier) { method in class:HostSpecifierTest [all...] |
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
ninja_test.py | 20 spec = { 'target_name': 'wee' } 21 self.assertTrue(writer.ComputeOutputFileName(spec, 'executable'). 23 self.assertTrue(writer.ComputeOutputFileName(spec, 'shared_library'). 25 self.assertTrue(writer.ComputeOutputFileName(spec, 'static_library'). 31 spec = { 'target_name': 'wee' } 32 self.assertTrue('.' not in writer.ComputeOutputFileName(spec, 34 self.assertTrue(writer.ComputeOutputFileName(spec, 'shared_library'). 36 self.assertTrue(writer.ComputeOutputFileName(spec, 'static_library'). 38 self.assertTrue(writer.ComputeOutputFileName(spec, 'shared_library'). 40 self.assertTrue(writer.ComputeOutputFileName(spec, 'static_library') [all...] |
/external/deqp/modules/egl/ |
teglMemoryStressTests.cpp | 308 struct Spec 318 MemoryStressCase (EglTestContext& eglTestCtx, Spec spec, const char* name, const char* description); 324 Spec m_spec; 335 MemoryStressCase::MemoryStressCase (EglTestContext& eglTestCtx, Spec spec, const char* name, const char* description) 337 , m_spec (spec) 459 MemoryStressCase::Spec spec; local 461 spec.types = OBJECTTYPE_PBUFFER 473 MemoryStressCase::Spec spec; local 487 MemoryStressCase::Spec spec; local 501 MemoryStressCase::Spec spec; local 515 MemoryStressCase::Spec spec; local 529 MemoryStressCase::Spec spec; local 543 MemoryStressCase::Spec spec; local 557 MemoryStressCase::Spec spec; local 571 MemoryStressCase::Spec spec; local 585 MemoryStressCase::Spec spec; local [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
GridLayout3.java | 50 Spec titleRow = spec(0); 51 Spec introRow = spec(1); 52 Spec emailRow = spec(2, BASELINE); 53 Spec passwordRow = spec(3, BASELINE); 54 Spec button1Row = spec(5) [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/ |
BaseKeyFactorySpi.java | 7 import java.security.spec.InvalidKeySpecException; 8 import java.security.spec.KeySpec; 9 import java.security.spec.PKCS8EncodedKeySpec; 10 import java.security.spec.X509EncodedKeySpec; 32 throw new InvalidKeySpecException("encoded key spec not recognised"); 37 throw new InvalidKeySpecException("key spec not recognised"); 53 throw new InvalidKeySpecException("encoded key spec not recognised"); 58 throw new InvalidKeySpecException("key spec not recognised"); 64 Class spec) 67 if (spec.isAssignableFrom(PKCS8EncodedKeySpec.class) && key.getFormat().equals("PKCS#8") [all...] |
EC5Util.java | 4 import java.security.spec.ECField; 5 import java.security.spec.ECFieldF2m; 6 import java.security.spec.ECFieldFp; 7 import java.security.spec.ECParameterSpec; 8 import java.security.spec.ECPoint; 9 import java.security.spec.EllipticCurve; 11 import org.bouncycastle.jce.spec.ECNamedCurveParameterSpec; 12 import org.bouncycastle.jce.spec.ECNamedCurveSpec; 69 org.bouncycastle.jce.spec.ECParameterSpec spec) [all...] |
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-devanagari/misc/ |
MANIFEST | 5 spec-deviations.txt
|
/external/oprofile/pp/ |
oparchive_options.h | 33 * @param spec profile specification 35 * Process the spec, fatally complaining on error. 37 void handle_options(options::spec const & spec);
|
opgprof_options.h | 30 * @param spec profile specification 32 * Process the spec, fatally complaining on error. 34 void handle_options(options::spec const & spec);
|
/external/deqp/modules/gles2/functional/ |
es2fVertexArrayTest.cpp | 88 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx], 99 MultiVertexArrayTest::Spec spec; local 100 spec.primitive = Array::PRIMITIVE_TRIANGLES; 101 spec.drawCount = counts[countNdx]; 102 spec.first = 0; 103 spec.arrays.push_back(arraySpec); 105 std::string name = spec.getName(); 108 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str())); 158 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx] 169 MultiVertexArrayTest::Spec spec; local 240 MultiVertexArrayTest::Spec spec; local 308 MultiVertexArrayTest::Spec spec; local 371 MultiVertexArrayTest::Spec spec; local 436 MultiVertexArrayTest::Spec spec; local 523 MultiVertexArrayTest::Spec spec; local 644 MultiVertexArrayTest::Spec spec; local 703 MultiVertexArrayTest::Spec spec; local 794 MultiVertexArrayTest::Spec spec; local [all...] |
es2fDrawTests.cpp | 54 gls::DrawTestSpec spec(baseSpec); 58 spec.primitiveCount = 1; 59 test->addIteration(spec, "draw count = 1"); 61 spec.primitiveCount = 5; 62 test->addIteration(spec, "draw count = 5"); 64 spec.primitiveCount = 25; 65 test->addIteration(spec, "draw count = 25"); 71 static void genBasicSpec (gls::DrawTestSpec& spec, gls::DrawTestSpec::DrawMethod method) 73 spec.apiType = glu::ApiType::es(2,0); 74 spec.primitive = gls::DrawTestSpec::PRIMITIVE_TRIANGLES 144 gls::DrawTestSpec spec; local 179 gls::DrawTestSpec spec; local 225 gls::DrawTestSpec spec; local 330 gls::DrawTestSpec spec; local 399 gls::DrawTestSpec spec; local 597 gls::DrawTestSpec spec; local [all...] |
/external/deqp/modules/gles3/functional/ |
es3fDrawTests.cpp | 56 gls::DrawTestSpec spec(baseSpec); 60 spec.primitiveCount = 1; 61 test->addIteration(spec, "draw count = 1"); 63 spec.primitiveCount = 5; 64 test->addIteration(spec, "draw count = 5"); 66 spec.primitiveCount = 25; 67 test->addIteration(spec, "draw count = 25"); 71 spec.instanceCount = 1; 72 test->addIteration(spec, "instance count = 1"); 74 spec.instanceCount = 4 180 gls::DrawTestSpec spec; local 215 gls::DrawTestSpec spec; local 261 gls::DrawTestSpec spec; local 321 gls::DrawTestSpec spec; local 432 gls::DrawTestSpec spec; local 501 gls::DrawTestSpec spec; local 1027 gls::DrawTestSpec spec; local [all...] |
/external/clang/test/CXX/except/except.spec/ |
p2-places.cpp | 9 // Plain function with spec 12 // Pointer to function with spec 15 // Function taking reference to function with spec 18 // Typedef for pointer to function with spec 23 // Function returning function with spec 26 // Ultimate parser thrill: function with spec returning function with spec and 27 // taking pointer to function with spec. 31 // Pointer to pointer to function taking function with spec 34 // Pointer to pointer to function with spec [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/spec/ |
PBKDF2KeySpec.java | 1 package org.bouncycastle.jcajce.spec; 3 import javax.crypto.spec.PBEKeySpec;
|