/external/iptables/extensions/ |
libip6t_udp.man | 5 Source port or port range specification. 11 Destination port or port range specification.
|
libipt_udp.man | 5 Source port or port range specification. 11 Destination port or port range specification.
|
libipt_DNAT.man | 15 range of IP addresses, and optionally, a port range (which is only 20 If no port range is specified, then the destination port will never be 27 address range or multiple --to-destination options, a simple round-robin (one
|
libipt_SNAT.man | 11 which can specify a single new source IP address, an inclusive range 12 of IP addresses, and optionally, a port range (which is only valid if 17 If no port range is specified, then source ports below 512 will be 25 range or multiple --to-source options, a simple round-robin (one after another
|
libipt_connrate.man | 6 range, the sense of the match is inverted.
|
libipt_tcpmss.man | 4 Match a given TCP MSS value or range.
|
/external/freetype/src/sfnt/ |
ttsbit.c | 232 /* range :: The target range. */ 240 Load_SBit_Const_Metrics( TT_SBit_Range range, 246 if ( FT_READ_ULONG( range->image_size ) ) 249 return FT_STREAM_READ_FIELDS( sbit_metrics_fields, &range->metrics ); 259 /* Loads the range codes for `EBLC' index tables format 4 and 5. */ 262 /* range :: The target range. */ 272 Load_SBit_Range_Codes( TT_SBit_Range range, 284 range->num_glyphs = count 541 TT_SBit_Range range; local 623 TT_SBit_Range range = strike->sbit_ranges; local 713 TT_SBit_RangeRec *range, *range_limit; local 1456 TT_SBit_Range range; local [all...] |
/external/webkit/WebCore/dom/ |
Range.h | 41 class Range : public RefCounted<Range> { 43 static PassRefPtr<Range> create(PassRefPtr<Document>); 44 static PassRefPtr<Range> create(PassRefPtr<Document>, PassRefPtr<Node> startContainer, int startOffset, PassRefPtr<Node> endContainer, int endOffset); 45 static PassRefPtr<Range> create(PassRefPtr<Document>, const Position&, const Position&); 46 ~Range(); 70 short compareBoundaryPoints(CompareHow, const Range* sourceRange, ExceptionCode&) const; 87 PassRefPtr<Range> cloneRange(ExceptionCode&) const; 121 // Expand range to a unit (word or sentence or block or document) boundary. 134 Range(PassRefPtr<Document>) [all...] |
/external/icu4c/common/unicode/ |
uchriter.h | 37 * The iteration range is 0 to <code>length-1</code>. 48 * The iteration range is 0 to <code>length-1</code>. 53 * iteration range, the behavior of this object is undefined. 64 * The iteration range is 0 to <code>end-1</code>. 69 * form a valid iteration range or "position" is outside the valid 70 * iteration range, the behavior of this object is undefined. 73 * @param textBegin The begin position of the iteration range 74 * @param textEnd The end position of the iteration range 84 * Copy constructor. The new iterator iterates over the same range 100 * range of the same string as "that", and refers to the sam [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ecma/String/ |
15.5.4.11-2.js | 61 First, the lower case range for Georgian letters in this file is the 62 correct range according to the Unicode 5.0 standard, as opposed to the 63 Georgian caseless range that mozilla uses. 85 // Range: U+10A0 to U+10FF 317 // Range: U+1E00 to U+1EFF 321 // Range: U+02B0 to U+02FF 324 // Range: U+0300 to U+036F 328 // Range: U+0370 to U+03FF 331 // Range: U+0400 to U+04FF 370 // Range: U+0530 to U+058 [all...] |
/dalvik/dx/tests/093-ssa-invoke-range/ |
info.txt | 2 for dex's invoke-range instruction.
|
/external/iproute2/include/linux/netfilter/ |
xt_tcpudp.h | 9 __u16 spts[2]; /* Source port range. */ 10 __u16 dpts[2]; /* Destination port range. */ 27 __u16 spts[2]; /* Source port range. */ 28 __u16 dpts[2]; /* Destination port range. */
|
/external/kernel-headers/original/linux/netfilter/ |
xt_tcpudp.h | 7 u_int16_t spts[2]; /* Source port range. */ 8 u_int16_t dpts[2]; /* Destination port range. */ 25 u_int16_t spts[2]; /* Source port range. */ 26 u_int16_t dpts[2]; /* Destination port range. */
|
/external/kernel-headers/original/linux/netfilter_ipv4/ |
ip_nat.h | 29 /* Single range specification. */ 48 struct ip_nat_range range[1]; member in struct:ip_nat_multi_range_compat 66 /* Set up the info structure to map into this range. */ 68 const struct ip_nat_range *range,
|
/frameworks/base/core/java/android/text/ |
SpanWatcher.java | 27 * has been attached to the specified range of the text. 32 * has been detached from the specified range of the text. 37 * has been relocated from the range <code>ostart…oend</code> 38 * to the new range <code>nstart…nend</code> of the text.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/ |
EditingUtil.java | 79 Range range = getWordRangeAtCursor(connection, separators); local 80 return (range == null) ? null : range.word; 90 Range range = getWordRangeAtCursor(connection, separators); local 91 if (range == null) return; 95 // of valid range after deleting text. 96 int newCursor = getCursorPosition(connection) - range.charsBefore; 98 connection.deleteSurroundingText(0, range.charsBefore + range.charsAfter) [all...] |
/external/openssl/crypto/bn/ |
bn_rand.c | 229 /* random number r: 0 <= r < range */ 230 static int bn_rand_range(int pseudo, BIGNUM *r, const BIGNUM *range) 236 if (range->neg || BN_is_zero(range)) 242 n = BN_num_bits(range); /* n > 0 */ 244 /* BN_is_bit_set(range, n - 1) always holds */ 248 else if (!BN_is_bit_set(range, n - 2) && !BN_is_bit_set(range, n - 3)) 250 /* range = 100..._2, 251 * so 3*range (= 11..._2) is exactly one bit longer than range * [all...] |
/external/icu4c/tools/genprops/misc/ |
ucdmerge.c | 17 * Merges adjacent, identical per-code point data lines into one line with range syntax. 97 /* output the current range */ 99 /* there was no range, just output the one line we found */ 102 /* there was a real range, merge their lines */ 107 first, last, /* code point range */ 112 first, last, /* code point range */ 118 first, last, /* code point range */ 134 /* data on this line, store for possible range compaction */ 136 /* set as the first line in a possible range */ 141 /* continue with the current range */ [all...] |
/external/webkit/WebKit/android/WebCoreSupport/ |
EditorClientAndroid.h | 44 virtual bool shouldDeleteRange(Range*); 56 virtual bool shouldBeginEditing(Range*); 57 virtual bool shouldEndEditing(Range*); 58 virtual bool shouldInsertNode(Node*, Range*, EditorInsertAction); 59 virtual bool shouldInsertText(const String&, Range*, EditorInsertAction); 60 virtual bool shouldChangeSelectedRange(Range* fromRange, Range* toRange, EAffinity, bool stillSelecting); 62 virtual bool shouldApplyStyle(CSSStyleDeclaration*, Range*); 65 virtual bool shouldMoveRangeAfterDelete(Range*, Range*); [all...] |
/external/webkit/WebKit/chromium/src/ |
WebRange.cpp | 34 #include "Range.h" 43 class WebRangePrivate : public Range { 89 WebRange::WebRange(const WTF::PassRefPtr<WebCore::Range>& range) 90 : m_private(static_cast<WebRangePrivate*>(range.releaseRef())) 94 WebRange& WebRange::operator=(const WTF::PassRefPtr<WebCore::Range>& range) 96 assign(static_cast<WebRangePrivate*>(range.releaseRef())); 100 WebRange::operator WTF::PassRefPtr<WebCore::Range>() const 102 return PassRefPtr<Range>(const_cast<WebRangePrivate*>(m_private)) [all...] |
/external/webkit/WebKit/haiku/WebCoreSupport/ |
EditorClientHaiku.h | 50 virtual bool shouldDeleteRange(Range*); 62 virtual bool shouldBeginEditing(Range*); 63 virtual bool shouldEndEditing(Range*); 64 virtual bool shouldInsertNode(Node*, Range*, EditorInsertAction); 65 virtual bool shouldInsertText(const String&, Range*, EditorInsertAction); 66 virtual bool shouldChangeSelectedRange(Range* fromRange, Range* toRange, 69 virtual bool shouldApplyStyle(CSSStyleDeclaration*, Range*); 70 virtual bool shouldMoveRangeAfterDelete(Range*, Range*); [all...] |
/external/webkit/WebKit/qt/WebCoreSupport/ |
EditorClientQt.h | 48 virtual bool shouldDeleteRange(Range*); 61 virtual bool shouldBeginEditing(Range*); 62 virtual bool shouldEndEditing(Range*); 63 virtual bool shouldInsertNode(Node*, Range*, EditorInsertAction); 64 virtual bool shouldInsertText(const String&, Range*, EditorInsertAction); 65 virtual bool shouldChangeSelectedRange(Range* fromRange, Range* toRange, EAffinity, bool stillSelecting); 67 virtual bool shouldApplyStyle(CSSStyleDeclaration*, Range*); 69 virtual bool shouldMoveRangeAfterDelete(Range*, Range*); [all...] |
/external/webkit/WebKit/win/WebCoreSupport/ |
WebEditorClient.h | 54 virtual bool shouldBeginEditing(WebCore::Range*); 55 virtual bool shouldEndEditing(WebCore::Range*); 56 virtual bool shouldInsertText(const WebCore::String&, WebCore::Range*, WebCore::EditorInsertAction); 67 bool shouldDeleteRange(WebCore::Range*); 69 bool shouldInsertNode(WebCore::Node*, WebCore::Range* replacingRange, WebCore::EditorInsertAction); 70 bool shouldApplyStyle(WebCore::CSSStyleDeclaration*, WebCore::Range*); 71 bool shouldMoveRangeAfterDelete(WebCore::Range*, WebCore::Range*); 90 virtual bool shouldChangeSelectedRange(WebCore::Range* fromRange, WebCore::Range* toRange, WebCore::EAffinity, bool stillSelecting) [all...] |
/external/webkit/WebKit/wx/WebKitSupport/ |
EditorClientWx.h | 48 virtual bool shouldDeleteRange(Range*); 61 virtual bool shouldBeginEditing(Range*); 62 virtual bool shouldEndEditing(Range*); 63 virtual bool shouldInsertNode(Node*, Range*, 65 virtual bool shouldInsertText(const String&, Range*, 68 Range*); 69 virtual bool shouldMoveRangeAfterDelete(Range*, Range*); 70 virtual bool shouldChangeSelectedRange(Range* fromRange, Range* toRange, [all...] |
/external/webkit/WebCore/editing/ |
Editor.h | 107 bool shouldInsertFragment(PassRefPtr<DocumentFragment>, PassRefPtr<Range>, EditorInsertAction); 108 bool shouldInsertText(const String&, Range*, EditorInsertAction) const; 110 bool shouldDeleteRange(Range*) const; 111 bool shouldApplyStyle(CSSStyleDeclaration*, Range*); 201 void markMisspellings(const VisibleSelection&, RefPtr<Range>& firstMisspellingRange); 221 void markAllMisspellingsAndBadGrammarInRanges(bool markSpelling, Range* spellingRange, bool markGrammar, Range* grammarRange, bool performTextCheckingReplacements); 228 bool shouldBeginEditing(Range*); 229 bool shouldEndEditing(Range*); 261 PassRefPtr<Range> compositionRange() const [all...] |