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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
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)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
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)
  /system/core/healthd/
Android.mk 55 define _add-charger-image
70 $(eval $(call _add-charger-image,$(_img))))
78 _add-charger-image :=
  /build/core/
cleanbuild.mk 28 define _add-clean-step
48 $(eval $(call _add-clean-step,$(1),true)),\
49 $(eval $(call _add-clean-step,$(1))))
definitions.mk     [all...]
  /bionic/libc/tzcode/
strftime.c 114 static char * _add(const char *, char *, const char *, int);
198 pt = _add((t->tm_wday < 0 ||
204 pt = _add((t->tm_wday < 0 ||
210 pt = _add((t->tm_mon < 0 ||
217 pt = _add((t->tm_mon < 0 ||
320 pt = _add("kitchen sink", pt, ptlim);
352 pt = _add("\n", pt, ptlim, modifier);
355 pt = _add((t->tm_hour >= (HOURSPERDAY / 2)) ?
361 pt = _add((t->tm_hour >= (HOURSPERDAY / 2)) ?
392 pt = _add(buf, pt, ptlim, modifier)
654 _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)) ?
303 pt = _add(buf, pt, ptlim);
310 pt = _add(L"\t", pt, ptlim);
471 pt = _add(sign, pt, ptlim)
506 _add(const wchar_t *str, wchar_t *pt, const wchar_t *ptlim) function
    [all...]
  /external/libpng/contrib/libtests/
pngvalid.c 7579 image_transform_png_set_@_add(image_transform *this, function
    [all...]

Completed in 408 milliseconds