Home
last modified time | relevance | path

Searched refs:verifyType (Results 1 – 16 of 16) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fBufferCopyTests.cpp62 VerifyType verifyType) in BasicBufferCopyCase() argument
73 , m_verifyType (verifyType) in BasicBufferCopyCase()
156 VerifyType verifyType) in SingleBufferCopyCase() argument
161 , m_verifyType (verifyType) in SingleBufferCopyCase()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DFieldSet.java271 verifyType(descriptor.getLiteType(), element); in setField()
275 verifyType(descriptor.getLiteType(), value); in setField()
340 verifyType(descriptor.getLiteType(), value); in setRepeatedField()
355 verifyType(descriptor.getLiteType(), value); in addRepeatedField()
376 private static void verifyType(final WireFormat.FieldType type, final Object value) { in verifyType() method in FieldSet
/external/deqp/modules/gles2/functional/
Des2fBufferTestUtil.hpp125 BufferVerifier (Context& context, VerifyType verifyType);
Des2fBufferTestUtil.cpp249 BufferVerifier::BufferVerifier (Context& context, VerifyType verifyType) in BufferVerifier() argument
252 switch (verifyType) in BufferVerifier()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DIslamicTest.java336 private void verifyType(Calendar c, String expectType) { in verifyType() method in IslamicTest
345 verifyType(newIslamic(),"islamic"); in Test8822()
346 verifyType(newCivil(),"islamic-civil"); in Test8822()
347 verifyType(newIslamicUmalqura(), "islamic-umalqura"); in Test8822()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DIslamicTest.java333 private void verifyType(Calendar c, String expectType) { in verifyType() method in IslamicTest
342 verifyType(newIslamic(),"islamic"); in Test8822()
343 verifyType(newCivil(),"islamic-civil"); in Test8822()
344 verifyType(newIslamicUmalqura(), "islamic-umalqura"); in Test8822()
/external/deqp/modules/glshared/
DglsBufferTestUtil.hpp214 BufferVerifier (glu::RenderContext& renderCtx, tcu::TestLog& log, VerifyType verifyType);
DglsBufferTestUtil.cpp354 …rVerifier::BufferVerifier (glu::RenderContext& renderCtx, tcu::TestLog& log, VerifyType verifyType) in BufferVerifier() argument
357 switch (verifyType) in BufferVerifier()
/external/llvm-project/mlir/include/mlir/IR/
DFunctionSupport.h446 LogicalResult verifyType() { return success(); } in verifyType() function
475 if (failed(funcOp.verifyType())) in verifyTrait()
DBuiltinOps.td148 LogicalResult verifyType() {
/external/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
DLLVMOps.td777 // Depends on the type attribute being correct as checked by verifyType.
781 // Depends on the type attribute being correct as checked by verifyType.
787 LogicalResult verifyType();
/external/llvm-project/mlir/lib/Dialect/GPU/IR/
DGPUDialect.cpp708 LogicalResult GPUFuncOp::verifyType() { in verifyType() function in GPUFuncOp
/external/llvm-project/mlir/include/mlir/Dialect/SPIRV/
DSPIRVStructureOps.td267 LogicalResult verifyType();
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMDialect.cpp1445 LogicalResult LLVMFuncOp::verifyType() { in verifyType() function in LLVMFuncOp
/external/llvm-project/mlir/include/mlir/Dialect/GPU/
DGPUOps.td283 LogicalResult verifyType();
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVOps.cpp1782 LogicalResult spirv::FuncOp::verifyType() { in verifyType() function in spirv::FuncOp