/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/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/opencv3/3rdparty/openexr/Imath/ |
D | ImathColor.h | 373 Color3<T>::negate () in negate() function 632 Color4<T>::negate () in negate() function
|
D | ImathVec.h | 1071 Vec2<T>::negate () in negate() function 1552 Vec3<T>::negate () in negate() function 1945 Vec4<T>::negate () in negate() function
|
/external/proguard/src/proguard/evaluation/value/ |
D | NegatedLongValue.java | 44 public LongValue negate() in negate() method in NegatedLongValue
|
D | NegatedDoubleValue.java | 44 public DoubleValue negate() in negate() method in NegatedDoubleValue
|
D | NegatedIntegerValue.java | 44 public IntegerValue negate() in negate() method in NegatedIntegerValue
|
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
|
/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_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
|
D | radeon_inline_literals.c | 28 unsigned negate = !!(float_bits & 0x80000000); in ieee_754_to_r300_float() local
|
/external/opencv3/modules/core/include/opencv2/core/cuda/ |
D | functional.hpp | 120 template <typename T> struct negate : unary_function<T, T> struct 122 __device__ __forceinline__ T operator ()(typename TypeTraits<T>::ParameterType a) const in operator ()() 126 __host__ __device__ __forceinline__ negate() {} in negate() function 127 __host__ __device__ __forceinline__ negate(const negate&) {} in negate() function
|
/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/llvm/utils/lit/lit/ |
D | ShCommands.py | 39 def __init__(self, commands, negate=False, pipe_err=False): argument
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/ |
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 | SecP192R1FieldElement.java | 103 public ECFieldElement negate() in negate() method in SecP192R1FieldElement
|
D | SecP384R1FieldElement.java | 103 public ECFieldElement negate() in negate() method in SecP384R1FieldElement
|
/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
|