Searched refs:spec (Results 1 - 25 of 506) sorted by relevance

1234567891011>>

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/
H A DECKeySpec.java1 package org.bouncycastle.jce.spec;
3 import java.security.spec.KeySpec;
11 private ECParameterSpec spec; field in class:ECKeySpec
14 ECParameterSpec spec)
16 this.spec = spec;
24 return spec;
13 ECKeySpec( ECParameterSpec spec) argument
H A DECNamedCurveGenParameterSpec.java1 package org.bouncycastle.jce.spec;
3 import java.security.spec.AlgorithmParameterSpec;
6 * Named curve generation spec
H A DECPrivateKeySpec.java1 package org.bouncycastle.jce.spec;
17 * @param spec the domain parameters for the curve being used.
21 ECParameterSpec spec)
23 super(spec);
19 ECPrivateKeySpec( BigInteger d, ECParameterSpec spec) argument
H A DECPublicKeySpec.java1 package org.bouncycastle.jce.spec;
17 * @param spec the domain parameters for the curve.
21 ECParameterSpec spec)
23 super(spec);
19 ECPublicKeySpec( ECPoint q, ECParameterSpec spec) argument
/external/clang/test/CodeGen/
H A D2003-11-20-UnionBitfield.c9 struct printf_spec spec; local
10 spec.minus_flag = 1;
/external/guava/guava-tests/test/com/google/common/net/
H A DHostSpecifierTest.java52 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.
86 private static HostSpecifier spec(String specifier) { method in class:HostSpecifierTest
97 assertGood(String spec) argument
103 assertBad(String spec) argument
[all...]
/external/mesa3d/src/mesa/main/
H A Dremap.c58 * Return the spec string associated with the given function index.
63 * \return the spec string associated with the function index, or NULL.
76 * Map a function by its spec. The function will be added to glapi,
79 * \param spec a '\0'-separated string array specifying a function.
88 _mesa_map_function_spec(const char *spec) argument
94 if (!spec)
97 signature = spec;
98 spec += strlen(spec) + 1;
100 /* spec i
136 const char *spec; local
202 const char *spec; local
[all...]
H A Dremap.h54 _mesa_map_function_spec(const char *spec);
74 _mesa_map_function_spec(const char *spec) argument
/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheBuilderSpecTest.java38 CacheBuilderSpec spec = parse("");
39 assertNull(spec.initialCapacity);
40 assertNull(spec.maximumSize);
41 assertNull(spec.maximumWeight);
42 assertNull(spec.concurrencyLevel);
43 assertNull(spec.keyStrength);
44 assertNull(spec.valueStrength);
45 assertNull(spec.writeExpirationTimeUnit);
46 assertNull(spec.accessExpirationTimeUnit);
47 assertCacheBuilderEquivalence(CacheBuilder.newBuilder(), CacheBuilder.from(spec));
[all...]
/external/strace/
H A Dvsprintf.c277 struct printf_spec spec)
284 int need_pfx = ((spec.flags & SPECIAL) && spec.base != 10);
289 if (i < spec.field_width)
290 i = spec.field_width;
295 // if (spec.flags & LEFT)
296 // spec.flags &= ~ZEROPAD;
298 if (spec.flags & SIGN) {
302 spec.field_width--;
303 // } else if (spec
276 number(char *buf, char *end, unsigned long long num, struct printf_spec spec) argument
403 string(char *buf, char *end, const char *s, struct printf_spec spec) argument
441 pointer(const char *fmt, char *buf, char *end, void *ptr, struct printf_spec spec) argument
475 format_decode(const char *fmt, struct printf_spec *spec) argument
653 struct printf_spec spec = {0}; local
[all...]
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/spec/
H A DMyEncodedKeySpec.java22 package org.apache.harmony.security.tests.support.spec;
24 import java.security.spec.EncodedKeySpec;
44 * @see java.security.spec.EncodedKeySpec#getFormat()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/config/
H A DProviderConfiguration.java3 import javax.crypto.spec.DHParameterSpec;
5 import org.bouncycastle.jce.spec.ECParameterSpec;
/external/bison/lib/
H A Derror.h29 # define _GL_ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec))
31 # define _GL_ATTRIBUTE_FORMAT(spec) /* empty */
H A Dvasnprintf.h33 # define _GL_ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec))
35 # define _GL_ATTRIBUTE_FORMAT(spec) /* empty */
/external/lldb/source/Host/common/
H A DDynamicLibrary.cpp15 DynamicLibrary::DynamicLibrary (const FileSpec& spec, uint32_t options) : m_filespec(spec) argument
18 m_handle = Host::DynamicLibraryOpen (spec,options,err);
/external/deqp/modules/egl/
H A DteglMemoryStressTests.cpp327 MemoryStressCase (EglTestContext& eglTestCtx, Spec spec, const char* name, const char* description);
344 MemoryStressCase::MemoryStressCase (EglTestContext& eglTestCtx, Spec spec, const char* name, const char* description) argument
346 , m_spec (spec)
476 MemoryStressCase::Spec spec; local
478 spec.types = OBJECTTYPE_PBUFFER;
479 spec.minWidth = 256;
480 spec.minHeight = 256;
481 spec.maxWidth = 256;
482 spec.maxHeight = 256;
483 spec
490 MemoryStressCase::Spec spec; local
504 MemoryStressCase::Spec spec; local
518 MemoryStressCase::Spec spec; local
532 MemoryStressCase::Spec spec; local
546 MemoryStressCase::Spec spec; local
560 MemoryStressCase::Spec spec; local
574 MemoryStressCase::Spec spec; local
588 MemoryStressCase::Spec spec; local
602 MemoryStressCase::Spec spec; local
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fDrawTests.cpp54 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) argument
73 spec.apiType = glu::ApiType::es(2,0);
74 spec
144 gls::DrawTestSpec spec; local
179 gls::DrawTestSpec spec; local
225 gls::DrawTestSpec spec; local
328 gls::DrawTestSpec spec; local
397 gls::DrawTestSpec spec; local
595 gls::DrawTestSpec spec; local
[all...]
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DLocal.java28 private RegisterSpec spec; field in class:Local
46 this.spec = RegisterSpec.make(nextAvailableRegister, type.ropType);
57 RegisterSpec spec() { method in class:Local
58 if (spec == null) {
60 if (spec == null) {
64 return spec;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/interfaces/
H A DECKey.java3 import org.bouncycastle.jce.spec.ECParameterSpec;
/external/deqp/modules/gles3/functional/
H A Des3fDrawTests.cpp56 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
102 genBasicSpec(gls::DrawTestSpec& spec, gls::DrawTestSpec::DrawMethod method) argument
180 gls::DrawTestSpec spec; local
215 gls::DrawTestSpec spec; local
261 gls::DrawTestSpec spec; local
321 gls::DrawTestSpec spec; local
429 gls::DrawTestSpec spec; local
498 gls::DrawTestSpec spec; local
1022 gls::DrawTestSpec spec; local
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/
H A Drakefile7 Hoe.spec "antlr3" do
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/serialization/
H A DInvalidParameterSpecExceptionTest.java22 package org.apache.harmony.security.tests.java.security.spec.serialization;
24 import java.security.spec.InvalidParameterSpecException;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
H A DBaseKeyFactorySpi.java6 import java.security.spec.InvalidKeySpecException;
7 import java.security.spec.KeySpec;
8 import java.security.spec.PKCS8EncodedKeySpec;
9 import java.security.spec.X509EncodedKeySpec;
31 throw new InvalidKeySpecException("encoded key spec not recognised");
36 throw new InvalidKeySpecException("key spec not recognised");
52 throw new InvalidKeySpecException("encoded key spec not recognised");
57 throw new InvalidKeySpecException("key spec not recognised");
63 Class spec)
66 if (spec
61 engineGetKeySpec( Key key, Class spec) argument
[all...]
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRegisterSpecSet.java91 RegisterSpec spec = specs[i];
92 int oneHash = (spec == null) ? 0 : spec.hashCode();
109 RegisterSpec spec = specs[i];
110 if (spec != null) {
116 sb.append(spec);
177 * spec, if any. This is just a convenient shorthand for
178 * {@code get(spec.getReg())}.
180 * @param spec {@code non-null;} spec wit
184 get(RegisterSpec spec) argument
197 findMatchingLocal(RegisterSpec spec) argument
262 put(RegisterSpec spec) argument
[all...]
/external/selinux/libselinux/src/
H A Dlabel_db.c71 typedef struct spec { struct
94 spec_t *spec = &catalog->specs[catalog->nspec]; local
119 * Set up individual spec entry
121 memset(spec, 0, sizeof(spec_t));
124 spec->type = SELABEL_DB_DATABASE;
126 spec->type = SELABEL_DB_SCHEMA;
128 spec->type = SELABEL_DB_TABLE;
130 spec->type = SELABEL_DB_COLUMN;
132 spec->type = SELABEL_DB_SEQUENCE;
134 spec
178 spec_t *spec; local
197 spec_t *spec; local
320 spec_t *spec = &catalog->specs[i]; local
[all...]

Completed in 4475 milliseconds

1234567891011>>