/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
D | AStringExpression.java | 10 private TString _value_; field in AStringExpression 18 @SuppressWarnings("hiding") TString _value_) in AStringExpression() 21 setValue(_value_); in AStringExpression() 29 cloneNode(this._value_)); in clone() 39 return this._value_; in getValue() 44 if(this._value_ != null) in setValue() 46 this._value_.parent(null); in setValue() 59 this._value_ = node; in setValue() 66 + toString(this._value_); in toString() 73 if(this._value_ == child) in removeChild() [all …]
|
D | ADecimalExpression.java | 10 private TDecNumber _value_; field in ADecimalExpression 18 @SuppressWarnings("hiding") TDecNumber _value_) in ADecimalExpression() 21 setValue(_value_); in ADecimalExpression() 29 cloneNode(this._value_)); in clone() 39 return this._value_; in getValue() 44 if(this._value_ != null) in setValue() 46 this._value_.parent(null); in setValue() 59 this._value_ = node; in setValue() 66 + toString(this._value_); in toString() 73 if(this._value_ == child) in removeChild() [all …]
|
D | AHexExpression.java | 10 private THexNumber _value_; field in AHexExpression 18 @SuppressWarnings("hiding") THexNumber _value_) in AHexExpression() 21 setValue(_value_); in AHexExpression() 29 cloneNode(this._value_)); in clone() 39 return this._value_; in getValue() 44 if(this._value_ != null) in setValue() 46 this._value_.parent(null); in setValue() 59 this._value_ = node; in setValue() 66 + toString(this._value_); in toString() 73 if(this._value_ == child) in removeChild() [all …]
|
/external/python/cpython3/Lib/ |
D | enum.py | 217 enum_member._value_ = value 222 enum_member._value_ = value 224 enum_member._value_ = member_type(*args) 225 value = enum_member._value_ 232 if canonical_member._value_ == enum_member._value_: 597 if member._value_ == value: 635 self.__class__.__name__, self._name_, self._value_) 662 val = self._value_ 669 return self.__class__, (self._value_, ) 686 return self._value_ [all …]
|
D | re.py | 160 value = self._value_ 166 if value & m._value_: 167 value &= ~m._value_
|
D | pstats.py | 50 obj._value_ = value
|
/external/python/enum34/enum/ |
D | __init__.py | 228 enum_member._value_ = value 232 enum_member._value_ = member_type(*args) 233 value = enum_member._value_ 240 if canonical_member.value == enum_member._value_: 668 self.__class__.__name__, self._name_, self._value_) 765 return self.__class__, (self._value_, ) 784 return self._value_
|
D | test.py | 1575 obj._value_ = value 1578 return int(self._value_) 1592 obj._value_ = value 1595 return int(self._value_) 1611 obj._value_ = value 1635 return self._value_ >= other._value_ 1639 return self._value_ > other._value_ 1643 return self._value_ <= other._value_ 1647 return self._value_ < other._value_ 1739 obj._value_ = value [all …]
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
D | GpMacros.h | 347 #define INITIALIZER(_value_) = _value_ argument 350 #define INITIALIZER(_value_) argument
|
/external/python/cpython3/Lib/http/ |
D | __init__.py | 26 obj._value_ = value
|
/external/llvm-project/mlir/docs/ |
D | Quantization.md | 118 af&fine\_value_{uint8 \, or \, uint16} \\ 119 …&= clampToTargetSize(roundToNearestInteger( \frac{real\_value_{Single}}{scale_{Single}})_{sint32} … 139 re&al\_value_{Single} \\ 140 …&= roundToNearestFloat((affine\_value_{uint8 \, or \, uint16} - zero\_point_{uint8 \, or \, uint16… 153 scaled\_value = affine\_value_{non\mbox{-}negative} - zero\_point_{non\mbox{-}negative} 162 affine\_value_{non\mbox{-}negative} = scaled\_value + zero\_point_{non\mbox{-}negative}
|
/external/deqp-deps/amber/docs/ |
D | amber_script.md | 291 _value_+ 296 FILL _value_ 402 ATTACH {name_of_shader} SPECIALIZE _id_ AS uint32 _value_ 404 SPECIALIZE _id_ AS uint32 _value_ \ 405 SPECIALIZE _id_ AS float _value_ 686 [ START_IDX _value_ (default 0) ] \ 702 [ START_IDX _value_ (default 0) ] \ 736 CLEAR_DEPTH {pipeline} _value_ 740 CLEAR_STENCIL {pipeline} _value_ 765 EXPECT {buffer_name} IDX _x_ {comparator} _value_+ [all …]
|
D | vk_script.md | 278 * `clear depth _value_` 280 Sets the depth clear value. The _value_ is a float and defaults to 1.0. 284 * `clear stencil _value_` 286 Sets the stencil clear value. The _value_ is an integer and defaults to 0.
|
/external/python/enum34/enum/doc/ |
D | enum.rst | 548 ... obj._value_ = value 604 ... return self._value_ >= other._value_ 608 ... return self._value_ > other._value_ 612 ... return self._value_ <= other._value_ 616 ... return self._value_ < other._value_
|
/external/python/cpython3/Lib/test/ |
D | test_enum.py | 329 return bool(self._value_) 1523 obj._value_ = value 1526 return int(self._value_) 1540 obj._value_ = value 1543 return int(self._value_) 1556 obj._value_ = value 1575 return self._value_ >= other._value_ 1579 return self._value_ > other._value_ 1583 return self._value_ <= other._value_ 1587 return self._value_ < other._value_ [all …]
|
/external/python/cpython3/Doc/library/ |
D | enum.rst | 774 ... obj._value_ = value 877 ... obj._value_ = value 896 ... obj._value_ = value 1081 also a very good idea to set the member's :attr:`_value_` appropriately. Once 1089 - ``_value_`` -- value of the member; can be set / modified in ``__new__``
|
/external/clang/docs/ |
D | LanguageExtensions.rst | 2085 The vector width is specified by ``vectorize_width(_value_)`` and the interleave 2086 count is specified by ``interleave_count(_value_)``, where 2087 _value_ is a positive integer. This is useful for specifying the optimal 2136 The unroll count can be specified explicitly with ``unroll_count(_value_)`` where 2137 _value_ is a positive integer. If this value is greater than the trip count the
|
/external/clang/include/clang/Basic/ |
D | AttrDocs.td | 1684 Specifying the optional parameter, ``#pragma unroll _value_``, directs the 1685 unroller to unroll the loop ``_value_`` times. The parameter may optionally be 1709 ``#pragma unroll`` and ``#pragma unroll _value_`` have identical semantics to 1711 ``#pragma clang loop unroll_count(_value_)`` respectively. ``#pragma nounroll``
|
/external/llvm-project/clang/docs/ |
D | LanguageExtensions.rst | 3031 The vector width is specified by ``vectorize_width(_value_)`` and the interleave 3032 count is specified by ``interleave_count(_value_)``, where 3033 _value_ is a positive integer. This is useful for specifying the optimal 3097 The unroll count can be specified explicitly with ``unroll_count(_value_)`` where 3098 _value_ is a positive integer. If this value is greater than the trip count the
|
/external/llvm-project/clang/include/clang/Basic/ |
D | AttrDocs.td | 3132 Specifying the optional parameter, ``#pragma unroll _value_``, directs the 3133 unroller to unroll the loop ``_value_`` times. The parameter may optionally be 3157 ``#pragma unroll`` and ``#pragma unroll _value_`` have identical semantics to 3159 ``#pragma clang loop unroll_count(_value_)`` respectively. ``#pragma nounroll``
|
/external/testng/ant/3rdparty/ |
D | doclava-1.0.3.jar | META-INF/MANIFEST.MF
assets/html/index.html
assets/templates/data ... |
/external/starlark-go/doc/ |
D | spec.md | 872 the _key_ and the _value_, for every element of another iterable such
|