HomeSort by relevance Sort by last modified time
    Searched full:range (Results 1426 - 1450 of 3739) sorted by null

<<51525354555657585960>>

  /external/webkit/WebKit/mac/WebView/
WebViewPrivate.h 126 - (void)scrollDOMRangeToVisible:(DOMRange *)range;
422 @result WebTextIterator object, initialized with a range that corresponds to
424 @abstract This method gives the text for the approximate range of the document
425 corresponding to the rectangle. The range is determined by using hit testing at
  /external/webkit/WebKitTools/CygwinDownloader/
cygwin-downloader.py 42 package_mirror_url = mirror_servers[random.choice(range(len(mirror_servers)))]
  /external/webkit/WebKitTools/Scripts/
check-for-global-initializers 109 next if $shortName eq "Range.o";
  /external/webkit/WebKitTools/pywebsocket/test/
mock.py 127 for unused in range(length):
  /external/zlib/old/
visual-basic.txt 77 'bracket meaning: <parameter> [optional] {Range of possible values}
  /frameworks/base/awt/java/awt/
Image.java 181 * the new acceleration priority (value in the range 0-1).
  /frameworks/base/awt/java/awt/font/
TextLayout.java 606 // awt.197=Endpoints are out of range
613 // awt.197=Endpoints are out of range
623 * the first endpoint of the visual range.
625 * the second endpoint of the visual range.
TextMeasurer.java 124 * Returns a TextLayout of the specified character range.
  /frameworks/base/awt/javax/imageio/metadata/
IIOMetadataFormatImpl.java 584 throw new IllegalArgumentException("Attribute is not a range!");
592 throw new IllegalArgumentException("Attribute is not a range!");
683 throw new IllegalArgumentException("Not a range!");
692 throw new IllegalArgumentException("Not a range!");
    [all...]
  /frameworks/base/core/java/android/util/
MonthDisplayHelper.java 118 + " out of range (0-5)");
  /frameworks/base/core/java/android/view/
OrientationEventListener.java 131 // normalize to 0 - 359 range
  /frameworks/base/core/java/android/webkit/
WebBackForwardList.java 65 * Get the history item at the given index. The index range is from 0...n
  /frameworks/base/core/java/android/widget/
Adapter.java 117 * range 0 to {@link #getViewTypeCount} - 1. {@link #IGNORE_ITEM_VIEW_TYPE} can
ProgressBar.java 157 * Create a new progress bar with range 0...100 and initial progress of 0.
635 * <p>Return the upper limit of this progress bar's range.</p>
649 * <p>Set the range of the progress bar to 0...<tt>max</tt>.</p>
651 * @param max the upper range of this progress bar
  /frameworks/base/graphics/java/android/graphics/
Interpolator.java 127 * return whether the specified time was within the range of key times
  /frameworks/base/libs/audioflinger/
AudioHardwareInterface.cpp 46 "OUT OF RANGE",
  /frameworks/base/libs/surfaceflinger/
Tokenizer.cpp 76 // token in this range, we need to split
  /frameworks/base/media/libdrm/mobile2/include/util/domcore/
DOMException.h 52 * If the specified range of text does not fit into a DOMString
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
ubitset.h 86 assert ((v & BitMask(value_type,distance(first,last))) == v && "The value is too large to fit in the given bit range");
umemory.h 107 /// Calls the destructor on elements in range [first, last) without calling delete.
umultimap.h 108 /// Inserts elements from range [i1,i2) into the container.
  /frameworks/base/media/libmedia/
autodetect.cpp 856 const CharRange* range = &encodingRanges[i]; local
857 if (ch >= range->first && ch <= range->last)
859 if (ch > range->last)
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
dec_lag3.cpp 64 t0_min -- Word16 -- minimum of search range
65 t0_max -- Word16 -- maximum of search range
187 Word16 t0_min, /* i : minimum of search range */
188 Word16 t0_max, /* i : maximum of search range */
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
pitch_fr.cpp 133 Word16 delta_int_range; /* integer range around T0 */
135 Word16 delta_frc_range; /* fractional range around T0 */
635 delta_range = search range of type Word16
638 t0_min = search range minimum of type Word16
639 t0_max = search range maximum of type Word16
658 PURPOSE: Sets range around open-loop pitch or integer pitch of last subframe
661 Takes integer pitch T0 and calculates a range around it with
680 Word16 delta_range, // i : search range
683 Word16 *t0_min, // o : search range minimum
684 Word16 *t0_max) // o : search range maximu
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
isp_isf.cpp 47 int16 isf[], (i) Q15 : isf[m] normalized (range: 0.0<=val<=0.5)
48 int16 isp[], (o) Q15 : isp[m] (range: -1<=val<1)
149 int16 isf[], /* (i) Q15 : isf[m] normalized (range: 0.0<=val<=0.5) */
150 int16 isp[], /* (o) Q15 : isp[m] (range: -1<=val<1) */

Completed in 660 milliseconds

<<51525354555657585960>>