Home
last modified time | relevance | path

Searched refs:checkType (Results 1 – 25 of 40) sorted by relevance

12

/external/xz-java/src/org/tukaani/xz/
DXZOutputStream.java147 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()
DSingleXZInputStream.java318 check = Check.getInstance(streamHeaderFlags.checkType); in SingleXZInputStream()
327 return streamHeaderFlags.checkType; in getCheckType()
DSeekableXZInputStream.java504 check = Check.getInstance(streamFooter.checkType); in SeekableXZInputStream()
507 checkTypes |= 1 << streamFooter.checkType; in SeekableXZInputStream()
/external/proguard/src/proguard/
DFullyQualifiedClassNameChecker.java73 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/
DFieldGen.java120 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/
DCheck.java34 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/
DTransitiveHull.java117 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/
DDecoderUtil.java87 streamFlags.checkType = buf[off + 1]; in decodeStreamFlags()
94 return a.checkType == b.checkType; in areStreamFlagsEqual()
DStreamFlags.java13 public int checkType = -1; field in StreamFlags
/external/swiftshader/src/D3D9/
DDirect3D9Ex.cpp120 …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()
DDirect3D9.hpp46 …long __stdcall CheckDeviceType(unsigned int adapter, D3DDEVTYPE checkType, D3DFORMAT displayFormat…
DDirect3D9Ex.hpp46 …long __stdcall CheckDeviceType(unsigned int adapter, D3DDEVTYPE checkType, D3DFORMAT displayFormat…
DDirect3D9.cpp803 …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/
Dcheck.go197 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/
DRubyRepeatedField.java113 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()
DRubyMap.java151 Utils.checkType(context, keyType, key, (RubyModule) valueTypeClass); in indexSet()
152 Utils.checkType(context, valueType, value, (RubyModule) valueTypeClass); in indexSet()
DUtils.java67 public static void checkType(ThreadContext context, Descriptors.FieldDescriptor.Type fieldType, in checkType() method in Utils
/external/xz-java/src/org/tukaani/xz/index/
DBlockInfo.java28 return index.getStreamFlags().checkType; in getCheckType()
/external/swiftshader/src/D3D8/
DDirect3D8.hpp44 …long __stdcall CheckDeviceType(unsigned int adapter, D3DDEVTYPE checkType, D3DFORMAT displayFormat…
DDirect3D8.cpp534 …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/
DValue.cpp38 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/
DvktGeometryLayeredRenderingTests.cpp627 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/
DValue.cpp49 static inline Type *checkType(Type *Ty) { in checkType() function
55 : VTy(checkType(ty)), UseList(nullptr), SubclassID(scid), in Value()
/external/llvm/lib/IR/
DValue.cpp43 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/
DTypes.h1550 virtual bool containsBasicType(TBasicType checkType) const in containsBasicType() argument
1552 return contains([checkType](const TType* t) { return t->basicType == checkType; } ); in containsBasicType()

12