/external/regex-re2/doc/ |
syntax.html | 19 <tr><td><code>[^xyz]</code></td><td>negated character class</td></tr> 21 <tr><td><code>\D</code></td><td>negated Perl character class</td></tr> 23 <tr><td><code>[:^alpha:]</code></td><td>negated ASCII character class</td></tr> 26 <tr><td><code>\PN</code></td><td>negated Unicode character class (one-letter name)</td></tr> 27 <tr><td><code>\P{Greek}</code></td><td>negated Unicode character class</td></tr> 166 <tr><td><code>[^[:name:]]</code></td><td>named ASCII class inside negated character class (? <code>[:^name:]</code>)</td></tr> 168 <tr><td><code>[^\p{Name}]</code></td><td>named Unicode property inside negated character class (? <code>\P{Name}</code>)</td></tr>
|
/external/llvm/lib/Target/Hexagon/ |
HexagonHardwareLoops.cpp | 499 bool Negated = (Cond.size() > 1) ^ (TB != Header); 542 Cmp = !Negated ? Comparison::EQ : Comparison::NE; 545 Cmp = !Negated ? Comparison::LTs : Comparison::GEs; 548 Cmp = !Negated ? Comparison::LTu : Comparison::GEu; 552 Cmp = !Negated ? Comparison::GTu : Comparison::LEu; 556 Cmp = !Negated ? Comparison::GTs : Comparison::LEs; 587 Cmp = !Negated ? Comparison::EQ : Comparison::NE; 719 // negated. To avoid the negation, just swap Start and End. [all...] |
HexagonOperands.td | 404 // bit negated values. 430 // bit negated values: 455 // bit negated values:
|
/external/regex-re2/re2/ |
parse.cc | 1672 bool negated = false; local 1852 bool negated = false; local [all...] |
tostring.cc | 261 // Heuristic: show class as negated if it contains the
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
UniverseBackground.java | 58 private float mSelfCollapseVelocityPx; // classic value: 2000px/s (will be negated to collapse "up") 66 private float mCollapseAccelPx; // classic value: 2000px/s/s (will be negated to collapse "up")
|
/external/icu4c/i18n/ |
regexcmp.h | 116 UnicodeSet *createSetForProperty(const UnicodeString &propName, UBool negated);
|
/external/iptables/extensions/ |
libxt_ipvs.c | 53 "Any of the following options implies --ipvs (even negated)\n"
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/ |
TextureBlenderLuminance.java | 74 * indicates if the texture is negated
|
/external/linux-tools-perf/util/ |
parse-options.h | 83 * PARSE_OPT_NONEG: says that this option cannot be negated
|
/external/proguard/src/proguard/evaluation/value/ |
DoubleValue.java | 44 * Returns the negated value of this DoubleValue.
|
FloatValue.java | 44 * Returns the negated value of this FloatValue.
|
LongValue.java | 44 * Returns the negated value of this LongValue.
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
ByteArrayInput.java | 162 //The caller wants to know if this is the case, so we'll return the negated value instead
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
Shader.cpp | 247 " // negated compared to the HLSL version, and also why\n"
|
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/ |
LVCS_ReverbGenerator.c | 57 /* 2. The numerator coefficients of the filter are negated to cause an inversion. */
|
/external/openssh/ |
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...] |
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 53 on the line match. Negated matches are therefore useful to [all...] |
ssh_config.5 | 115 A pattern entry may be negated by prefixing it with an exclamation mark 117 If a negated entry is matched, then the 121 Negated matches are therefore useful to provide exceptions for wildcard [all...] |
/external/qemu/ |
elf.h | 636 negated static TLS block offset. */ 638 negated static TLS block offset. */ 640 negated static TLS block offset. */ 641 #define R_390_TLS_LE32 50 /* 32 bit negated offset relative to 643 #define R_390_TLS_LE64 51 /* 64 bit negated offset relative to [all...] |
/external/chromium/sdch/open-vcdiff/src/ |
rolling_hash.h | 56 // value is negated.
|
/external/elfutils/libelf/ |
elf.h | [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCCodeEmitter.cpp | 150 // If in PIC mode, we need to encode the negated address of the
|
/external/open-vcdiff/src/ |
rolling_hash.h | 57 // value is negated.
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/ |
regress-85721.js | 227 //# Since the class is negated, this matches the same as atom-char plus space and tab
|