/external/autotest/server/cros/dynamic_suite/ |
dynamic_suite.py | 547 def _perform_reimage_and_run(spec, afe, tko, predicate, suite_job_id=None): 551 @param spec: a populated SuiteSpec object. 563 if not spec.run_prod_code: 564 spec.devserver.stage_artifacts(spec.test_source_build, 572 spec.job.resultdir, 576 predicates=[predicate], name=spec.name, 577 builds=spec.builds, board=spec.board, devserver=spec.devserver [all...] |
/libcore/luni/src/test/java/libcore/java/security/spec/ |
AlgorithmParametersPSSTest.java | 17 package libcore.java.security.spec; 21 import java.security.spec.AlgorithmParameterSpec; 22 import java.security.spec.InvalidParameterSpecException; 23 import java.security.spec.MGF1ParameterSpec; 24 import java.security.spec.PSSParameterSpec; 142 private void assertGetEncoded(PSSParameterSpec spec, byte[] expectedEncoded) throws Exception { 144 params.init(spec);
|
/libcore/ojluni/src/main/java/sun/security/util/ |
KeyUtil.java | 37 import java.security.spec.ECParameterSpec; 38 import java.security.spec.KeySpec; 42 import javax.crypto.spec.DHParameterSpec; 43 import javax.crypto.spec.DHPublicKeySpec; 141 * Returns whether the key spec is valid or not. 146 * the key spec object, cannot be null 155 "The key spec to be validated cannot be null");
|
/prebuilts/go/darwin-x86/src/go/types/ |
sizes.go | 12 // Alignof must implement the alignment guarantees required by the spec. 16 // Offsetsof must implement the offset guarantees required by the spec. 20 // Sizeof must implement the size guarantees required by the spec. 38 // - Arrays and structs are aligned per spec definition; all other 53 // spec: "For a variable x of array type: unsafe.Alignof(x) 57 // spec: "For a variable x of struct type: unsafe.Alignof(x) 69 // spec: "For a variable x of any type: unsafe.Alignof(x) is at least 1."
|
/prebuilts/go/linux-x86/src/go/types/ |
sizes.go | 12 // Alignof must implement the alignment guarantees required by the spec. 16 // Offsetsof must implement the offset guarantees required by the spec. 20 // Sizeof must implement the size guarantees required by the spec. 38 // - Arrays and structs are aligned per spec definition; all other 53 // spec: "For a variable x of array type: unsafe.Alignof(x) 57 // spec: "For a variable x of struct type: unsafe.Alignof(x) 69 // spec: "For a variable x of any type: unsafe.Alignof(x) is at least 1."
|
/external/deqp/modules/gles2/functional/ |
es2fBufferWriteTests.cpp | 84 DataStoreSpecVecBuilder& operator<< (const DataStoreSpec& spec) 86 list.push_back(spec); 240 for (vector<DataStoreSpec>::const_iterator spec = m_specs.begin(); spec != m_specs.end(); spec++) 244 refBuf.setSize(spec->size); 245 fillWithRandomBytes(refBuf.getPtr(), spec->size, baseSeed ^ deInt32Hash(spec->size+spec->target+spec->usage)) [all...] |
/frameworks/rs/api/ |
GenerateDocumentation.cpp | 203 // Empty lines in the .spec marks paragraphs. 348 static void writeDetailedTypeSpecification(GeneratedFile* file, const TypeSpecification* spec) { 349 switch (spec->getKind()) { 351 Type* type = spec->getType(); 352 *file << "<p>A typedef of: " << spec->getSimpleType() 353 << makeAttributeTag(spec->getAttribute(), "", type->getDeprecatedApiLevel(), 356 writeHtmlVersionTag(file, spec->getVersionInfo(), false); 362 writeHtmlVersionTag(file, spec->getVersionInfo(), false); 368 writeHtmlVersionTag(file, spec->getVersionInfo(), false); 372 const vector<string>& values = spec->getValues() [all...] |
/libcore/ojluni/src/main/java/java/net/ |
URLStreamHandler.java | 112 * the spec. 113 * @param spec the <code>String</code> representing the URL that 123 protected void parseURL(URL u, String spec, int start, int limit) { 145 int queryStart = spec.indexOf('?'); 148 query = spec.substring(queryStart+1, limit); 151 spec = spec.substring(0, queryStart); 162 // (spec.charAt(start) == '/') && 163 // (spec.charAt(start + 1) == '/') && 164 // (spec.charAt(start + 2) == '/') & [all...] |
/external/deqp/modules/glshared/ |
glsShaderLibraryCase.cpp | 136 static string genVertexShader (const ShaderCaseSpecification& spec) 139 const bool usesInout = glslVersionUsesInOutQualifiers(spec.targetVersion); 143 res << glu::getGLSLVersionDeclaration(spec.targetVersion) << "\n"; 151 for (size_t ndx = 0; ndx < spec.values.inputs.size(); ndx++) 153 const Value& val = spec.values.inputs[ndx]; 173 for (size_t ndx = 0; ndx < spec.values.inputs.size(); ndx++) 175 const Value& val = spec.values.inputs[ndx]; 227 static string genFragmentShader (const ShaderCaseSpecification& spec) 230 const bool usesInout = glslVersionUsesInOutQualifiers(spec.targetVersion); 233 const char* const prec = supportsFragmentHighp(spec.targetVersion) ? "highp" : "mediump" [all...] |
glsDrawTest.hpp | 218 glu::ApiType apiType; //!< needed in spec validation 245 DrawTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const DrawTestSpec& spec, const char* name, const char* desc); 249 void addIteration (const DrawTestSpec& spec, const char* description = DE_NULL); 257 float getCoordScale (const DrawTestSpec& spec) const; 258 float getColorScale (const DrawTestSpec& spec) const;
|
/external/deqp/external/vulkancts/modules/vulkan/ |
vktShaderLibrary.cpp | 151 string genVertexShader (const ShaderCaseSpecification& spec) 157 res << glu::getGLSLVersionDeclaration(spec.targetVersion) << "\n"; 166 for (size_t ndx = 0; ndx < spec.values.inputs.size(); ndx++) 168 const Value& val = spec.values.inputs[ndx]; 188 for (size_t ndx = 0; ndx < spec.values.inputs.size(); ndx++) 190 const Value& val = spec.values.inputs[ndx]; 235 string genFragmentShader (const ShaderCaseSpecification& spec) 241 shader << glu::getGLSLVersionDeclaration(spec.targetVersion) << "\n"; 250 genCompareFunctions(shader, spec.values, false); 254 for (size_t ndx = 0; ndx < spec.values.outputs.size(); ndx++ [all...] |
/frameworks/compile/mclinker/lib/Object/ |
SectionMap.cpp | 61 m_Spec.m_pWildcardFile = pInputDesc.spec().m_pWildcardFile; 62 m_Spec.m_pExcludeFiles = pInputDesc.spec().m_pExcludeFiles; 63 m_Spec.m_pWildcardSections = pInputDesc.spec().m_pWildcardSections; 267 (*in)->spec() == pInputDesc.spec()) 299 if (pInput.spec().hasFile() && !matched(pInput.spec().file(), pInputFile)) 302 if (pInput.spec().hasExcludeFiles()) { 304 fileEnd = pInput.spec().excludeFiles().end(); 305 for (file = pInput.spec().excludeFiles().begin(); file != fileEnd; ++file) [all...] |
/hardware/intel/common/libva/va/ |
va_dec_hevc.h | 93 /** \brief RefPicSetStCurrBefore of HEVC spec variable 98 /** \brief RefPicSetStCurrAfter of HEVC spec variable 103 /** \brief RefPicSetLtCurr of HEVC spec variable 149 /** following flags have same syntax and semantic as those in HEVC spec */ 178 /** following parameters have same syntax with those in HEVC spec */ 219 /** following parameters have same syntax with those in HEVC spec */ 244 /** following parameters have same syntax with those in HEVC spec */ 420 /** corresponds to HEVC spec variable of the same name. */ 428 /** corresponds to HEVC spec variable of the same name. */ 446 * Matrix entries are in raster scan order which follows HEVC spec [all...] |
/build/tools/ijar/ |
classfile.cc | 45 // See Table 4.3 in JVM Spec. 63 // See Tables 4.1, 4.4, 4.5 in JVM Spec. 77 // See Table 4.7.20-A in Java 8 JVM Spec. 123 // See sec.4.4 of JVM spec. 180 // See sec.4.4.1 of JVM spec. 201 // See sec.4.4.2 of JVM spec. 231 // See sec.4.4.3 of JVM spec. 252 // See sec.4.4.4 of JVM spec. 269 // See sec.4.4.5 of JVM spec. 287 // See sec.4.4.6 of JVM spec [all...] |
/frameworks/base/keystore/java/android/security/keystore/ |
AndroidKeyStoreAuthenticatedAESCipherSpi.java | 39 import java.security.spec.AlgorithmParameterSpec; 40 import java.security.spec.InvalidParameterSpecException; 44 import javax.crypto.spec.GCMParameterSpec; 99 GCMParameterSpec spec = (GCMParameterSpec) params; local 100 byte[] iv = spec.getIV(); 108 int tagLengthBits = spec.getTLen(); 138 GCMParameterSpec spec; local 140 spec = params.getParameterSpec(GCMParameterSpec.class); 150 initAlgorithmSpecificParameters(spec);
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
KeyFactory2Test.java | 33 import java.security.spec.InvalidKeySpecException; 34 import java.security.spec.KeySpec; 35 import java.security.spec.PKCS8EncodedKeySpec; 36 import java.security.spec.X509EncodedKeySpec; 109 // java.security.KeyFactory.generatePrivate(java.security.spec.KeySpec) 137 // java.security.KeyFactory.generatePublic(java.security.spec.KeySpec) 226 // Test for method java.security.spec.KeySpec 263 assertTrue("improper key spec for encoded public key", 267 assertTrue("improper key spec for encoded private key",
|
/development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/ |
TabHelperEclair.java | 66 TabSpec spec; local 69 spec = mTabHost.newTabSpec(tag).setIndicator(tab.getText(), tab.getIcon()); 71 spec = mTabHost.newTabSpec(tag).setIndicator(tab.getText()); 74 spec.setContent(new DummyTabFactory(mActivity)); 90 mTabHost.addTab(spec);
|
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
OAEPParameterSpecTest.java | 22 package org.apache.harmony.crypto.tests.javax.crypto.spec; 24 import java.security.spec.MGF1ParameterSpec; 25 import java.security.spec.AlgorithmParameterSpec; 27 import javax.crypto.spec.OAEPParameterSpec; 28 import javax.crypto.spec.PSource;
|
/external/deqp/modules/gles31/functional/ |
es31fTextureFormatTests.cpp | 143 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); local 147 tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), spec.valueMin, spec.valueMax); 182 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); local 189 renderParams.colorScale = spec.lookupScale; 190 renderParams.colorBias = spec.lookupBias; 287 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(fmt); local 288 tcu::Vec4 colorA (spec.valueMin.x(), spec.valueMax.y(), spec.valueMin.z(), spec.valueMax.w()) 331 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(effectiveRefTexture.getFormat()); local [all...] |
/external/e2fsprogs/ |
Makefile.in | 42 e2fsprogs.spec: $(DEP_SUBSTITUTE) e2fsprogs.spec.in 43 cd $(top_builddir); CONFIG_FILES=./e2fsprogs.spec ./config.status 45 rpm: e2fsprogs.spec 115 $(RM) -rf autom4te.cache e2fsprogs.spec ext2ed/Makefile po/stamp-po
|
/external/skia/src/gpu/vk/ |
GrVkCaps.cpp | 34 fMaxRenderTargetSize = 4096; // minimum required by spec 35 fMaxTextureSize = 4096; // minimum required by spec 36 fMaxColorSampleCount = 4; // minimum required by spec 37 fMaxStencilSampleCount = 4; // minimum required by spec 45 fMaxSampledTextures = 16; // Spec requires a minimum of 16 sampled textures per stage
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
OAEPParameterSpecTest.java | 23 package org.apache.harmony.crypto.tests.javax.crypto.spec; 25 import java.security.spec.MGF1ParameterSpec; 26 import java.security.spec.AlgorithmParameterSpec; 28 import javax.crypto.spec.OAEPParameterSpec; 29 import javax.crypto.spec.PSource;
|
/libcore/ojluni/src/main/java/java/security/ |
KeyFactorySpi.java | 28 import java.security.spec.KeySpec; 29 import java.security.spec.InvalidKeySpecException; 63 * @see java.security.spec.KeySpec 64 * @see java.security.spec.DSAPublicKeySpec 65 * @see java.security.spec.X509EncodedKeySpec
|
/libcore/ojluni/src/main/java/sun/net/www/protocol/mailto/ |
Handler.java | 107 * This method is called to parse the string spec into URL u for a 110 * @param u the URL to receive the result of parsing the spec 111 * @param spec the URL string to parse 116 public void parseURL(URL u, String spec, int start, int limit) { 124 file = spec.substring(start, limit);
|
/sdk/testapps/gridlayoutTest/v7-gridlayout/libs/ |
android-support-v7-gridlayout.jar | |