Searched defs:spec (Results 101 - 125 of 261) sorted by relevance

1234567891011

/external/deqp/modules/gles2/stress/
H A Des2sVertexArrayTests.cpp100 MultiVertexArrayTest::Spec spec; local
101 spec.primitive = Array::PRIMITIVE_TRIANGLES;
102 spec.drawCount = counts[countNdx];
103 spec.first = 0;
104 spec.arrays.push_back(arraySpec);
106 std::string name = spec.getName();
109 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str()));
170 MultiVertexArrayTest::Spec spec; local
171 spec.primitive = Array::PRIMITIVE_TRIANGLES;
172 spec
241 MultiVertexArrayTest::Spec spec; local
309 MultiVertexArrayTest::Spec spec; local
[all...]
/external/deqp/modules/glshared/
H A DglsShaderPerformanceMeasurer.cpp77 static void generateVertices (std::vector<float>& dst, int gridSizeX, int gridSizeY, const AttribSpec& spec) argument
93 dst[getVtxIndex(x, y, gridSizeX)*numComponents + compNdx] = triQuadInterpolate(xf, yf, tcu::Vec4(spec.p00[compNdx], spec.p01[compNdx], spec.p10[compNdx], spec.p11[compNdx]));
H A DglsSamplerObjectTest.cpp72 TextureSamplerTest::TextureSamplerTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const TestSpec& spec) argument
73 : tcu::TestCase (testCtx, spec.name, spec.desc)
76 , m_target (spec.target)
77 , m_textureState (spec.textureState)
78 , m_samplerState (spec.samplerState)
79 , m_random (deStringHash(spec.name))
583 MultiTextureSamplerTest::MultiTextureSamplerTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const TestSpec& spec) argument
584 : TestCase (testCtx, spec.name, spec
[all...]
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DBasicBlockList.java384 * Processes the given register spec.
386 * @param spec {@code non-null;} the register spec
388 private void processReg(RegisterSpec spec) { argument
389 int reg = spec.getNextReg();
H A DRegisterSpecList.java36 * @param spec {@code non-null;} the element
39 public static RegisterSpecList make(RegisterSpec spec) { argument
41 result.set(0, spec);
186 * @param spec {@code non-null;} the value to store
188 public void set(int n, RegisterSpec spec) { argument
189 set0(n, spec);
205 RegisterSpec spec = (RegisterSpec) get0(i);
206 if (spec != null) {
207 int min = spec.getNextReg();
222 * @param spec {
225 withFirst(RegisterSpec spec) argument
[all...]
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/harfbuzz_ng/src/
H A Dhb-ot-tag.cc168 * Draft OpenType 1.5 spec, with with the ISO 639-3 codes from
403 /*{"kht", HB_TAG('K','H','T',' ')},*/ /* Khamti (OpenType spec and SIL fonts) */
431 {"ksw", HB_TAG('K','S','W',' ')}, /* S'gaw Karen (OpenType spec and SIL fonts) */
797 lang_matches (const char *lang_str, const char *spec) argument
799 unsigned int len = strlen (spec);
801 return strncmp (lang_str, spec, len) == 0 &&
/external/kernel-headers/original/uapi/linux/
H A Dromfs_fs.h36 __be32 spec; member in struct:romfs_inode
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_lighttmp.h90 GLfloat sum[2][3], spec[2][3]; local
102 ZERO_3V(spec[0]);
106 ZERO_3V(spec[1]);
210 ACC_SCALE_SCALAR_3V( spec[side], spec_coef,
217 COPY_3V( Fspec[j], spec[0] );
222 COPY_3V( Bspec[j], spec[1] );
486 GLfloat spec = lookup_shininess(ctx, 1, n_dot_h); local
487 ACC_SCALE_SCALAR_3V(sum, spec, light->_MatSpecular[1]);
500 GLfloat spec = lookup_shininess(ctx, 0, n_dot_h); local
501 ACC_SCALE_SCALAR_3V(sum, spec, ligh
579 GLfloat n_dot_h, n_dot_VP, spec; local
[all...]
/external/openssh/
H A Dcompat.c189 proto_spec(const char *spec) argument
194 if (spec == NULL)
196 q = s = strdup(spec);
210 logit("ignoring bad proto spec: '%s'.", p);
/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...]
H A Dlabel_media.c22 typedef struct spec { struct
109 * of the first pass, the spec array is allocated.
111 * and fills in the spec array.
151 struct spec *spec, *spec_arr = data->spec_arr; local
155 spec = &spec_arr[i];
156 free(spec->key);
157 free(spec->lr.ctx_raw);
158 free(spec->lr.ctx_trans);
H A Dlabel_x.c23 typedef struct spec { struct
136 * of the first pass, the spec array is allocated.
138 * and fills in the spec array.
178 struct spec *spec, *spec_arr = data->spec_arr; local
182 spec = &spec_arr[i];
183 free(spec->key);
184 free(spec->lr.ctx_raw);
185 free(spec->lr.ctx_trans);
/external/aac/libAACdec/src/
H A Daacdec_pns.cpp252 * \param spec pointer to were the noise values will be written to.
257 static int GenerateRandomVector (FIXP_DBL *RESTRICT spec, argument
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) argument
314 spec [i] = fMultDiv2 (spec [i], sfMatissa) << shift;
319 spec [i] = fMultDiv2 (spec [
[all...]
H A Daacdec_tns.cpp216 static void CTns_Filter (FIXP_DBL *spec, int size, int inc, FIXP_TCC coeff [], int order) argument
238 maxVal = fixMax(maxVal,fixp_abs(spec[i]));
250 pSpec = &spec[size - 1];
252 pSpec = &spec[0];
/external/aac/libAACenc/src/
H A Dband_nrg.cpp138 FIXP_DBL spec; local
144 spec = mdctSpectrum[j]<<scale;
145 tmp = fPow2AddDiv2(tmp, spec);
187 FIXP_DBL spec; local
195 spec = mdctSpectrum[j]<<leadingBits;
196 tmp = fPow2AddDiv2(tmp, spec);
201 spec = mdctSpectrum[j]>>shift;
202 tmp = fPow2AddDiv2(tmp, spec);
267 FIXP_DBL spec = scaleValue(mdctSpectrum[j],leadingBits); local
268 tmp = fPow2AddDiv2(tmp, spec);
[all...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
H A DECFieldF2mTest.java22 package org.apache.harmony.security.tests.java.security.spec;
25 import java.security.spec.ECFieldF2m;
/external/blktrace/
H A Dblkparse_fmt.c20 static inline int valid_spec(int spec) argument
22 return strchr(VALID_SPECS, spec) != NULL;
36 int spec = optarg[0]; local
38 if (!valid_spec(spec)) {
39 fprintf(stderr,"Bad format specifier %c\n", spec);
48 override_format[spec] = strdup(option);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
H A DBCECPrivateKey.java8 import java.security.spec.ECParameterSpec;
9 import java.security.spec.ECPoint;
10 import java.security.spec.ECPrivateKeySpec;
11 import java.security.spec.EllipticCurve;
36 import org.bouncycastle.jce.spec.ECNamedCurveSpec;
70 org.bouncycastle.jce.spec.ECPrivateKeySpec spec,
74 this.d = spec.getD();
76 if (spec.getParams() != null) // can be null if implicitlyCA
78 ECCurve curve = spec
68 BCECPrivateKey( String algorithm, org.bouncycastle.jce.spec.ECPrivateKeySpec spec, ProviderConfiguration configuration) argument
94 BCECPrivateKey( String algorithm, ECPrivateKeySpec spec, ProviderConfiguration configuration) argument
118 BCECPrivateKey( String algorithm, ECPrivateKeyParameters params, BCECPublicKey pubKey, ECParameterSpec spec, ProviderConfiguration configuration) argument
151 BCECPrivateKey( String algorithm, ECPrivateKeyParameters params, BCECPublicKey pubKey, org.bouncycastle.jce.spec.ECParameterSpec spec, ProviderConfiguration configuration) argument
[all...]
H A DBCECPublicKey.java8 import java.security.spec.ECParameterSpec;
9 import java.security.spec.ECPoint;
10 import java.security.spec.ECPublicKeySpec;
11 import java.security.spec.EllipticCurve;
35 import org.bouncycastle.jce.spec.ECNamedCurveSpec;
65 ECPublicKeySpec spec,
69 this.ecSpec = spec.getParams();
70 this.q = EC5Util.convertPoint(ecSpec, spec.getW(), false);
76 org.bouncycastle.jce.spec.ECPublicKeySpec spec,
63 BCECPublicKey( String algorithm, ECPublicKeySpec spec, ProviderConfiguration configuration) argument
74 BCECPublicKey( String algorithm, org.bouncycastle.jce.spec.ECPublicKeySpec spec, ProviderConfiguration configuration) argument
105 BCECPublicKey( String algorithm, ECPublicKeyParameters params, ECParameterSpec spec, ProviderConfiguration configuration) argument
130 BCECPublicKey( String algorithm, ECPublicKeyParameters params, org.bouncycastle.jce.spec.ECParameterSpec spec, ProviderConfiguration configuration) argument
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DJCEECPrivateKey.java8 import java.security.spec.ECParameterSpec;
9 import java.security.spec.ECPoint;
10 import java.security.spec.ECPrivateKeySpec;
11 import java.security.spec.EllipticCurve;
40 import org.bouncycastle.jce.spec.ECNamedCurveSpec;
69 org.bouncycastle.jce.spec.ECPrivateKeySpec spec)
72 this.d = spec.getD();
74 if (spec.getParams() != null) // can be null if implicitlyCA
76 ECCurve curve = spec
67 JCEECPrivateKey( String algorithm, org.bouncycastle.jce.spec.ECPrivateKeySpec spec) argument
90 JCEECPrivateKey( String algorithm, ECPrivateKeySpec spec) argument
111 JCEECPrivateKey( String algorithm, ECPrivateKeyParameters params, JCEECPublicKey pubKey, ECParameterSpec spec) argument
142 JCEECPrivateKey( String algorithm, ECPrivateKeyParameters params, JCEECPublicKey pubKey, org.bouncycastle.jce.spec.ECParameterSpec spec) argument
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fTextureSwizzleTests.cpp129 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); local
133 tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), spec.valueMin, spec.valueMax);
154 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); local
158 renderParams.colorScale = spec.lookupScale;
159 renderParams.colorBias = spec.lookupBias;
/external/deqp/modules/gles3/stress/
H A Des3sVertexArrayTests.cpp101 MultiVertexArrayTest::Spec spec; local
102 spec.primitive = Array::PRIMITIVE_TRIANGLES;
103 spec.drawCount = counts[countNdx];
104 spec.first = 0;
105 spec.arrays.push_back(arraySpec);
108 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str()));
206 MultiVertexArrayTest::Spec spec; local
207 spec.primitive = Array::PRIMITIVE_TRIANGLES;
208 spec.drawCount = counts[countNdx];
209 spec
309 MultiVertexArrayTest::Spec spec; local
410 MultiVertexArrayTest::Spec spec; local
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DOutputFinisher.java124 RegisterSpec spec = ((LocalStart) insn).getLocal();
125 if (hasLocalInfo(spec)) {
135 * register spec.
137 * @param spec {@code non-null;} spec to scrutinize
138 * @return {@code true} iff the spec refers to any
141 private static boolean hasLocalInfo(RegisterSpec spec) { argument
142 return (spec != null)
143 && (spec.getLocalItem().getName() != null);
181 RegisterSpec spec
193 addConstants(HashSet<Constant> result, RegisterSpec spec) argument
[all...]
/external/guava/guava/src/com/google/common/cache/
H A DCacheBuilderSpec.java85 void parse(CacheBuilderSpec spec, String key, @Nullable String value); argument
137 CacheBuilderSpec spec = new CacheBuilderSpec(cacheBuilderSpecification);
151 valueParser.parse(spec, key, value);
155 return spec;
288 protected abstract void parseInteger(CacheBuilderSpec spec, int value); argument
291 public void parse(CacheBuilderSpec spec, String key, String value) { argument
294 parseInteger(spec, Integer.parseInt(value));
304 protected abstract void parseLong(CacheBuilderSpec spec, long value); argument
307 public void parse(CacheBuilderSpec spec, String key, String value) { argument
310 parseLong(spec, Lon
321 parseInteger(CacheBuilderSpec spec, int value) argument
331 parseLong(CacheBuilderSpec spec, long value) argument
343 parseLong(CacheBuilderSpec spec, long value) argument
355 parseInteger(CacheBuilderSpec spec, int value) argument
371 parse(CacheBuilderSpec spec, String key, @Nullable String value) argument
387 parse(CacheBuilderSpec spec, String key, @Nullable String value) argument
400 parse(CacheBuilderSpec spec, String key, @Nullable String value) argument
409 parseDuration( CacheBuilderSpec spec, long duration, TimeUnit unit) argument
415 parse(CacheBuilderSpec spec, String key, String value) argument
446 parseDuration(CacheBuilderSpec spec, long duration, TimeUnit unit) argument
455 parseDuration(CacheBuilderSpec spec, long duration, TimeUnit unit) argument
464 parseDuration(CacheBuilderSpec spec, long duration, TimeUnit unit) argument
[all...]

Completed in 2735 milliseconds

1234567891011