Searched refs:is_debug (Results 1 - 2 of 2) sorted by relevance

/external/eigen/test/
H A Dnesting_ops.cpp18 const bool is_debug = false; local
20 const bool is_debug = true; local
25 VERIFY(is_debug);
/external/chromium_org/chrome/tools/build/win/
H A Dcreate_installer_archive.py356 is_debug = os.path.basename(build_dir).startswith('Debug')
357 if not is_debug and not os.path.basename(build_dir).startswith('Release'):
363 if is_debug:
392 if is_debug:

Completed in 74 milliseconds