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

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/chrome/browser/resources/net_internals/
source_filter_parser.js 28 var negated = filterList[i].negated;
30 var sort = parseSortDirective_(filterElement, negated);
38 var filter = parseRestrictDirective_(filterElement, negated);
40 filter = parseStringDirective_(filterElement, negated);
42 if (negated) {
50 textFilters.push({ text: filterElement, negated: negated });
135 * {parsed, original, negated} values that correspond to substrings of the
147 var negated = false
    [all...]
  /external/chromium_org/third_party/re2/re2/
unicode_groups.h 48 // Negated groups are not included.
53 // Negated groups are included.
58 // Negated groups are included.
  /external/regex-re2/re2/
unicode_groups.h 48 // Negated groups are not included.
53 // Negated groups are included.
58 // Negated groups are included.
  /external/proguard/src/proguard/evaluation/value/
NegatedDoubleValue.java 24 * This DoubleValue represents a double value that is negated.
34 * Creates a new negated double value of the given double value.
NegatedFloatValue.java 24 * This FloatValue represents a float value that is negated.
34 * Creates a new negated float value of the given float value.
NegatedIntegerValue.java 24 * This IntegerValue represents a integer value that is negated.
34 * Creates a new negated integer value of the given integer value.
NegatedLongValue.java 24 * This LongValue represents a long value that is negated.
34 * Creates a new negated long value of the given long value.
  /external/iptables/extensions/
libxt_ipvs.man 6 Any of the following options implies \-\-ipvs (even negated)
libxt_connlabel.man 18 option was negated).
libxt_set.man 25 If the \fB\-\-update\-counters\fP flag is negated, then the packet and
30 If the \fB\-\-update\-subcounters\fP flag is negated, then the packet and
  /external/clang/lib/Analysis/
ThreadSafetyLogical.cpp 19 // to keep track of whether LHS and RHS are negated.
48 // When performing right recursion (negated):
55 // When performing right recursion (negated):
73 // When performing left recursion (negated):
80 // When performing left recursion (negated):
107 // Start out by assuming that LHS and RHS are not negated.
  /external/proguard/src/proguard/util/
ListParser.java 61 * be a list of optionally negated simple entries.
94 * an optionally negated simple expression.
106 * Returns whether the given simple regular expression is negated.
ListMatcher.java 26 * list can optionally be negated, meaning that a match makes the entire
  /external/chromium_org/cc/test/
skia_common.cc 24 // We're drawing the entire canvas, so the negated content region is empty.
  /external/llvm/test/CodeGen/ARM/
inlineasm-imm-arm.ll 21 ; Test ARM-mode "L" constraint, for negated Data Processing immediates.
  /bionic/libc/bionic/
pthread_getcpuclockid.cpp 39 // The tid is stored in the top bits, but negated.
  /external/llvm/test/CodeGen/SystemZ/
fp-abs-02.ll 1 ; Test negated floating-point absolute.
  /external/llvm/test/CodeGen/Thumb/
inlineasm-imm-thumb.ll 9 ; Test Thumb-mode "J" constraint, for negated ADD immediates.
  /external/chromium_org/third_party/re2/doc/
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/doc/
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/chromium_org/third_party/re2/re2/testing/
exhaustive2_test.cc 57 // dot does not match \n but negated character classes [^a] do.
  /external/regex-re2/re2/testing/
exhaustive2_test.cc 57 // dot does not match \n but negated character classes [^a] do.
  /external/chromium_org/third_party/opus/src/silk/
LPC_inv_pred_gain.c 59 /* Set RC equal to negated AR coef */
93 /* Set RC equal to negated AR coef */
  /external/libopus/silk/
LPC_inv_pred_gain.c 59 /* Set RC equal to negated AR coef */
93 /* Set RC equal to negated AR coef */
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/
tests.js 63 // run.test('Addition resets negated zeros', '~ + [_ + [0]]');
64 // run.test('Subtraction resets negated zeros', '~ - [_ - [0]]');
65 // run.test('Multiplication resets negated zeros', '~ * [_ * [0]]');
66 // run.test('Division resets negated zeros', '~ / [_ / [0]]');
67 // run.test('Equals resets negated zeros', '~ = [0 _ [0]]');

Completed in 1292 milliseconds

1 2 3 4 5 6 7 8 91011