/external/deqp/modules/gles3/scripts/ |
D | gen-conversions.py | 250 inInt = [Scalar(x) for x in [0, 1, 2, 5, 8, 11, -12, -66, -192, 255]] variable 322 genConversionCases([inFloat, inInt, inUint, inBool], [toFloat, toInt, toBool]) +\ 323 genConversionCases([toPos(inFloat), toPos(inInt), inUint, inBool], [toUint]))) 327 …genConversionCases([inFloat, inInt, inUint, inBool], [toVec2, toVec3, toVec4, toIVec2, toIVec3, to… 328 genConversionCases([toPos(inFloat), toPos(inInt), inUint, inBool], [toUVec2, toUVec3, toUVec4]))) 351 …genConversionCases([inFloat, inInt, inUint, inBool], [toMat4, toMat4x3, toMat4x2, toMat3x4, toMat3… 363 …[inFloat, inFloat], [inInt, inInt], [inUint, inUint], [inBool, inBool], [inFloat, inInt], [inFloat… 364 …inInt, inInt, inInt], [inUint, inUint, inUint], [inBool, inBool, inBool], [inBool, inFloat, inInt]… 365 …inInt, inInt, inInt, inInt], [inUint, inUint, inUint, inUint], [inBool, inBool, inBool, inBool], [… 366 …at], [inInt, inInt, inInt, inInt, inInt, inInt], [inBool, inBool, inBool, inBool, inBool, inBool],… [all …]
|
D | gen-swizzle-math-operations.py | 112 inInt = [Scalar(x) for x in [0, 1, 2, 5, 8, 11, -12, -66, -192, 255]] variable 141 ("int", inInt),
|
D | gen-swizzles.py | 191 inInt = [Scalar(x) for x in [0, 1, 2, 5, 8, 11, -12, -66, -192, 255]] variable 231 "int": inInt,
|
/external/deqp/modules/gles2/scripts/ |
D | gen-conversions.py | 231 inInt = [Scalar(x) for x in [0, 1, 2, 5, 8, 11, -12, -66, -192, 255]] variable 296 genConversionCases([inFloat, inInt, inBool], [toFloat, toInt, toBool]))) 300 …genConversionCases([inFloat, inInt, inBool], [toVec2, toVec3, toVec4, toIVec2, toIVec3, toIVec4, t… 319 genConversionCases([inFloat, inInt, inBool], [toMat4, toMat3, toMat2]))) 331 in2Comp = [[inFloat, inFloat], [inInt, inInt], [inBool, inBool], [inFloat, inInt], [inFloat, inBoo… 332 …, inFloat], [inInt, inInt, inInt], [inBool, inBool, inBool], [inBool, inFloat, inInt], [inVec2, in… 333 …inInt, inInt, inInt, inInt], [inBool, inBool, inBool, inBool], [inBool, inFloat, inInt, inBool], [… 334 …ec2, inFloat, inFloat, inInt, inBool, inBool], [inBool, inFloat, inInt, inVec2, inBool, inBVec2, i…
|
D | gen-swizzles.py | 187 inInt = [Scalar(x) for x in [0, 1, 2, 5, 8, 11, -12, -66, -192, 255]] variable 227 "int": inInt,
|
/external/llvm-project/clang/test/Analysis/inlining/ |
D | retain-count-self-init.m | 25 - (id)initWithInt: (int)inInt; 41 - (id) initWithInt: (int)inInt { 42 [super initWithInt: inInt]; 43 self.x = inInt; // no-warning 52 - (id) initWithIntGood: (int)inInt { 53 if (self = [super initWithInt: inInt]) { 54 self.x = inInt;
|
D | RetainCountExamples.m | 40 - (id)initWithInt: (int)inInt; 45 - (id)initWithInt: (int)inInt; 52 - (id) initWithInt: (int)inInt { 53 [super initWithInt: inInt]; 54 self.x = inInt; // no-warning
|
/external/clang/test/Analysis/inlining/ |
D | retain-count-self-init.m | 25 - (id)initWithInt: (int)inInt; 41 - (id) initWithInt: (int)inInt { 42 [super initWithInt: inInt]; 43 self.x = inInt; // no-warning 52 - (id) initWithIntGood: (int)inInt { 53 if (self = [super initWithInt: inInt]) { 54 self.x = inInt;
|
D | RetainCountExamples.m | 40 - (id)initWithInt: (int)inInt; 45 - (id)initWithInt: (int)inInt; 52 - (id) initWithInt: (int)inInt { 53 [super initWithInt: inInt]; 54 self.x = inInt; // no-warning
|
/external/llvm-project/lldb/test/API/lang/objc/objc-property/ |
D | main.m | 25 +(BaseClass *) baseClassWithBackedInt: (int) inInt andUnbackedInt: (int) inOtherInt; 37 + (BaseClass *) baseClassWithBackedInt: (int) inInt andUnbackedInt: (int) inOtherInt 41 new->_backedInt = inInt;
|
/external/clang/test/SemaCXX/ |
D | friend.cpp | 47 friend const int getInt(int inInt = 0) {} in getInt() argument
|
/external/llvm-project/clang/test/SemaCXX/ |
D | friend.cpp | 47 friend const int getInt(int inInt = 0) {} in getInt() argument
|