/external/webkit/WebKit/chromium/src/ |
EditorClientImpl.h | 61 virtual bool shouldBeginEditing(WebCore::Range*); 62 virtual bool shouldEndEditing(WebCore::Range*); 63 virtual bool shouldInsertNode(WebCore::Node*, WebCore::Range*, WebCore::EditorInsertAction); 64 virtual bool shouldInsertText(const WebCore::String&, WebCore::Range*, WebCore::EditorInsertAction); 65 virtual bool shouldDeleteRange(WebCore::Range*); 66 virtual bool shouldChangeSelectedRange(WebCore::Range* fromRange, 67 WebCore::Range* toRange, 70 virtual bool shouldApplyStyle(WebCore::CSSStyleDeclaration*, WebCore::Range*); 71 virtual bool shouldMoveRangeAfterDelete(WebCore::Range*, WebCore::Range*); [all...] |
/external/webkit/WebKit/haiku/WebCoreSupport/ |
EditorClientHaiku.cpp | 65 bool EditorClientHaiku::shouldDeleteRange(Range*) 123 bool EditorClientHaiku::shouldBeginEditing(WebCore::Range*) 129 bool EditorClientHaiku::shouldEndEditing(WebCore::Range*) 135 bool EditorClientHaiku::shouldInsertNode(Node*, Range*, EditorInsertAction) 141 bool EditorClientHaiku::shouldInsertText(const String&, Range*, EditorInsertAction) 147 bool EditorClientHaiku::shouldChangeSelectedRange(Range* fromRange, Range* toRange, 155 WebCore::Range*) 161 bool EditorClientHaiku::shouldMoveRangeAfterDelete(Range*, Range*) [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/ |
float.h | 69 range of normalized floating-point numbers, 88 /* Maximum integer such that 10 raised to that power is in the range of 136 0 evaluate all operations and constants just to the range and 139 to the range and precision of the double type, evaluate 140 long double operations and constants to the range and 142 2 evaluate all operations and constants to the range and 227 0 evaluate all operations and constants just to the range and 230 and _Decimal64 to the range and precision of the _Decimal64 232 range and precision of the _Decimal128 type; 233 2 evaluate all operations and constants to the range an [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/ |
float.h | 66 range of normalized floating-point numbers, 85 /* Maximum integer such that 10 raised to that power is in the range of 133 0 evaluate all operations and constants just to the range and 136 to the range and precision of the double type, evaluate 137 long double operations and constants to the range and 139 2 evaluate all operations and constants to the range and 224 0 evaluate all operations and constants just to the range and 227 and _Decimal64 to the range and precision of the _Decimal64 229 range and precision of the _Decimal128 type; 230 2 evaluate all operations and constants to the range an [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/ |
float.h | 69 range of normalized floating-point numbers, 88 /* Maximum integer such that 10 raised to that power is in the range of 136 0 evaluate all operations and constants just to the range and 139 to the range and precision of the double type, evaluate 140 long double operations and constants to the range and 142 2 evaluate all operations and constants to the range and 227 0 evaluate all operations and constants just to the range and 230 and _Decimal64 to the range and precision of the _Decimal64 232 range and precision of the _Decimal128 type; 233 2 evaluate all operations and constants to the range an [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/ |
float.h | 66 range of normalized floating-point numbers, 85 /* Maximum integer such that 10 raised to that power is in the range of 133 0 evaluate all operations and constants just to the range and 136 to the range and precision of the double type, evaluate 137 long double operations and constants to the range and 139 2 evaluate all operations and constants to the range and 224 0 evaluate all operations and constants just to the range and 227 and _Decimal64 to the range and precision of the _Decimal64 229 range and precision of the _Decimal128 type; 230 2 evaluate all operations and constants to the range an [all...] |
/prebuilt/linux-x86/toolchain/sh-4.3.3/lib/gcc/sh-linux-gnu/4.3.3/include/ |
float.h | 69 range of normalized floating-point numbers, 88 /* Maximum integer such that 10 raised to that power is in the range of 136 0 evaluate all operations and constants just to the range and 139 to the range and precision of the double type, evaluate 140 long double operations and constants to the range and 142 2 evaluate all operations and constants to the range and 227 0 evaluate all operations and constants just to the range and 230 and _Decimal64 to the range and precision of the _Decimal64 232 range and precision of the _Decimal128 type; 233 2 evaluate all operations and constants to the range an [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/ |
EncodingInfo.java | 41 * range of unicode values (<code>m_first</code> to 42 * <code>m_last</code>). It will handle a certain range of values 44 * If the unicode point is before that explicit range, that is it 45 * is in the range <code>m_first <= value < m_explFirst</code>, then it will delegate to another EncodingInfo object for The root 46 * of such a tree, m_before. Likewise for values in the range 72 * because for ASCII all chars in the range '\u0001' to '\u007F' 191 // The unicode value is before the range 204 // The unicode value is after the range 217 // The unicode value is in the range we explitly handle 238 // The unicode value is before the range [all...] |
/external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/ |
pvamrwbdecoder_basic_op_cequivalent.h | 74 range : 0xffff 8000 <= var1 <= 0x0000 7fff. 78 range : 0xffff 8000 <= var1 <= 0x0000 7fff. 85 range : 0xffff 8000 <= var_out <= 0x0000 7fff. 113 range : 0xffff 8000 <= var1 <= 0x0000 7fff. 117 range : 0xffff 8000 <= var1 <= 0x0000 7fff. 124 range : 0xffff 8000 <= var_out <= 0x0000 7fff. 152 range : 0xffff 8000 <= var1 <= 0x0000 7fff. 156 range : 0xffff 8000 <= var1 <= 0x0000 7fff. 161 range : 0xffff 8000 <= var_out <= 0x0000 7fff. 191 range : 0x8000 0000 <= L_var3 <= 0x7fff ffff [all...] |
/frameworks/base/media/libstagefright/codecs/amrwb/src/ |
pvamrwbdecoder_basic_op_cequivalent.h | 74 range : 0xffff 8000 <= var1 <= 0x0000 7fff. 78 range : 0xffff 8000 <= var1 <= 0x0000 7fff. 85 range : 0xffff 8000 <= var_out <= 0x0000 7fff. 113 range : 0xffff 8000 <= var1 <= 0x0000 7fff. 117 range : 0xffff 8000 <= var1 <= 0x0000 7fff. 124 range : 0xffff 8000 <= var_out <= 0x0000 7fff. 152 range : 0xffff 8000 <= var1 <= 0x0000 7fff. 156 range : 0xffff 8000 <= var1 <= 0x0000 7fff. 161 range : 0xffff 8000 <= var_out <= 0x0000 7fff. 191 range : 0x8000 0000 <= L_var3 <= 0x7fff ffff [all...] |
/external/icu4c/i18n/ |
regexcst.txt | 333 set-after-range: 336 '-' n set-range-dash 337 '&' n set-range-amp 387 # set-range-dash 389 # any set or range like item where the trailing single '-' should 392 set-range-dash: 397 set-range-amp: 403 # Have scanned "[literals-" Could be a range or a -- operator or a literal 407 # [ab-xy] the '-' is a range 414 default n set-after-range doSetRang [all...] |
/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
deringing_luma.cpp | 35 int thres[4], range[4], max_range_blk, max_thres_blk; local 67 range[blks] = max_blk - min_blk; 69 if (range[blks] >= max_range_blk) 71 max_range_blk = range[blks]; 87 if (range[blks]<32 && max_range_blk >= 64) 121 range[blks] = max_blk - min_blk; 123 if (range[blks] >= max_range_blk) 125 max_range_blk = range[blks]; 141 if (range[blks]<32 && max_range_blk >= 64) 179 range[blks] = max_blk - min_blk [all...] |
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
deringing_luma.cpp | 34 int thres[4], range[4], max_range_blk, max_thres_blk; local 66 range[blks] = max_blk - min_blk; 68 if (range[blks] >= max_range_blk) 70 max_range_blk = range[blks]; 86 if (range[blks]<32 && max_range_blk >= 64) 120 range[blks] = max_blk - min_blk; 122 if (range[blks] >= max_range_blk) 124 max_range_blk = range[blks]; 140 if (range[blks]<32 && max_range_blk >= 64) 178 range[blks] = max_blk - min_blk [all...] |
/external/opencore/codecs_v2/video/avc_h264/common/include/ |
avcint_common.h | 236 uint cpb_cnt_minus1; /* ue(v), range 0..31 */ 239 uint32 bit_rate_value_minus1[MAXIMUMVALUEOFcpb_cnt];/* ue(v), range 0..2^32-2 */ 240 uint32 cpb_size_value_minus1[MAXIMUMVALUEOFcpb_cnt]; /* ue(v), range 0..2^32-2 */ 269 uint chroma_sample_loc_type_top_field; /* ue(v), Fig. E-1range 0..5, default 0 */ 285 uint max_bits_per_mb_denom; /* ue(v), range 0..16, default 1 */ 286 uint log2_max_mv_length_vertical; /* ue(v), range 0..16, default 16 */ 287 uint log2_max_mv_length_horizontal; /* ue(v), range 0..16, default 16 */ 308 uint seq_parameter_set_id; /* ue(v), range 0..31 */ 309 uint log2_max_frame_num_minus4; /* ue(v), range 0..12 */ 310 uint pic_order_cnt_type; /* ue(v), range 0..2 * [all...] |
/frameworks/base/media/libstagefright/codecs/avc/common/include/ |
avcint_common.h | 233 uint cpb_cnt_minus1; /* ue(v), range 0..31 */ 236 uint32 bit_rate_value_minus1[MAXIMUMVALUEOFcpb_cnt];/* ue(v), range 0..2^32-2 */ 237 uint32 cpb_size_value_minus1[MAXIMUMVALUEOFcpb_cnt]; /* ue(v), range 0..2^32-2 */ 266 uint chroma_sample_loc_type_top_field; /* ue(v), Fig. E-1range 0..5, default 0 */ 282 uint max_bits_per_mb_denom; /* ue(v), range 0..16, default 1 */ 283 uint log2_max_mv_length_vertical; /* ue(v), range 0..16, default 16 */ 284 uint log2_max_mv_length_horizontal; /* ue(v), range 0..16, default 16 */ 305 uint seq_parameter_set_id; /* ue(v), range 0..31 */ 306 uint log2_max_frame_num_minus4; /* ue(v), range 0..12 */ 307 uint pic_order_cnt_type; /* ue(v), range 0..2 * [all...] |
/external/openssl/crypto/x509v3/ |
v3_asid.c | 86 ASN1_SIMPLE(ASIdOrRange, u.range, ASRange) 132 if ((s = i2s_ASN1_INTEGER(NULL, aor->u.range->min)) == NULL) 136 if ((s = i2s_ASN1_INTEGER(NULL, aor->u.range->max)) == NULL) 176 (a->type == ASIdOrRange_range && a->u.range != NULL && 177 a->u.range->min != NULL && a->u.range->max != NULL)); 180 (b->type == ASIdOrRange_range && b->u.range != NULL && 181 b->u.range->min != NULL && b->u.range->max != NULL)); 187 int r = ASN1_INTEGER_cmp(a->u.range->min, b->u.range->min) [all...] |
/external/webkit/WebCore/accessibility/ |
AccessibilityObject.cpp | 251 // always be a valid line range. However, startOfLine will return null for position next to a floating object, 288 // Unless the VisiblePosition is at the very end, there should always be a valid line range. However, endOfLine will 370 VisiblePositionRange AccessibilityObject::visiblePositionRangeForRange(const PlainTextRange& range) const 372 if (range.start + range.length > text().length()) 375 VisiblePosition startPosition = visiblePositionForIndex(range.start); 377 VisiblePosition endPosition = visiblePositionForIndex(range.start + range.length); 413 // If the range does not contain the start of the line, the list marker text should not be included. 445 RefPtr<Range> range = makeRange(visiblePositionRange.start, visiblePositionRange.end) local 477 RefPtr<Range> range = makeRange(visiblePositionRange.start, visiblePositionRange.end); local 709 VisiblePositionRange range = styleRangeForPosition(visiblePositionForIndex(index, false)); local [all...] |
/external/webkit/WebCore/editing/ |
TextIterator.cpp | 36 #include "Range.h" 64 // Returns number of characters appended; guaranteed to be in the range [1, length]. 171 // This function is like Range::pastLastNode, except for the fact that it can climb up out of shadow trees. 262 TextIterator::TextIterator(const Range* r, bool emitCharactersBetweenAllVisiblePositions, bool enterTextControls) 276 // get and validate the range endpoints 288 // remember range - this does not change 335 // newline. The range for the emitted newline should start where the line 353 // if the range ends at offset 0 of an element, represent the 753 // the start of the range (e.g. the range starts at the end of the previous paragraph) 907 PassRefPtr<Range> TextIterator::range() const function in class:WebCore::TextIterator 1138 PassRefPtr<Range> SimplifiedBackwardsTextIterator::range() const function in class:WebCore::SimplifiedBackwardsTextIterator 1165 PassRefPtr<Range> CharacterIterator::range() const function in class:WebCore::CharacterIterator 1273 PassRefPtr<Range> BackwardsCharacterIterator::range() const function in class:WebCore::BackwardsCharacterIterator [all...] |
/external/freetype/src/autofit/ |
afglobal.c | 108 AF_Script_UniRange range; local 115 * Scan all unicode points in the range and set the corresponding 118 for ( range = clazz->script_uni_ranges; range->first != 0; range++ ) 120 FT_ULong charcode = range->first; 137 if ( gindex == 0 || charcode > range->last )
|
/external/icu4c/common/unicode/ |
chariter.h | 144 * in the iteration range 154 * in the iteration range 164 * at or after the current position in the iteration range. 168 * at or after the current position in the iteration range. 376 * iteration range, and returns that code unit. 378 * @return the first code unit in its iteration range. 385 * iteration range, returns that code unit, and moves the position 388 * @return the first code unit in its iteration range. 395 * iteration range, and returns that code unit, 399 * @return the first code point in its iteration range [all...] |
/external/qemu/elff/ |
elf_defs.h | 106 /* Checks if given address range is fully contained within a section.
108 * rp - Beginning of the range to check.
109 * rsize - Size of the range to check.
110 * ss - Beginning of the section that should contain the checking range.
111 * ssize - Size of the section that should contain the checking range.
113 * true, if given address range is fully contained within a section, or
114 * false, if any part of the address range is not contained in the secton.
|
/external/webkit/WebKit/mac/Misc/ |
WebNSAttributedStringExtras.mm | 46 #import <WebCore/Range.h> 122 + (NSAttributedString *)_web_attributedStringFromRange:(Range*)range 128 for (TextIterator it(range); !it.atEnd(); it.advance()) { 129 RefPtr<Range> currentTextRange = it.range(); 168 [string setAttributes:attrs.get() range:NSMakeRange(stringLength, currentTextLength)];
|
/system/extras/libpagemap/ |
pm_process.c | 98 uint64_t *range; local 108 range = malloc(numpages * sizeof(uint64_t)); 109 if (!range) 115 free(range); 118 error = read(proc->pagemap_fd, (char*)range, numpages * sizeof(uint64_t)); 121 free(range); 125 *range_out = range;
|
/dalvik/dexdump/ |
OpCodeNames.c | 76 "filled-new-array/range", 165 "invoke-virtual/range", 166 "invoke-super/range", 167 "invoke-direct/range", 168 "invoke-static/range", 169 "invoke-interface/range", 302 "+execute-inline/range", 314 "+invoke-virtual-quick/range", 316 "+invoke-super-quick/range",
|
/external/astl/include/ |
algorithm | 108 // copy elements in the range [first, last) into the range [result, 114 // @require result should not be in the [first, last) range. 128 // fill the range [begin, end) with copies of value, return nothing. 129 // fill_n the range [begin, begin + n) with copies of value, return 252 // Test a range for element-wise equality using operator== 256 // @return true if all the elements of the range are equal. 275 // Test a range for element-wise equality using operator== 280 // @return true if all the elements of the range are equal.
|