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

  /external/autotest/client/tests/xfstests/
xfstests.py 30 t_m = self.TEST_RE.match(t)
31 if t_m:
32 t_name = t_m.group('name')
  /external/python/cpython2/Lib/bsddb/test/
test_replication.py 312 t_m=Thread(target=thread_master)
316 t_m.setDaemon(True)
319 t_m.daemon = True
322 self.t_m = t_m
338 self.t_m.join()
368 self.t_m.start()
487 self.t_m.start()
  /build/make/core/
main.mk 699 $(eval t_m := $(filter $(TARGET_OUT_ROOT)/%, $(ALL_MODULES.$(m).INSTALLED))) \
701 $(eval t_m := $(filter-out $(t_r), $(t_m))) \
702 $(if $(t_m), $(eval $(call add-required-deps, $(t_m),$(t_r)))) \
760 t_m := macro
    [all...]

Completed in 269 milliseconds