HomeSort by relevance Sort by last modified time
    Searched refs:high (Results 201 - 225 of 1418) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
netcontext.py 26 port_range = namedtuple("port_range", ["low", "high"])
161 low, high = self.ports
163 if low == high:
166 return "portcon {0.protocol} {1}-{2} {0.context}".format(self, low, high)
169 return hash("portcon|{0.protocol}|{1.low}|{1.high}".format(self, self.ports))
184 Return: Tuple(low, high)
186 high The high port of the range.
189 high = self.qpol_symbol.high_port(self.policy)
190 return port_range(low, high)
    [all...]
mls.py 196 high = level_factory(policy, levels[1].strip())
200 high = low
204 policy_range = qpol.qpol_mls_range_t(policy, low.qpol_symbol, high.qpol_symbol)
207 format(sym, low, high))
430 high = self.high
432 if high == low:
435 return "{0} - {1}".format(low, high)
442 return self.low == other.low and self.high == other.high
455 def high(self): member in class:Range
    [all...]
  /external/webrtc/webrtc/base/
random_unittest.cc 114 int32_t high,
119 ASSERT_GE(high, low);
121 uint32_t interval = static_cast<uint32_t>(high - low + 1);
124 // The computation high - low + 1 should be 2^32 but overflowed
134 int32_t sample = prng->Rand(low, high);
136 EXPECT_GE(high, sample);
154 uint32_t high,
159 ASSERT_GE(high, low);
161 uint32_t interval = static_cast<uint32_t>(high - low + 1);
164 // The computation high - low + 1 should be 2^32 but overflowe
    [all...]
  /frameworks/av/media/libeffects/testlibs/
AudioEqualizer.cpp 173 uint32_t & high) const {
177 high = mpLowShelf->getFrequency();
180 high = mSampleRate * 500;
182 mpPeakingFilters[band - 1].getBandRange(low, high);
260 uint32_t high = mpHighShelf->getFrequency(); local
261 if (targetFreq >= high) {
268 high = freq;
274 // Now, low is right below the target and high is right above. See which one
277 high = Effects_log2(high);
    [all...]
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
CollationPerformanceTest.java 1145 int high = toIndex; local
1176 int high = toIndex; local
1207 int high = toIndex; local
    [all...]
  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
AlertServiceTest.java 909 ArrayList<NotificationInfo> high = threeItemList; local
939 ArrayList<NotificationInfo> high = new ArrayList<NotificationInfo>(); local
969 ArrayList<NotificationInfo> high = new ArrayList<NotificationInfo>(); local
1000 ArrayList<NotificationInfo> high = new ArrayList<NotificationInfo>(); local
    [all...]
  /frameworks/rs/driver/runtime/arch/
generic.c 20 extern short __attribute__((overloadable, always_inline)) rsClamp(short amount, short low, short high);
30 extern T __attribute__((overloadable)) clamp(T amount, T low, T high) { \
31 return amount < low ? low : (amount > high ? high : amount); \
34 extern T##2 __attribute__((overloadable)) clamp(T##2 amount, T##2 low, T##2 high) { \
36 r.x = amount.x < low.x ? low.x : (amount.x > high.x ? high.x : amount.x); \
37 r.y = amount.y < low.y ? low.y : (amount.y > high.y ? high.y : amount.y); \
41 extern T##3 __attribute__((overloadable)) clamp(T##3 amount, T##3 low, T##3 high) { \
    [all...]
  /external/ImageMagick/coders/
label.c 150 high,
175 high=draw_info->pointsize;
176 for (low=1.0; (high-low) > 0.5; )
178 draw_info->pointsize=(low+high)/2.0;
191 high=draw_info->pointsize-0.5;
198 high=draw_info->pointsize-0.5;
200 draw_info->pointsize=(low+high)/2.0-0.5;
148 high, local
  /external/icu/icu4c/source/i18n/
japancal.cpp 401 int32_t high = kEraCount; local
404 fprintf(stderr, " high=%d\n", high);
406 while (low < high - 1) {
407 int32_t i = (low + high) / 2;
411 fprintf(stderr, " d=%d low=%d, high=%d. Considering %d:M%d D%d Y%d. { we are ?:M%d D%d Y%d }\n",
412 diff,low, high, i, kEraInfo[i].month-1, kEraInfo[i].day, kEraInfo[i].year, internalGet(UCAL_MONTH), internalGet(UCAL_DATE),year);
433 high = i;
436 fprintf(stderr, ". low=%d, high=%d, i=%d, diff=%d.. %d\n", low, high, i, diff, year)
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
LevelListDrawable.java 68 public void addLevel(int low, int high, Drawable drawable) {
70 mLevelListState.addLevel(low, high, drawable);
120 int high = a.getInt( local
127 if (high < 0) {
147 mLevelListState.addLevel(low, high, dr);
197 public void addLevel(int low, int high, Drawable drawable) {
200 mHighs[pos] = high;
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_hypot.c 121 u_int32_t high; local
123 GET_HIGH_WORD(high,t1);
124 SET_HIGH_WORD(t1,high+(k<<20));
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
msr_server_win.py 78 high = ctypes.c_uint()
80 ctypes.byref(low), ctypes.byref(high))
81 return high.value << 32 | low.value
  /external/compiler-rt/test/builtins/Unit/
negti2_test.c 36 at.s.high, at.s.low, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
ctzti2_test.c 33 at.s.high, at.s.low, x, expected);
ffsti2_test.c 32 at.s.high, at.s.low, x, expected);
mulvti3_test.c 40 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
41 expectedt.s.high, expectedt.s.low);
parityti2_test.c 41 at.s.high, at.s.low, x, expected);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
USerializedSet.java 164 char high=(char)(c>>16), low=(char)c; local
166 i<length && (high>array[i] || (high==array[i] && low>=array[i+1]));
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
USerializedSet.java 162 char high=(char)(c>>16), low=(char)c; local
164 i<length && (high>array[i] || (high==array[i] && low>=array[i+1]));
  /external/selinux/libsemanage/src/
ports_local.c 95 int high = semanage_port_get_high(ports[i]); local
115 if (low2 <= high) {
118 low, high, proto_str, low2, high2, proto_str2);
  /external/compiler-rt/lib/builtins/
floattidf.c 76 fb.u.s.high = ((su_int)s & 0x80000000) | /* sign */
78 ((su_int)(a >> 32) & 0x000FFFFF); /* mantissa-high */
floattixf.c 78 fb.u.high.s.low = ((su_int)s & 0x8000) | /* sign */
floatuntidf.c 74 fb.u.s.high = ((e + 1023) << 20) | /* exponent */
75 ((su_int)(a >> 32) & 0x000FFFFF); /* mantissa-high */
floatuntixf.c 76 fb.u.high.s.low = (e + 16383); /* exponent */
  /external/icu/android_icu4j/src/main/java/android/icu/util/
JapaneseCalendar.java 278 int high = ERAS.length / 3; local
280 while (low < high - 1) {
281 int i = (low + high) / 2;
296 high = i;

Completed in 607 milliseconds

1 2 3 4 5 6 7 891011>>