/external/skia/bench/ |
ChartBench.cpp | 33 // The plots are animated by rotating the data points by leftShift. 38 int leftShift, 49 leftShift %= topData.count(); 52 // Account for the leftShift using two loops 53 int shiftToEndCount = topData.count() - leftShift; 54 plot->moveTo(x, topData[leftShift]); 55 fill->moveTo(x, topData[leftShift]); 58 plot->lineTo(x, topData[i + leftShift]); 59 fill->lineTo(x, topData[i + leftShift]); 63 for (int i = 0; i < leftShift; ++i) [all...] |
/external/skia/samplecode/ |
SampleChart.cpp | 28 // The plots are animated by rotating the data points by leftShift. 33 int leftShift, 44 leftShift %= topData.count(); 47 // Account for the leftShift using two loops 48 int shiftToEndCount = topData.count() - leftShift; 49 plot->moveTo(x, topData[leftShift]); 50 fill->moveTo(x, topData[leftShift]); 53 plot->lineTo(x, topData[i + leftShift]); 54 fill->lineTo(x, topData[i + leftShift]); 58 for (int i = 0; i < leftShift; ++i) [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
ClickShadowView.java | 96 float leftShift = view.getLeft() + viewParent.getLeft() - getLeft(); 108 int clipLeft = (int) Math.max(0, coords[0] - leftShift - mShadowPadding); 116 setTranslationX(leftShift
|
/libcore/ojluni/src/main/java/sun/misc/ |
FDBigInteger.java | 267 return big5pow(p5).leftShift(p2); 324 return (new FDBigInteger(r, pow5.offset)).leftShift(p2); 420 private static void leftShift(int[] src, int idx, int result[], int bitcount, int anticount, int prev){ 457 public FDBigInteger leftShift(int shift) { 478 leftShift(data,idx,result,bitcount,anticount,prev); 511 leftShift(src,idx,result,bitcount,anticount,prev); 727 return res.leftShift(p2); [all...] |
FloatingDecimal.java | 712 Sval = Sval.leftShift(shiftBias); // normalize so that division works better 753 Bval = Bval.leftShift(1); [all...] |
/prebuilts/go/darwin-x86/src/strconv/ |
decimal.go | 269 func leftShift(a *decimal, k uint) { 321 leftShift(a, maxShift) 324 leftShift(a, uint(k))
|
/prebuilts/go/linux-x86/src/strconv/ |
decimal.go | 269 func leftShift(a *decimal, k uint) { 321 leftShift(a, maxShift) 324 leftShift(a, uint(k))
|
/external/protobuf/js/binary/ |
arith.js | 99 jspb.arith.UInt64.prototype.leftShift = function() { 242 divisor = divisor.leftShift(); 243 unit = unit.leftShift();
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
vktShaderRenderOperatorTests.cpp | 66 template<typename T> inline T leftShift (T value, int amount) { return value << amount; } 71 template<typename T, int Size> Vector<T, Size> leftShift (const Vector<T, Size>& value, const Vector<int, Size>& amount) 75 result[i] = leftShift(value[i], amount[i]); 87 template<typename T, int Size> Vector<T, Size> leftShiftVecScalar (const Vector<T, Size>& value, int amount) { return leftShift(value, Vector<int, Size>(amount)); } [all...] |
/external/deqp/modules/gles3/functional/ |
es3fShaderOperatorTests.cpp | 81 template<typename T> inline T leftShift (T value, int amount) { return value << amount; } 86 template<typename T, int Size> Vector<T, Size> leftShift (const Vector<T, Size>& value, const Vector<int, Size>& amount) 90 result[i] = leftShift(value[i], amount[i]); 102 template<typename T, int Size> Vector<T, Size> leftShiftVecScalar (const Vector<T, Size>& value, int amount) { return leftShift(value, Vector<int, Size>(amount)); } [all...] |
/prebuilts/tools/common/m2/repository/org/gebish/geb-core/0.9.3/ |
geb-core-0.9.3.jar | |
/prebuilts/devtools/tools/lib/ |
hierarchyviewer2lib.jar | |
/prebuilts/gradle-plugin/com/android/tools/hierarchyviewer2lib/24.4.0-beta6/ |
hierarchyviewer2lib-24.4.0-beta6.jar | |
/prebuilts/gradle-plugin/com/android/tools/hierarchyviewer2lib/24.5.0/ |
hierarchyviewer2lib-24.5.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/hierarchyviewer2lib/25.0.0-alpha1/ |
hierarchyviewer2lib-25.0.0-alpha1.jar | |
/prebuilts/gradle-plugin/com/android/tools/hierarchyviewer2lib/25.3.0/ |
hierarchyviewer2lib-25.3.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/hierarchyviewer2lib/25.3.0-alpha1/ |
hierarchyviewer2lib-25.3.0-alpha1.jar | |
/prebuilts/gradle-plugin/com/android/tools/hierarchyviewer2lib/25.3.0-beta1/ |
hierarchyviewer2lib-25.3.0-beta1.jar | |
/prebuilts/gradle-plugin/com/android/tools/hierarchyviewer2lib/25.3.0-beta2/ |
hierarchyviewer2lib-25.3.0-beta2.jar | |
/prebuilts/gradle-plugin/com/android/tools/hierarchyviewer2lib/25.3.0-beta3/ |
hierarchyviewer2lib-25.3.0-beta3.jar | |
/prebuilts/gradle-plugin/com/android/tools/hierarchyviewer2lib/25.3.0-beta4/ |
hierarchyviewer2lib-25.3.0-beta4.jar | |
/prebuilts/gradle-plugin/com/android/tools/hierarchyviewer2lib/25.3.1/ |
hierarchyviewer2lib-25.3.1.jar | |
/prebuilts/gradle-plugin/com/android/tools/hierarchyviewer2lib/25.4.0-alpha1/ |
hierarchyviewer2lib-25.4.0-alpha1.jar | |
/prebuilts/gradle-plugin/com/android/tools/hierarchyviewer2lib/25.4.0-alpha3/ |
hierarchyviewer2lib-25.4.0-alpha3.jar | |
/prebuilts/gradle-plugin/com/android/tools/hierarchyviewer2lib/25.4.0-alpha5/ |
hierarchyviewer2lib-25.4.0-alpha5.jar | |