/external/python/cpython3/Lib/ |
D | os.py | 104 def _add(str, fn): function 109 _add("HAVE_FACCESSAT", "access") 110 _add("HAVE_FCHMODAT", "chmod") 111 _add("HAVE_FCHOWNAT", "chown") 112 _add("HAVE_FSTATAT", "stat") 113 _add("HAVE_FUTIMESAT", "utime") 114 _add("HAVE_LINKAT", "link") 115 _add("HAVE_MKDIRAT", "mkdir") 116 _add("HAVE_MKFIFOAT", "mkfifo") 117 _add("HAVE_MKNODAT", "mknod") [all …]
|
D | fractions.py | 383 def _add(a, b): member in Fraction 389 __add__, __radd__ = _operator_fallbacks(_add, operator.add)
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/node/ |
D | ArrayNode.java | 292 _add(value); in add() 386 _add(n); in addArray() 399 _add(n); in addObject() 414 _add(pojoNode(value)); in addPOJO() 428 _add(rawValueNode(raw)); in addRawValue() 440 _add(nullNode()); in addNull() 450 _add(numberNode(v)); in add() 464 return _add(numberNode(value.intValue())); in add() 472 public ArrayNode add(long v) { return _add(numberNode(v)); } in add() 484 return _add(numberNode(value.longValue())); in add() [all …]
|
/external/fonttools/Lib/fontTools/svgLib/path/ |
D | shapes.py | 46 self._add('z') 48 def _add(self, path_snippet): member in PathBuilder 57 self._add('%s%s,%s' % (c, _ntos(x), _ntos(y))) 66 self._add('%s%s,%s 0 %d 1 %s,%s' % (c, _ntos(rx), _ntos(ry), large_arc, 76 self._add('%s%s' % (c, _ntos(x))) 91 self._add('%s%s,%s' % (c, _ntos(x), _ntos(y)))
|
/external/tensorflow/tensorflow/python/ops/linalg/ |
D | linear_operator_addition.py | 261 def _add(self, op1, op2, operator_name, hints): member in _Adder 290 return self._add(op1, op2, operator_name, updated_hints) 304 def _add(self, op1, op2, operator_name, hints): member in _AddAndReturnScaledIdentity 333 def _add(self, op1, op2, operator_name, hints): member in _AddAndReturnDiag 349 def _add(self, op1, op2, operator_name, hints): member in _AddAndReturnTriL 370 def _add(self, op1, op2, operator_name, hints): member in _AddAndReturnMatrix
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | 2008-02-23-MulSub.ll | 5 %_add = mul i26 %a, 2885 ; <i26> [#uses=1] 7 %_sub = sub i26 %_add, %_shl2 ; <i26> [#uses=1]
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2008-02-23-MulSub.ll | 5 %_add = mul i26 %a, 2885 ; <i26> [#uses=1] 7 %_sub = sub i26 %_add, %_shl2 ; <i26> [#uses=1]
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/ |
D | AnnotationMap.java | 121 _add(ann); in addIfNotPresent() 134 return _add(ann); in add() 151 protected final boolean _add(Annotation ann) { in _add() method in AnnotationMap
|
/external/python/cpython2/Lib/ |
D | Bastion.py | 140 self._add(n) 141 def _add(self, n): member in _test.Original
|
D | fractions.py | 387 def _add(a, b): member in Fraction 393 __add__, __radd__ = _operator_fallbacks(_add, operator.add)
|
/external/bazelbuild-rules_android/rules/ |
D | attrs.bzl | 19 def _add(attrs, *others): 100 _COMPILATION = _add( 138 _DATA_CONTEXT = _add( 275 ANDROID_TOOLS_DEFAULTS_JAR_ATTRS = _add(_ANDROID_SDK) 284 add = _add,
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringX8664.cpp | 146 _add(rsp, Adjustment); in _add_sp() 179 _add(esp, Adjustment); in _add_sp() 181 _add(rsp, r15); in _add_sp() 203 _add(rsp, r15); in _mov_sp() 254 _add(rbp, r15); in _link_bp() 290 _add(rbp, r15); in _unlink_bp() 540 _add(rsp, r15); in _sub_sp() 635 _add(T64, r15); in lowerIndirectJump() 700 _add(T64, r15); in emitCallToTarget() 786 _add(T_rcx, r15); in emitSandboxedReturn()
|
D | IceTargetLoweringX8632.cpp | 157 _add(esp, Adjustment); in _add_sp() 286 _add(CallDest, GotFromPc); in emitGetIP()
|
/external/libevent/include/event2/ |
D | rpc_compat.h | 53 (*(msg)->base->member##_add)(msg, ## args)
|
D | rpc.h | 132 (*(msg)->base->member##_add)((msg), (value)) 137 (*(msg)->base->member##_add)(msg)
|
/external/igt-gpu-tools/benchmarks/ |
D | ewma.h | 53 static inline void ewma_##name##_add(struct ewma_##name *e, \
|
/external/python/cpython3/Lib/test/test_zoneinfo/ |
D | test_zoneinfo.py | 1068 def _add(): function 1096 def _add(): function 1120 def _add(): function 1145 def _add(): function 1169 def _add(): function 1182 def _add(): function 1195 def _add(): function 1216 def _add(): function 1249 def _add(): function 1272 def _add(): function
|
/external/mesa3d/src/mesa/x86/ |
D | mmx_blend.S | 290 #define TAG(x) CONCAT(x,_add) 291 #define LLTAG(x) LLBL2(x,_add)
|
/external/python/cpython3/Doc/library/ |
D | numbers.rst | 215 def _add(a, b): 221 __add__, __radd__ = _operator_fallbacks(_add, operator.add)
|
/external/python/cpython2/Doc/library/ |
D | numbers.rst | 212 def _add(a, b): 218 __add__, __radd__ = _operator_fallbacks(_add, operator.add)
|
/external/icu/icu4c/source/common/ |
D | uniset.cpp | 983 _add(s); in add() 997 void UnicodeSet::_add(const UnicodeString& s) { in _add() function in UnicodeSet 1266 _add(s); in complement() 1295 _add(*s); in addAll() 1364 _add(*(const UnicodeString*)e); in complementAll()
|
/external/blktrace/doc/ |
D | blktrace.tex | 545 \texttt{blk\_add\_trace\_msg}. 777 \item[blk\_add\_trace\_rq(struct request\_queue *q, struct request\_queue 785 \item[blk\_add\_trace\_bio(struct request\_queue *q, struct bio *bio, 791 \item[blk\_add\_trace\_generic(struct request\_queue *q, struct bio *bio, 798 \item[blk\_add\_trace\_pdu\_int(struct request\_queue *q, u32 what, 805 \item[blk\_add\_trace\_remap(struct request\_queue *q, struct bio *bio, 810 \item[blk\_add\_trace\_msg(struct request\_queue *q, char *fmt, ...)]
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.tessellation_geometry_interaction.txt | 87 control, ...}_add cases, gl_PointSize is incremented by a constant. In {eval,
|
/external/icu/icu4c/source/common/unicode/ |
D | uniset.h | 1123 void _add(const UnicodeString& s);
|
/external/python/pycparser/tests/c_files/ |
D | cppd_with_stdio_h.c | 2392 unsigned short _add; member
|