/external/proguard/src/proguard/util/ |
D | ListMatcher.java | 34 private final boolean[] negate; field in ListMatcher 43 public ListMatcher(StringMatcher[] matchers, boolean[] negate) in ListMatcher()
|
/external/proguard/src/proguard/evaluation/value/ |
D | NegatedIntegerValue.java | 44 public IntegerValue negate() in negate() method in NegatedIntegerValue
|
D | NegatedDoubleValue.java | 44 public DoubleValue negate() in negate() method in NegatedDoubleValue
|
D | NegatedLongValue.java | 44 public LongValue negate() in negate() method in NegatedLongValue
|
D | NegatedFloatValue.java | 44 public FloatValue negate() in negate() method in NegatedFloatValue
|
D | UnknownDoubleValue.java | 32 public DoubleValue negate() in negate() method in UnknownDoubleValue
|
D | UnknownFloatValue.java | 32 public FloatValue negate() in negate() method in UnknownFloatValue
|
D | UnknownLongValue.java | 32 public LongValue negate() in negate() method in UnknownLongValue
|
D | SpecificFloatValue.java | 32 public FloatValue negate() in negate() method in SpecificFloatValue
|
D | SpecificDoubleValue.java | 32 public DoubleValue negate() in negate() method in SpecificDoubleValue
|
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/ |
D | CharMatcher.java | 431 @Override public CharMatcher negate() { in is() method 457 @Override public CharMatcher negate() { in isNot() method in CharMatcher
|
/external/guava/guava/src/com/google/common/base/ |
D | CharMatcher.java | 433 @Override public CharMatcher negate() { in is() method 472 @Override public CharMatcher negate() { in isNot() method in CharMatcher
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowPoint.java | 34 public final void negate() { in negate() method in ShadowPoint
|
D | ShadowPointF.java | 36 public final void negate() { in negate() method in ShadowPointF
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_inline_literals.c | 28 unsigned negate = !!(float_bits & 0x80000000); in ieee_754_to_r300_float() local
|
D | radeon_optimize.c | 213 unsigned int negate= 0; in constant_folding_mad() local 254 unsigned int negate = 0; in constant_folding_mul() local 287 unsigned int negate = 0; in constant_folding_add() local
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/ |
D | SecP192R1FieldElement.java | 103 public ECFieldElement negate() in negate() method in SecP192R1FieldElement
|
D | SecP521R1FieldElement.java | 103 public ECFieldElement negate() in negate() method in SecP521R1FieldElement
|
D | SecP256R1FieldElement.java | 103 public ECFieldElement negate() in negate() method in SecP256R1FieldElement
|
D | SecP384R1FieldElement.java | 103 public ECFieldElement negate() in negate() method in SecP384R1FieldElement
|
/external/llvm/utils/lit/lit/ |
D | ShCommands.py | 39 def __init__(self, commands, negate=False, pipe_err=False): argument
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/ |
D | TexturePixel.java | 211 public void negate() { in negate() method in TexturePixel
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_vertprog.h | 126 #define MAKE_VSF_SOURCE(in_reg_index, comp_x, comp_y, comp_z, comp_w, class, negate) \ argument 134 #define EASY_VSF_SOURCE(in_reg_index, comp_x, comp_y, comp_z, comp_w, class, negate) \ argument
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_program.h | 100 negate(int reg, int x, int y, int z, int w) in negate() function
|
/external/v8/src/regexp/ |
D | regexp-parser.cc | 1083 const char* property_value_name, bool negate, in LookupPropertyValueName() 1126 bool negate, Zone* zone) { in LookupSpecialPropertyValueName() 1145 bool negate) { in ParsePropertyClass() 1210 bool negate) { in ParsePropertyClass()
|