/dalvik/libcore/text/src/main/java/org/apache/harmony/text/internal/nls/ |
messages.properties | 36 text.12=Invalid ranges (start={0}, limit={1}, length={2}) 37 text.13=Invalid ranges (levels={0}, levelStart={1}, objects={2}, objectStart={3}, count={4})
|
/frameworks/base/awt/java/awt/font/ |
MultipleMaster.java | 78 * Gets the array of design axis ranges. 80 * @return the array of design axis ranges.
|
/external/v8/src/ |
jsregexp.cc | 1406 ZoneList<CharacterRange>* ranges = cc->ranges(); local 1836 ZoneList<CharacterRange>* ranges = tree->ranges(); local 2468 ZoneList<CharacterRange>* ranges = cc->ranges(); local 4252 ZoneList<CharacterRange>* CharacterSet::ranges() { function in class:CharacterSet 5011 ZoneList<CharacterRange>* ranges = char_class->ranges(); local 5127 ZoneList<CharacterRange>* ranges = tree->ranges(); local [all...] |
/bionic/libc/bionic/ |
time64_config.h | 69 inside these ranges.
|
/external/elfutils/libdw/ |
dwarf_getarangeinfo.c | 1 /* Return list address ranges.
|
/external/iproute2/include/linux/ |
atmioc.h | 1 /* atmioc.h - ranges for ATM-related ioctl numbers */
|
/external/iptables/extensions/ |
libipt_DNAT.man | 29 Later Kernels (>= 2.6.11-rc1) don't have the ability to NAT to multiple ranges
|
libipt_SNAT.man | 27 Later Kernels (>= 2.6.11-rc1) don't have the ability to NAT to multiple ranges
|
libipt_SAME.c | 22 " once for multiple ranges.\n" 97 "Too many ranges specified, maximum " 98 "is %i ranges.\n",
|
/external/kernel-headers/original/linux/ |
atmioc.h | 1 /* atmioc.h - ranges for ATM-related ioctl numbers */
|
/external/webkit/WebCore/dom/ |
RangeException.idl | 20 module ranges {
|
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/ |
ubitset.h | 84 assert (size_t (distance (first, last)) <= s_WordBits && "Bit ranges must be 32 bits or smaller"); 85 assert (first / s_WordBits == last / s_WordBits && "Bit ranges can not cross dword (4 byte) boundary"); 103 assert (size_t (distance (first, last)) <= s_WordBits && "Bit ranges must be 32 bits or smaller"); 104 assert (first / s_WordBits == last / s_WordBits && "Bit ranges can not cross dword (4 byte) boundary");
|
unumeric.h | 48 /// Returns the sum of products of respective elements in the given ranges. 59 /// Returns the sum of products of respective elements in the given ranges.
|
/external/icu4c/common/unicode/ |
usetiter.h | 27 * iterates over either code points or code point ranges. After all 28 * code points or ranges have been returned, it returns the 46 * <p>To iterate over code point ranges, instead of individual code points, 81 * When iterating over ranges using <tt>nextRange()</tt>, 133 * For ranges, <tt>getCodepoint()</tt> returns the starting codepoint 200 * <p>The order of iteration is all code points ranges in sorted 201 * order, followed by all strings sorted order. Ranges are
|
/external/freetype/src/autofit/ |
aftypes.h | 247 * - A set of Unicode ranges to test whether the face supports the 352 #define AF_DEFINE_SCRIPT_CLASS(script_class, script_, ranges, m_size, \ 358 ranges, \ 376 #define AF_DEFINE_SCRIPT_CLASS(script_class, script_, ranges, m_size, \ 382 ac->script_uni_ranges = ranges; \
|
/external/qemu/elff/ |
dwarf_die.cc | 130 /* DIE can contain either list of ranges (f.i. DIEs that represent a routine
131 * that is inlined in multiple places will contain list of address ranges
135 /* Iterate through this DIE's ranges list, looking for the one that
149 /* This DIE doesn't have ranges. Lets see if it has low_pc and high_pc
209 /* Dump all ranges for this DIE. */
|
/dalvik/libcore/text/src/main/java/java/text/ |
ChoiceFormat.java | 92 * the strings associated with the ranges defined through {@code 105 * the pattern of strings and ranges. 114 * Parses the pattern to determine new strings and ranges for this 118 * the pattern of strings and ranges. 185 * Returns a new instance of {@code ChoiceFormat} with the same ranges and 267 * Returns the strings associated with the ranges of this {@code 422 * the strings associated with the ranges defined through {@code 444 * ranges and their associated strings.
|
/external/icu4c/common/ |
rbbisetb.h | 33 // Each of the non-overlapping character ranges gets one of these descriptors. 114 // groups of ranges that are in the same original UnicodeSets.
|
/external/icu4c/test/intltest/ |
usettest.h | 110 * Check that ranges are monotonically increasing and non- 128 * as a pairs list. Ranges are listed in ascending Unicode order.
|
/external/webkit/WebCore/html/ |
TimeRanges.cpp | 75 // in between two ranges. 77 // TODO: Given that we assume that ranges are correctly ordered, this could be optimized.
|
/dalvik/dx/src/com/android/dx/dex/code/ |
CodeAddress.java | 25 * exception handler ranges. Its code size is zero, and so instances
|
/external/webkit/JavaScriptCore/wrec/ |
CharacterClass.h | 54 const CharacterRange* ranges; member in struct:JSC::WREC::CharacterClass
|
/external/webkit/WebKit/chromium/src/ |
WebMediaPlayerClientImpl.cpp | 284 // FIXME: Save the time ranges in a member variable and update it when needed. 285 RefPtr<TimeRanges> ranges = TimeRanges::create(); local 287 ranges->add(webRanges[i].start, webRanges[i].end); 288 return ranges.release();
|
/external/qemu/memcheck/ |
memcheck_mmrange_map.h | 15 * tree (a map) of module memory mapping ranges in the guest system. The map is 18 * Map considers two ranges to be equal if their address ranges intersect in
|
/frameworks/base/libs/surfaceflinger/ |
Tokenizer.cpp | 163 const run_t* ranges = mRanges.array(); local 168 uint32_t(ranges[i].first), uint32_t(ranges[i].length));
|