/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/lzma/Java/Tukaani/src/org/tukaani/xz/ |
D | XZOutputStream.java | 118 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()
|
D | SingleXZInputStream.java | 194 check = Check.getInstance(streamHeaderFlags.checkType); in SingleXZInputStream() 203 return streamHeaderFlags.checkType; in getCheckType()
|
D | SeekableXZInputStream.java | 361 check = Check.getInstance(streamFooter.checkType); in SeekableXZInputStream() 364 checkTypes |= 1 << streamFooter.checkType; in SeekableXZInputStream()
|
/external/lzma/Java/Tukaani/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/lzma/Java/Tukaani/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/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
|
D | RubyMessage.java | 694 Utils.checkType(context, fieldType, value, (RubyModule) typeClass); in setField()
|
/external/lzma/Java/Tukaani/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/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()
|