HomeSort by relevance Sort by last modified time
    Searched refs:upper (Results 26 - 50 of 736) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/ui/aura/test/
test_windows.h 35 // Returns true if |upper| is above |lower| in the window stacking order.
36 bool WindowIsAbove(Window* upper, Window* lower);
38 // Returns true if |upper|'s layer is above |lower|'s layer in the layer
40 bool LayerIsAbove(Window* upper, Window* lower);
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBKeyRange.idl 30 [ImplementedAs=upperValue, CallWith=ScriptState] readonly attribute any upper;
37 [CallWith=ExecutionContext, RaisesException] static IDBKeyRange bound(any lower, any upper, [Default=Undefined] optional boolean lowerOpen, [Default=Undefined] optional boolean upperOpen);
  /libcore/benchmarks/src/benchmarks/regression/
StringCaseMappingBenchmark.java 31 UPPER2(upper(2)), enum constant in enum:StringCaseMappingBenchmark.Inputs
35 UPPER8(upper(8)), enum constant in enum:StringCaseMappingBenchmark.Inputs
39 UPPER32(upper(32)), enum constant in enum:StringCaseMappingBenchmark.Inputs
43 UPPER512(upper(512)), enum constant in enum:StringCaseMappingBenchmark.Inputs
47 UPPER2048(upper(2048)), enum constant in enum:StringCaseMappingBenchmark.Inputs
51 UPPER_1M(upper(1024*1024)), enum constant in enum:StringCaseMappingBenchmark.Inputs
59 private static String upper(int length) { method in class:StringCaseMappingBenchmark.Inputs
146 // slow path: s contains upper case chars
  /external/icu/icu4c/source/i18n/
collationweights.cpp 219 printf("length of upper limit 0x%08lx is %ld\n", upperLimit, upperLength);
222 // Permit upperLength<middleLength: The upper limit for secondaries is 0x10000.
226 printf("error: no space between lower & upper limits\n");
235 printf("error: lower limit 0x%08lx is a prefix of upper limit 0x%08lx\n", lowerLimit, upperLimit);
240 /* if the upper limit is a prefix of the lower limit then the earlier test lowerLimit>=upperLimit has caught it */
242 WeightRange lower[5], middle, upper[5]; /* [0] and [1] are not used - this simplifies indexing */ local
245 uprv_memset(upper, 0, sizeof(upper));
254 * upper[2] 2
255 * upper[3]
    [all...]
  /external/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/
is_1.pass.cpp 39 assert(f.is(F::upper, L'A'));
40 assert(!f.is(F::upper, L'a'));
64 assert(f.is(F::upper, L'\x00DA'));
82 assert(f.is(F::upper, L'A'));
83 assert(!f.is(F::upper, L'a'));
107 assert(!f.is(F::upper, L'\x00DA'));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/
is_1.pass.cpp 39 assert(f.is(F::upper, L'A'));
40 assert(!f.is(F::upper, L'a'));
64 assert(f.is(F::upper, L'\x00DA'));
82 assert(f.is(F::upper, L'A'));
83 assert(!f.is(F::upper, L'a'));
107 assert(!f.is(F::upper, L'\x00DA'));
  /external/chromium_org/net/spdy/
spdy_frame_builder.h 103 uint32 upper = htonl(value >> 32); local
105 return (WriteBytes(&upper, sizeof(upper)) &&
  /external/libcxx/test/localization/locale.categories/category.ctype/
ctype_base.pass.cpp 26 // static const mask upper = 1 << 3;
47 assert(std::ctype_base::upper);
57 & std::ctype_base::upper
69 test(std::ctype_base::upper);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/
ctype_base.pass.cpp 26 // static const mask upper = 1 << 3;
47 assert(std::ctype_base::upper);
57 & std::ctype_base::upper
69 test(std::ctype_base::upper);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
util.rb 128 # within the given lower and upper bounds,
140 def bound( lower, upper=nil )
142 return self unless upper
143 return upper if self > upper
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
media_feature_symbol.py 18 chr = chr.upper()
  /external/chromium_org/third_party/qcms/src/
transform_util.c 41 int upper, lower; local
43 upper = ceil(value);
46 value = table[upper]*(1. - (upper - value)) + table[lower]*(upper - value);
57 uint32_t upper = (value + 65534) / 65535; /* equivalent to ceil(value/65535) */ local
59 /* interp is the distance from upper to value scaled to 0..65535 */
62 value = (table[upper]*(interp) + table[lower]*(65535 - interp))/65535; // 0..65535*65535
77 uint32_t upper = (value + PRECACHE_OUTPUT_MAX-1) / PRECACHE_OUTPUT_MAX; local
80 /* interp is the distance from upper to value scaled to 0..PRECACHE_OUTPUT_MAX *
96 int upper, lower; local
    [all...]
  /external/libcxx/test/re/re.traits/
lookup_classname.pass.cpp 40 | std::ctype_base::upper | std::ctype_base::lower);
42 | std::ctype_base::upper | std::ctype_base::lower);
44 | std::ctype_base::upper | std::ctype_base::lower, true);
46 | std::ctype_base::upper | std::ctype_base::lower, true);
108 test("upper", std::ctype_base::upper);
109 test("UPPER", std::ctype_base::upper);
110 test("upper", std::ctype_base::upper | std::ctype_base::alpha, true)
    [all...]
  /external/oprofile/libpp/
sample_container.cpp 85 sample_entry lower, upper; local
87 lower.file_loc.filename = upper.file_loc.filename = filename_id;
89 upper.file_loc.linenr = INT_MAX;
94 iterator it2 = samples_by_loc.upper_bound(&upper);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/
lookup_classname.pass.cpp 40 | std::ctype_base::upper | std::ctype_base::lower);
42 | std::ctype_base::upper | std::ctype_base::lower);
44 | std::ctype_base::upper | std::ctype_base::lower, true);
46 | std::ctype_base::upper | std::ctype_base::lower, true);
108 test("upper", std::ctype_base::upper);
109 test("UPPER", std::ctype_base::upper);
110 test("upper", std::ctype_base::upper | std::ctype_base::alpha, true)
    [all...]
  /packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
LocaleUtils.java 117 private static boolean isAlphabetSequence(final String text, final int lower, final int upper) {
119 if (length < lower || length > upper) {
130 private static boolean isDigitSequence(final String text, final int lower, final int upper) {
132 if (length < lower || length > upper) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/x86_64-linux/32/bits/
ctype_base.h 50 static const mask upper = _ISupper; member in struct:ctype_base
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/x86_64-linux/bits/
ctype_base.h 50 static const mask upper = _ISupper; member in struct:ctype_base
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
ctype_base.h 49 static const mask upper = _ISupper; member in struct:ctype_base
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
ctype_base.h 49 static const mask upper = _ISupper; member in struct:ctype_base
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
ctype_base.h 44 static const mask upper = _U; member in struct:ctype_base
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
ctype_base.h 44 static const mask upper = _U; member in struct:ctype_base
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
ctype_base.h 44 static const mask upper = _U; member in struct:ctype_base
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
ctype_base.h 44 static const mask upper = _U; member in struct:ctype_base
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
ctype_base.h 44 static const mask upper = _U; member in struct:ctype_base

Completed in 4179 milliseconds

12 3 4 5 6 7 8 91011>>