HomeSort by relevance Sort by last modified time
    Searched refs:negated (Results 1 - 11 of 11) sorted by null

  /external/openssh/
auth-rhosts.c 85 int negated; local
125 negated = 0;
127 /* Process negated host names, or positive netgroups. */
129 negated = 1;
135 negated = 1;
165 /* If the entry was negated, deny access. */
166 if (negated) {
match.c 123 int negated; local
129 /* Check if the subpattern is negated. */
131 negated = 1;
134 negated = 0;
158 if (negated)
readconf.c 360 int negated, opcode, *intptr, value, value2, scale; local
808 negated = *arg == '!';
809 if (negated)
812 if (negated) {
814 "block because of negated match "
    [all...]
  /external/icu4c/i18n/
regexcmp.h 118 UnicodeSet *createSetForProperty(const UnicodeString &propName, UBool negated);
regexcmp.cpp 577 // Negated Lookahead. (?! stuff )
665 // Compile a (?<! negated look-behind open paren.
    [all...]
  /external/regex-re2/re2/
parse.cc 1666 bool negated = false; local
1846 bool negated = false; local
    [all...]
  /external/v8/test/mjsunit/
codegen-coverage.js 96 a = x + 1; // Still a smi, the greatest smi negated.
  /frameworks/base/core/java/android/net/dhcp/
DhcpPacket.java 411 int negated = ~sum; local
412 return intAbs((short) negated);
  /external/libvpx/build/make/
configure.sh 110 All boolean options can be negated. The default value is the opposite
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 286 milliseconds