HomeSort by relevance Sort by last modified time
    Searched defs:_add (Results 1 - 23 of 23) sorted by null

  /art/test/952-invoke-custom/src/
TestLinkerMethodMultipleArgumentTypes.java 51 fieldOrMethodName = "_add",
73 private static int _add(int a, int b) { method in class:TestLinkerMethodMultipleArgumentTypes
TestLinkerMethodMinimalArguments.java 40 fieldOrMethodName = "_add",
50 static int _add(int a, int b) { method in class:TestLinkerMethodMinimalArguments
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Bastion.py 140 self._add(n)
141 def _add(self, n): member in class:_test.Original
158 print "b._add =", b._add,
fractions.py 387 def _add(a, b): member in class:Fraction
393 __add__, __radd__ = _operator_fallbacks(_add, operator.add)
  /external/python/cpython2/Lib/
Bastion.py 140 self._add(n)
141 def _add(self, n): member in class:_test.Original
158 print "b._add =", b._add,
fractions.py 387 def _add(a, b): member in class:Fraction
393 __add__, __radd__ = _operator_fallbacks(_add, operator.add)
  /build/make/core/
cleanbuild.mk 52 define _add-clean-step
72 $(eval $(call _add-clean-step,$(1),true)),\
73 $(eval $(call _add-clean-step,$(1))))
definitions.mk     [all...]
  /external/fonttools/Lib/fontTools/svgLib/path/
shapes.py 27 self._add('z')
29 def _add(self, path_snippet): member in class:PathBuilder
38 self._add('%s%s,%s' % (c, _ntos(x), _ntos(y)))
47 self._add('%s%s,%s 0 %d 1 %s,%s' % (c, _ntos(rx), _ntos(ry), large_arc,
57 self._add('%s%s' % (c, _ntos(x)))
  /external/tensorflow/tensorflow/python/keras/mixed_precision/experimental/
keras_test.py 89 return self._add(inputs, self.v)
91 def _add(self, x, y): member in class:AddLayer
113 return self._add(inputs, math_ops.cast(self.v, inputs.dtype))
  /external/tensorflow/tensorflow/python/ops/linalg/
linear_operator_addition.py 261 def _add(self, op1, op2, operator_name, hints): member in class:_Adder
290 return self._add(op1, op2, operator_name, updated_hints)
304 def _add(self, op1, op2, operator_name, hints): member in class:_AddAndReturnScaledIdentity
333 def _add(self, op1, op2, operator_name, hints): member in class:_AddAndReturnDiag
349 def _add(self, op1, op2, operator_name, hints): member in class:_AddAndReturnTriL
370 def _add(self, op1, op2, operator_name, hints): member in class:_AddAndReturnMatrix
  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
strftime.c 75 static char * _add(const char *, char *, const char * const);
146 pt = _add((t->tm_wday < 0 ||
152 pt = _add((t->tm_wday < 0 ||
158 pt = _add((t->tm_mon < 0 ||
165 pt = _add((t->tm_mon < 0 ||
245 pt = _add("kitchen sink", pt, ptlim);
269 pt = _add("\n", pt, ptlim);
272 pt = _add((t->tm_hour >= (HOURSPERDAY / 2)) ?
302 pt = _add(buf, pt, ptlim);
309 pt = _add("\t", pt, ptlim);
589 _add( function
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/linalg/
linear_operator_addition_test.py 41 def _add(self, op1, op2, operator_name, hints): member in class:_BadAdder
  /bionic/libc/tzcode/
strftime.c 117 static char * _add(const char *, char *, const char *, int);
205 pt = _add((t->tm_wday < 0 ||
211 pt = _add((t->tm_wday < 0 ||
217 pt = _add((t->tm_mon < 0 ||
224 pt = _add((t->tm_mon < 0 ||
311 pt = _add("kitchen sink", pt, ptlim);
335 pt = _add("\n", pt, ptlim, modifier);
339 pt = _add((t->tm_hour >= (HOURSPERDAY / 2)) ?
367 pt = _add(buf, pt, ptlim, modifier);
374 pt = _add("\t", pt, ptlim, modifier)
639 _add(const char *str, char *pt, const char *const ptlim, int modifier) function
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/time/
wcsftime.c 104 static wchar_t * _add(const wchar_t *, wchar_t *, const wchar_t *);
154 pt = _add((t->tm_wday < 0 ||
160 pt = _add((t->tm_wday < 0 ||
166 pt = _add((t->tm_mon < 0 ||
173 pt = _add((t->tm_mon < 0 ||
269 pt = _add(L"\n", pt, ptlim);
272 pt = _add((t->tm_hour >= (HOURSPERDAY / 2)) ?
298 pt = _add(buf, pt, ptlim);
305 pt = _add(L"\t", pt, ptlim);
466 pt = _add(sign, pt, ptlim)
501 _add(const wchar_t *str, wchar_t *pt, const wchar_t *ptlim) function
    [all...]
  /external/python/cpython3/Lib/
fractions.py 401 def _add(a, b): member in class:Fraction
407 __add__, __radd__ = _operator_fallbacks(_add, operator.add)
os.py 100 def _add(str, fn): function
105 _add("HAVE_FACCESSAT", "access")
106 _add("HAVE_FCHMODAT", "chmod")
107 _add("HAVE_FCHOWNAT", "chown")
108 _add("HAVE_FSTATAT", "stat")
109 _add("HAVE_FUTIMESAT", "utime")
110 _add("HAVE_LINKAT", "link")
111 _add("HAVE_MKDIRAT", "mkdir")
112 _add("HAVE_MKFIFOAT", "mkfifo")
113 _add("HAVE_MKNODAT", "mknod"
    [all...]
  /external/tensorflow/tensorflow/python/ops/distributions/
util.py 1015 def _add(*x): function in function:tridiag
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringARM32.h 334 void _add(Variable *Dest, Variable *Src0, Operand *Src1, function
    [all...]
IceTargetLoweringMIPS32.h 166 void _add(Variable *Dest, Variable *Src0, Variable *Src1) { function in class:Ice::MIPS32::TargetMIPS32
    [all...]
IceTargetLoweringX86Base.h 524 void _add(Variable *Dest, Operand *Src0) { function in class:Ice::X86NAMESPACE::TargetX86Base
    [all...]
  /external/libpng/contrib/libtests/
pngvalid.c 8967 image_transform_png_set_@_add(image_transform *this, function
    [all...]
  /external/guice/lib/build/
felix-2.0.5.jar 

Completed in 1333 milliseconds