HomeSort by relevance Sort by last modified time
    Searched defs:upper (Results 1 - 25 of 179) sorted by null

1 2 3 4 5 6 7 8

  /frameworks/rs/cpu_ref/linkloader/utils/
helper.cpp 33 size_t upper = (end & (~0xfUL)) ? end : ((end + 16UL) & (~0xfUL)); local
35 for (size_t i = lower; i < upper; i += 16) {
  /external/chromium_org/ui/events/keycodes/
keyboard_code_conversion.cc 14 const bool upper = shift ^ ((flags & EF_CAPS_LOCK_DOWN) != 0); local
18 return key_code - VKEY_A + (ctrl ? 1 : (upper ? 'A' : 'a'));
  /external/icu4c/samples/case/
ucase.c 25 static const UChar upper[] = {0x61, 0x42, 0x49, 0}; /* upper = "aBI" */ local
50 length = u_strToLower(buffer, sizeof(buffer)/sizeof(buffer[0]), upper,
51 sizeof(upper)/sizeof(upper[0]), "tr", &errorCode);
57 u_fprintf(out, "u_strToLower(%S, turkish) -> %S\n", upper, buffer);
63 length = u_strToUpper(buffer, sizeof(buffer)/sizeof(buffer[0]), upper,
64 sizeof(upper)/sizeof(upper[0]), "en", &errorCode);
  /external/chromium_org/content/common/indexed_db/
indexed_db_key_range.h 19 const IndexedDBKey& upper,
25 const IndexedDBKey& upper() const { return upper_; } function in class:content::IndexedDBKeyRange
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBKeyRange.cpp 56 IDBKeyRange::IDBKeyRange(PassRefPtr<IDBKey> lower, PassRefPtr<IDBKey> upper, LowerBoundType lowerType, UpperBoundType upperType)
58 , m_upper(upper)
128 RefPtr<IDBKey> upper = scriptValueToIDBKey(&requestState, upperValue); local
130 if (!lower || !lower->isValid() || !upper || !upper->isValid()) {
134 if (upper->isLessThan(lower.get())) {
135 exceptionState.throwDOMException(DataError, "The lower key is greater than the upper key.");
138 if (upper->isEqual(lower.get()) && (lowerOpen || upperOpen)) {
139 exceptionState.throwDOMException(DataError, "The lower key and upper key are equal and one of the bounds is open.");
143 return IDBKeyRange::create(lower, upper, lowerOpen ? LowerBoundOpen : LowerBoundClosed, upperOpen ? UpperBoundOpen : UpperBoundClosed)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebIDBKeyRange.cpp 42 void WebIDBKeyRange::assign(const WebIDBKey& lower, const WebIDBKey& upper, bool lowerOpen, bool upperOpen)
44 if (!lower.isValid() && !upper.isValid())
47 m_private = IDBKeyRange::create(lower, upper, lowerOpen ? IDBKeyRange::LowerBoundOpen : IDBKeyRange::LowerBoundClosed, upperOpen ? IDBKeyRange::UpperBoundOpen : IDBKeyRange::UpperBoundClosed);
62 WebIDBKey WebIDBKeyRange::upper() const function in class:blink::WebIDBKeyRange
66 return m_private->upper();
  /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/android/support/src/musl-ctype/
towctrans.c 9 unsigned short upper; member in struct:__anon35811
236 /* special case because the diff between upper/lower is too big */
244 int base = casemaps[i].upper + (lmask & casemaps[i].lower);
247 return wc + lower - ((wc-casemaps[i].upper)&1);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
ctype_base.h 48 static const mask upper = _ISupper; member in struct:ctype_base
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-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.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
ctype_base.h 50 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
  /prebuilts/ndk/7/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/7/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/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
ctype_base.h 44 static const mask upper = _U; member in struct:ctype_base
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
ctype_base.h 44 static const mask upper = _U; member in struct:ctype_base
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include/bits/
ctype_base.h 44 static const mask upper = _U; member in struct:ctype_base
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/include/bits/
ctype_base.h 44 static const mask upper = _U; member in struct:ctype_base
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/x86/include/bits/
ctype_base.h 44 static const mask upper = _U; member in struct:ctype_base
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
ctype_base.h 46 static const mask upper = _U; member in struct:ctype_base
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
ctype_base.h 46 static const mask upper = _U; member in struct:ctype_base

Completed in 2405 milliseconds

1 2 3 4 5 6 7 8