/external/xz-java/src/org/tukaani/xz/ |
D | XZOutputStream.java | 147 int checkType) throws IOException { in XZOutputStream() argument 148 this(out, new FilterOptions[] { filterOptions }, checkType); in XZOutputStream() 177 int checkType, ArrayCache arrayCache) in XZOutputStream() argument 179 this(out, new FilterOptions[] { filterOptions }, checkType, in XZOutputStream() 250 int checkType) throws IOException { in XZOutputStream() argument 251 this(out, filterOptions, checkType, ArrayCache.getDefaultCache()); in XZOutputStream() 277 int checkType, ArrayCache arrayCache) in XZOutputStream() argument 283 streamFlags.checkType = checkType; in XZOutputStream() 284 check = Check.getInstance(checkType); in XZOutputStream() 581 buf[off + 1] = (byte)streamFlags.checkType; in encodeStreamFlags()
|
D | SingleXZInputStream.java | 318 check = Check.getInstance(streamHeaderFlags.checkType); in SingleXZInputStream() 327 return streamHeaderFlags.checkType; in getCheckType()
|
D | SeekableXZInputStream.java | 504 check = Check.getInstance(streamFooter.checkType); in SeekableXZInputStream() 507 checkTypes |= 1 << streamFooter.checkType; in SeekableXZInputStream()
|
/external/proguard/src/proguard/ |
D | FullyQualifiedClassNameChecker.java | 73 checkType(classSpecification.annotationType); in checkClassSpecifications() 75 checkType(classSpecification.extendsAnnotationType); in checkClassSpecifications() 98 checkType(memberSpecification.annotationType); in checkMemberSpecifications() 102 checkType(memberSpecification.descriptor); in checkMemberSpecifications() 124 checkType(internalTypeEnumeration.returnType()); in checkDescriptor() 128 checkType(internalTypeEnumeration.nextType()); in checkDescriptor() 138 private void checkType(String type) in checkType() method in FullyQualifiedClassNameChecker
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | FieldGen.java | 120 checkType( ObjectType.getInstance("java.lang.String")); in setInitValue() 128 checkType(Type.LONG); in setInitValue() 136 checkType(Type.INT); in setInitValue() 144 checkType(Type.SHORT); in setInitValue() 152 checkType(Type.CHAR); in setInitValue() 160 checkType(Type.BYTE); in setInitValue() 168 checkType(Type.BOOLEAN); in setInitValue() 176 checkType(Type.FLOAT); in setInitValue() 184 checkType(Type.DOUBLE); in setInitValue() 198 private void checkType( final Type atype ) { in checkType() method in FieldGen [all …]
|
/external/xz-java/src/org/tukaani/xz/check/ |
D | Check.java | 34 public static Check getInstance(int checkType) in getInstance() argument 36 switch (checkType) { in getInstance() 55 "Unsupported Check ID " + checkType); in getInstance()
|
/external/apache-commons-bcel/src/examples/ |
D | TransitiveHull.java | 117 private void checkType(Type type) { in checkType() method in TransitiveHull 139 checkType(type); in visitRef() 142 checkType(type1); in visitRef() 145 checkType(Type.getType(signature)); in visitRef()
|
/external/xz-java/src/org/tukaani/xz/common/ |
D | DecoderUtil.java | 87 streamFlags.checkType = buf[off + 1]; in decodeStreamFlags() 94 return a.checkType == b.checkType; in areStreamFlagsEqual()
|
D | StreamFlags.java | 13 public int checkType = -1; field in StreamFlags
|
/external/swiftshader/src/D3D9/ |
D | Direct3D9Ex.cpp | 120 …long Direct3D9Ex::CheckDeviceType(unsigned int adapter, D3DDEVTYPE checkType, D3DFORMAT displayFor… in CheckDeviceType() argument 122 …mat = %d, D3DFORMAT backBufferFormat = %d, int windowed = %d", adapter, checkType, displayFormat, … in CheckDeviceType() 124 if(checkType != D3DDEVTYPE_HAL) in CheckDeviceType() 130 return d3d9ex->CheckDeviceType(adapter, checkType, displayFormat, backBufferFormat, windowed); in CheckDeviceType() 138 return Direct3D9::CheckDeviceType(adapter, checkType, displayFormat, backBufferFormat, windowed); in CheckDeviceType()
|
D | Direct3D9.hpp | 46 …long __stdcall CheckDeviceType(unsigned int adapter, D3DDEVTYPE checkType, D3DFORMAT displayFormat…
|
D | Direct3D9Ex.hpp | 46 …long __stdcall CheckDeviceType(unsigned int adapter, D3DDEVTYPE checkType, D3DFORMAT displayFormat…
|
D | Direct3D9.cpp | 803 …long Direct3D9::CheckDeviceType(unsigned int adapter, D3DDEVTYPE checkType, D3DFORMAT displayForma… in CheckDeviceType() argument 805 …mat = %d, D3DFORMAT backBufferFormat = %d, int windowed = %d", adapter, checkType, displayFormat, … in CheckDeviceType() 807 if(checkType != D3DDEVTYPE_HAL) in CheckDeviceType() 813 return d3d9->CheckDeviceType(adapter, checkType, displayFormat, backBufferFormat, windowed); in CheckDeviceType()
|
/external/syzkaller/pkg/compiler/ |
D | check.go | 197 comp.checkType(checkCtx{}, n.Type, checkIsTypedef) 230 comp.checkType(checkCtx{}, n.Base, checkIsResourceBase) 235 comp.checkType(checkCtx{}, a.Type, checkIsArg) 238 comp.checkType(checkCtx{}, n.Ret, checkIsArg|checkIsRet) 631 comp.checkType(ctx, f.Type, flags) 664 func (comp *compiler) checkType(ctx checkCtx, t *ast.Type, flags checkFlags) { func 680 comp.checkType(ctx, t, flags) 699 comp.checkType(ctx, arg, innerFlags)
|
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
D | RubyRepeatedField.java | 113 Utils.checkType(context, fieldType, value, (RubyModule) typeClass); in indexSet() 169 Utils.checkType(context, fieldType, value, (RubyModule) typeClass); in push() 393 Utils.checkType(context, fieldType, arr.eltInternal(i), (RubyModule) typeClass); in checkArrayElementType()
|
D | RubyMap.java | 151 Utils.checkType(context, keyType, key, (RubyModule) valueTypeClass); in indexSet() 152 Utils.checkType(context, valueType, value, (RubyModule) valueTypeClass); in indexSet()
|
D | Utils.java | 67 public static void checkType(ThreadContext context, Descriptors.FieldDescriptor.Type fieldType, in checkType() method in Utils
|
/external/xz-java/src/org/tukaani/xz/index/ |
D | BlockInfo.java | 28 return index.getStreamFlags().checkType; in getCheckType()
|
/external/swiftshader/src/D3D8/ |
D | Direct3D8.hpp | 44 …long __stdcall CheckDeviceType(unsigned int adapter, D3DDEVTYPE checkType, D3DFORMAT displayFormat…
|
D | Direct3D8.cpp | 534 …long Direct3D8::CheckDeviceType(unsigned int adapter, D3DDEVTYPE checkType, D3DFORMAT displayForma… in CheckDeviceType() argument 538 if(checkType != D3DDEVTYPE_HAL) in CheckDeviceType() 544 return d3d8->CheckDeviceType(adapter, checkType, displayFormat, backBufferFormat, windowed); in CheckDeviceType()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Value.cpp | 38 static inline Type *checkType(Type *Ty) { in checkType() function 45 SubclassOptionalData(0), SubclassData(0), VTy((Type*)checkType(ty)), in Value()
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryLayeredRenderingTests.cpp | 627 const std::string checkType = "Depth"; in verifyLayerContent() local 637 …eMultipleBars(log, depthAsColor, barWidthRatios, barDepths, barsCount, numUsedChannels, checkType); in verifyLayerContent() 641 const std::string checkType = "Stencil"; in verifyLayerContent() local 652 …tipleBars(log, stencilAsColor, barWidthRatios, barStencils, barsCount, numUsedChannels, checkType); in verifyLayerContent() 656 const std::string checkType = "Color"; in verifyLayerContent() local 661 …ifyImageMultipleBars(log, image, barWidthRatios, barColors, barsCount, numUsedChannels, checkType); in verifyLayerContent()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Value.cpp | 49 static inline Type *checkType(Type *Ty) { in checkType() function 55 : VTy(checkType(ty)), UseList(nullptr), SubclassID(scid), in Value()
|
/external/llvm/lib/IR/ |
D | Value.cpp | 43 static inline Type *checkType(Type *Ty) { in checkType() function 49 : VTy(checkType(ty)), UseList(nullptr), SubclassID(scid), in Value()
|
/external/deqp-deps/glslang/glslang/Include/ |
D | Types.h | 1550 virtual bool containsBasicType(TBasicType checkType) const in containsBasicType() argument 1552 return contains([checkType](const TType* t) { return t->basicType == checkType; } ); in containsBasicType()
|