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

1 2 3 4 5 6 7 8 91011>>

  /external/pdfium/core/fpdfapi/font/
cpdf_cmapparser_unittest.cpp 57 uint8_t upper[4] = {135, 101, 67, 33}; local
59 EXPECT_TRUE(uint_ranges_equal(upper, range.m_Upper, range.m_CharSize));
  /external/python/cpython2/Demo/tkinter/matt/
entry-with-shared-variable.py 15 command=self.upper)
32 def upper(self): member in class:App
38 str = string.upper(self.contents.get())
  /external/google-breakpad/src/processor/
binarystream.cc 80 uint32_t lower, upper; local
81 *this >> lower >> upper; local
83 u64 = static_cast<uint64_t>(lower) | (static_cast<uint64_t>(upper) << 32);
119 uint32_t upper = static_cast<uint32_t>(u64 >> 32); local
120 *this << lower << upper; local
  /external/webrtc/webrtc/common_audio/resampler/
sinc_resampler_neon.cc 27 const float* upper = input_ptr + kKernelSize; local
28 for (; input_ptr < upper; ) {
  /external/icu/icu4c/source/samples/case/
ucase.c 31 static const UChar upper[] = {0x61, 0x42, 0x49, 0}; /* upper = "aBI" */ local
56 length = u_strToLower(buffer, sizeof(buffer)/sizeof(buffer[0]), upper,
57 sizeof(upper)/sizeof(upper[0]), "tr", &errorCode);
63 u_fprintf(out, "u_strToLower(%S, turkish) -> %S\n", upper, buffer);
69 length = u_strToUpper(buffer, sizeof(buffer)/sizeof(buffer[0]), upper,
70 sizeof(upper)/sizeof(upper[0]), "en", &errorCode);
  /external/syslinux/core/include/
codepage.h 15 uint8_t upper[256]; /* Codepage upper case table */ member in struct:codepage
  /external/parameter-framework/upstream/test/functional-tests/
FloatingPoint.cpp 95 {"(upper limit)", "12.2"},
127 const float upper = 12.2f; local
131 {"(upper limit, as decimal)",
132 std::to_string(::utility::binaryCopy<uint32_t>(upper))},
157 {"(upper limit)", 12.2f},
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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.15-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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
ctype_base.h 50 static const mask upper = 1 << 0; member in struct:ctype_base
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
ctype_base.h 50 static const mask upper = 1 << 0; member in struct:ctype_base
  /external/elfutils/libdw/
dwarf_aggregate_size.c 82 Dwarf_Sword upper; local
86 attr_mem), &upper) != 0)
138 if (unlikely (lower > upper))
140 count = upper - lower + 1;
  /external/dng_sdk/source/
dng_spline.cpp 190 int32 upper = count - 1; local
192 while (upper > lower)
195 int32 mid = (lower + upper) >> 1;
205 upper = mid;
209 DNG_ASSERT (upper == lower, "Binary search error in point list");
dng_iptc.cpp 677 uint32 upper = ss.Length () - 1; local
679 while (upper > lower)
682 uint32 middle = (upper + lower + 1) >> 1;
700 upper = middle - 1;
  /external/guava/guava/src/com/google/common/collect/
SortedLists.java 70 int upper = list.size() - 1; local
71 // Everything between lower and upper inclusive compares at >= 0.
72 while (lower < upper) {
73 int middle = (lower + upper + 1) >>> 1;
76 upper = middle - 1;
94 int upper = foundIndex; local
96 // Everything between lower and upper inclusive compares at <= 0.
97 while (lower < upper) {
98 int middle = (lower + upper) >>> 1;
103 upper = middle
268 int upper = list.size() - 1; local
    [all...]
  /external/mksh/src/
Build.sh 259 upper() { function
275 fu=`upper $f`
305 eval ft=\$HAVE_`upper $2`
372 fu=`upper $f`
422 eval fv=\$HAVE_CAN_`upper $vn`
    [all...]
  /external/python/cpython2/Lib/sqlite3/test/
hooks.py 57 def upper(self): member in class:CollationTests.CheckCreateCollationBadUpper.BadUpperStr
  /external/python/cpython3/Lib/sqlite3/test/
hooks.py 46 def upper(self): member in class:CollationTests.CheckCreateCollationBadUpper.BadUpperStr
  /external/skia/tests/
ApplyGammaTest.cpp 72 float upper = SkTMin(255.f, srcComponent + error); local
75 upper = linear_to_srgb(upper / 255.f);
78 upper = srgb_to_linear(upper / 255.f);
81 upper *= alpha;
83 SkASSERT(upper >= 0.f && upper <= 255.f);
86 dstComponent > SkScalarCeilToInt(upper)) {
89 uint8_t expectedComponent = SkScalarRoundToInt((lower + upper) * 0.5f)
    [all...]
  /external/skqp/tests/
ApplyGammaTest.cpp 57 float upper = SkTMin(255.f, srcComponent + error); local
60 upper = linear_to_srgb(upper / 255.f);
63 upper = srgb_to_linear(upper / 255.f);
66 upper *= alpha;
68 SkASSERT(upper >= 0.f && upper <= 255.f);
71 dstComponent > SkScalarCeilToInt(upper)) {
74 uint8_t expectedComponent = SkScalarRoundToInt((lower + upper) * 0.5f)
    [all...]
  /frameworks/base/core/java/android/text/
InputFilter.java 94 final CharSequence upper = TextUtils.toUpperCase(mLocale, wrapper, copySpans); local
95 if (upper == wrapper) {
102 return copySpans ? new SpannableString(upper) : upper.toString();
  /tools/tradefederation/core/src/com/android/tradefed/util/
SimpleStats.java 168 Double upper = avg + std; local
173 if (meas > lower && meas < upper) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
unicodectype.c 26 const Py_UNICODE upper; member in struct:__anon4530
153 int delta = ctype->upper;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
unicodectype.c 26 const Py_UNICODE upper; member in struct:__anon4876
153 int delta = ctype->upper;
  /external/deqp/framework/delibs/decpp/
deRandom.hpp 52 deUint64 getUint64 (void) { deUint32 upper = getUint32(); return (deUint64)upper << 32ull | (deUint64)getUint32(); } local

Completed in 1222 milliseconds

1 2 3 4 5 6 7 8 91011>>