HomeSort by relevance Sort by last modified time
    Searched refs:_objs (Results 1 - 4 of 4) sorted by null

  /external/chromium-trace/catapult/devil/devil/utils/
parallelizer.py 69 self._objs = objs
82 r._objs = [getattr(o, name) for o in self._objs]
94 r._objs = [o[index] for o in self._objs]
111 for o in self._objs:
116 r._objs = reraiser_thread.ReraiserThreadGroup(
120 for d, o in zip(self._orig_objs, self._objs)])
121 r._objs.StartAll()
134 if isinstance(self._objs, reraiser_thread.ReraiserThreadGroup)
    [all...]
  /external/libmojo/third_party/catapult/devil/devil/utils/
parallelizer.py 69 self._objs = objs
82 r._objs = [getattr(o, name) for o in self._objs]
94 r._objs = [o[index] for o in self._objs]
111 for o in self._objs:
116 r._objs = reraiser_thread.ReraiserThreadGroup(
120 for d, o in zip(self._orig_objs, self._objs)])
121 r._objs.StartAll() # pylint: disable=W0212
134 if isinstance(self._objs, reraiser_thread.ReraiserThreadGroup)
    [all...]
  /system/chre/build/
build_template.mk 57 $$(1)_OBJS_DIR = $(1)_objs
  /build/make/core/
definitions.mk     [all...]

Completed in 153 milliseconds