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

1 2

  /external/pcre/dist2/src/
pcre2_xclass.c 72 BOOL negated = (*data & XCL_NOT) != 0; local
87 if ((*data & XCL_MAP) == 0) return negated;
92 return !negated; /* char found */
114 if (c == x) return !negated;
130 if (c >= x && c <= y) return !negated;
142 if (isprop) return !negated;
147 prop->chartype == ucp_Lt) == isprop) return !negated;
152 return !negated;
156 if ((data[1] == prop->chartype) == isprop) return !negated;
160 if ((data[1] == prop->script) == isprop) return !negated;
    [all...]
pcre2_auto_possess.c 190 negated TRUE if it's a negated property (\P or \p{^)
197 BOOL negated)
207 prop->chartype == ucp_Lt) == negated;
210 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated;
213 return (pdata == prop->chartype) == negated;
216 return (pdata == prop->script) == negated;
222 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated;
234 return negated;
237 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated;
    [all...]
pcre2_compile.c 2855 BOOL negated; local
3385 BOOL negated; local
    [all...]
  /external/curl/docs/cmdline-opts/
no-keepalive.d 7 Note that this is the negated option name documented. You can thus use
no-buffer.d 10 Note that this is the negated option name documented. You can thus use
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/MCTargetDesc/
AVRMCExpr.h 55 bool isNegated() const { return Negated; }
56 void setNegated(bool negated = true) { Negated = negated; }
82 bool Negated;
85 explicit AVRMCExpr(VariantKind Kind, const MCExpr *Expr, bool Negated)
86 : Kind(Kind), SubExpr(Expr), Negated(Negated) {}
  /external/openssh/
auth-rhosts.c 88 int negated; local
128 negated = 0;
130 /* Process negated host names, or positive netgroups. */
132 negated = 1;
138 negated = 1;
169 /* If the entry was negated, deny access. */
170 if (negated) {
match.c 124 int negated; local
130 /* Check if the subpattern is negated. */
132 negated = 1;
135 negated = 0;
159 if (negated)
readconf.c 831 int r, oactive, negated, opcode, *intptr, value, value2, cmdline = 0; local
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/draft/
UnicodeSetBuilder.java 69 boolean negated; field in class:UnicodeSetBuilder.MyObjectBuilder.Info
72 public Info(UnicodeSet set, boolean negated, Operation operation) {
75 this.negated = negated;
229 negateSet = popped.negated;
  /external/v8/src/
flags.cc 336 // a flag name and flag value (or nullptr if they are missing). negated is set
341 bool* negated) {
344 *negated = false;
360 *negated = true;
435 bool negated;
436 SplitArgument(arg, buffer, sizeof buffer, &name, &value, &negated);
474 *flag->bool_variable() = !negated;
477 *flag->maybe_bool_variable() = MaybeBoolFlag::Create(true, !negated);
525 if ((is_bool_type && value != nullptr) || (!is_bool_type && negated) ||
  /external/catch2/include/internal/
catch_run_context.cpp 394 bool negated = isFalseTest( info.resultDisposition ); local
395 bool result = expr.getResult() != negated;
402 reportExpr(info, ResultWas::Ok, &expr, negated);
406 reportExpr(info, ResultWas::ExpressionFailed, &expr, negated );
414 bool negated ) {
417 AssertionResultData data( resultType, LazyExpression( negated ) );
catch_run_context.h 122 bool negated );
  /external/icu/icu4c/source/i18n/
regexcmp.h 127 UnicodeSet *createSetForProperty(const UnicodeString &propName, UBool negated);
plurrule.cpp 517 curAndConstraint->negated=TRUE;
521 curAndConstraint->negated=TRUE;
774 this->negated=other.negated;
826 if (negated) {
    [all...]
plurrule_impl.h 317 UBool negated = FALSE; // TRUE for negated rules. member in class:AndConstraint
regexcmp.cpp 600 // Negated Lookahead. (?! stuff )
682 // Compile a (?<! negated look-behind open paren.
    [all...]
  /external/libchrome/third_party/jinja2/
parser.py 824 negated = Tru
    [all...]
  /external/proguard/src/proguard/
ConfigurationParser.java 592 boolean negated =
595 String strippedWord = negated ?
636 if (!negated)
    [all...]
  /external/mksh/src/
misc.c 965 bool negated = false; local
971 negated = true;
987 return (found != negated ? p : NULL);
    [all...]
  /external/caliper/lib/
joda-time-2.1.jar 
  /external/pcre/dist2/src/sljit/
sljitNativeARM_64.c 392 sljit_s32 negated, ones, right; local
422 negated = 0;
424 negated = 1;
448 if (negated)
    [all...]
  /external/v8/src/regexp/
jsregexp.cc 5086 ZoneList<CharacterRange>* negated = local
5835 ZoneList<CharacterRange>* negated = local
    [all...]
  /external/libvpx/libvpx/build/make/
configure.sh 107 All boolean options can be negated. The default value is the opposite
    [all...]
  /external/guice/lib/build/
bnd-0.0.384.jar 

Completed in 1058 milliseconds

1 2