Home
last modified time | relevance | path

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

/frameworks/base/startop/scripts/app_startup/
Dquery_compiler_filter.py44 _DEBUG_FORCE = None # Ignore -d/--debug if this is not none. variable
202 if _DEBUG_FORCE is not None:
203 app_startup_runner._debug = _DEBUG_FORCE
Dapp_startup_runner.py54 _DEBUG_FORCE = None # Ignore -d/--debug if this is not none. variable
298 if _DEBUG_FORCE is not None:
299 _debug = _DEBUG_FORCE