OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_debug
(Results
1 - 2
of
2
) sorted by null
/external/eigen/test/
nesting_ops.cpp
18
const bool
is_debug
= false;
local
20
const bool
is_debug
= true;
local
25
VERIFY(
is_debug
);
/external/chromium_org/chrome/tools/build/win/
create_installer_archive.py
356
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 231 milliseconds