/external/iptables/extensions/ |
D | libxt_MARK.c | 8 unsigned long mark; member 19 unsigned long mark; member 90 markinfo->mark = cb->val.mark; in MARK_parse_v0() 123 markinfo->mark = cb->val.u32; in MARK_parse_v1() 133 info->mark = cb->val.mark; in mark_tg_parse() 137 info->mark = cb->val.mark; in mark_tg_parse() 138 info->mask = cb->val.mark | cb->val.mask; in mark_tg_parse() 141 info->mark = 0; in mark_tg_parse() 145 info->mark = info->mask = cb->val.u32; in mark_tg_parse() 148 info->mark = cb->val.u32; in mark_tg_parse() [all …]
|
D | libxt_mark.c | 7 unsigned long mark, mask; member 35 info->mark = cb->val.mark; in mark_mt_parse() 46 markinfo->mark = cb->val.mark; in mark_parse() 50 static void print_mark(unsigned int mark, unsigned int mask) in print_mark() argument 53 printf(" 0x%x/0x%x", mark, mask); in print_mark() 55 printf(" 0x%x", mark); in print_mark() 66 print_mark(info->mark, info->mask); in mark_mt_print() 79 print_mark(info->mark, info->mask); in mark_print() 90 print_mark(info->mark, info->mask); in mark_mt_save() 102 print_mark(info->mark, info->mask); in mark_save()
|
D | libxt_connmark.c | 29 unsigned long mark, mask; member 57 info->mark = cb->val.mark; in connmark_mt_parse() 66 markinfo->mark = cb->val.mark; in connmark_parse() 72 static void print_mark(unsigned int mark, unsigned int mask) in print_mark() argument 75 printf(" 0x%x/0x%x", mark, mask); in print_mark() 77 printf(" 0x%x", mark); in print_mark() 88 print_mark(info->mark, info->mask); in connmark_print() 99 print_mark(info->mark, info->mask); in connmark_mt_print() 110 print_mark(info->mark, info->mask); in connmark_save() 122 print_mark(info->mark, info->mask); in connmark_mt_save()
|
D | libxt_CONNMARK.man | 1 This module sets the netfilter mark value associated with a connection. The 2 mark is 32 bits wide. 7 \fB\-\-save\-mark\fP [\fB\-\-nfmask\fP \fInfmask\fP] [\fB\-\-ctmask\fP \fIctmask\fP] 8 Copy the packet mark (nfmark) to the connection mark (ctmark) using the given 17 \fB\-\-restore\-mark\fP [\fB\-\-nfmask\fP \fInfmask\fP] [\fB\-\-ctmask\fP \fIctmask\fP] 18 Copy the connection mark (ctmark) to the packet mark (nfmark) using the given 27 \fB\-\-restore\-mark\fP is only valid in the \fBmangle\fP table. 31 \fB\-\-and\-mark\fP \fIbits\fP 35 \fB\-\-or\-mark\fP \fIbits\fP 39 \fB\-\-xor\-mark\fP \fIbits\fP [all …]
|
D | libxt_MARK.man | 1 This target is used to set the Netfilter mark value associated with the packet. 3 iproute2). If you plan on doing so, note that the mark needs to be set in the 5 The mark field is 32 bits wide. 9 mark ("nfmark"). If \fImask\fP is omitted, 0xFFFFFFFF is assumed. 11 \fB\-\-set\-mark\fP \fIvalue\fP[\fB/\fP\fImask\fP] 13 mark. If \fImask\fP is omitted, 0xFFFFFFFF is assumed. 17 \fB\-\-and\-mark\fP \fIbits\fP 21 \fB\-\-or\-mark\fP \fIbits\fP 25 \fB\-\-xor\-mark\fP \fIbits\fP
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/ |
D | v8-deltablue.js | 166 Constraint.prototype.satisfy = function (mark) { argument 167 this.chooseMethod(mark); 173 this.markInputs(mark); 178 if (!planner.addPropagate(this, mark)) 180 out.mark = mark; 227 UnaryConstraint.prototype.chooseMethod = function (mark) { argument 228 this.satisfied = (this.myOutput.mark != mark) 239 UnaryConstraint.prototype.markInputs = function (mark) { argument 350 BinaryConstraint.prototype.chooseMethod = function (mark) { argument 351 if (this.v1.mark == mark) { [all …]
|
/external/chromium_org/v8/benchmarks/ |
D | deltablue.js | 172 Constraint.prototype.satisfy = function (mark) { argument 173 this.chooseMethod(mark); 179 this.markInputs(mark); 184 if (!planner.addPropagate(this, mark)) 186 out.mark = mark; 233 UnaryConstraint.prototype.chooseMethod = function (mark) { argument 234 this.satisfied = (this.myOutput.mark != mark) 245 UnaryConstraint.prototype.markInputs = function (mark) { argument 356 BinaryConstraint.prototype.chooseMethod = function (mark) { argument 357 if (this.v1.mark == mark) { [all …]
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/ |
D | v8-deltablue.js | 166 Constraint.prototype.satisfy = function (mark) { argument 167 this.chooseMethod(mark); 173 this.markInputs(mark); 178 if (!planner.addPropagate(this, mark)) 180 out.mark = mark; 227 UnaryConstraint.prototype.chooseMethod = function (mark) { argument 228 this.satisfied = (this.myOutput.mark != mark) 239 UnaryConstraint.prototype.markInputs = function (mark) { argument 350 BinaryConstraint.prototype.chooseMethod = function (mark) { argument 351 if (this.v1.mark == mark) { [all …]
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/ |
D | v8-deltablue.js | 166 Constraint.prototype.satisfy = function (mark) { argument 167 this.chooseMethod(mark); 173 this.markInputs(mark); 178 if (!planner.addPropagate(this, mark)) 180 out.mark = mark; 227 UnaryConstraint.prototype.chooseMethod = function (mark) { argument 228 this.satisfied = (this.myOutput.mark != mark) 239 UnaryConstraint.prototype.markInputs = function (mark) { argument 350 BinaryConstraint.prototype.chooseMethod = function (mark) { argument 351 if (this.v1.mark == mark) { [all …]
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/ |
D | CombinedParser.h | 13 #pragma mark Tokens 18 #pragma mark Dynamic Global Scopes 19 #pragma mark Dynamic Rule Scopes 20 #pragma mark Rule Return Scopes start 21 #pragma mark Rule return scopes end
|
/external/guava/guava/src/com/google/common/io/ |
D | CountingInputStream.java | 35 private long mark = -1; field in CountingInputStream 73 @Override public synchronized void mark(int readlimit) { in mark() method in CountingInputStream 74 in.mark(readlimit); in mark() 75 mark = count; in mark() 83 if (mark == -1) { in reset() 88 count = mark; in reset()
|
D | LimitInputStream.java | 36 private long mark = -1; field in LimitInputStream 55 @Override public synchronized void mark(int readlimit) { in mark() method in LimitInputStream 56 in.mark(readlimit); in mark() 57 mark = left; in mark() 90 if (mark == -1) { in reset() 95 left = mark; in reset()
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/ |
D | SimpleCParser.h | 25 #pragma mark Cyclic DFA interface start DFA2 32 #pragma mark Cyclic DFA interface end DFA2 34 #pragma mark Tokens 56 #pragma mark Dynamic Global Scopes 57 #pragma mark Dynamic Rule Scopes 58 #pragma mark Rule Return Scopes start
|
/external/antlr/antlr-3.4/runtime/C/src/ |
D | antlr3cyclicdfa.c | 81 ANTLR3_MARKER mark; in antlr3dfapredict() local 86 mark = is->mark(is); /* Store where we are right now */ in antlr3dfapredict() 112 is->rewind(is, mark); in antlr3dfapredict() 123 is->rewind(is, mark); in antlr3dfapredict() 155 is->rewind(is, mark); in antlr3dfapredict() 177 is->rewind(is, mark); in antlr3dfapredict() 184 is->rewind(is, mark); in antlr3dfapredict()
|
/external/elfutils/0.153/po/ |
D | en@quot.header | 8 # left single quotation mark (U+2018) and right single quotation mark (U+2019). 10 # left single quotation mark (U+2018) and right single quotation mark (U+2019) 11 # and pairs of quotation mark (0x22) to 12 # left double quotation mark (U+201C) and right double quotation mark (U+201D).
|
D | en@boldquot.header | 8 # left single quotation mark (U+2018) and right single quotation mark (U+2019). 10 # left single quotation mark (U+2018) and right single quotation mark (U+2019) 11 # and pairs of quotation mark (0x22) to 12 # left double quotation mark (U+201C) and right double quotation mark (U+201D).
|
/external/e2fsprogs/po/ |
D | en@quot.header | 8 # left single quotation mark (U+2018) and right single quotation mark (U+2019). 10 # left single quotation mark (U+2018) and right single quotation mark (U+2019) 11 # and pairs of quotation mark (0x22) to 12 # left double quotation mark (U+201C) and right double quotation mark (U+201D).
|
D | en@boldquot.header | 8 # left single quotation mark (U+2018) and right single quotation mark (U+2019). 10 # left single quotation mark (U+2018) and right single quotation mark (U+2019) 11 # and pairs of quotation mark (0x22) to 12 # left double quotation mark (U+201C) and right double quotation mark (U+201D).
|
/external/bison/po/ |
D | en@quot.header | 8 # left single quotation mark (U+2018) and right single quotation mark (U+2019). 10 # left single quotation mark (U+2018) and right single quotation mark (U+2019) 11 # and pairs of quotation mark (0x22) to 12 # left double quotation mark (U+201C) and right double quotation mark (U+201D).
|
/external/bison/runtime-po/ |
D | en@quot.header | 8 # left single quotation mark (U+2018) and right single quotation mark (U+2019). 10 # left single quotation mark (U+2018) and right single quotation mark (U+2019) 11 # and pairs of quotation mark (0x22) to 12 # left double quotation mark (U+201C) and right double quotation mark (U+201D).
|
D | en@boldquot.header | 8 # left single quotation mark (U+2018) and right single quotation mark (U+2019). 10 # left single quotation mark (U+2018) and right single quotation mark (U+2019) 11 # and pairs of quotation mark (0x22) to 12 # left double quotation mark (U+201C) and right double quotation mark (U+201D).
|
/external/libexif/po/ |
D | en@quot.header | 8 # left single quotation mark (U+2018) and right single quotation mark (U+2019). 10 # left single quotation mark (U+2018) and right single quotation mark (U+2019) 11 # and pairs of quotation mark (0x22) to 12 # left double quotation mark (U+201C) and right double quotation mark (U+201D).
|
D | en@boldquot.header | 8 # left single quotation mark (U+2018) and right single quotation mark (U+2019). 10 # left single quotation mark (U+2018) and right single quotation mark (U+2019) 11 # and pairs of quotation mark (0x22) to 12 # left double quotation mark (U+201C) and right double quotation mark (U+201D).
|
/external/chromium_org/third_party/yasm/source/patched-yasm/po/ |
D | en@quot.header | 8 # left single quotation mark (U+2018) and right single quotation mark (U+2019). 10 # left single quotation mark (U+2018) and right single quotation mark (U+2019) 11 # and pairs of quotation mark (0x22) to 12 # left double quotation mark (U+201C) and right double quotation mark (U+201D).
|
D | en@boldquot.header | 8 # left single quotation mark (U+2018) and right single quotation mark (U+2019). 10 # left single quotation mark (U+2018) and right single quotation mark (U+2019) 11 # and pairs of quotation mark (0x22) to 12 # left double quotation mark (U+201C) and right double quotation mark (U+201D).
|