Home
last modified time | relevance | path

Searched refs:BISECT_PATCHES (Results 1 – 2 of 2) sorted by relevance

/external/toolchain-utils/llvm_tools/
Dpatch_manager.py62 if failure_mode != FailureModes.BISECT_PATCHES.value and good_svn_version:
64 elif failure_mode == FailureModes.BISECT_PATCHES.value and \
446 if mode == FailureModes.BISECT_PATCHES:
537 elif mode == FailureModes.BISECT_PATCHES:
671 elif mode == FailureModes.BISECT_PATCHES:
Dfailure_modes.py19 BISECT_PATCHES = 'bisect_patches' variable in FailureModes