Searched defs:getWindowSize (Results 1 - 10 of 10) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DWNafL2RMultiplier.java21 int width = Math.max(2, Math.min(16, getWindowSize(k.bitLength())));
92 protected int getWindowSize(int bits) method in class:WNafL2RMultiplier
94 return WNafUtil.getWindowSize(bits);
H A DWNafUtil.java321 public static int getWindowSize(int bits) method in class:WNafUtil
323 return getWindowSize(bits, DEFAULT_WINDOW_SIZE_CUTOFFS);
333 public static int getWindowSize(int bits, int[] windowSizeCutoffs) method in class:WNafUtil
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
H A DSynchronizedDescriptiveStatistics.java121 public synchronized int getWindowSize() { method in class:SynchronizedDescriptiveStatistics
122 return super.getWindowSize();
H A DDescriptiveStatistics.java41 * statistics based on stored data. The {@link #getWindowSize() windowSize}
61 * Represents an infinite window size. When the {@link #getWindowSize()}
308 public int getWindowSize() { method in class:DescriptiveStatistics
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 303 milliseconds