/packages/apps/IM/src/com/android/im/imps/ |
SmsAssembler.java | 30 // ccc - transaction id in range 0-999 without preceding zero
|
/packages/apps/Mms/src/com/android/mms/ui/ |
NumberPickerDialog.java | 102 // range is so large.
|
/packages/apps/Settings/src/com/android/settings/ |
BrightnessPreference.java | 46 // Backlight range is from 0 - 255. Need to make sure that user
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
RequestPermissionHelperActivity.java | 131 // Value used for display purposes. Not range checking.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
UserDictionary.java | 79 * @TODO use a higher or float range for frequency
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/ |
OccurrenceRenderer.java | 62 // get the min/max of the range axis
|
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/ |
GeneralName.java | 138 * extension, to represent an address range the number of address 230 * extension, to represent an address range the number of address 287 * extension, to represent an address range the number of address 695 num_components *= 2; // this is a range of addresses 702 // if it is reading the second bound of a range 707 // or in the range form: 737 // check the correctness of the range 740 // more than 2 bounds in the range 762 // or in a range form: 793 // more than 2 bounds in the range [all...] |
/external/icu4c/common/ |
ucnv_lmb.c | 86 use the ANSI nomenclature 'C0' and 'C1' to refer to the range of control 87 characters just above & below the common lower-ANSI range */ 137 that can have 1 or two bytes, even in the upper-ascii range. To force 156 beginning of internal 'system' range names: */ 256 and 0x0019, the 1-2-3 system range control char */ 283 /* And here's a simple way to see if a group falls in an appropriate range */ 711 /* All initial byte values in lower ascii range should have been caught by now, 757 /* encode into LMBCS Unicode range */ 843 /* Check by UNICODE range (Strategy 2) */ [all...] |
uhash.c | 36 * result, which we would then have to adjust back into range. It's 62 * back into the desired range (between low and high water ratios). 199 * prime index. If the index is out of range it is pinned into range. 204 * Caller must ensure primeIndex is in range 0..PRIME_LENGTH-1. 316 * range) and retesting. For efficiency, there need enough empty 387 * fails, or if the count is already in range, or if the length is 840 the output range. [LIU] [all...] |
/external/icu4c/test/cintltst/ |
trie2test.c | 80 /* utrie2_enum() callback, verifies a range */ 89 log_err("error: utrie2_enum() delivers wrong range [U+%04lx..U+%04lx].0x%lx instead of [U+%04lx..U+%04lx].0x%lx\n", 173 /* test linear ASCII range from the data array pointer (access to "internal" field) */ 256 log_err("error: %s(%s).get(out of range) != errorValue\n", 263 log_err("error: %s(%s).get32(out of range) != errorValue\n", 287 U16_APPEND_UNSAFE(s, length, prevCP); /* start of the range */ 290 prevCP=(prevCP+c)/2; /* middle of the range */ 294 --c; /* end of the range */ 395 U8_APPEND_UNSAFE(s, length, prevCP); /* start of the range */ 398 prevCP=(prevCP+c)/2; /* middle of the range */ [all...] |
/external/icu4c/tools/gennames/ |
gennames.c | 93 * uint8_t algRangeData[]; -- padded to 4-count except in last range 98 * -- algorithmic range types: 678 /* count the letters in the token range */ [all...] |
/external/webkit/WebCore/editing/ |
SelectionController.cpp | 47 #include "Range.h" 95 void SelectionController::moveTo(const Range *r, EAffinity affinity, bool userTriggered) 386 // down-arrowing from a range selection that ends at the start of a line needs [all...] |
/bionic/libc/bionic/ |
arc4random.c | 249 * returned is outside the range [0, 2**32 % upper_bound). This 277 * number inside the range we need, so it should rarely need
|
/bionic/libc/include/sys/ |
_errdefs.h | 81 __BIONIC_ERRDEF( ECHRNG , 44, "Channel number out of range" ) 85 __BIONIC_ERRDEF( ELNRNG , 48, "Link number out of range" )
|
/cts/tests/tests/widget/src/android/widget/cts/ |
MultiAutoCompleteTextViewTest.java | 256 // set the selection range. 260 // do not set the selection range.
|
/cts/tools/annotation-helper/src/spechelper/ |
MethodSelector.java | 72 // (6 = range within which the annotation @TestTarget 73 // must occur, but out of range to reach the annotation from the
|
/dalvik/libcore/luni/src/main/java/java/util/ |
Random.java | 140 * @return a random {@code double} in the range [0.0 - 1.0) 210 * the exclusive upper border of the range [0 - n).
|
/dalvik/libcore/text/src/main/java/java/text/ |
CollationElementIterator.java | 179 * decomposable range of source text, the iterator may not return a correct 181 * that the offset is not in the middle of a decomposable range.
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/utils/ |
AttList.java | 103 * range. 119 * if the index is out of range.
|
/external/apache-http/src/org/apache/http/impl/ |
EnglishReasonPhraseCatalog.java | 77 * @param status the status code, in the range 100-599 210 "Requested Range Not Satisfiable");
|
/external/clearsilver/python/examples/base/ |
hdfhelp.py | 140 for n in range(len(lst)): 145 for n in range(hdf.getIntValue(name,0)):
|
/external/e2fsprogs/ext2ed/ |
disk.c | 53 sprintf (temp,"Seek offset %ld is out of range",offset); 105 sprintf (temp,"Seek offset %ld is out of range",offset);
|
/external/emma/core/java12/com/vladium/jcd/cls/attribute/ |
LineNumberTableAttribute_info.java | 80 * @param offset line number entry offset [must be in [0, size()) range; 84 * @throws IndexOutOfBoundsException if 'offset' is outside of valid range
|
/external/freetype/src/truetype/ |
ttobjs.h | 176 FT_Int range; /* in which code range is it located? */ member in struct:TT_DefRecord_
|
/external/icu4c/common/unicode/ |
utypes.h | 656 * the error code range 0x10000 0x10100 are reserved for Transliterator 688 U_VARIABLE_RANGE_EXHAUSTED, /**< Too many stand-ins generated for the given variable range */ 689 U_VARIABLE_RANGE_OVERLAP, /**< The variable range overlaps characters used in rules */ 697 * the error code range 0x10100 0x10200 are reserved for formatting API parsing error 720 * the error code range 0x10200 0x102ff are reserved for Break Iterator related error 740 * The error codes in the range 0x10300-0x103ff are reserved for regular expression related errrs 759 U_REGEX_INVALID_RANGE, /**< In a character range [x-y], x is greater than y. */ 766 * The error code in the range 0x10400-0x104ff are reserved for IDNA related error codes [all...] |