/external/webkit/WebCore/dom/ |
Document.cpp | 330 // Disable Range mutation on document modifications in Tiger and Leopard Mail 1039 PassRefPtr<Range> Document::caretRangeFromPoint(int x, int y) 1069 return Range::create(this, container, offset, container, offset); 1080 return Range::create(this, rangeCompliantPosition, rangeCompliantPosition); [all...] |
/external/opencore/engines/player/include/ |
pv_player_interface.h | 458 * This function sets the begin and end positions for the new playback range or changes the end position of the 459 * current playback range. This function must be called when pvPlayer is in PVP_STATE_INITIALIZED, PVP_STATE_PREPARED, 463 * The queued playback range can be done using aQueueRange flag which is Not Supported as of now by PV-SDK. 464 * This function will overwrite any previous playback range info. The only exception is the changing of end position 465 * for the current playback range during playback. 475 * Beginning position for the new playback range 477 * Ending position for the new playback range. 479 * Input flag to tell pvPlayer to queue the new playback range (Set/true) or use the 480 * new playback range right away (Reset/false) 490 * This function retrieves the playback range information for the current or queued playback range [all...] |
/external/webkit/WebCore/accessibility/gtk/ |
AccessibilityObjectWrapperAtk.cpp | 869 PlainTextRange range = accObject->doAXRangeForLine(lineNumber); local 870 while (range.length) { 872 if (range.start + range.length < textLength) 873 range.length -= 1; 874 String lineText = accObject->doAXStringForRange(range); 877 range = accObject->doAXRangeForLine(++lineNumber); 1060 PlainTextRange range = core(text)->doAXRangeForPosition(pos); local 1137 VisiblePositionRange range = VisiblePositionRange(startPosition, endPosition); local 1775 RefPtr<Range> range = rangeOfContents(node); local [all...] |
/external/icu4c/common/ |
uset.cpp | 540 // /* check the last range limit first for more efficient appending */ 546 // /* do not check the last range limit again in the loop below */ 571 // /* c is just before the following range, extend that in-place by one */ 576 // /* the previous range collapsed, remove it */ 585 // /* c is just after the previous range, extend that in-place by one */ 589 // /* the following range collapsed, remove it */ 597 // /* extend the previous range (had limit 0x10ffff) to the end of Unicode */ 602 // /* insert one range limit c */ 605 // /* insert two range limits c, c+1 */ 609 // /* insert <more> range limits * [all...] |
uvector.cpp | 145 /* else index out of range */ 157 /* else index out of range */ 169 /* else index out of range */ 182 /* else index out of range */ 405 * index is out of range or if there is no item at the given index 417 /* else index out of range */
|
/external/opencore/codecs_v2/audio/aac/dec/src/ |
get_tns.cpp | 38 from having a range of [3,4] to having a range of [0,1], which corresponds 131 that coef_res has range of [0,1] (PV code) instead of [3,4] (ISO code) 432 * if coef_res = 0, the coefficients have a range of 436 * if coef_res = 1, the coefficients have a range of 494 * For coef_res = 0, this limits the range of 500 * a range of... 507 * res has a range of [1,2] 508 * compress has a range of [0,1] 509 * So (res - compress) has range [0,2] [all...] |
/external/opencore/protocols/sdp/parser/src/ |
sdp_parsing_utils.cpp | 152 StrPtrLen range("range:"); 245 eptr = sptr; //get length of range digit 273 if (!oscl_strncmp(sptr, range.c_str(), range.length())) 275 eptr = sptr + range.length(); 276 for (; *eptr != ';' && eptr != end_ptr ; eptr++); // get length of range. 278 if (!parseRtspRange((sptr + range.length()), (eptr - sptr - range.length()), 279 qoeMetrics.range)) [all...] |
/external/webkit/WebKit/mac/WebCoreSupport/ |
WebViewFactory.mm | 480 - (WebCoreTextMarker *)startOfTextMarkerRange:(WebCoreTextMarkerRange *)range 482 ASSERT(range != nil); 483 ASSERT(CFGetTypeID(range) == WKGetAXTextMarkerRangeTypeID()); 484 return WebCFAutorelease(WKCopyAXTextMarkerRangeStart(range)); 487 - (WebCoreTextMarker *)endOfTextMarkerRange:(WebCoreTextMarkerRange *)range 489 ASSERT(range != nil); 490 ASSERT(CFGetTypeID(range) == WKGetAXTextMarkerRangeTypeID()); 491 return WebCFAutorelease(WKCopyAXTextMarkerRangeEnd(range)); 802 return UI_STRING("range underflow", "Validation message for input form controls with value lower than allowed minimum"); 807 return UI_STRING("range overflow", "Validation message for input form controls with value higher than allowed maximum") [all...] |
/frameworks/base/media/libstagefright/codecs/aacdec/ |
get_tns.cpp | 38 from having a range of [3,4] to having a range of [0,1], which corresponds 131 that coef_res has range of [0,1] (PV code) instead of [3,4] (ISO code) 432 * if coef_res = 0, the coefficients have a range of 436 * if coef_res = 1, the coefficients have a range of 494 * For coef_res = 0, this limits the range of 500 * a range of... 507 * res has a range of [1,2] 508 * compress has a range of [0,1] 509 * So (res - compress) has range [0,2] [all...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/ |
xf86str.h | 94 MODE_HSYNC, /* hsync out of range */ 95 MODE_VSYNC, /* vsync out of range */ 111 MODE_BAD_HVALUE, /* horizontal timing was out of range */ 112 MODE_BAD_VVALUE, /* vertical timing was out of range */ 113 MODE_BAD_VSCAN, /* VScan value out of range */ 192 typedef struct { float hi, lo; } range; typedef in typeref:struct:__anon12867 198 /* The permitted gamma range is 1 / GAMMA_MAX <= g <= GAMMA_MAX */ 208 range hsync[MAX_HSYNC]; 210 range vrefresh[MAX_VREFRESH]; 712 #define RANGE(r,u,v,t) { [all...] |
/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
motion_est.cpp | 81 Int *imin, Int *jmin, Int ilow, Int ihigh, Int jlow, Int jhigh, Int range); 785 Int range = encParams->SearchRange; local 798 Int step, max_step = range >> 1; 805 /* find limit of the search (adjusting search range)*/ 809 ilow = i0 - range; 812 ihigh = i0 + range - 1; 815 jlow = j0 - range; 818 jhigh = j0 + range - 1; 824 ilow = i0 - range; 827 ihigh = i0 + range - 1 1182 Int range = video->encParams->SearchRange; local [all...] |
/external/webkit/WebCore/editing/ |
CompositeEditCommand.cpp | 49 #include "Range.h" 299 RefPtr<Range> startRange = Range::create(document(), Position(document()->documentElement(), 0), endingSelection().start()); 317 RefPtr<Range> selectedRange = TextIterator::rangeFromLocationAndLength(document()->documentElement(), startIndex, length); 929 RefPtr<Range> range = Range::create(document(), startRangeCompliant.node(), startRangeCompliant.deprecatedEditingOffset(), endRangeCompliant.node(), endRangeCompliant.deprecatedEditingOffset()); member in namespace:WebCore [all...] |
EditorCommand.cpp | 216 RefPtr<Range> newRange = selection.toNormalizedRange(); 222 RefPtr<Range> oldRange = frame->selection()->selection().toNormalizedRange(); 266 static RefPtr<Range> unionDOMRanges(Range* a, Range* b) 269 Range* start = a->compareBoundaryPoints(Range::START_TO_START, b, ec) <= 0 ? a : b; 271 Range* end = a->compareBoundaryPoints(Range::END_TO_END, b, ec) <= 0 ? b : a; 274 return Range::create(a->startContainer(ec)->ownerDocument(), start->startContainer(ec), start->startOffset(ec), (…) [all...] |
/cts/tools/dasm/test/ |
all_opcodes.d | 53 filled-new-array/range {v3..v7}, D 142 invoke-virtual/range {v1..v4}, java/lang/Math/sqrt(D)D 143 invoke-super/range {v1..v4}, java/lang/Math/sqrt(D)D 144 invoke-direct/range {v1..v4}, java/lang/Math/sqrt(D)D 145 invoke-static/range {v1..v4}, java/lang/Math/sqrt(D)D 146 ;invoke-interface/range {v1..v4}, java/lang/Math/sqrt(D)D
|
/dalvik/dx/etc/ |
bytecode.txt | 60 25 3rc n filled-new-array/range 139 74 3rc n invoke-virtual/range 140 75 3rc n invoke-super/range 141 76 3rc n invoke-direct/range 142 77 3rc n invoke-static/range 143 78 3rc n invoke-interface/range
|
/dalvik/libcore/luni/src/main/java/java/net/ |
SocketPermission.java | 52 * single digit to the name (eg. {@code .company.com:7000}). A range of port 63 * www.company.com} on ports in the range {@code 7000} to {@code 65535}. 101 // the port range; 113 * implies {@code localhost}. The port or port range is optional. 269 // only check the port range if the action string of the current object 311 // The port range should be 0-65535
|
Inet4Address.java | 181 * valid range for IPv4 link-local addresses is: 224.0.0.0 to 239.0.0.255 194 * valid range for IPv4 site-local addresses is: 239.255.0.0 to 207 * not. The valid range for IPv4 organization-local addresses is:
|
/dalvik/libcore/text/src/main/java/java/text/ |
ChoiceFormat.java | 28 * messages. {@code ChoiceFormat} enables users to attach a format to a range of 93 * limits}. The lower bound of the associated range is at the 225 * Appends the string associated with the range in which the specified 249 * Appends the string associated with the range in which the specified long 345 * corresponding range in the limits array is returned. If the string is 423 * limits}. The lower bound of the associated range is at the
|
/external/bison/lib/ |
obstack.c | 167 Use the values for range checking, because if range checking is off, 168 the extra bytes won't be missed terribly, but if range checking is on 214 Use the values for range checking, because if range checking is off, 215 the extra bytes won't be missed terribly, but if range checking is on
|
/external/guava/src/com/google/common/base/ |
Preconditions.java | 43 * placeholder in these messages, not the full range of {@link 262 * list or string of size {@code size}. An element index may range from zero, 279 * list or string of size {@code size}. An element index may range from zero, 311 * list or string of size {@code size}. A position index may range from zero 328 * list or string of size {@code size}. A position index may range from zero 362 * position index may range from zero to {@code size}, inclusive.
|
/external/icu4c/common/unicode/ |
ubrk.h | 118 * getRuleStatus(). A range of values is defined for each category of 120 * Applications should check for tag values falling within the range, rather 151 * A range of values is defined for each category of 153 * Applications should check for tag values falling within the range, rather 173 * A range of values is defined for each category of 175 * Applications should check for tag values falling within the range, rather
|
/external/icu4c/i18n/ |
regexcst.h | 268 , {doSetEnd, 93 /* ] */, 255,0, TRUE} // 136 set-after-range 287 , {doSetDifference2, 45 /* - */, 143,0, TRUE} // 155 set-range-dash 289 , {doSetIntersection2, 38 /* & */, 143,0, TRUE} // 157 set-range-amp 453 "set-after-range", 472 "set-range-dash", 474 "set-range-amp",
|
/external/stlport/test/unit/ |
hash_test.cpp | 209 pair<hashType::iterator,hashType::iterator> range = h.equal_range( i->first ); local 210 for ( hashType::iterator j = range.first; j != range.second; ++j ) { 230 pair<hashType::iterator,hashType::iterator> range = h.equal_range(mIter->first); 232 for (hashType::iterator h = range.first; h != range.second; h++) {
|
/external/webkit/JavaScriptCore/yarr/ |
RegexParser.h | 102 * method may be indicating a character range, but a hyphen parsed by 135 * interpret a hyphen as indicating a character range. 140 // hyphen from begin interpreted as indicating a range. 294 // To match Firefox, we parse an invalid backreference in the range [1-7] as an octal escape. 664 "range out of order in character class", 825 * calls to ...Atom(), ...Range(), and ...BuiltIn(), followed by a call to ...End().
|
/external/zlib/contrib/ada/ |
zlib.ads | 39 type Compression_Level is new Integer range -1 .. 9; 45 type Window_Bits_Type is new Integer range 8 .. 15; 47 type Memory_Level_Type is new Integer range 1 .. 9; 294 type Flush_Mode is new Integer range 0 .. 5; 296 type Compression_Method is new Integer range 8 .. 8; 298 type Strategy_Type is new Integer range 0 .. 3;
|