Searched defs:range (Results 76 - 100 of 365) sorted by relevance

1234567891011>>

/external/guava/guava/src/com/google/common/collect/
H A DEmptyContiguousSet.java53 @Override public Range<C> range() { method in class:EmptyContiguousSet
57 @Override public Range<C> range(BoundType lowerBoundType, BoundType upperBoundType) { method in class:EmptyContiguousSet
H A DGeneralRange.java44 static <T extends Comparable> GeneralRange<T> from(Range<T> range) { argument
46 T lowerEndpoint = range.hasLowerBound() ? range.lowerEndpoint() : null;
47 BoundType lowerBoundType = range.hasLowerBound() ? range.lowerBoundType() : OPEN;
50 T upperEndpoint = range.hasUpperBound() ? range.upperEndpoint() : null;
51 BoundType upperBoundType = range.hasUpperBound() ? range.upperBoundType() : OPEN;
52 return new GeneralRange<T>(Ordering.natural(), range
85 static <T> GeneralRange<T> range(Comparator<? super T> comparator, @Nullable T lower, method in class:GeneralRange
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DEmptyContiguousSet.java51 @Override public Range<C> range() { method in class:EmptyContiguousSet
55 @Override public Range<C> range(BoundType lowerBoundType, BoundType upperBoundType) { method in class:EmptyContiguousSet
H A DRegularContiguousSet.java35 private final Range<C> range; field in class:RegularContiguousSet
37 RegularContiguousSet(Range<C> range, DiscreteDomain<C> domain) { argument
39 this.range = range;
43 return (range.isConnected(other))
44 ? ContiguousSet.create(range.intersection(other), domain)
58 return intersectionInCurrentDomain(Range.range(
87 return range.lowerBound.leastValueAbove(domain);
91 return range.upperBound.greatestValueBelow(domain);
104 return range
132 @Override public Range<C> range() { method in class:RegularContiguousSet
136 @Override public Range<C> range(BoundType lowerBoundType, BoundType upperBoundType) { method in class:RegularContiguousSet
[all...]
/external/icu/icu4c/source/layout/
H A DOpenTypeUtilities.cpp104 le_int32 range = 0; local
111 range = extra;
117 if (SWAPW(records(range + probe,success).firstGlyph) <= glyphID) {
118 range += probe;
122 if (SWAPW(records(range,success).firstGlyph) <= glyphID && SWAPW(records(range,success).lastGlyph) >= glyphID) {
123 return range;
/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));
/external/icu/icu4c/source/test/letest/
H A Dcmaps.cpp225 le_int32 range = 0; local
228 range = fRangeOffset;
234 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
235 range += probe;
239 if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= unicode32) {
240 return (LEGlyphID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].startCharCode));
/external/icu/icu4c/source/test/perf/leperf/
H A Dcmaps.cpp222 le_int32 range = 0; local
225 range = fRangeOffset;
231 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
232 range += probe;
236 if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= unicode32) {
237 return (LEGlyphID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].startCharCode));
/external/iptables/extensions/
H A Dlibip6t_DNAT.c47 parse_to(const char *orig_arg, int portok, struct nf_nat_range *range) argument
82 range->flags |= NF_NAT_RANGE_PROTO_SPECIFIED;
96 range->min_proto.tcp.port
97 = range->max_proto.tcp.port
109 "Port range `%s' funky\n", colon+1);
110 range->min_proto.tcp.port = htons(port);
111 range->max_proto.tcp.port = htons(maxport);
121 range->flags |= NF_NAT_RANGE_MAP_IPS;
133 range->min_addr.in6 = *ip;
139 range
150 struct nf_nat_range *range = cb->data; local
189 print_range(const struct nf_nat_range *range) argument
212 const struct nf_nat_range *range = (const void *)target->data; local
224 const struct nf_nat_range *range = (const void *)target->data; local
[all...]
H A Dlibip6t_SNAT.c47 parse_to(const char *orig_arg, int portok, struct nf_nat_range *range) argument
82 range->flags |= NF_NAT_RANGE_PROTO_SPECIFIED;
96 range->min_proto.tcp.port
97 = range->max_proto.tcp.port
109 "Port range `%s' funky\n", colon+1);
110 range->min_proto.tcp.port = htons(port);
111 range->max_proto.tcp.port = htons(maxport);
121 range->flags |= NF_NAT_RANGE_MAP_IPS;
133 range->min_addr.in6 = *ip;
139 range
150 struct nf_nat_range *range = cb->data; local
183 struct nf_nat_range *range = cb->data; local
189 print_range(const struct nf_nat_range *range) argument
212 const struct nf_nat_range *range = (const void *)target->data; local
224 const struct nf_nat_range *range = (const void *)target->data; local
[all...]
H A Dlibip6t_dst.c58 char *buffer, *cp, *next, *range; local
72 range = strchr(cp, ':');
74 if (range) {
78 *range++ = '\0';
82 if (range) {
86 opts[i] |= parse_opts_num(range, "length") & 0xFF;
91 printf("opts str: %s %s\n", cp, range);
H A Dlibip6t_hbh.c60 char *buffer, *cp, *next, *range; local
70 range = strchr(cp, ':');
71 if (range) {
75 *range++ = '\0';
78 if (range) {
81 opts[i] |= parse_opts_num(range, "length") & 0xFF;
87 printf("opts str: %s %s\n", cp, range);
/external/iptables/include/linux/netfilter_ipv4/
H A Dip_queue.h40 size_t range; /* Optional range of packet requested */ member in struct:ipq_mode_msg
61 IPQ_COPY_PACKET /* Copy metadata + packet (range) */
/external/libxml2/
H A DgenUnicode.py4 # the character-validation range routines, and updated to the
30 # before a range table is produced. If there are less than this
40 # block range
57 range = string.strip(fields[0]) variable
58 (start, end) = string.split(range, "..")
302 # a range table suitable for xmlCharInRange
311 for range in ranges:
312 (low, high) = range
348 * Returns pointer to range function if found, otherwise NULL
427 for range i
[all...]
/external/lldb/include/lldb/Core/
H A DVMRange.h19 // A vm address range. These can represent offsets ranges or actual
61 // Set the start value for the range, and keep the same size
115 Contains (const VMRange& range) const
117 if (Contains(range.GetBaseAddress()))
119 lldb::addr_t range_end = range.GetEndAddress();
135 bool operator()(const VMRange& range) const
137 return range.Contains(_value);
145 RangeInRangeUnaryPredicate(VMRange range) : argument
146 _range(range)
149 bool operator()(const VMRange& range) cons
[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/lldb/source/Plugins/Process/Utility/
H A DUnwindMacOSXFrameBackchain.cpp142 AddressRange range; local
147 range.GetBaseAddress() = first_frame_sc.symbol->GetAddress();
148 range.SetByteSize (first_frame_sc.symbol->GetByteSize());
149 addr_range_ptr = &range;
241 AddressRange range; local
246 range.GetBaseAddress() = first_frame_sc.symbol->GetAddress();
247 range.SetByteSize (first_frame_sc.symbol->GetByteSize());
248 addr_range_ptr = &range;
/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...]
H A DDWARFDebugAranges.cpp66 Range range; local
/external/lzma/C/
H A DLzmaDec.h56 UInt32 range, code; member in struct:__anon11517
/external/marisa-trie/lib/marisa/
H A Dtrie-build.cc6 #include "range.h"
178 Range range = queue.front(); local
181 while ((range.begin() < range.end()) &&
182 (keys[range.begin()].str().length() == range.pos())) {
183 keys[range.begin()].set_terminal(node);
184 range.set_begin(range.begin() + 1);
186 if (range
[all...]
/external/marisa-trie/tests/
H A Dunit-test.cc10 #include <marisa/range.h>
284 marisa::Range range; local
286 ASSERT(range.begin() == 0);
287 ASSERT(range.end() == 0);
288 ASSERT(range.pos() == 0);
290 range.set_begin(1);
291 range.set_end(2);
292 range.set_pos(3);
294 ASSERT(range.begin() == 1);
295 ASSERT(range
[all...]
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Dtrie-build.cc6 #include "range.h"
187 Range range = queue.front(); local
190 while ((range.begin() < range.end()) &&
191 (keys[range.begin()].str().length() == range.pos())) {
192 keys[range.begin()].set_terminal(node);
193 range.set_begin(range.begin() + 1);
195 if (range
[all...]
/external/marisa-trie/v0_1_5/tests/
H A Dunit-test.cc10 #include <marisa_alpha/range.h>
288 marisa_alpha::Range range; local
290 ASSERT(range.begin() == 0);
291 ASSERT(range.end() == 0);
292 ASSERT(range.pos() == 0);
294 range.set_begin(1);
295 range.set_end(2);
296 range.set_pos(3);
298 ASSERT(range.begin() == 1);
299 ASSERT(range
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw.c291 const SVGA3dPrimitiveRange *range,
306 int index_bias = (int) range->indexBias + hwtnl->index_bias;
382 assert(range->indexWidth == range->indexArray.stride);
386 unsigned offset = range->indexArray.offset;
387 unsigned stride = range->indexArray.stride;
394 switch (range->primType) {
396 count = range->primitiveCount;
399 count = range->primitiveCount * 2;
402 count = range
290 svga_hwtnl_prim( struct svga_hwtnl *hwtnl, const SVGA3dPrimitiveRange *range, unsigned min_index, unsigned max_index, struct pipe_resource *ib ) argument
[all...]

Completed in 2986 milliseconds

1234567891011>>