Searched refs:range (Results 151 - 175 of 1783) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/web/
H A DFindInPageCoordinates.cpp129 FloatRect findInPageRectFromRange(Range* range) argument
131 if (!range || !range->firstNode())
134 return findInPageRectFromAbsoluteRect(RenderObject::absoluteBoundingBoxRectForRange(range), range->firstNode()->renderer());
/external/chromium_org/ui/views/controls/
H A Dstyled_label.cc89 return range.start() < other.range.start();
118 void StyledLabel::AddStyleRange(const gfx::Range& range, argument
120 DCHECK(!range.is_reversed());
121 DCHECK(!range.is_empty());
122 DCHECK(gfx::Range(0, text_.size()).Contains(range));
124 // Insert the new range in sorted order.
126 new_range.push_front(StyleRange(range, style_info));
154 if (i->style_info.is_link && !i->range.is_empty()) {
223 gfx::Range range(gf
[all...]
H A Dstyled_label.h15 #include "ui/gfx/range/range.h"
32 // Parameters that define label style for a styled label's text range.
37 // Creates a range style info with default values for link.
40 // The font style that will be applied to the range. Should be a bitmask of
44 // The text color for the range.
47 // Tooltip for the range.
50 // If set, the whole range will be put on a single line.
53 // If set, the range will be created as a link.
68 // Marks the given range withi
104 StyleRange(const gfx::Range& range, const RangeStyleInfo& style_info) argument
113 gfx::Range range; member in struct:views::StyledLabel::StyleRange
[all...]
H A Dprefix_selector.cc9 #include "ui/gfx/range/range.h"
94 bool PrefixSelector::GetTextRange(gfx::Range* range) const {
95 *range = gfx::Range();
99 bool PrefixSelector::GetCompositionTextRange(gfx::Range* range) const {
100 *range = gfx::Range();
104 bool PrefixSelector::GetSelectionRange(gfx::Range* range) const {
105 *range = gfx::Range();
109 bool PrefixSelector::SetSelectionRange(const gfx::Range& range) { argument
113 bool PrefixSelector::DeleteRange(const gfx::Range& range) { argument
117 GetTextFromRange(const gfx::Range& range, base::string16* text) const argument
[all...]
H A Dprefix_selector.h42 virtual bool GetTextRange(gfx::Range* range) const OVERRIDE;
43 virtual bool GetCompositionTextRange(gfx::Range* range) const OVERRIDE;
44 virtual bool GetSelectionRange(gfx::Range* range) const OVERRIDE;
45 virtual bool SetSelectionRange(const gfx::Range& range) OVERRIDE;
46 virtual bool DeleteRange(const gfx::Range& range) OVERRIDE;
47 virtual bool GetTextFromRange(const gfx::Range& range,
/external/iptables/extensions/
H A Dlibip6t_NETMAP.c39 struct nf_nat_range *range = cb->data; local
43 range->flags |= NF_NAT_RANGE_MAP_IPS;
45 range->min_addr.ip6[i] = cb->val.haddr.ip6[i] &
47 range->max_addr.ip6[i] = range->min_addr.ip6[i] |
H A Dlibxt_iprange.c31 "[!] --src-range ip[-ip] Match source IP in the specified range\n"
32 "[!] --dst-range ip[-ip] Match destination IP in the specified range\n");
36 {.name = "src-range", .id = O_SRC_RANGE, .type = XTTYPE_STRING,
38 {.name = "dst-range", .id = O_DST_RANGE, .type = XTTYPE_STRING,
44 iprange_parse_spec(const char *from, const char *to, union nf_inet_addr *range, argument
52 memset(range, 0, sizeof(union nf_inet_addr) * 2);
60 range[i].in6 = *ia6;
68 range[
73 iprange_parse_range(const char *oarg, union nf_inet_addr *range, uint8_t family, const char *optname) argument
99 union nf_inet_addr range[2]; local
163 print_iprange(const struct ipt_iprange *range) argument
[all...]
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugArangeSet.cpp72 // The current range ends at or exceeds the start of the next address range.
82 // Discontiguous address range, just proceed to the next one.
96 // Add a range descriptor and keep things sorted so we can easily
100 DWARFDebugArangeSet::AddDescriptor(const DWARFDebugArangeSet::Descriptor& range) argument
104 m_arange_descriptors.push_back(range);
109 DescriptorIter pos = lower_bound(m_arange_descriptors.begin(), end, range, DescriptorLessThan);
110 const dw_addr_t range_end_addr = range.end_address();
114 if (range.address < pos->address)
119 m_arange_descriptors.insert(pos, range);
[all...]
/external/chromium_org/v8/src/
H A Dlithium-allocator.cc188 // We cannot spill a live range that has a use requiring a register
284 ? after // Only interval in the range after split.
285 : last_interval_; // Last interval of the original range.
317 // to the use that no longer belongs to this live range.
321 // Link the new live range in the chain before any of the other
322 // ranges linked from the range before the split.
355 LAllocator::TraceAlloc("Shorten live range %d to [%d\n", id_, start.Value());
366 LAllocator::TraceAlloc("Ensure live range %d in interval [%d %d[\n",
391 LAllocator::TraceAlloc("Add to live range %d interval [%d %d[\n",
422 LAllocator::TraceAlloc("Add to live range
581 LiveRange* range = LiveRangeFor(operand_index); local
696 LiveRange* range = LiveRangeFor(operand); local
718 LiveRange* range = LiveRangeFor(operand); local
785 LiveRange* range = LiveRangeFor(first_output->virtual_register()); local
946 LiveRange* range = FixedLiveRangeFor(i); local
958 LiveRange* range = FixedDoubleLiveRangeFor(i); local
1116 ResolveControlFlow(LiveRange* range, HBasicBlock* block, HBasicBlock* pred) argument
1323 LiveRange* range = LiveRangeFor(operand_index); local
1350 LiveRange* range = LiveRangeFor(operand_index); local
1390 LiveRange* range = live_ranges()->at(range_idx); local
1634 AddToActive(LiveRange* range) argument
1640 AddToInactive(LiveRange* range) argument
1646 AddToUnhandledSorted(LiveRange* range) argument
1665 AddToUnhandledUnsorted(LiveRange* range) argument
1702 FreeSpillSlot(LiveRange* range) argument
1715 TryReuseSpillSlot(LiveRange* range) argument
1727 ActiveToHandled(LiveRange* range) argument
1735 ActiveToInactive(LiveRange* range) argument
1743 InactiveToHandled(LiveRange* range) argument
1751 InactiveToActive(LiveRange* range) argument
1862 LiveRange* range = active_live_ranges_[i]; local
1879 LiveRange* range = inactive_live_ranges_.at(i); local
1932 FindOptimalSpillingPos(LiveRange* range, LifetimePosition pos) argument
1970 LiveRange* range = active_live_ranges_[i]; local
1994 LiveRange* range = inactive_live_ranges_[i]; local
2021 SplitRangeAt(LiveRange* range, LifetimePosition pos) argument
2040 SplitBetween(LiveRange* range, LifetimePosition start, LifetimePosition end) argument
2089 SpillAfter(LiveRange* range, LifetimePosition pos) argument
2096 SpillBetween(LiveRange* range, LifetimePosition start, LifetimePosition end) argument
2103 SpillBetweenUntil(LiveRange* range, LifetimePosition start, LifetimePosition until, LifetimePosition end) argument
2133 Spill(LiveRange* range) argument
[all...]
/external/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp372 AddressRange range; local
385 range = pc_line_entry.range;
404 range.GetBaseAddress() = symbol->GetAddress();
405 range.SetByteSize(symbol->GetByteSize());
409 // Did the "m_options.frame_line" find a valid range already? If so
411 if (range.GetByteSize() == 0)
421 range.GetBaseAddress() = frame->GetFrameCodeAddress();
430 range.GetBaseAddress().SetOffset (m_options.start_addr);
431 if (range
[all...]
/external/chromium_org/content/renderer/
H A Dtext_input_client_observer.cc70 void TextInputClientObserver::OnFirstRectForCharacterRange(gfx::Range range) { argument
81 frame->firstRectForCharacterRange(range.start(), range.length(),
89 void TextInputClientObserver::OnStringForRange(gfx::Range range) { argument
95 frame, range.start(), range.length());
/external/chromium_org/media/base/
H A Dtext_ranges.cc26 // There is no active time range, so this is the first AddCue()
42 Range& range = itr->second; local
44 if (start_time > range.last_time()) {
49 range.ResetCount(start_time);
68 // We have walked off the current range, and onto the next one.
69 // There is now no ambiguity about where the current time range
77 // Either |curr_range| is the last range in the map, or there is a
78 // next range beyond |curr_range|, but its start time is ahead of
81 // time matches the start time of the next range, in which case we
93 Range range; local
[all...]
/external/chromium_org/ppapi/cpp/dev/
H A Dime_input_event_dev.cc117 std::pair<uint32_t, uint32_t> range(0, 0);
120 &range.first,
121 &range.second);
124 &range.first,
125 &range.second);
127 return range;
/external/lldb/include/lldb/Symbol/
H A DBlock.h29 /// address range, and Block objects contain one or more ranges
30 /// which are offsets into that range. Blocks are can have discontiguous
31 /// ranges within the BlockList adress range, and each block can
91 /// Add a new offset range to this block.
94 /// An offset into this Function's address range that
95 /// describes the start address of a range for this block.
98 /// An offset into this Function's address range that
99 /// describes the end address of a range for this block.
102 AddRange (const Range& range);
131 /// An offset into the Function's address range
[all...]
/external/chromium_org/ui/gfx/
H A Dbreak_list.h13 #include "ui/gfx/range/range.h"
20 // Each break stores the start position and value of its associated range.
24 // The value of the terminal break applies to the range [break.first, max_).
25 // The value of other breaks apply to the range [break.first, (break+1).first).
42 // Adjust the breaks to apply |value| over the supplied |range|.
43 void ApplyValue(T value, const Range& range);
53 // Get the range of the supplied break; returns the break's start position and
86 void BreakList<T>::ApplyValue(T value, const Range& range) { argument
87 if (!range
[all...]
/external/clang/include/clang/Rewrite/Core/
H A DRewriter.h86 /// ReplaceText - This method replaces a range of characters in the input
133 /// \brief Given a source range, true to include previous inserts at the
134 /// beginning of the range as part of the range itself (true by default).
136 /// \brief Given a source range, true to include previous inserts at the
137 /// end of the range as part of the range itself (true by default).
169 /// getRangeSize - Return the size in bytes of the specified range if they
177 /// range. If the start or end of the range wa
220 RemoveText(CharSourceRange range, RewriteOptions opts = RewriteOptions()) argument
226 RemoveText(SourceRange range, RewriteOptions opts = RewriteOptions()) argument
239 ReplaceText(SourceRange range, StringRef NewStr) argument
258 IncreaseIndentation(SourceRange range, SourceLocation parentIndent) argument
[all...]
/external/bison/examples/calc++/
H A Dstack.hh111 slice (const S& stack, unsigned int range) argument
113 , range_ (range)
/external/chromium_org/net/quic/
H A Dport_suggester.cc36 int range = max - min + 1; local
37 // Ports (and hence the extent of the |range|) are generally under 2^16, so
40 previous_suggestion_ = static_cast<int>(seed_ % range) + min;
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DInputMethodControllerTest.cpp102 RefPtrWillBeRawPtr<Range> range = controller().compositionRange(); local
103 EXPECT_EQ(0, range->startOffset());
104 EXPECT_EQ(5, range->endOffset());
106 PlainTextRange plainTextRange(PlainTextRange::create(*div, *range.get()));
122 RefPtrWillBeRawPtr<Range> range = controller().compositionRange(); local
123 EXPECT_EQ(1, range->startOffset());
124 EXPECT_EQ(6, range->endOffset());
126 PlainTextRange plainTextRange(PlainTextRange::create(*div, *range.get()));
/external/chromium_org/third_party/icu/source/samples/layout/
H A Dcmaps.cpp181 le_int32 range = 0; local
184 range = fRangeOffset;
190 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
191 range += probe;
195 if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= unicode32) {
196 return (LEGlyphID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].startCharCode));
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dacm_random.h49 int PseudoUniform(int range) { argument
50 return random_.Generate(range);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_draw_elements.c111 SVGA3dPrimitiveRange range; local
143 range.primType = hw_prim;
144 range.primitiveCount = hw_count;
145 range.indexArray.offset = index_offset;
146 range.indexArray.stride = index_size;
147 range.indexWidth = index_size;
148 range.indexBias = index_bias;
150 ret = svga_hwtnl_prim( hwtnl, &range, min_index, max_index, index_buffer );
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dcb_mem_energy_calc.c26 int16_t range, /* (i) number of iterations */
44 for(j=0;j<range-1;j++) {
24 WebRtcIlbcfix_CbMemEnergyCalc( int32_t energy, int16_t range, int16_t *ppi, int16_t *ppo, int16_t *energyW16, int16_t *energyShifts, int16_t scale, int16_t base_size ) argument
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-1199401.js35 var range = ranges[i];
36 var min_smi = range.min;
37 var max_smi = range.max;
38 var bits = range.bits;
/external/icu/icu4c/source/samples/layout/
H A Dcmaps.cpp181 le_int32 range = 0; local
184 range = fRangeOffset;
190 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
191 range += probe;
195 if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= unicode32) {
196 return (LEGlyphID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].startCharCode));

Completed in 907 milliseconds

1234567891011>>