Home
last modified time | relevance | path

Searched defs:checkType (Results 1 – 17 of 17) sorted by relevance

/external/xz-java/src/org/tukaani/xz/
DXZOutputStream.java147 int checkType) throws IOException { in XZOutputStream()
177 int checkType, ArrayCache arrayCache) in XZOutputStream()
250 int checkType) throws IOException { in XZOutputStream()
277 int checkType, ArrayCache arrayCache) in XZOutputStream()
/external/xz-java/src/org/tukaani/xz/common/
DStreamFlags.java13 public int checkType = -1; field in StreamFlags
/external/xz-java/src/org/tukaani/xz/check/
DCheck.java34 public static Check getInstance(int checkType) in getInstance()
/external/proguard/src/proguard/
DFullyQualifiedClassNameChecker.java138 private void checkType(String type) in checkType() method in FullyQualifiedClassNameChecker
/external/apache-commons-bcel/src/examples/
DTransitiveHull.java117 private void checkType(Type type) { in checkType() method in TransitiveHull
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DFieldGen.java198 private void checkType( final Type atype ) { in checkType() method in FieldGen
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DUtils.java67 public static void checkType(ThreadContext context, Descriptors.FieldDescriptor.Type fieldType, in checkType() method in Utils
/external/swiftshader/src/D3D8/
DDirect3D8.cpp534 …long Direct3D8::CheckDeviceType(unsigned int adapter, D3DDEVTYPE checkType, D3DFORMAT displayForma… in CheckDeviceType()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DValue.cpp38 static inline Type *checkType(Type *Ty) { in checkType() function
/external/swiftshader/src/D3D9/
DDirect3D9Ex.cpp120 …long Direct3D9Ex::CheckDeviceType(unsigned int adapter, D3DDEVTYPE checkType, D3DFORMAT displayFor… in CheckDeviceType()
DDirect3D9.cpp803 …long Direct3D9::CheckDeviceType(unsigned int adapter, D3DDEVTYPE checkType, D3DFORMAT displayForma… in CheckDeviceType()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp627 const std::string checkType = "Depth"; in verifyLayerContent() local
641 const std::string checkType = "Stencil"; in verifyLayerContent() local
656 const std::string checkType = "Color"; in verifyLayerContent() local
/external/syzkaller/pkg/compiler/
Dcheck.go664 func (comp *compiler) checkType(ctx checkCtx, t *ast.Type, flags checkFlags) { func
/external/llvm/lib/IR/
DValue.cpp43 static inline Type *checkType(Type *Ty) { in checkType() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DValue.cpp49 static inline Type *checkType(Type *Ty) { in checkType() function
/external/lzma/C/
DXzEnc.c941 unsigned checkType; member
/external/deqp-deps/glslang/glslang/Include/
DTypes.h1550 virtual bool containsBasicType(TBasicType checkType) const in containsBasicType()