/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/ |
SynchronizedDescriptiveStatistics.java | 121 public synchronized int getWindowSize() { 122 return super.getWindowSize();
|
DescriptiveStatistics.java | 41 * statistics based on stored data. The {@link #getWindowSize() windowSize} 61 * Represents an infinite window size. When the {@link #getWindowSize()} 308 public int getWindowSize() {
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
WNafL2RMultiplier.java | 21 int width = Math.max(2, Math.min(16, getWindowSize(k.bitLength()))); 92 protected int getWindowSize(int bits) 94 return WNafUtil.getWindowSize(bits);
|
ECAlgorithms.java | 265 int widthP = Math.max(2, Math.min(16, WNafUtil.getWindowSize(k.bitLength()))); 266 int widthQ = Math.max(2, Math.min(16, WNafUtil.getWindowSize(l.bitLength()))); 289 int width = Math.max(2, Math.min(16, WNafUtil.getWindowSize(Math.max(k.bitLength(), l.bitLength())))); 370 int width = Math.max(2, Math.min(16, WNafUtil.getWindowSize(ki.bitLength()))); 425 int width = Math.max(2, Math.min(16, WNafUtil.getWindowSize(Math.max(kj0.bitLength(), kj1.bitLength()))));
|
WNafUtil.java | 321 public static int getWindowSize(int bits) 323 return getWindowSize(bits, DEFAULT_WINDOW_SIZE_CUTOFFS); 333 public static int getWindowSize(int bits, int[] windowSizeCutoffs)
|
/external/opencv3/modules/superres/include/opencv2/superres/ |
optical_flow.hpp | 76 virtual int getWindowSize() const = 0; 77 /** @copybrief getWindowSize @see getWindowSize */ 184 virtual int getWindowSize() const = 0; 185 /** @copybrief getWindowSize @see getWindowSize */
|
/external/libgdx/gdx/src/com/badlogic/gdx/math/ |
WindowedMean.java | 105 public int getWindowSize () {
|
/frameworks/base/core/java/android/widget/ |
AdapterViewAnimator.java | 302 if (whichChild >= getWindowSize()) { 303 mWhichChild = mLoopViews ? 0 : getWindowSize() - 1; 305 mWhichChild = mLoopViews ? getWindowSize() - 1 : 0; 365 int i = modulo(mCurrentWindowStartUnbounded + relativeIndex, getWindowSize()); 381 int getWindowSize() { 414 int index = modulo(i, getWindowSize()); 486 int rangeStart = modulo(newWindowStart, getWindowSize()); 487 int rangeEnd = modulo(newWindowEnd, getWindowSize()); 521 int index = modulo(i, getWindowSize()); 744 if (mWhichChild >= getWindowSize()) { [all...] |
StackView.java | 429 int index = modulo(i, getWindowSize()); [all...] |
/external/opencv3/modules/viz/include/opencv2/viz/ |
viz3d.hpp | 181 Size getWindowSize() const;
|
types.hpp | 178 const Size & getWindowSize() const { return window_size_; }
|
/external/opencv3/modules/viz/src/ |
vizimpl.cpp | 317 showWidget("showImage", WImageOverlay(image, Rect(Point(0,0), getWindowSize()))); 388 window_->SetSize(camera.getWindowSize().width, camera.getWindowSize().height); 389 double aspect_ratio = static_cast<double>(camera.getWindowSize().width)/static_cast<double>(camera.getWindowSize().height); 553 cv::Size cv::viz::Viz3d::VizImpl::getWindowSize() const { return Size(Point(Vec2i(window_->GetSize()))); }
|
vizimpl.hpp | 94 Size getWindowSize() const;
|
viz3d.cpp | 134 cv::Size cv::viz::Viz3d::getWindowSize() const { return impl_->getWindowSize(); }
|
/external/opencv3/modules/viz/test/ |
tests_simple.cpp | 346 Size vsz = viz.getWindowSize();
|
/external/chromium-trace/catapult/third_party/mocha/ |
mocha.js | 773 exports.getWindowSize = function(){ [all...] |
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/node_modules/mocha/ |
mocha.js | 741 exports.getWindowSize = function(){ [all...] |
/external/chromium-trace/catapult/tracing/third_party/mocha/ |
mocha.js | 773 exports.getWindowSize = function(){ [all...] |
/prebuilts/sdk/tools/lib/ |
signapk.jar | |