HomeSort by relevance Sort by last modified time
    Searched refs:upper (Results 51 - 75 of 269) sorted by null

1 23 4 5 6 7 8 91011

  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
ctype_noninline.h 85 return (this->is(ctype_base::upper, __c) ? (__x - 'A' + 'a') : __x);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
ctype_noninline.h 85 return (this->is(ctype_base::upper, __c) ? (__x - 'A' + 'a') : __x);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
ctype_noninline.h 85 return (this->is(ctype_base::upper, __c) ? (__x - 'A' + 'a') : __x);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/libs/mips/include/bits/
ctype_noninline.h 85 return (this->is(ctype_base::upper, __c) ? (__x - 'A' + 'a') : __x);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
ctype_noninline.h 85 return (this->is(ctype_base::upper, __c) ? (__x - 'A' + 'a') : __x);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
OutputStreamWriterTest.java 37 private static final int UPPER = 0xd800;
456 int upper = UPPER; local
459 upper = 128;
462 upper = 256;
466 for (int c = 0; c < upper; ++c) {
474 for (int expected = 0; expected < upper; ++expected) {
499 int upper = UPPER; local
502 upper = 128
    [all...]
  /external/e2fsprogs/e2fsck/
dict.c 83 static void rotate_left(dnode_t *upper)
87 lower = upper->right;
88 upper->right = lowleft = lower->left;
89 lowleft->parent = upper;
91 lower->parent = upparent = upper->parent;
96 if (upper == upparent->left) {
99 assert (upper == upparent->right);
103 lower->left = upper;
104 upper->parent = lower;
112 static void rotate_right(dnode_t *upper)
    [all...]
  /external/libxml2/
encoding.c 1008 char upper[100]; local
1017 upper[i] = toupper(alias[i]);
1018 if (upper[i] == 0) break;
1020 upper[i] = 0;
1026 if (!strcmp(xmlCharEncodingAliases[i].alias, upper)) {
1046 char upper[100]; local
1052 upper[i] = toupper(alias[i]);
1053 if (upper[i] == 0) break;
1055 upper[i] = 0;
1074 if (!strcmp(xmlCharEncodingAliases[i].alias, upper)) {
1140 char upper[500]; local
1310 char upper[500]; local
1638 char upper[100]; local
    [all...]
  /build/tools/
java-event-log-tags.py 114 (t.tagname.upper(), t.tagnum))
142 buffer.write("\n android.util.EventLog.writeEvent(%s%s);" % (t.tagname.upper(), argNames))
  /external/protobuf/gtest/test/
gtest_test_utils.py 82 if flag.upper() in os.environ:
83 _flag_map[flag] = os.environ[flag.upper()]
  /external/stlport/test/unit/
ctype_facets_test.cpp 34 CPPUNIT_ASSERT( ct.is(ctype_base::upper, 'A') );
56 CPPUNIT_ASSERT( (res[1] & ctype_base::upper) != 0 );
84 res = ct.scan_is(ctype_base::upper, rbeg, rend);
178 CPPUNIT_CHECK( wct.is(ctype_base::upper, L'A') );
200 CPPUNIT_CHECK( (res[1] & ctype_base::upper) != 0 );
228 res = wct.scan_is(ctype_base::upper, rbeg, rend);
451 CPPUNIT_CHECK(cfacet_byname.is(ctype_base::upper, c) == cfacet.is(ctype_base::upper, c));
  /external/webkit/Source/WebCore/platform/gtk/
GtkVersioning.h 104 #define gtk_adjustment_set_upper(adj, newValue) ((adj)->upper = newValue)
106 void gtk_adjustment_configure(GtkAdjustment* adjustment, gdouble value, gdouble lower, gdouble upper,
  /ndk/tests/device/test-gnustl-full/unit/
ctype_facets_test.cpp 34 CPPUNIT_ASSERT( ct.is(ctype_base::upper, 'A') );
56 CPPUNIT_ASSERT( (res[1] & ctype_base::upper) != 0 );
84 res = ct.scan_is(ctype_base::upper, rbeg, rend);
178 CPPUNIT_CHECK( wct.is(ctype_base::upper, L'A') );
200 CPPUNIT_CHECK( (res[1] & ctype_base::upper) != 0 );
228 res = wct.scan_is(ctype_base::upper, rbeg, rend);
451 CPPUNIT_CHECK(cfacet_byname.is(ctype_base::upper, c) == cfacet.is(ctype_base::upper, c));
  /ndk/tests/device/test-stlport/unit/
ctype_facets_test.cpp 34 CPPUNIT_ASSERT( ct.is(ctype_base::upper, 'A') );
56 CPPUNIT_ASSERT( (res[1] & ctype_base::upper) != 0 );
84 res = ct.scan_is(ctype_base::upper, rbeg, rend);
178 CPPUNIT_CHECK( wct.is(ctype_base::upper, L'A') );
200 CPPUNIT_CHECK( (res[1] & ctype_base::upper) != 0 );
228 res = wct.scan_is(ctype_base::upper, rbeg, rend);
451 CPPUNIT_CHECK(cfacet_byname.is(ctype_base::upper, c) == cfacet.is(ctype_base::upper, c));
  /external/stlport/test/eh/
locale.cpp 43 if(char_type.is(ctype_base::upper, '?')) puts("Upper");
46 if(isupper('?', cout.getloc())) puts("Upper");
49 printf("Character %c (%d) - upper %c, lower %c\n",(char)ch, ch,toupper((char)ch, cout.getloc()), tolower((char)ch, cout.getloc()));*/
  /external/webkit/Tools/QueueStatusServer/model/
queues.py 80 return "-".join([word[0].upper() + word[1:] for word in string.split("-")])
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
tipc.h 59 __u32 upper; member in struct:tipc_name_seq
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
tipc.h 59 __u32 upper; member in struct:tipc_name_seq
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
tipc.h 59 __u32 upper; member in struct:tipc_name_seq
  /external/guava/guava/src/com/google/common/collect/
Range.java 42 * <p>A range is characterized by its lower and upper <i>bounds</i> (extremes),
67 * The upper endpoint may not be less than the lower endpoint. The endpoints may
156 * Returns {@code true} if this range has an upper endpoint.
163 * Returns the upper endpoint of this range.
173 * Returns the type of this range's upper bound: {@link BoundType#CLOSED} if
174 * the range includes its upper endpoint, {@link BoundType#OPEN} if it does
393 * lower bound, or if neither has an upper bound
452 Cut<C> upper = upperBound.canonical(domain); local
453 return (lower == lowerBound && upper == upperBound)
454 ? this : create(lower, upper);
    [all...]
  /external/opencv/cv/src/
cvsnakes.cpp 206 int upper = MIN( pt[i].y, win.height >> 1 ); local
211 for( j = -upper; j <= bottom; j++ )
246 for( j = -upper; j <= bottom; j++ )
282 for( j = -upper; j <= bottom; j++ )
366 for( j = -upper; j <= bottom; j++ )
  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp 184 Range(uint32_t lower, uint32_t upper) : _l(lower), _u(upper) {}
186 uint32_t upper(void) { return _u; } function in class:Range
192 uint32_t _u; // upper
219 Rational& lower, Rational& upper);
632 // are laid out on a diagonal starting from the upper left corner. With
1122 Rational lower, upper, selected; local
1221 Rational lower, upper, selected; local
    [all...]
  /external/qemu/
cpu-all.h 129 uint32_t upper; member in struct:__anon11921::__anon11922
135 uint32_t upper; member in struct:__anon11921::__anon11923
148 uint32_t upper; member in struct:__anon11924::__anon11925
153 uint64_t upper; member in struct:__anon11924::__anon11926
160 uint32_t upper; member in struct:__anon11924::__anon11927
165 uint64_t upper; member in struct:__anon11924::__anon11928
329 u.l.upper = ldl_le_p(ptr + 4);
338 stl_le_p(ptr + 4, u.l.upper);
517 u.l.upper = ldl_be_p(ptr);
526 stl_be_p(ptr, u.l.upper);
    [all...]
  /external/guava/guava-tests/lib/
libtruth-gwt.jar 
  /external/v8/test/mjsunit/
escape.js 46 // Check escapes are upper case
77 // Check unescape can cope with upper and lower case
80 // Check upper case U

Completed in 1148 milliseconds

1 23 4 5 6 7 8 91011