/external/iptables/extensions/ |
libipt_iprange.man | 1 This matches on a given arbitrary range of IPv4 addresses 3 .BI "[!]" "--src-range " "ip-ip" 4 Match source IP in the specified range. 6 .BI "[!]" "--dst-range " "ip-ip" 7 Match destination IP in the specified range.
|
libip6t_length.man | 1 This module matches the length of the IPv6 payload in octets, or range of it.
|
libipt_iprange.c | 1 /* Shared library add-on to iptables to add IP range matching support. */ 17 "[!] --src-range ip-ip Match source IP in the specified range\n" 18 "[!] --dst-range ip-ip Match destination IP in the specified range\n" 24 { "src-range", 1, 0, '1' }, 25 { "dst-range", 1, 0, '2' }, 30 parse_iprange(char *arg, struct ipt_iprange *range) 43 range->min_ip = ip->s_addr; 50 range->max_ip = ip->s_addr [all...] |
/dalvik/vm/mterp/armv5te/ |
OP_INVOKE_DIRECT_RANGE.S | 2 %include "armv5te/OP_INVOKE_DIRECT.S" { "isrange":"1", "routine":"Range" }
|
OP_INVOKE_INTERFACE_RANGE.S | 2 %include "armv5te/OP_INVOKE_INTERFACE.S" { "isrange":"1", "routine":"Range" }
|
OP_INVOKE_STATIC_RANGE.S | 2 %include "armv5te/OP_INVOKE_STATIC.S" { "routine":"Range" }
|
OP_INVOKE_SUPER_QUICK_RANGE.S | 2 %include "armv5te/OP_INVOKE_SUPER_QUICK.S" { "isrange":"1", "routine":"Range" }
|
OP_INVOKE_SUPER_RANGE.S | 2 %include "armv5te/OP_INVOKE_SUPER.S" { "isrange":"1", "routine":"Range" }
|
OP_INVOKE_VIRTUAL_QUICK_RANGE.S | 2 %include "armv5te/OP_INVOKE_VIRTUAL_QUICK.S" { "isrange":"1", "routine":"Range" }
|
OP_INVOKE_VIRTUAL_RANGE.S | 2 %include "armv5te/OP_INVOKE_VIRTUAL.S" { "isrange":"1", "routine":"Range" }
|
/dalvik/vm/mterp/x86/ |
OP_INVOKE_DIRECT_RANGE.S | 2 %include "x86/OP_INVOKE_DIRECT.S" { "isrange":"1", "routine":"Range" }
|
OP_INVOKE_INTERFACE_RANGE.S | 2 %include "x86/OP_INVOKE_INTERFACE.S" { "isrange":"1", "routine":"Range" }
|
OP_INVOKE_STATIC_RANGE.S | 2 %include "x86/OP_INVOKE_STATIC.S" { "routine":"Range","isrange":"1" }
|
OP_INVOKE_SUPER_QUICK_RANGE.S | 2 %include "x86/OP_INVOKE_SUPER_QUICK.S" { "isrange":"1", "routine":"Range" }
|
OP_INVOKE_SUPER_RANGE.S | 2 %include "x86/OP_INVOKE_SUPER.S" { "isrange":"1", "routine":"Range" }
|
OP_INVOKE_VIRTUAL_QUICK_RANGE.S | 2 %include "x86/OP_INVOKE_VIRTUAL_QUICK.S" { "isrange":"1", "routine":"Range" }
|
OP_INVOKE_VIRTUAL_RANGE.S | 2 %include "x86/OP_INVOKE_VIRTUAL.S" { "isrange":"1", "routine":"Range" }
|
/external/webkit/WebCore/html/ |
TimeRanges.h | 65 struct Range { 66 Range() { } 67 Range(float start, float end) 80 inline bool isOverlappingRange(const Range& range) const 82 return isPointInRange(range.m_start) || isPointInRange(range.m_end) || range.isPointInRange(m_start); 85 inline bool isContiguousWithRange(const Range& range) cons [all...] |
/build/tools/apriori/ |
source.c | 8 range_t *range = find_range(source->sorted_sections, address); local 9 FAILIF(NULL == range, 10 "Cannot match address %lld to any range in [%s]!\n", 13 *scn = (Elf_Scn *)range->user;
|
rangesort.h | 29 /* Just adds a range to the list. We won't detect whether the range overlaps 41 /* Find which range value falls in. Return that range or NULL if value does 42 not fall within any range. */ 49 adjacent ranges of the input range list. The user data of each range in 50 the range list is a structure of the type contiguous_range_info_t. 52 range_t structures comprising each new contiguous range, as well as the 55 NOTE: The input range must be sorted [all...] |
/external/webkit/WebCore/inspector/front-end/ |
TextEditorModel.js | 87 setText: function(range, text) 89 if (!range) 90 range = new WebInspector.TextRange(0, 0, this._lines.length - 1, this._lines[this._lines.length - 1].length); 91 var command = this._pushUndoableCommand(range, text); 92 var newRange = this._innerSetText(range, text); 93 command.range = newRange.clone(); 96 this._changeListener(range, newRange, command.text, text); 105 _innerSetText: function(range, text) 107 this._eraseRange(range); 109 return new WebInspector.TextRange(range.startLine, range.startColumn, range.startLine, range.startColumn) [all...] |
/external/elfutils/tests/ |
run-get-aranges.sh | 25 0x804842b: not in range 29 0x804845a: not in range 30 0x804845b: not in range 34 0x8048466: not in range 35 0x8048467: not in range 39 0x8048472: not in range 46 0x804842b: not in range 47 0x804842c: not in range 48 0x804843c: not in range 49 0x8048459: not in range [all...] |
/external/stlport/test/unit/ |
ctype_facets_test.cpp | 43 //is range 75 char range[] = "abAc123 ."; local 76 const char *rbeg = range; 77 const char *rend = range + sizeof(range); 95 char range[] = "abAc123 ."; local 96 const char *rbeg = range; 97 const char *rend = range + sizeof(range); 120 //toupper range 122 char range[] = "abAc1"; local 137 char range[] = "ABaC1"; local 150 char range[] = "ABaC1"; local 163 char range[] = "ABaC1"; local 219 wchar_t range[] = L"abAc123 ."; local 239 wchar_t range[] = L"abAc123 ."; local 266 wchar_t range[] = L"abAc1"; local 281 wchar_t range[] = L"ABaC1"; local 294 char range[] = "ABaC1"; local 308 wchar_t range[] = L"ABaC1"; local [all...] |
/external/elfcopy/ |
rangesort.h | 29 /* Just adds a range to the list. We won't detect whether the range overlaps 41 /* Find which range value falls in. Return that range or NULL if value does 42 not fall within any range. */ 49 adjacent ranges of the input range list. The user data of each range in 50 the range list is a structure of the type contiguous_range_info_t. 52 range_t structures comprising each new contiguous range, as well as the 55 NOTE: The input range must be sorted [all...] |
/dalvik/libcore/text/src/main/java/java/text/ |
AttributedString.java | 41 Map<AttributedCharacterIterator.Attribute, List<Range>> attributeMap; 43 static class Range { 50 Range(int s, int e, Object v) { 156 private boolean inRange(Range range) { 157 if (!(range.value instanceof Annotation)) { 160 return range.start >= begin && range.start < end 161 && range.end > begin && range.end <= end 167 Range range = it.next(); local 211 Range range = it.next(); local 259 Range range = it.previous(); local 307 Range range = it.next(); local 645 Range range = it.next(); local [all...] |