Searched
full:range (Results
1101 -
1125 of
3739) sorted by null
<<41424344454647484950>>
/external/webkit/WebCore/platform/haiku/ |
ClipboardHaiku.cpp | 185 void ClipboardHaiku::writeRange(Range*, Frame*)
|
/external/webkit/WebCore/platform/mac/ |
ClipboardMac.mm | 364 void ClipboardMac::writeRange(Range* range, Frame* frame) 366 ASSERT(range); 368 Pasteboard::writeSelection(m_pasteboard.get(), range, frame->editor()->smartInsertDeleteEnabled() && frame->selectionGranularity() == WordGranularity, frame);
|
/external/webkit/WebCore/platform/wx/ |
ClipboardWx.cpp | 125 void ClipboardWx::writeRange(Range*, Frame*)
|
/external/webkit/WebCore/wml/ |
WMLElement.cpp | 79 // Clamp tabindex to the range of 'short' to match Firefox's behavior.
|
/external/webkit/WebKit/android/ |
RenderSkinButton.cpp | 93 // Ensure that the state is within the valid range of our array.
|
/external/webkit/WebKit/chromium/public/ |
WebInputElement.h | 71 Range,
|
WebStorageArea.h | 59 // provided is out of range.
|
/external/webkit/WebKit/chromium/src/ |
WebPopupMenuImpl.h | 50 class Range;
|
/external/webkit/WebKitTools/Scripts/ |
check-webkit-style | 80 # FIXME: If the range is a "...", the code should find the common ancestor and
|
/external/webkit/WebKitTools/mangleme/ |
tags.h | 57 { "RANGE", "FROM", "UNTIL", "onLoad", "STYLE", 0 },
|
/frameworks/base/awt/java/awt/ |
Adjustable.java | 28 * within a bounded range of values, such as the current location in scrollable
|
FontMetrics.java | 317 // awt.13B=offset off is out of range 322 // awt.13C=number of elemets len is out of range 349 // awt.13B=offset off is out of range 354 // awt.13C=number of elemets len is out of range
|
/frameworks/base/common/java/com/android/common/ |
GoogleLogTags.logtags | 24 # These event log tags must be assigned specific numbers (no "?") in the range
|
/frameworks/base/common/tools/ |
make-iana-tld-pattern.py | 116 for letter in range(ord('b'), ord('z')):
|
/frameworks/base/core/java/android/bluetooth/ |
AtCommandHandler.java | 84 * used to request an indication of the range of legal values that "FOO"
|
BluetoothInputStream.java | 49 * range from 0 to 255. Returns -1 if the end of the stream has been
|
/frameworks/base/core/java/android/hardware/ |
Sensor.java | 124 * @return maximum range of the sensor in the sensor's unit.
|
/frameworks/base/core/java/android/os/ |
INetworkManagementService.aidl | 80 * Start tethering services with the specified dhcp server range
|
/frameworks/base/core/java/android/widget/ |
SeekBar.java | 49 * @param progress The current progress level. This will be in the range 0..max where max
|
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/ |
unumeric.h | 38 /// Assigns range [value, value + (last - first)) to [first, last)
|
uset.h | 74 /// Inserts the contents of range [i1,i2)
|
ustring.cpp | 163 /// the 0 through length() range. 231 /// in the 0..length() range. 241 /// Replaces range [\p start, \p start + \p len] with string \p s. 249 /// Replaces range [\p start, \p start + \p len] with \p count instances of string \p s.
|
/frameworks/base/media/libstagefright/codecs/amrnb/common/include/ |
lsp_lsf.h | 101 Word16 lsf[], /* (i) : lsf[m] normalized (range: 0.0<=val<=0.5) */ 102 Word16 lsp[], /* (o) : lsp[m] (range: -1<=val<1) */ 107 Word16 lsp[], /* (i) : lsp[m] (range: -1<=val<1) */ 108 Word16 lsf[], /* (o) : lsf[m] normalized (range: 0.0<=val<=0.5) */
|
/frameworks/base/media/libstagefright/codecs/amrnb/common/src/ |
log2.cpp | 94 valid range is: 0 <= value <= 30 96 whose valid range is: 0 <= value < 1 165 Word16 *pExponent, /* (o) : Integer part of Log2. (range: 0<=val<=30)*/ 166 Word16 *pFraction, /* (o) : Fractional part of Log2. (range: 0<=val<1) */
|
/frameworks/base/services/java/com/android/server/ |
TwilightCalculator.java | 98 // range.
|
Completed in 300 milliseconds
<<41424344454647484950>>