/third_party/vk-gl-cts/modules/gles3/scripts/ |
D | gen-conversions.py | 243 def toPos (value): function 245 return [toPos(x) for x in value] 265 inUVec4 = toUVec4(toPos(inVec4)) 266 inUVec3 = toUVec3(toPos(inVec3)) 267 inUVec2 = toUVec2(toPos(inVec2)) 323 genConversionCases([toPos(inFloat), toPos(inInt), inUint, inBool], [toUint]))) 328 genConversionCases([toPos(inFloat), toPos(inInt), inUint, inBool], [toUVec2, toUVec3, toUVec4]))) 333 …genConversionCases([toPos(inVec2), toPos(inVec3), toPos(inVec4), toPos(inIVec2), toPos(inIVec3), t… 343 …genConversionCases([toPos(inVec4), toPos(inIVec4), inUVec4, inBVec4], [toUVec4, toUVec3, toUVec2])… 345 genConversionCases([toPos(inVec3), toPos(inIVec3), inUVec3, inBVec3], [toUVec3, toUVec2]) +\ [all …]
|
/third_party/node/deps/npm/node_modules/diff/lib/patch/ |
D | apply.js | 79 function hunkFits(hunk, toPos) { argument 87 if (!compareLine(toPos + 1, lines[toPos], operation, content)) { 95 toPos++; 107 toPos = offset + hunk.oldStart - 1; variable 120 ])(toPos, minLine, maxLine); 123 if (hunkFits(hunk, toPos + localOffset)) {
|
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/java/com/mobileer/androidfxlab/ |
D | EffectsAdapter.kt | 162 val toPos = target.adapterPosition in <lambda>() constant 166 dragTo = toPos in <lambda>() 167 effectList.add(toPos, effectList.removeAt(fromPos)) in <lambda>() 168 recyclerView.adapter?.notifyItemMoved(fromPos, toPos) in <lambda>() 198 fun rotateItems(fromPos: Int, toPos: Int) { in <lambda>() 199 val a = min(fromPos, toPos) in <lambda>() 200 val b = max(fromPos, toPos) in <lambda>() 205 NativeInterface.rotateEffectAt(fromPos, toPos) in <lambda>()
|
/third_party/node/deps/npm/node_modules/diff/lib/ |
D | index.es6.js | 884 function hunkFits(hunk, toPos) { argument 892 if (!compareLine(toPos + 1, lines[toPos], operation, content)) { 900 toPos++; 912 toPos = offset + hunk.oldStart - 1; variable 913 var iterator = distanceIterator(toPos, minLine, maxLine); 916 if (hunkFits(hunk, toPos + localOffset)) {
|
D | index.mjs | 884 function hunkFits(hunk, toPos) { argument 892 if (!compareLine(toPos + 1, lines[toPos], operation, content)) { 900 toPos++; 912 toPos = offset + hunk.oldStart - 1; variable 913 var iterator = distanceIterator(toPos, minLine, maxLine); 916 if (hunkFits(hunk, toPos + localOffset)) {
|
/third_party/node/deps/npm/node_modules/diff/dist/ |
D | diff.js | 890 function hunkFits(hunk, toPos) { argument 898 if (!compareLine(toPos + 1, lines[toPos], operation, content)) { 906 toPos++; 918 toPos = offset + hunk.oldStart - 1; 919 var iterator = distanceIterator(toPos, minLine, maxLine); 922 if (hunkFits(hunk, toPos + localOffset)) {
|