Home
last modified time | relevance | path

Searched refs:is_debug (Results 1 – 25 of 89) sorted by relevance

1234

/external/libyuv/files/docs/
Dgetting_started.md62 call gn gen out\Release "--args=is_debug=false target_cpu=\"x64\""
63 call gn gen out\Debug "--args=is_debug=true target_cpu=\"x64\""
67 call gn gen out\Release "--args=is_debug=false target_cpu=\"x86\""
68 call gn gen out\Debug "--args=is_debug=true target_cpu=\"x86\""
74 gn gen out/Release "--args=is_debug=false"
75 gn gen out/Debug "--args=is_debug=true"
81 gn gen out/Official "--args=is_debug=false is_official_build=true is_chrome_branded=true"
91 …gn gen out/Release "--args=is_debug=false target_os=\"ios\" ios_enable_code_signing=false target_c…
92 …gn gen out/Debug "--args=is_debug=true target_os=\"ios\" ios_enable_code_signing=false target_cpu=…
98 …gn gen out/Release "--args=is_debug=false target_os=\"ios\" ios_enable_code_signing=false use_xcod…
[all …]
Ddeprecated_builds.md188 gn gen out/Release "--args=is_debug=false target_cpu=\"x86\""
189 gn gen out/Debug "--args=is_debug=true target_cpu=\"x86\""
195 gn gen out/Official "--args=is_debug=false is_official_build=true is_chrome_branded=true"
201 …gn gen out/Default "--args=is_debug=false target_cpu=\"mipsel\" target_os = \"android\" mips_arch_…
205 …gn gen out/Default "--args=is_debug=false target_cpu=\"mips64el\" target_os = \"android\" mips_arc…
/external/toolchain-utils/llvm_tools/
Dfetch_cros_sdk_rolls.py84 is_debug = args.debug
85 logging.basicConfig(level=logging.DEBUG if is_debug else logging.INFO)
105 if is_debug:
/external/llvm-project/llvm/utils/gn/build/
Dbuildflags.gni3 is_debug = false
30 is_optimized = !is_debug
/external/deqp/external/openglcts/modules/common/
DglcKHRDebugTests.hpp57 TestBase(tcu::TestContext& testContext, glu::ApiType apiType, bool is_debug);
146 …APIErrorsTest(tcu::TestContext& testCtx, glu::ApiType apiType, bool is_debug, const glw::GLchar* n…
187 …LabelsTest(tcu::TestContext& testCtx, glu::ApiType apiType, bool is_debug, const glw::GLchar* name…
/external/angle/infra/specs/
Dangle_mb_config.pyl86 'gn_args': 'is_debug=true',
95 'gn_args': 'is_debug=false symbol_level=1',
98 'gn_args': 'is_debug=false angle_assert_always_on=true symbol_level=1',
/external/skia/gn/
DBUILDCONFIG.gn36 is_debug = !is_official_build
39 assert(!(is_debug && is_official_build))
179 if (!is_debug) {
Dskia.gni30 skia_enable_gpu_debug_layers = is_skia_dev_build && is_debug
112 skia_enable_spirv_validation = is_skia_dev_build && is_debug && !skia_use_dawn
/external/swiftshader/src/OpenGL/compiler/
DBUILD.gn29 if (!is_debug) {
35 if (!is_debug) {
/external/llvm-project/lldb/include/lldb/Symbol/
DSymbol.h28 bool external, bool is_debug, bool is_trampoline, bool is_artificial,
34 bool external, bool is_debug, bool is_trampoline, bool is_artificial,
/external/perfetto/gn/standalone/
DBUILDCONFIG.gn16 is_debug = true
77 if (!is_debug) {
Dwasm.gni74 if (is_debug) {
128 if (is_debug) {
/external/skqp/gn/
DBUILDCONFIG.gn39 is_debug = !is_official_build
42 assert(!(is_debug && is_official_build))
225 if (!is_debug) {
/external/llvm-project/lldb/source/Symbol/
DSymbol.cpp35 bool is_debug, bool is_trampoline, bool is_artificial, in Symbol() argument
41 m_is_debug(is_debug), m_is_external(external), m_size_is_sibling(false), in Symbol()
50 bool external, bool is_debug, bool is_trampoline, in Symbol() argument
56 m_is_debug(is_debug), m_is_external(external), m_size_is_sibling(false), in Symbol()
/external/elfutils/tests/
Dvarlocs.c47 bool is_debug; variable
266 if (cfi_eh == NULL && cfi_debug == NULL && !is_debug) in print_expr()
284 else if (is_ET_REL || is_debug) in print_expr()
1049 is_debug = false; in main()
1059 is_debug = true; in main()
/external/perfetto/ui/
DREADME.md11 $ tools/gn gen out/debug --args='is_debug=true'
/external/rust/crates/ring/
Dbuild.rs283 let is_debug = is_git && env::var("DEBUG").unwrap() != "false"; in ring_build_rs_main() localVariable
292 is_debug, in ring_build_rs_main()
339 is_debug: bool, field
582 if !target.is_debug { in cc()
/external/openscreen/third_party/mDNSResponder/
DBUILD.gn33 if (is_debug) {
/external/zlib/
DBUILD.gn22 if (!is_debug) {
26 if (is_debug || use_libfuzzer) {
411 if (!is_debug) {
/external/swiftshader/src/Reactor/
DBUILD.gn141 if (!is_debug) {
146 if (is_debug) {
189 if (is_debug) {
/external/swiftshader/
DBUILD.gn53 if (!is_debug) {
90 if (is_debug) {
/external/skia/infra/bots/assets/text_blob_traces/
DREADME.md36 bin/gn gen out/release --args='is_debug=false'
/external/skqp/third_party/
Dthird_party.gni58 if (is_debug) {
/external/swiftshader/src/
Dswiftshader.gni33 if (is_debug && swiftshader_optimized_debug_build) {
/external/angle/doc/
DDevSetup.md61 is_debug = false (for release builds. is_debug = true is the default)
65 For a release build run `gn args out/Release` and set `is_debug = false`.

1234