Home
last modified time | relevance | path

Searched defs:contextInfo (Results 1 – 25 of 72) sorted by relevance

123

/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/engine/ast/
DClassDefinition.java213 String contextInfo = String.format("class definition of %s", name()); in performNullChecks() local
215 classDef.headerCommentStatements(), "header comments", contextInfo); in performNullChecks() local
216 NodeValidator.checkNoNullElements(classDef.annotations(), "annotations", contextInfo); in performNullChecks() local
219 classDef.implementsTypes(), "implemented types", contextInfo); in performNullChecks() local
220 NodeValidator.checkNoNullElements(classDef.statements(), "statements", contextInfo); in performNullChecks() local
222 NodeValidator.checkNoNullElements(classDef.methods(), "methods", contextInfo); in performNullChecks() local
223 NodeValidator.checkNoNullElements(classDef.nestedClasses(), "nested classes", contextInfo); in performNullChecks() local
DPackageInfoDefinition.java74 String contextInfo = String.format("package info for %s", packageInfo.pakkage()); in build() local
75 NodeValidator.checkNoNullElements(packageInfo.fileHeader(), "file header", contextInfo); in build() local
77 packageInfo.headerCommentStatements(), "header comments", contextInfo); in build() local
78 NodeValidator.checkNoNullElements(packageInfo.annotations(), "annotations", contextInfo); in build() local
DMethodDefinition.java378 String contextInfo = String.format("method definition of %s", name()); in performNullChecks() local
379 NodeValidator.checkNoNullElements(headerCommentStatements(), "header comments", contextInfo); in performNullChecks() local
380 NodeValidator.checkNoNullElements(annotations(), "annotations", contextInfo); in performNullChecks() local
381 NodeValidator.checkNoNullElements(throwsExceptions(), "declared exceptions", contextInfo); in performNullChecks() local
382 NodeValidator.checkNoNullElements(body(), "body", contextInfo); in performNullChecks() local
383 NodeValidator.checkNoNullElements(templateNames(), "template names", contextInfo); in performNullChecks() local
385 returnTemplateNames(), "return template names", contextInfo); in performNullChecks() local
DAnonymousClassExpr.java68 String contextInfo = in build() local
70 NodeValidator.checkNoNullElements(anonymousClassExpr.methods(), "methods", contextInfo); in build() local
71 NodeValidator.checkNoNullElements(anonymousClassExpr.statements(), "statements", contextInfo); in build() local
DVaporReference.java187 String contextInfo = String.format("vapor reference %s", name()); in build() local
188 NodeValidator.checkNoNullElements(generics(), "generics", contextInfo); in build() local
189 NodeValidator.checkNoNullElements(enclosingClassNames(), "enclosingClassNames", contextInfo); in build() local
/external/tink-java/src/main/java/com/google/crypto/tink/hybrid/internal/testing/
DHybridTestVector.java27 HybridPrivateKey privateKey, byte[] plaintext, byte[] contextInfo, byte[] ciphertext) { in HybridTestVector()
40 byte[] contextInfo, in HybridTestVector()
56 private final Bytes contextInfo; field in HybridTestVector
/external/deqp/modules/glshared/
DglsShaderLibrary.cpp38 …tory(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, const glu::ContextInfo &contextInfo) in CaseFactory()
66 const glu::ContextInfo &contextInfo) in ShaderLibrary()
/external/deqp/external/openglcts/modules/common/
DglcParallelShaderCompileTests.cpp80 const glu::ContextInfo &contextInfo = m_context.getContextInfo(); in iterate() local
170 const glu::ContextInfo &contextInfo = m_context.getContextInfo(); in iterate() local
233 const glu::ContextInfo &contextInfo = m_context.getContextInfo(); in iterate() local
/external/skia/tools/testrunners/common/surface_manager/
DGaneshVulkanSurfaceManager.cpp20 sk_gpu_test::ContextInfo contextInfo, in GaneshVulkanSurfaceManager()
65 sk_gpu_test::ContextInfo contextInfo = in makeVulkanSurfaceManager() local
DGaneshGLSurfaceManager.cpp24 sk_gpu_test::ContextInfo contextInfo, in GaneshGLSurfaceManager()
69 sk_gpu_test::ContextInfo contextInfo = in makeGLESSurfaceManager() local
/external/skia/include/private/chromium/
DGrSurfaceCharacterization.h89 GrContextThreadSafeProxy* contextInfo() const { return fContextInfo.get(); } in contextInfo() function
127 GrSurfaceCharacterization(sk_sp<GrContextThreadSafeProxy> contextInfo, in GrSurfaceCharacterization()
160 void set(sk_sp<GrContextThreadSafeProxy> contextInfo, in set()
/external/tink-java/src/main/java/com/google/crypto/tink/
DHybridDecrypt.java71 byte[] decrypt(final byte[] ciphertext, final byte[] contextInfo) throws GeneralSecurityException; in decrypt()
DHybridEncrypt.java71 byte[] encrypt(final byte[] plaintext, final byte[] contextInfo) throws GeneralSecurityException; in encrypt()
/external/tink/java_src/src/main/java/com/google/crypto/tink/
DHybridDecrypt.java71 byte[] decrypt(final byte[] ciphertext, final byte[] contextInfo) throws GeneralSecurityException; in decrypt()
DHybridEncrypt.java71 byte[] encrypt(final byte[] plaintext, final byte[] contextInfo) throws GeneralSecurityException; in encrypt()
/external/deqp/framework/opengl/
DgluTexture.cpp130 Texture2D::Texture2D(const RenderContext &context, const ContextInfo &contextInfo, int numLevels, in Texture2D()
218 Texture2D *Texture2D::create(const RenderContext &context, const ContextInfo &contextInfo, const tc… in create()
282 Texture2D *Texture2D::create(const RenderContext &context, const ContextInfo &contextInfo, const tc… in create()
332 TextureCube::TextureCube(const RenderContext &context, const ContextInfo &contextInfo, int numLevel… in TextureCube()
451 TextureCube *TextureCube::create(const RenderContext &context, const ContextInfo &contextInfo, in create()
474 TextureCube *TextureCube::create(const RenderContext &context, const ContextInfo &contextInfo, in create()
572 Texture2DArray::Texture2DArray(const RenderContext &context, const ContextInfo &contextInfo, int nu… in Texture2DArray()
693 Texture3D::Texture3D(const RenderContext &context, const ContextInfo &contextInfo, int numLevels, in Texture3D()
/external/tink/java_src/src/test/java/com/google/crypto/tink/hybrid/subtle/
DRsaKemHybridDecryptTest.java154 public byte[] contextInfo; field in RsaKemHybridDecryptTest.RsaKemHybridTestVector
163 String contextInfo, in RsaKemHybridTestVector()
/external/tink-java/src/test/java/com/google/crypto/tink/hybrid/subtle/
DRsaKemHybridDecryptTest.java154 public byte[] contextInfo; field in RsaKemHybridDecryptTest.RsaKemHybridTestVector
163 String contextInfo, in RsaKemHybridTestVector()
/external/skia/tests/
DSkbug12214.cpp22 DEF_GANESH_TEST_FOR_ALL_CONTEXTS(skbug12214, r, contextInfo, CtsEnforcement::kApiLevel_T) { in DEF_GANESH_TEST_FOR_ALL_CONTEXTS() argument
DSkbug5221.cpp37 DEF_GANESH_TEST_FOR_ALL_CONTEXTS(skbug5221_GPU, r, contextInfo, CtsEnforcement::kNever) { in DEF_GANESH_TEST_FOR_ALL_CONTEXTS() argument
/external/tink-java/src/main/java/com/google/crypto/tink/hybrid/internal/
DLegacyFullHybridEncrypt.java88 public byte[] encrypt(final byte[] plaintext, final byte[] contextInfo) in encrypt()
DLegacyFullHybridDecrypt.java89 public byte[] decrypt(final byte[] ciphertext, final byte[] contextInfo) in decrypt()
/external/deqp/modules/gles3/
Dtgl45es3TestPackage.cpp67 const glu::ContextInfo &contextInfo = m_context->getContextInfo(); in init() local
/external/deqp/modules/gles31/
Dtes31TestPackage.cpp76 const glu::ContextInfo &contextInfo = m_context->getContextInfo(); in init() local
/external/tink/java_src/src/main/java/com/google/crypto/tink/hybrid/subtle/
DRsaKemHybridEncrypt.java55 public byte[] encrypt(final byte[] plaintext, final byte[] contextInfo) in encrypt()

123