Home
last modified time | relevance | path

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

/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/lzma/Java/Tukaani/src/org/tukaani/xz/
DXZOutputStream.java118 int checkType) throws IOException { in XZOutputStream() argument
119 this(out, new FilterOptions[] { filterOptions }, checkType); in XZOutputStream()
162 int checkType) throws IOException { in XZOutputStream() argument
166 streamFlags.checkType = checkType; in XZOutputStream()
167 check = Check.getInstance(checkType); in XZOutputStream()
463 buf[off + 1] = (byte)streamFlags.checkType; in encodeStreamFlags()
DSingleXZInputStream.java194 check = Check.getInstance(streamHeaderFlags.checkType); in SingleXZInputStream()
203 return streamHeaderFlags.checkType; in getCheckType()
DSeekableXZInputStream.java361 check = Check.getInstance(streamFooter.checkType); in SeekableXZInputStream()
364 checkTypes |= 1 << streamFooter.checkType; in SeekableXZInputStream()
/external/lzma/Java/Tukaani/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/lzma/Java/Tukaani/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/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
DRubyMessage.java694 Utils.checkType(context, fieldType, value, (RubyModule) typeClass); in setField()
/external/lzma/Java/Tukaani/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/llvm/lib/IR/
DValue.cpp43 static inline Type *checkType(Type *Ty) { in checkType() function
49 : VTy(checkType(ty)), UseList(nullptr), SubclassID(scid), in Value()