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

1 2 3 4 5 6 7 8 91011>>

  /external/icu4c/data/unidata/
SentenceBreakProperty.txt 1029 0041..005A ; Upper
1030 00C0..00D6 ; Upper
1031 00D8..00DE ; Upper
1032 0100 ; Upper
1033 0102 ; Upper
1034 0104 ; Upper
1035 0106 ; Upper
1036 0108 ; Upper
1037 010A ; Upper
1038 010C ; Upper
    [all...]
  /external/webkit/LayoutTests/storage/indexeddb/
keyrange-expected.txt 7 PASS 'upper' in webkitIDBKeyRange is false
17 PASS 'upper' in instance is true
27 PASS keyRange.upper is 1
32 PASS keyRange.upper is 3.14
37 PASS keyRange.upper is 'a'
43 PASS keyRange.upper is null
48 PASS keyRange.upper is null
53 PASS keyRange.upper is null
58 PASS keyRange.upper is null
63 PASS keyRange.upper is nul
    [all...]
index-cursor.html 107 window.upper = test[2];
118 if (upper !== null) {
119 str += "upper ";
122 str += "bound is " + upper + "; ";
133 if (upper !== null) {
135 while (upper > 0 && testData[upper] === testData[upper - 1])
136 --window.upper;
138 while (upper < testData.length - 1 && testData[upper] === testData[upper + 1]
    [all...]
objectstore-cursor.html 105 window.upper = test[2];
116 if (upper !== null) {
117 str += "upper ";
120 str += "bound is " + upper + "; ";
139 if (upper !== null) {
141 window.expectedIndex = upper;
143 window.expectedIndex = upper-1;
150 if (lower !== null && upper !== null)
151 keyRange = webkitIDBKeyRange.bound(testData[lower], testData[upper], lowerIsOpen, upperIsOpen);
155 keyRange = webkitIDBKeyRange.upperBound(testData[upper], upperIsOpen)
    [all...]
keyrange.html 21 shouldBe("keyRange.upper", "" + value);
33 shouldBeNull("keyRange.upper");
40 shouldBe("keyRange.upper", "" + value);
48 function checkBoundKeyRange(lower, upper, lowerOpen, upperOpen)
50 keyRange = evalAndLog("webkitIDBKeyRange.bound(" + lower + "," + upper + ", " + lowerOpen + ", " + upperOpen + ")");
52 shouldBe("keyRange.upper", "" + upper);
64 shouldBeFalse("'upper' in webkitIDBKeyRange");
76 shouldBeTrue("'upper' in instance");
objectstore-cursor-expected.txt 42 Next test: upper open bound is 0; sorted ascending.
45 Next test: upper bound is 0; sorted ascending.
68 Next test: upper open bound is 0; sorted descending.
71 Next test: upper bound is 0; sorted descending.
75 Next test: lower open bound is 0; upper open bound is 6; sorted ascending.
83 Next test: lower open bound is 0; upper bound is 6; sorted ascending.
92 Next test: lower bound is 0; upper open bound is 6; sorted ascending.
101 Next test: lower bound is 0; upper bound is 6; sorted ascending.
111 Next test: lower open bound is 0; upper open bound is 6; sorted descending.
119 Next test: lower open bound is 0; upper bound is 6; sorted descending
    [all...]
  /cts/tools/signature-tools/src/signature/compare/model/
IUpperBoundsDelta.java 28 * This interface is aware, that for the first argument, the order of the upper
34 * Returns the upper bound delta of the first upper bound or {@code null} if
37 * @return the upper bound delta of the first upper bound, maybe {@code
43 * Returns a set of remaining upper bound deltas or {@code null} if no
46 * @return a set of remaining upper bound deltas, maybe {@code null}
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
classes.sed 2 s/^\([/[:lower:]A-Z0-9]*_cv_[[:lower:][:upper:]/[:digit:]]*\)=\(.*\)/: \${\1='\2'}/p
  /external/llvm/lib/Support/
ConstantRange.cpp 11 // for an integral value. This keeps track of a lower and upper bound for the
13 // keeps track of a [lower, upper) bound, which specifies an interval just like
34 Lower = Upper = APInt::getMaxValue(BitWidth);
36 Lower = Upper = APInt::getMinValue(BitWidth);
41 ConstantRange::ConstantRange(const APInt &V) : Lower(V), Upper(V + 1) {}
44 Lower(L), Upper(U) {
48 "Lower == Upper, but they aren't min or max value!");
119 return Lower == Upper && Lower.isMaxValue();
125 return Lower == Upper && Lower.isMinValue();
132 return Lower.ugt(Upper);
    [all...]
  /libcore/luni/src/main/java/java/lang/reflect/
WildcardType.java 21 * A pattern type, such as the upper bounded wildcard {@code
24 * <p>Although this interface permits an arbitrary number of upper and lower
27 * <li><strong>No lower bound and one upper bound.</strong> Such types are
28 * written like {@code ? extends java.lang.Number}. When the upper bound is
32 * <li><strong>One lower bound and an upper bound of {@code
39 * Returns the array of types that represent the upper bounds of this type.
40 * The default upper bound is {@code Object}.
42 * @return an array containing the upper bounds types
  /cts/tools/signature-tools/src/signature/model/
ITypeVariableDefinition.java 27 * Returns the upper bounds for this type variable as specified by the
28 * extends clause. If no upper bounds are explicitly specified then
29 * java.lang.Object is returned as upper bound.
31 * @return the upper bounds for this type variable
IWildcardType.java 27 * Returns the upper bounds for this type variable as specified by the
28 * extends clause. If no upper bounds are explicitly specified then
29 * java.lang.Object is returned as upper bound.
31 * @return the upper bounds for this type variable
  /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/libnfc-nxp/src/
phDal4Nfc.h 21 * \brief Common DAL for the upper layer.
60 /**< Used for messaging by DAL as well as Upper Layers */
71 * DAL context : This contains the information of the upper layer callback
76 phNfcIF_sCallBack_t cb_if; /**<Callback info registered by upper layer*/
91 calls read callback registered by upper layer */
94 calls read wait callback registered by upper layer */
97 calls write wait callback registered by upper layer */
100 calls notify callback registered by upper layer */
110 * reference details as registered by upper layer.
122 /**<Reference to read callback,registered by upper layer.This is of type \ref pphNfcIF_Transact_Completion_CB_t*
    [all...]
phHal4Nfc_Internal.h 89 /*Upper layer's Transceive callback*/
91 /*Upper layer's Send callback*/
93 /*Upper layer's receive callback*/
96 the upper layer.If this flag is set ,then a remote device disconnect call
101 /*sData pointer to point to upper layer's send data*/
108 /*sData pointer to point to upper layer's recv data*/
157 /*Upper layer Context for discovery call*/
159 /*Upper layer Context for P2P discovery call*/
162 by upper layer during initialization*/
166 /**Upper layer has to register this listener for receiving info about
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/
15.5.4.11-4.js 57 // Hiragana (no upper / lower case)
95 this.upper = c;
98 // upper case Basic Latin
101 this.upper = c;
108 this.upper = c - 32;
113 // upper case Latin-1 Supplement
115 this.upper = c;
122 this.upper = c - 32;
127 this.upper = 0x0178;
135 this.upper = c
    [all...]
  /external/kernel-headers/original/linux/netfilter/
xt_limit.h 11 u_int32_t burst; /* Period multiplier for upper limit. */
  /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/Source/WebCore/storage/
IDBKeyRange.cpp 35 IDBKeyRange::IDBKeyRange(PassRefPtr<IDBKey> lower, PassRefPtr<IDBKey> upper, bool lowerOpen, bool upperOpen)
37 , m_upper(upper)
59 PassRefPtr<IDBKeyRange> IDBKeyRange::bound(PassRefPtr<IDBKey> lower, PassRefPtr<IDBKey> upper, bool lowerOpen, bool upperOpen)
61 return IDBKeyRange::create(lower, upper, lowerOpen, upperOpen);
IDBKeyRange.h 40 static PassRefPtr<IDBKeyRange> create(PassRefPtr<IDBKey> lower, PassRefPtr<IDBKey> upper, bool lowerOpen, bool upperOpen)
42 return adoptRef(new IDBKeyRange(lower, upper, lowerOpen, upperOpen));
47 PassRefPtr<IDBKey> upper() const { return m_upper; } function in class:WebCore::IDBKeyRange
54 static PassRefPtr<IDBKeyRange> bound(PassRefPtr<IDBKey> lower, PassRefPtr<IDBKey> upper, bool lowerOpen = false, bool upperOpen = false);
57 IDBKeyRange(PassRefPtr<IDBKey> lower, PassRefPtr<IDBKey> upper, bool lowerOpen, bool upperOpen);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
xt_limit.h 11 u_int32_t burst; /* Period multiplier for upper limit. */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_bridge/
ebt_limit.h 15 u_int32_t burst; /* Period multiplier for upper limit. */
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/
dillo 85 upper-alpha
86 upper-latin
87 upper-roman
  /external/webkit/Source/WebKit/chromium/src/
WebIDBKeyRange.cpp 44 void WebIDBKeyRange::assign(const WebIDBKey& lower, const WebIDBKey& upper, bool lowerOpen, bool upperOpen)
46 if (lower.type() == WebIDBKey::InvalidType && upper.type() == WebIDBKey::InvalidType)
49 m_private = IDBKeyRange::create(lower, upper, lowerOpen, upperOpen);
64 WebIDBKey WebIDBKeyRange::upper() const function in class:WebKit::WebIDBKeyRange
68 return m_private->upper();
  /external/qemu/target-i386/
exec.h 142 unsigned short upper; member in struct:__anon10207::__anon10208
149 #define EXPD(fp) (fp.l.upper & 0x7fff)
150 #define SIGND(fp) ((fp.l.upper) & 0x8000)
152 #define BIASEXPONENT(fp) fp.l.upper = (fp.l.upper & ~(0x7fff)) | EXPBIAS
162 int32_t upper; member in struct:__anon10209::__anon10210
166 int32_t upper; member in struct:__anon10209::__anon10211
178 #define EXPD(fp) (((fp.l.upper) >> 20) & 0x7FF)
179 #define SIGND(fp) ((fp.l.upper) & 0x80000000)
181 #define MANTD(fp) (fp.l.lower | ((uint64_t)(fp.l.upper & ((1 << 20) - 1)) << 32)
204 int upper, e; local
    [all...]

Completed in 412 milliseconds

1 2 3 4 5 6 7 8 91011>>