/libcore/ojluni/src/main/java/javax/crypto/spec/ |
IvParameterSpec.java | 26 package javax.crypto.spec; 28 import java.security.spec.AlgorithmParameterSpec;
|
PSource.java | 26 package javax.crypto.spec; 29 import java.security.spec.AlgorithmParameterSpec;
|
/ndk/sources/cxx-stl/gabi++/src/ |
helper_func_internal.h | 45 // An exception spec acts like a catch handler, but in reverse. 47 // then this exception spec does not catch the excpType.
|
/packages/apps/Messaging/jni/ |
GifTranscoder.h | 33 // GIF89A spec: http://www.w3.org/Graphics/GIF/spec-gif89a.txt
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
PunctuationSuggestions.java | 60 for (String spec : punctuationSpecs) { 61 punctuationList.add(newHardCodedWordInfo(spec));
|
/prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/ |
guava-14.0.pom | 19 per the JSR-305 spec and javax.inject per the JSR-330 spec.
|
/system/media/audio_utils/spdif/ |
DTSFrameScanner.cpp | 52 // Limits defined in DTS spec paragraph 5.3.1 82 // These variables are named after the fields in the DTS spec 5.3.1
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
vktShaderIntegerFunctionTests.cpp | 368 IntegerFunctionTestInstance (Context& context, glu::ShaderType shaderType, ShaderSpec spec, ShaderExecutor& executor, int numValues, const char* name) 371 , m_spec (spec) 466 UaddCarryCaseInstance (Context& context, glu::ShaderType shaderType, ShaderSpec spec, ShaderExecutor& executor, int numValues, const char* name) 467 : IntegerFunctionTestInstance (context, shaderType, spec, executor, numValues, name) 577 UsubBorrowCaseInstance (Context& context, glu::ShaderType shaderType, ShaderSpec spec, ShaderExecutor& executor, int numValues, const char* name) 578 : IntegerFunctionTestInstance (context, shaderType, spec, executor, numValues, name) 686 UmulExtendedCaseInstance (Context& context, glu::ShaderType shaderType, ShaderSpec spec, ShaderExecutor& executor, int numValues, const char* name) 687 : IntegerFunctionTestInstance (context, shaderType, spec, executor, numValues, name) 791 ImulExtendedCaseInstance (Context& context, glu::ShaderType shaderType, ShaderSpec spec, ShaderExecutor& executor, int numValues, const char* name) 792 : IntegerFunctionTestInstance (context, shaderType, spec, executor, numValues, name [all...] |
/external/deqp/modules/gles31/functional/ |
es31fOpaqueTypeIndexingTests.cpp | 345 void getShaderSpec (ShaderSpec* spec, int numSamplers, int numLookups, const int* lookupIndices, const RenderContext& renderContext) const; 395 void SamplerIndexingCase::getShaderSpec (ShaderSpec* spec, int numSamplers, int numLookups, const int* lookupIndices, const RenderContext& renderContext) const 407 spec->inputs.push_back(Symbol(coordsName, VarType(coordType, PRECISION_HIGHP))); 432 spec->inputs.push_back(Symbol(varName, VarType(TYPE_INT, PRECISION_HIGHP))); 441 spec->outputs.push_back(Symbol(varName, VarType(outType, PRECISION_HIGHP))); 459 spec->version = isES32 ? GLSL_VERSION_320_ES : GLSL_VERSION_310_ES; 460 spec->globalDeclarations = global.str(); 461 spec->source = code.str(); 715 void getShaderSpec (ShaderSpec* spec, int numInstances, int numReads, const int* readIndices, const RenderContext& renderContext) const; 780 void BlockArrayIndexingCase::getShaderSpec (ShaderSpec* spec, int numInstances, int numReads, const int* readIndices, const RenderContext& renderContext) cons [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/code/form/ |
Form10x.java | 25 * Instruction format {@code 10x}. See the instruction format spec
|
Form30t.java | 25 * Instruction format {@code 30t}. See the instruction format spec
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
CstInsn.java | 34 * @param result {@code null-ok;} spec for the result, if any
|
/dalvik/dx/src/com/android/dx/dex/code/form/ |
Form10x.java | 25 * Instruction format {@code 10x}. See the instruction format spec
|
Form30t.java | 25 * Instruction format {@code 30t}. See the instruction format spec
|
/dalvik/dx/src/com/android/dx/rop/code/ |
CstInsn.java | 34 * @param result {@code null-ok;} spec for the result, if any
|
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/ |
test-scheme.rb | 5 require 'spec'
|
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/interfaces/ |
DHPrivateKeyTest.java | 25 import javax.crypto.spec.DHParameterSpec;
|
DHPublicKeyTest.java | 27 import javax.crypto.spec.DHParameterSpec;
|
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/ |
KeyGeneratorSpiTest.java | 28 import java.security.spec.AlgorithmParameterSpec;
|
/external/apache-harmony/crypto/src/test/support/common/java/org/apache/harmony/crypto/tests/support/ |
MyKeyAgreementSpi.java | 29 import java.security.spec.AlgorithmParameterSpec;
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
KeyPairGeneratorSpiTest.java | 25 import java.security.spec.AlgorithmParameterSpec;
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/interfaces/ |
ECPrivateKeyTest.java | 27 import java.security.spec.ECParameterSpec;
|
RSAMultiPrimePrivateCrtKeyTest.java | 27 import java.security.spec.RSAOtherPrimeInfo;
|
/external/apache-harmony/security/src/test/api/java.injected/java/security/ |
AlgorithmParameterGeneratorSpiTest.java | 25 import java.security.spec.AlgorithmParameterSpec;
|
/external/autotest/server/site_tests/firmware_DevScreenTimeout/ |
control | 10 CRITERIA = "This test will fail if the timeout period does not match our spec."
|