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

<<21222324252627282930>>

  /frameworks/base/core/java/android/text/
StaticLayout.java 274 * Set break strategy, useful for selecting high quality or balanced paragraph
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_ratectrl.c 401 static int get_active_quality(int q, int gfu_boost, int low, int high,
403 if (gfu_boost > high) {
408 const int gap = high - low;
409 const int offset = high - gfu_boost;
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_lib.h 113 NJ_UINT16 high; member in struct:__anon35994
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
i386-protos.h 100 extern bool ix86_vec_interleave_v2df_operator_ok (rtx operands[3], bool high);
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3lexer.c 51 static ANTLR3_BOOLEAN matchRange (pANTLR3_LEXER lexer, ANTLR3_UCHAR low, ANTLR3_UCHAR high);
810 matchRange(pANTLR3_LEXER lexer, ANTLR3_UCHAR low, ANTLR3_UCHAR high)
817 if ( c >= low && c <= high)
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TimeZoneFormatTest.java 108 long low, high; local
112 high = cal.getTimeInMillis();
217 && !((BasicTimeZone)outtz).hasEquivalentTransitions(tz, low, high);
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzfmttst.cpp 108 UDate low, high; local
112 high = cal->getTime(status);
263 if (!((BasicTimeZone*)&outtz)->hasEquivalentTransitions((BasicTimeZone&)*tz, low, high, TRUE, status)) {
    [all...]
  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 418 int high = count - 1; local
423 guess = (high + low)/2;
432 high = guess;
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TimeZoneFormatTest.java 104 long low, high; local
108 high = cal.getTimeInMillis();
213 && !((BasicTimeZone)outtz).hasEquivalentTransitions(tz, low, high);
    [all...]
  /external/libevent/
bufferevent.c 126 if (size >= bufev->wm_read.high)
526 bufev->wm_write.high = highmark;
531 bufev->wm_read.high = highmark;
534 /* There is now a new high-water mark for read.
553 /* There is now no high-water mark for read. */
  /external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog2.cpp 632 UInt32 high = (UInt32)(val >> 32); local
633 if (high == 0)
635 return GetPower32(high) + 32;
  /external/toybox/lib/
lib.c 313 long atolx_range(char *numstr, long low, long high)
318 if (val > high) error_exit("%ld > %ld", val, high);
  /external/v8/src/compiler/
int64-lowering.cc 169 // a new store node to store the high word. The effect and control edges
386 // of the output to 0 and just calculate the high word.
390 // We do not have to care about the high word replacement, because
410 // of the output to 0 and just calculate the high word.
414 // We do not have to care about the high word replacement, because
434 // of the output to 0 and just calculate the high word.
438 // We do not have to care about the high word replacement, because
501 // We use SAR to preserve the sign in the high word.
655 // The low word and the high word can be swapped either at the input or
796 replacements_[old->id()].high = new_high
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkPolicyManagerServiceTest.java 739 // snoozed interface still has high quota so background data is
969 final long high = expected + fuzzy; local
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java     [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndapi.c 71 (dicinfo->dic_freq[NJ_MODE_TYPE_HENKAN].high > DIC_FREQ_HIGH) ) {
795 > cursor->cond.ds->dic[cnt].dic_freq[NJ_MODE_TYPE_HENKAN].high)) {
872 loctset->dic_freq.high = 0;
  /external/valgrind/VEX/priv/
ir_opt.c 4943 Int high; member in struct:__anon24787
5040 Int high = low + sizeofIRType(e->Iex.Get.ty) - 1; local
5048 Int high = low + descr->nElems * size - 1; local
    [all...]
  /external/llvm/test/MC/SystemZ/
insn-bad.s 131 #CHECK: error: {{(instruction requires: high-word)?}}
643 #CHECK: error: {{(instruction requires: high-word)?}}
715 #CHECK: error: {{(instruction requires: high-word)?}}
802 #CHECK: error: {{(instruction requires: high-word)?}}
1037 #CHECK: error: {{(instruction requires: high-word)?}}
1526 #CHECK: error: {{(instruction requires: high-word)?}}
    [all...]
  /external/selinux/policycoreutils/mcstrans/src/
mcstrans.c 181 unsigned int low, high; local
193 if (sscanf(raw,"c%u", &high) != 1)
195 raw += numdigits(high) + 1;
197 high = low;
199 while (low <= high) {
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-d30v.c 130 int middle, low, high; local
134 high = reg_name_cnt () - 1;
138 middle = (low + high) / 2;
141 high = middle - 1;
156 while (low <= high);
    [all...]
tc-mn10300.c 301 int low, high;
304 high = regcount - 1;
310 middle = (low + high) / 2;
313 high = middle - 1;
319 while (low <= high);
298 int low, high; local
    [all...]
tc-s390.c 224 int middle, low, high; local
228 high = regcount - 1;
232 middle = (low + high) / 2;
235 high = middle - 1;
241 while (low <= high);
    [all...]
  /external/opencv3/modules/imgproc/src/
histogram.cpp 57 const int low = 0, high = 256; local
59 _tab.resize((high-low)*dims);
71 for( j = low; j < high; j++ )
80 tab[i*(high - low) + j - low] = written_idx;
88 int limit = std::min(cvCeil(ranges[i][0]), high);
96 tab[i*(high - low) + j - low] = written_idx;
100 limit = std::min(cvCeil(ranges[i][idx+1]), high);
105 for( ; j < high; j++ )
106 tab[i*(high - low) + j - low] = OUT_OF_RANGE;
191 double low = ranges[i][0], high = ranges[i][1]
    [all...]
  /external/selinux/libsepol/cil/src/
cil_binary.c 1489 uint16_t low = 0, high = 0; local
2810 struct cil_level *high = cil_lvlrange->high; local
    [all...]
  /art/compiler/optimizing/
code_generator_arm.cc 44 return ((location.low() & 1) == 0) && (location.low() + 1 == location.high());
2415 Register high = in.AsRegisterPairHigh<Register>(); local
3345 Register high = first.AsRegisterPairHigh<Register>(); local
    [all...]

Completed in 1535 milliseconds

<<21222324252627282930>>