Searched refs:low (Results 1 – 25 of 33) sorted by relevance
12
911 ArrayList<NotificationInfo> low = new ArrayList<NotificationInfo>(); in testRedistributeBuckets_withinLimits() local912 AlertService.redistributeBuckets(high, medium, low, maxNotifications); in testRedistributeBuckets_withinLimits()915 assertEquals(0, low.size()); in testRedistributeBuckets_withinLimits()920 low = new ArrayList<NotificationInfo>(); in testRedistributeBuckets_withinLimits()921 AlertService.redistributeBuckets(high, medium, low, maxNotifications); in testRedistributeBuckets_withinLimits()924 assertEquals(0, low.size()); in testRedistributeBuckets_withinLimits()930 low = new ArrayList<NotificationInfo>(); in testRedistributeBuckets_withinLimits()931 AlertService.redistributeBuckets(high, medium, low, maxNotifications); in testRedistributeBuckets_withinLimits()934 assertEquals(0, low.size()); in testRedistributeBuckets_withinLimits()941 ArrayList<NotificationInfo> low = new ArrayList<NotificationInfo>(); in testRedistributeBuckets_tooManyHighPriority() local[all …]
77 int low, high; in build() local79 low = lo; in build()82 if ( low < (high-2) ) { in build()84 minx = sp[low]; in build()87 spsorty( sp, low, high); in build()91 split = low - 1 + (int) in build()92 (0.5 + ((double)(high-low+1) * ((double)lowrows / (double)rows))); in build()93 build( low, split, &ldo, &ldi, lowrows ); in build()105 else if (low >= (high - 1)) { // two or one points in build()106 a = makeEdge(sp[low], sp[high]); in build()[all …]
185 long low = ( ( ( data[ offset + 0 ] & 0xff ) << 0 ) + in readSwappedUnsignedInteger() local191 return (high << 24) + (0xffffffffL & low); in readSwappedUnsignedInteger()220 long low = in readSwappedLong() local230 return (high << 32) + (0xffffffffL & low); in readSwappedLong()374 long low = ( ( ( value1 & 0xff ) << 0 ) + in readSwappedUnsignedInteger() local380 return (high << 24) + (0xffffffffL & low); in readSwappedUnsignedInteger()
226 int high = start + len, low = start - 1, guess; in binarySearch() local228 while (high - low > 1) { in binarySearch()229 guess = (high + low) / 2; in binarySearch()232 low = guess; in binarySearch()
655 private static int constrain(int amount, int low, int high) { in constrain() argument656 return amount < low ? low : (amount > high ? high : amount); in constrain()
183 byte low = asciiCharToNumericValue(b); in fillBuffer()185 byteq.enqueue((byte)((msd << 4) | low)); in fillBuffer()
538 CamcorderProfile low = CamcorderProfile.get( in getSupportedVideoQuality() local541 low.videoFrameHeight * low.videoFrameWidth) { in getSupportedVideoQuality()
36 Index 2: English dictionary for normal prediction (low priority)42 Index 1: Japanese dictionary for normal prediction (low priority)
49 public static float clamp(float i, float low, float high) { in clamp() argument50 return Math.max(Math.min(i, high), low); in clamp()
263 int low = (mout << times) & mask; in bitCycleLeft() local265 ret |= low; in bitCycleLeft()
206 int low = (mout << times) & mask; in bitCycleLeft() local208 ret |= low; in bitCycleLeft()
98 public static float clamp(float i, float low, float high) { in clamp() argument99 return Math.max(Math.min(i, high), low); in clamp()
264 int low = (mout << times) & mask; in bitCycleLeft() local266 ret |= low; in bitCycleLeft()
536 private static int clamp(int v, int low, int high) { in clamp() argument537 return Math.min(Math.max(v, low), high); in clamp()
3 A small test utility to run certain low-level microbenchmarks
709 char low = (char) (unicode & 0x0000ffff); in tryInputRawUnicode() local711 commitResultText(String.valueOf(low)); in tryInputRawUnicode()
1dictionary=main:en_us,locale=en_US,description=English (US),date ...
1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...