HomeSort by relevance Sort by last modified time
    Searched full:upper (Results 151 - 175 of 1208) sorted by null

1 2 3 4 5 67 8 91011>>

  /dalvik/docs/opcodes/
opcode-22-new-instance.html 79 If v(A+1) is the upper part of a register pair, v(A+1)' becomes undefined.
opcode-23-new-array.html 89 If v(A+1) is the upper half of a register pair, v(A+1)' becomes undefined.
  /dalvik/libcore/luni/src/main/java/java/util/
FormattableFlags.java 43 * Denotes the output is to be converted to upper case in the way the locale
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/utils/
AlgNameMapper.java 90 // map upper case alg name to its original name
116 // alg2OidMap map contains upper case keys
127 // oid2AlgMap map contains upper case values
172 // map upper case alg name to its original name
  /dalvik/vm/compiler/
Dataflow.h 111 int maxC; // For DIV - will affect upper bound checking
  /external/blktrace/doc/
bno_plot.1 32 not specified, all keys for input files are put in the upper right corner of the
  /external/dropbear/libtomcrypt/src/pk/asn1/der/utf8/
der_decode_utf8_string.c 84 /* decode, grab upper bits */
  /external/dropbear/libtommath/
bn_mp_dr_reduce.c 57 /* alias for upper half of x, or x/B**m */
  /external/e2fsprogs/lib/uuid/
uuid_unparse.3.in 54 may be upper or lower case, and is
  /external/icu4c/i18n/
nfsubs.h 208 * Calculates an upper bound when searching for a rule that matches
211 * @param oldUpperBound The current upper-bound setting. The new
212 * upper bound can't be any higher.
213 * @return the upper bound when searching for a rule that matches
  /external/kernel-headers/original/asm-generic/
ioctl.h 6 * upper 16 bits.
  /external/tcpdump/
nfsfh.h 49 u_int32_t Minor; /* upper case to avoid clashing with macro names */
  /external/webkit/JavaScriptCore/wrec/
WRECGenerator.cpp 274 // Convert ASCII alphabet characters to upper case before testing for
275 // equality. (ASCII non-alphabet characters don't require upper-casing
277 // require upper-casing because we only handle Unicode characters whose
278 // upper and lower cases are equal.)
311 UChar lower, upper; local
317 } else if (!isASCII(ch) && ((lower = Unicode::toLower(ch)) != (upper = Unicode::toUpper(ch)))) {
318 // handle unicode case sentitive characters - branch to success on upper
319 isUpper = branch32(Equal, character, Imm32(upper));
329 // for unicode case insensitive matches, branch here if upper matches.
  /external/webkit/WebCore/icu/unicode/
ubrk.h 229 /** Upper bound for tags for uncategorized words. */
233 /** Tag value for words that appear to be numbers, upper limit. */
238 /** Tag value for words containing letters, upper limit */
242 /** Tag value for words containing kana characters, upper limit */
246 /** Tag value for words containing ideographic characters, upper limit */
262 /** Upper bound for soft line breaks. */
266 /** Upper bound for hard line breaks. */
286 /** Upper bound for tags for sentences ended by sentence terminators. */
293 /** Upper bound for tags for sentences ended by a separator. */
  /frameworks/base/awt/java/awt/font/
MultipleMaster.java 43 * the typical upper case char height.
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
smePrivate.h 51 mgmtStatus_e eMgmtStatus; /* Contains the last DisAssociation reason towards upper layer */
  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
EvHandler.h 58 /* Upper Interface*/
  /packages/apps/Email/src/com/android/email/mail/
FetchProfile.java 57 * so that upper levels can detect that a full body download is needed.
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
smePrivate.h 51 mgmtStatus_e eMgmtStatus; /* Contains the last DisAssociation reason towards upper layer */
  /system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/
EvHandler.h 58 /* Upper Interface*/
  /external/opencore/codecs_v2/utilities/colorconvert/src/
cczoomrotation32.cpp 642 tmp0 = *pY; /*upper-right pixel */
783 Y = *pY++; //upper left
809 Y = *pY++; //upper left
871 Y = *pY++; //upper left
913 Y = *pY++; //upper left
1023 Y = *pY++; //upper left
1073 Y = *pY++; //upper left
    [all...]
  /build/tools/
java-event-log-tags.py 113 (t.tagname.upper(), t.tagnum))
141 buffer.write("\n android.util.EventLog.writeEvent(%s%s);" % (t.tagname.upper(), argNames))
  /external/icu4c/common/
bmpset.h 126 * If the upper bit is 0, then the lower bit indicates if contains(c)
128 * If the upper bit is 1, then the block is mixed and set.contains(c)
  /external/ipsec-tools/src/racoon/
policy.h 55 * NOTE: Ensure to be same address family and upper layer protocol.
66 u_int16_t ul_proto; /* upper layer Protocol */
  /external/neven/Embedded/common/src/b_APIEm/
Types.h 50 * type: 0: gray image - pixels are bytes starting at upper left corner
51 * 1: rgb color images - prixels are 3-byte rgb groups starting at upper left corner

Completed in 124 milliseconds

1 2 3 4 5 67 8 91011>>