/external/openssh/ |
D | auth-rhosts.c | 85 int negated; in check_rhosts_file() local 125 negated = 0; in check_rhosts_file() 129 negated = 1; in check_rhosts_file() 135 negated = 1; in check_rhosts_file() 166 if (negated) { in check_rhosts_file()
|
D | match.c | 123 int negated; in match_pattern_list() local 131 negated = 1; in match_pattern_list() 134 negated = 0; in match_pattern_list() 158 if (negated) in match_pattern_list()
|
D | readconf.c | 360 int negated, opcode, *intptr, value, value2, scale; in process_config_line() local 808 negated = *arg == '!'; in process_config_line() 809 if (negated) in process_config_line() 812 if (negated) { in process_config_line()
|
D | ssh_config.0 | 50 A pattern entry may be negated by prefixing it with an 51 exclamation mark (`!'). If a negated entry is matched, then the 736 pattern-lists may be negated by preceding them with an exclamation mark
|
D | sshd.0 | 421 indicate negation: if the host name matches a negated pattern, it is not
|
D | ChangeLog | 327 support negated Host matching, e.g.
|
/external/regex-re2/doc/ |
D | syntax.txt | 7 [^xyz] negated character class 9 \D negated Perl character class 11 [:^alpha:] negated ASCII character class 14 \PN negated Unicode character class (one-letter name) 15 \P{Greek} negated Unicode character class 154 [^[:name:]] named ASCII class inside negated character class (== [:^name:]) 156 [^\p{Name}] named Unicode property inside negated character class (== \P{Name})
|
/external/regex-re2/re2/ |
D | parse.cc | 1666 bool negated = false; in ParseCharClass() local 1672 negated = true; in ParseCharClass() 1756 if (negated) in ParseCharClass() 1846 bool negated = false; in ParsePerlFlags() local 1862 if (negated) in ParsePerlFlags() 1870 if (negated) in ParsePerlFlags() 1878 if (negated) in ParsePerlFlags() 1886 if (negated) in ParsePerlFlags() 1894 if (negated) in ParsePerlFlags() 1896 negated = true; in ParsePerlFlags() [all …]
|
/external/iptables/extensions/ |
D | libxt_ipvs.man | 6 Any of the following options implies \-\-ipvs (even negated)
|
/external/llvm/test/CodeGen/ARM/ |
D | inlineasm-imm-arm.ll | 21 ; Test ARM-mode "L" constraint, for negated Data Processing immediates.
|
/external/llvm/test/CodeGen/Thumb/ |
D | inlineasm-imm-thumb.ll | 9 ; Test Thumb-mode "J" constraint, for negated ADD immediates.
|
/external/icu4c/i18n/ |
D | regexcmp.h | 118 UnicodeSet *createSetForProperty(const UnicodeString &propName, UBool negated);
|
D | regexcmp.cpp | 3925 UBool negated = (fC.fChar == chP); in scanProp() local 3945 uset = createSetForProperty(propertyName, negated); in scanProp() 3996 UBool negated = FALSE; in scanPosixProp() local 4001 negated = TRUE; in scanPosixProp() 4024 uset = createSetForProperty(propName, negated); in scanPosixProp() 4059 UnicodeSet *RegexCompile::createSetForProperty(const UnicodeString &propName, UBool negated) { in createSetForProperty() argument 4071 if (negated) { in createSetForProperty() 4102 if (negated) { in createSetForProperty() 4248 if (negated) { in createSetForProperty()
|
/external/llvm/lib/Target/CellSPU/ |
D | SPUInstrInfo.td | 2508 // NOTE(2): $rB must be negated before the right rotate! 2517 [/* see patterns below - $rB must be negated */]>; 2523 // Note: This instruction doesn't match a pattern because rB must be negated 2528 [/* see patterns below - $rB must be negated! */]>; 2582 [/* see patterns below - $rB must be negated */]>; 2589 [/* see patterns below - $rB must be negated */]>; 2639 [/* no pattern, $rB must be negated */]>; 2724 // Note that the rotate amount has to be negated 2793 [/* see patterns below - $rB must be negated */]>; 2801 [/* see patterns below - $rB must be negated */]>; [all …]
|
/external/libvpx/build/make/ |
D | configure.sh | 110 All boolean options can be negated. The default value is the opposite
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/texinfo/ |
D | flex.info | 389 a "negated character class", i.e., any character but those in the 534 - A negated character class such as the example "[^A-Z]" above *will 536 one of the characters explicitly present in the negated character 538 expression tools treat negated character classes, but
|
D | flex.texi | 489 a "negated character class", i.e., any character 645 A negated character class such as the example 648 characters explicitly present in the negated character 650 other regular expression tools treat negated
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/ |
D | flex.man | 366 [^A-Z] a "negated character class", i.e., any character 521 - A negated character class such as the example "[^A-Z]" 538 explicitly present in the negated character class 540 ular expression tools treat negated character classes,
|
/external/llvm/lib/Target/PTX/ |
D | PTXInstrInfo.td | 812 // fold it into negated predicates, if possible.
|
/external/oprofile/ |
D | ChangeLog-2003 | 4576 implicitly specify the value must be negated
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 29506 Specificity of negated selectors apparently miscalculated 29509 Give negated selectors the specificity of the selector they are negating. 37407 the shadow direction is negated in canvas context shadowOffsetY.
|
D | ChangeLog-2010-05-24 | 5779 for builds that don't have XHTMLMP enabled. Given that r55802 negated the condition without
|
D | ChangeLog-2010-01-29 | 71353 object's AXID will be negative and fit into a LONG when negated.
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2010-05-24 | 5501 negated in int space.
|