Home
last modified time | relevance | path

Searched defs:is_debug (Results 1 – 9 of 9) sorted by relevance

/external/angle/third_party/abseil-cpp/
Dgenerate_def_files.py51 def _DebugOrRelease(is_debug): argument
55 def _GenerateDefFile(cpu, is_debug, extra_gn_args=[], suffix=None): argument
/external/python/pybind11/tools/
Dpybind11Common.cmake337 set(is_debug "$<OR:$<CONFIG:Debug>,$<CONFIG:RelWithDebInfo>>") variable
/external/llvm-project/lldb/source/Symbol/
DSymbol.cpp35 bool is_debug, bool is_trampoline, bool is_artificial, in Symbol()
50 bool external, bool is_debug, bool is_trampoline, in Symbol()
/external/deqp/external/openglcts/modules/common/
DglcKHRDebugTests.cpp149 TestBase::TestBase(tcu::TestContext& testContext, glu::ApiType apiType, bool is_debug) in TestBase()
234 APIErrorsTest::APIErrorsTest(tcu::TestContext& testCtx, glu::ApiType apiType, bool is_debug, const … in APIErrorsTest()
663 LabelsTest::LabelsTest(tcu::TestContext& testCtx, glu::ApiType apiType, bool is_debug, const GLchar… in LabelsTest()
/external/rust/crates/ring/
Dbuild.rs283 let is_debug = is_git && env::var("DEBUG").unwrap() != "false"; in ring_build_rs_main() localVariable
339 is_debug: bool, field
/external/elfutils/tests/
Dvarlocs.c47 bool is_debug; variable
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp2829 bool is_debug = ((nlist.n_type & N_STAB) != 0); in ParseSymtab() local
3733 const bool is_debug = ((nlist.n_type & N_STAB) != 0); in ParseSymtab() local
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.h608 bool is_debug; member
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.h1158 bool is_debug; member