/external/quake/src/com/android/quake/ |
DownloaderActivity.java | 837 String range = "bytes=" + startOffset + "-"; local 839 range += expectedLength-1; 841 Log.i(LOG_TAG, "requesting byte range " + range); 842 mHttpGet.addHeader("Range", range); 852 Log.i(LOG_TAG, "Byte range request ignored"); [all...] |
/external/webkit/JavaScriptCore/icu/unicode/ |
uiter.h | 90 * iteration range. 113 * iteration range, or relative to the current position itself. 327 * to see if the iterator already reached the end of the iteration range. 383 * start or limit index of the iteration range. 392 * iteration range, or relative to the current position itself. 575 * within the range 0..length. 685 * within the range 0..length=rep->length().
|
/external/webkit/JavaScriptGlue/icu/unicode/ |
uiter.h | 90 * iteration range. 113 * iteration range, or relative to the current position itself. 327 * to see if the iterator already reached the end of the iteration range. 383 * start or limit index of the iteration range. 392 * iteration range, or relative to the current position itself. 575 * within the range 0..length. 685 * within the range 0..length=rep->length().
|
/external/webkit/WebCore/bindings/objc/ |
DOM.mm | 387 RefPtr<Range> range = Range::create(core(self)->document()); 389 range->selectNodeContents(core(self), ec); 391 range->textRects(rects); 400 // FIXME: The call to updateLayoutIgnorePendingStylesheets should be moved into WebCore::Range. 407 // FIXME: The call to updateLayoutIgnorePendingStylesheets should be moved into WebCore::Range.
|
/external/webkit/WebCore/editing/ |
VisiblePosition.cpp | 36 #include "Range.h" 601 PassRefPtr<Range> makeRange(const VisiblePosition &start, const VisiblePosition &end) 608 return Range::create(s.node()->document(), s.node(), s.deprecatedEditingOffset(), e.node(), e.deprecatedEditingOffset()); 611 VisiblePosition startVisiblePosition(const Range *r, EAffinity affinity) 617 VisiblePosition endVisiblePosition(const Range *r, EAffinity affinity) 623 bool setStart(Range *r, const VisiblePosition &visiblePosition) 633 bool setEnd(Range *r, const VisiblePosition &visiblePosition)
|
DeleteSelectionCommand.cpp | 202 // Only apply this rule if the endingSelection is a range selection. If it is a caret, then other operations have created 372 // FIXME: Update the endpoints of the range being deleted. 392 // FIXME: Update the endpoints of the range being deleted. 607 RefPtr<Range> range = Range::create(document(), rangeCompliantEquivalent(startOfParagraphToMove.deepEquivalent()), rangeCompliantEquivalent(endOfParagraphToMove.deepEquivalent())); local 608 RefPtr<Range> rangeToBeReplaced = Range::create(document(), rangeCompliantEquivalent(mergeDestination.deepEquivalent()), rangeCompliantEquivalent(mergeDestination.deepEquivalent())); 609 if (!document()->frame()->editor()->client()->shouldMoveRangeAfterDelete(range.get(), rangeToBeReplaced.get())) [all...] |
/external/webkit/WebCore/icu/unicode/ |
uiter.h | 90 * iteration range. 113 * iteration range, or relative to the current position itself. 327 * to see if the iterator already reached the end of the iteration range. 383 * start or limit index of the iteration range. 392 * iteration range, or relative to the current position itself. 575 * within the range 0..length. 685 * within the range 0..length=rep->length().
|
/external/webkit/WebCore/loader/archive/cf/ |
LegacyWebArchive.cpp | 47 #include "Range.h" 457 PassRefPtr<LegacyWebArchive> LegacyWebArchive::create(Range* range) 459 if (!range) 462 Node* startContainer = range->startContainer(); 477 String markupString = frame->documentTypeString() + createMarkup(range, &nodeList, AnnotateForInterchange); 565 RefPtr<Range> selectionRange = frame->selection()->toNormalizedRange();
|
/external/webkit/WebCore/platform/text/mac/ |
ShapeArabic.c | 260 * LamAlef location in the 0x06xx Range, this is an 347 *Function : Converts an Arabic Unicode buffer in 06xx Range into a shaped 348 * arabic Unicode buffer in FExx Range 364 * Converts the input buffer from FExx Range into 06xx Range 365 * to make sure that all characters are in the 06xx range 367 * the 06xx range
|
/external/webkit/WebKit/mac/icu/unicode/ |
uiter.h | 90 * iteration range. 113 * iteration range, or relative to the current position itself. 327 * to see if the iterator already reached the end of the iteration range. 383 * start or limit index of the iteration range. 392 * iteration range, or relative to the current position itself. 575 * within the range 0..length. 685 * within the range 0..length=rep->length().
|
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/ |
enc_lag6.cpp | 99 T0_min -- Word16 -- minimum of search range 122 The pitch range is divided as follows: 127 For the range with fractions: 130 and for the integer only range 136 and the search range is relative to the lag in previous subframe. 138 t_min=t0-5 and t_max=t0+4 and the range is given by 189 Word16 T0_min, /* i : minimum of search range */
|
/external/dnsmasq/ |
dnsmasq.conf.example | 128 # Same idea, but range rather then subnet 132 # to supply the range of addresses available for lease and optionally 136 #dhcp-range=192.168.0.50,192.168.0.150,12h 138 # This is an example of a DHCP range where the netmask is given. This 142 #dhcp-range=192.168.0.50,192.168.0.150,255.255.255.0,12h 144 # This is an example of a DHCP range with a network-id, so that 146 #dhcp-range=red,192.168.0.50,192.168.0.150 150 # IP addresses DO NOT have to be in the range given above, they just 278 # (see dhcp-range for the declaration of the "red" network)
|
/external/webkit/WebCore/dom/ |
Document.h | 96 class Range; 295 PassRefPtr<Range> caretRangeFromPoint(int x, int y); 455 PassRefPtr<Range> createRange(); 608 void attachRange(Range*); 609 void detachRange(Range*); 761 void addMarker(Range*, DocumentMarker::MarkerType, String description = String()); 764 void removeMarkers(Range*, DocumentMarker::MarkerType = DocumentMarker::AllMarkers); 772 void setMarkersActive(Range*, bool); [all...] |
/frameworks/base/services/java/com/android/server/ |
InputDevice.java | 39 * The vertical range of the screen divided by this is our epsilon value. 253 final int jumpyEpsilon = dev.absY.range / JUMPY_EPSILON_DIVISOR; 1001 int range; field in class:InputDevice.AbsoluteInfo [all...] |
/external/apache-http/src/org/apache/http/impl/entity/ |
StrictContentLengthStrategy.java | 85 * presence in a request of a Range header with ultiple byte- range specifiers from a 1.1 89 * A range header might be forwarded by a 1.0 proxy that does not
|
/external/blktrace/btt/ |
args.c | 53 .name = "range-delta", 211 "[ -d <seconds> | --range-delta=<seconds> ]\n" \ 403 rngs_ofp = std_open(output_name, "dat", "range data");
|
/external/easymock/src/org/easymock/internal/ |
RecordState.java | 216 public void times(Range range) {
221 : Result.createReturnResult(null), range);
|
/external/icu4c/common/ |
dictbe.cpp | 275 // If we're already at the end of the range, we're done 288 // If we're already at the end of the range, we're done 416 // Don't return a break for the end of the dictionary range if there is one there.
|
util.h | 97 * given a range defined as [start, limit), the call 102 * @param pos either the start or limit of a range of 'text', to skip 104 * @param stop either the limit or start of a range of 'text', to skip
|
/external/icu4c/tools/tzcode/ |
tzselect.ksh | 100 echo >&2 'Please enter a number in range.';; 168 '') echo >&2 'Please enter a number in range.';; 207 '') echo >&2 'Please enter a number in range.';;
|
/external/opencore/extern_libs_v2/khronos/openmax/include/ |
OMX_Image.h | 226 * Interest is only in number of steps over this range. 249 * nQFactor : JPEG Q factor value in the range of 1-100. A factor of 1 288 * the range 0-255 and stored in linear order
|
/external/opencore/oscl/oscl/osclbase/src/ |
oscl_vector.h | 155 * Erases elements in range [first, last). 207 //destroy a range of T* 422 * Erases elements in range [first, last).
|
/external/opencore/oscl/oscl/osclutil/src/ |
oscl_string.h | 138 If the index is outside the current size range then the 145 If the index is outside the current size range then the 159 If the index is outside the current size range then the
|
/external/qemu/distrib/sdl-1.2.12/src/main/macosx/ |
SDLMain.m | 327 [self getCharacters:buffer range:localRange]; 332 [aString getCharacters:(buffer+aRange.location) range:localRange]; 337 [self getCharacters:(buffer+aRange.location+aStringLen) range:localRange];
|
/external/quake/quake/src/WinQuake/kit/ |
JOYSTICK.TXT | 32 You can set the sensitivity settings to negative numbers. This inverts the direction of movement for the control. The default sensitivity settings are 1 (or -1). There is no limit on the range; whatever feels good.
39 The threshold settings allow you to control your dead-zone (or no-movement zone). The default threshold settings are .15 (meaning 15% of the full-range). The range of the threshold settings is from 0 to 1. Troublesome analog joysticks may need a larger number (like .2). Premium joysticks can use a smaller number (like .1).
|