Searched refs:range (Results 76 - 100 of 1039) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DTokenStream.java45 int range(); method in interface:TokenStream
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRMismatchedRangeException.h34 NSRange range; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRMismatchedRangeException.h34 NSRange range; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRMismatchedRangeException.h34 NSRange range; variable
/external/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp50 SourceRange range; local
60 range = CL->getSourceRange();
65 range = ARE->getSourceRange();
72 range = BD->getSourceRange();
79 range = VR->getDecl()->getSourceRange();
86 range = TOR->getExpr()->getSourceRange();
92 return range;
109 SourceRange range = genName(os, R, C.getASTContext()); local
113 if (range.isValid())
114 report->addRange(range);
229 SourceRange range = genName(os, cb.V[i].second, Ctx.getASTContext()); local
[all...]
/external/easymock/src/org/easymock/
H A DMockControl.java254 * @param range
261 public void setReturnValue(Object value, Range range) { argument
265 callWithConvertedRange(setter, range);
351 public void setVoidCallable(Range range) { argument
353 callWithConvertedRange(setter, range);
382 public void setThrowable(Throwable throwable, Range range) { argument
386 callWithConvertedRange(setter, range);
485 * @param range range of number of calls
488 Range range) {
487 expectAndReturn(V1 ignored, V2 value, Range range) argument
494 expectAndReturn(int ignored, int value, Range range) argument
563 expectAndThrow(Object ignored, Throwable throwable, Range range) argument
637 callWithConvertedRange(IExpectationSetters<Object> setter, Range range) argument
[all...]
/external/libpng/contrib/tools/
H A Dintgamma.sh52 * This is a table of -log(value/255)/log(2) for 'value' in the range 128 to
/external/lldb/include/lldb/Target/
H A DThreadPlanStepInRange.h31 const AddressRange &range,
36 const AddressRange &range,
82 const AddressRange &range,
87 const AddressRange &range,
/external/lldb/test/pexpect-2.4/examples/
H A Ddf.py17 for dummy in range (0, 1000):
/external/v8/src/compiler/
H A Dregister-allocator.cc184 // We cannot spill a live range that has a use requiring a register
281 ? after // Only interval in the range after split.
282 : last_interval_; // Last interval of the original range.
314 // to the use that no longer belongs to this live range.
318 // Link the new live range in the chain before any of the other
319 // ranges linked from the range before the split.
352 RegisterAllocator::TraceAlloc("Shorten live range %d to [%d\n", id_,
363 RegisterAllocator::TraceAlloc("Ensure live range %d in interval [%d %d[\n",
385 RegisterAllocator::TraceAlloc("Add to live range %d interval [%d %d[\n", id_,
413 RegisterAllocator::TraceAlloc("Add to live range
571 LiveRange* range = LiveRangeFor(operand_index); local
677 LiveRange* range = LiveRangeFor(operand); local
699 LiveRange* range = LiveRangeFor(operand); local
764 LiveRange* range = LiveRangeFor(output_vreg); local
831 LiveRange* range = LiveRangeFor(output_vreg); local
836 LiveRange* range = LiveRangeFor(first_output->virtual_register()); local
1011 LiveRange* range = FixedLiveRangeFor(i); local
1021 LiveRange* range = FixedDoubleLiveRangeFor(i); local
1150 ResolveControlFlow(LiveRange* range, BasicBlock* block, BasicBlock* pred) argument
1345 LiveRange* range = LiveRangeFor(operand_index); local
1365 LiveRange* range = LiveRangeFor(operand_index); local
1396 LiveRange* range = live_ranges_[i]; local
1434 LiveRange* range = live_ranges()->at(range_idx); local
1663 AddToActive(LiveRange* range) argument
1669 AddToInactive(LiveRange* range) argument
1675 AddToUnhandledSorted(LiveRange* range) argument
1694 AddToUnhandledUnsorted(LiveRange* range) argument
1731 FreeSpillSlot(LiveRange* range) argument
1745 TryReuseSpillSlot(LiveRange* range) argument
1758 ActiveToHandled(LiveRange* range) argument
1766 ActiveToInactive(LiveRange* range) argument
1774 InactiveToHandled(LiveRange* range) argument
1782 InactiveToActive(LiveRange* range) argument
1889 LiveRange* range = active_live_ranges_[i]; local
1906 LiveRange* range = inactive_live_ranges_.at(i); local
1957 FindOptimalSpillingPos( LiveRange* range, LifetimePosition pos) argument
1994 LiveRange* range = active_live_ranges_[i]; local
2018 LiveRange* range = inactive_live_ranges_[i]; local
2045 SplitRangeAt(LiveRange* range, LifetimePosition pos) argument
2065 SplitBetween(LiveRange* range, LifetimePosition start, LifetimePosition end) argument
2114 SpillAfter(LiveRange* range, LifetimePosition pos) argument
2121 SpillBetween(LiveRange* range, LifetimePosition start, LifetimePosition end) argument
2127 SpillBetweenUntil(LiveRange* range, LifetimePosition start, LifetimePosition until, LifetimePosition end) argument
2156 Spill(LiveRange* range) argument
2197 SetLiveRangeAssignedRegister(LiveRange* range, int reg) argument
[all...]
/external/iptables/extensions/
H A Dlibipt_NETMAP.c57 struct nf_nat_ipv4_range *range = &mr->range[0]; local
60 range->flags |= NF_NAT_RANGE_MAP_IPS;
61 range->min_ip = cb->val.haddr.ip & cb->val.hmask.ip;
62 range->max_ip = range->min_ip | ~cb->val.hmask.ip;
69 const struct nf_nat_ipv4_range *r = &mr->range[0];
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...]
H A Dlibipt_MASQUERADE.c21 " Port (range) to map to.\n"
47 mr->range[0].flags |= NF_NAT_RANGE_PROTO_SPECIFIED;
54 mr->range[0].min.tcp.port
55 = mr->range[0].max.tcp.port
65 mr->range[0].min.tcp.port = htons(port);
66 mr->range[0].max.tcp.port = htons(maxport);
98 mr->range[0].flags |= NF_NAT_RANGE_PROTO_RANDOM;
108 const struct nf_nat_ipv4_range *r = &mr->range[0];
125 const struct nf_nat_ipv4_range *r = &mr->range[0];
/external/skia/tests/
H A DNameAllocatorTest.cpp136 static const GrGLuint range = 32; local
137 GrGLNameAllocator allocator(1, 1 + range);
138 for (GrGLuint i = 1; i <= range; ++i) {
143 // Test freeing names out of range.
149 for (GrGLuint i = 1; i <= range/2; i += 2) {
152 for (GrGLuint i = 1; i <= range/2; i += 2) {
156 for (GrGLuint i = 1; i <= range/2; ++i) {
160 for (GrGLuint i = 1; i <= range/2; ++i) {
/external/guava/guava/src/com/google/common/collect/
H A DContiguousSet.java45 * {@linkplain Range#contains contained} by the range.
47 * @throws IllegalArgumentException if neither range nor the domain has a lower bound, or if
53 Range<C> range, DiscreteDomain<C> domain) {
54 checkNotNull(range);
56 Range<C> effectiveRange = range;
58 if (!range.hasLowerBound()) {
61 if (!range.hasUpperBound()) {
71 range.lowerBound.leastValueAbove(domain),
72 range.upperBound.greatestValueBelow(domain)) > 0;
148 * Returns a range, close
52 create( Range<C> range, DiscreteDomain<C> domain) argument
153 public abstract Range<C> range(); method in class:ContiguousSet
166 public abstract Range<C> range(BoundType lowerBoundType, BoundType upperBoundType); method in class:ContiguousSet
[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/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/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
H A DFaultHeightMap.java81 private float minRange; // The range for linear and trigo faults
82 private float maxRange; // The range for linear and trigo faults
89 * Constructor creates the fault. For faulttype other than STEP, a range can
159 float range = minRange + random.nextFloat() * (maxRange - minRange);
162 addLineFault(tempBuffer, random, faultHeight, range);
165 addCircleFault(tempBuffer, random, faultHeight, range);
170 protected void addLineFault(float[][] tempBuffer, Random random, float faultHeight, float range) { argument
181 tempBuffer[i][j] += calcHeight(dist, random, faultHeight, range);
186 protected void addCircleFault(float[][] tempBuffer, Random random, float faultHeight, float range) { argument
209 tempBuffer[i][j] += calcHeight(dist, random, faultHeight, range);
214 calcHeight(float dist, Random random, float faultHeight, float range) argument
[all...]
/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/llvm/test/MC/ARM/
H A Ddiagnostics.s14 @ Out of range shift immediate values.
28 @ CHECK-ERRORS: error: immediate shift value out of range
31 @ CHECK-ERRORS: error: immediate shift value out of range
34 @ CHECK-ERRORS: error: immediate shift value out of range
37 @ CHECK-ERRORS: error: immediate shift value out of range
40 @ CHECK-ERRORS: error: immediate shift value out of range
43 @ CHECK-ERRORS: error: immediate shift value out of range
46 @ CHECK-ERRORS: error: immediate shift value out of range
49 @ CHECK-ERRORS: error: immediate shift value out of range
52 @ Out of range shif
[all...]
/external/bison/examples/calc++/
H A Dstack.hh111 slice (const S& stack, unsigned int range) argument
113 , range_ (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/libvpx/libvpx/test/
H A Dacm_random.h49 int PseudoUniform(int range) { argument
50 return random_.Generate(range);

Completed in 1294 milliseconds

1234567891011>>