HomeSort by relevance Sort by last modified time
    Searched full:ranges (Results 126 - 150 of 550) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/v8/src/
parser.cc 4358 ZoneList<CharacterRange>* ranges = new ZoneList<CharacterRange>(2); local
4428 ZoneList<CharacterRange>* ranges = new ZoneList<CharacterRange>(2); local
4923 ZoneList<CharacterRange>* ranges = new ZoneList<CharacterRange>(2); local
    [all...]
ast.cc 348 for (int i = 0; i < that->ranges()->length(); i++) {
350 VisitCharacterRange(that->ranges()->at(i));
  /external/icu4c/i18n/
ucol_bld.cpp 440 g->current = ucol_nextWeight(g->ranges, &g->noOfRanges);
464 g->noOfRanges = ucol_allocWeights(low, high, count, maxByte, g->ranges);
527 g->noOfRanges = ucol_allocWeights(UCOL_BYTE_UNSHIFTED_MIN<<24, high, count, maxByte, g->ranges);
528 g->current = ucol_nextWeight(g->ranges, &g->noOfRanges);
534 g->noOfRanges = ucol_allocWeights(low, high, count, maxByte, g->ranges);
538 g->current = ucol_nextWeight(g->ranges, &g->noOfRanges);
    [all...]
ucol_imp.h 92 * uint32_t UCAConsts; - only used (!=0) in UCA image - structure which holds values for indirect positioning and implicit ranges
395 /* Han character ranges */
411 /* Jamo ranges */
    [all...]
  /external/icu4c/test/cintltst/
trie2test.c 30 /* Values for setting possibly overlapping, out-of-order ranges of values */
872 /* set consecutive ranges, even with value 0 */
    [all...]
  /frameworks/base/awt/java/awt/image/
ComponentColorModel.java 91 * The ranges.
93 private float ranges[]; // Array of range normalized values field in class:ComponentColorModel
207 ranges = new float[numColorComponents];
210 ranges[i] = cs.getMaxValue(i) - minVals[i];
395 normComponents[idx] = (normComponents[idx] - minVals[i]) / ranges[i];
    [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
DirectClassFile.java 61 * Valid ranges are typically of the form
415 /* Valid version ranges are typically of the form
  /external/elfcopy/
fixdwarf.c 132 CHECK_DEBUG_SECTION(ranges);
171 ADJUST_IF_NECESSARY(ranges);
  /external/icu4c/common/
propsvec.c 145 /* must be found because all ranges together always cover all of Unicode */
183 /* find the rows whose ranges overlap with the input range */
  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
CaretManager.java 448 * This methods returns a set of logical ranges for the arbitrary
452 * @return logical ranges for the selection
  /packages/apps/Email/tests/src/com/android/email/
SecurityPolicyTests.java 176 * Make sure the fields are encoded properly for their max ranges. This is looking
218 * Test creation of policies with unsupported ranges
  /dalvik/dx/src/com/android/dx/ssa/back/
LivenessAnalyzer.java 31 * Calculate the live ranges for register {@code reg}.<p>
  /dalvik/libcore/text/src/main/java/java/text/
AttributedCharacterIterator.java 32 * their limits. Runs are defined as ranges of characters that all have the same
  /external/apache-http/src/org/apache/commons/codec/language/
Soundex.java 64 * return value ranges from 0 through 4: 0 indicates little or no similarity, and 4 indicates strong similarity or
  /external/bluetooth/glib/docs/reference/glib/tmpl/
misc_utils.sgml 359 The built-in array of primes ranges from 11 to 13845163 such that
sequence.sgml 31 Some methods on #GSequence operate on ranges of items. For example
  /external/dnsmasq/
FAQ 355 with extra IP addresses, then any dhcp-ranges corresponding to
358 are DHCP ranges 192.168.1.100-192.168.1.200 and
359 192.168.2.100-192.168.2.200 then both ranges would be used for host
361 have one of the address-ranges as static-only, and have known
  /external/freetype/include/freetype/internal/
tttypes.h 301 /* numRanges :: The number of gasp ranges in table. */
303 /* gaspRanges :: An array of gasp ranges. */
    [all...]
  /external/freetype/src/truetype/
ttobjs.h 145 /* There can only be 3 active code ranges at once: */
  /external/qemu/memcheck/
memcheck_malloc_map.h 19 * malloc's caller. Map considers two blocks to be equal if their address ranges
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
symshift.pl 20 # In order to keep the id ranges for each set disjoint, ids are shifted
  /frameworks/base/core/java/android/text/
Spanned.java 21 * ranges of it. Not all text classes have mutable markup or text;
  /hardware/broadcom/wlan/bcm4329/src/include/
hndsoc.h 133 * unused address ranges
  /external/srec/audio/AudioIn/UNIX/include/
audioin.h 154 unsigned long u32AudioInID, /*@parm [in] Audio-in device ID (ranges from 0 to a number of available
169 unsigned long u32AudioInID, /* [in] audio-in device ID (ranges from 0 to a number of available devices on the
180 unsigned long u32AudioInID, /* [in] audio-in device ID (ranges from 0 to a number of available devices on the
  /external/webkit/JavaScriptCore/icu/unicode/
uset.h 553 * @return a non-negative integer counting the character ranges
717 * Returns the number of disjoint ranges of characters contained in
721 * @return a non-negative integer counting the character ranges

Completed in 377 milliseconds

1 2 3 4 56 7 8 91011>>