Home
last modified time | relevance | path

Searched refs:_add (Results 1 – 25 of 41) sorted by relevance

12

/external/python/cpython3/Lib/
Dos.py104 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 …]
Dfractions.py383 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/
DArrayNode.java292 _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/
Dshapes.py46 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/
Dlinear_operator_addition.py261 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/
D2008-02-23-MulSub.ll5 %_add = mul i26 %a, 2885 ; <i26> [#uses=1]
7 %_sub = sub i26 %_add, %_shl2 ; <i26> [#uses=1]
/external/llvm/test/Transforms/InstCombine/
D2008-02-23-MulSub.ll5 %_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/
DAnnotationMap.java121 _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/
DBastion.py140 self._add(n)
141 def _add(self, n): member in _test.Original
Dfractions.py387 def _add(a, b): member in Fraction
393 __add__, __radd__ = _operator_fallbacks(_add, operator.add)
/external/bazelbuild-rules_android/rules/
Dattrs.bzl19 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/
DIceTargetLoweringX8664.cpp146 _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()
DIceTargetLoweringX8632.cpp157 _add(esp, Adjustment); in _add_sp()
286 _add(CallDest, GotFromPc); in emitGetIP()
/external/libevent/include/event2/
Drpc_compat.h53 (*(msg)->base->member##_add)(msg, ## args)
Drpc.h132 (*(msg)->base->member##_add)((msg), (value))
137 (*(msg)->base->member##_add)(msg)
/external/igt-gpu-tools/benchmarks/
Dewma.h53 static inline void ewma_##name##_add(struct ewma_##name *e, \
/external/python/cpython3/Lib/test/test_zoneinfo/
Dtest_zoneinfo.py1068 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/
Dmmx_blend.S290 #define TAG(x) CONCAT(x,_add)
291 #define LLTAG(x) LLBL2(x,_add)
/external/python/cpython3/Doc/library/
Dnumbers.rst215 def _add(a, b):
221 __add__, __radd__ = _operator_fallbacks(_add, operator.add)
/external/python/cpython2/Doc/library/
Dnumbers.rst212 def _add(a, b):
218 __add__, __radd__ = _operator_fallbacks(_add, operator.add)
/external/icu/icu4c/source/common/
Duniset.cpp983 _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/
Dblktrace.tex545 \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/
Dfunctional.tessellation_geometry_interaction.txt87 control, ...}_add cases, gl_PointSize is incremented by a constant. In {eval,
/external/icu/icu4c/source/common/unicode/
Duniset.h1123 void _add(const UnicodeString& s);
/external/python/pycparser/tests/c_files/
Dcppd_with_stdio_h.c2392 unsigned short _add; member

12