/third_party/node/src/ |
H A D | blob_serializer_deserializer-inl.h | 55 if (is_debug) { in Debug() 106 if (is_debug) { in ReadVector() 114 if (is_debug) { in ReadVector() 123 if (is_debug) { in ReadVector() 135 if (is_debug) { in ReadString() 144 if (is_debug) { in ReadString() 158 if (is_debug) { in ReadArithmetic() 166 if (is_debug) { in ReadArithmetic() 193 bool original_is_debug = is_debug; in ReadNonArithmeticVector() 194 is_debug in ReadNonArithmeticVector() [all...] |
H A D | node_snapshotable.cc | 144 : is_debug(per_process::enabled_debug_list.enabled( in SnapshotSerializerDeserializer() 183 bool is_debug = false; member in node::SnapshotSerializerDeserializer 206 if (is_debug) { in ReadVector() 214 if (is_debug) { in ReadVector() 218 if (is_debug) { in ReadVector() 229 if (is_debug) { in ReadString() 238 if (is_debug) { in ReadString() 255 if (is_debug) { in Read() 263 if (is_debug) { in Read() 288 bool original_is_debug = is_debug; in ReadVector() [all...] |
H A D | blob_serializer_deserializer.h | 16 explicit BlobSerializerDeserializer(bool is_debug_v) : is_debug(is_debug_v) {} in BlobSerializerDeserializer() 27 bool is_debug = false; member in node::BlobSerializerDeserializer
|
/third_party/skia/third_party/externals/abseil-cpp/ |
H A D | generate_def_files.py | 49 def _DebugOrRelease(is_debug): 50 return 'dbg' if is_debug else 'rel' 53 def _GenerateDefFile(cpu, is_debug, extra_gn_args=[], suffix=None): 58 flavor = _DebugOrRelease(is_debug) 62 'is_debug = {}'.format(str(is_debug).lower()),
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcKHRDebugTests.hpp | 57 TestBase(tcu::TestContext& testContext, glu::ApiType apiType, bool is_debug); 146 APIErrorsTest(tcu::TestContext& testCtx, glu::ApiType apiType, bool is_debug, const glw::GLchar* name); 187 LabelsTest(tcu::TestContext& testCtx, glu::ApiType apiType, bool is_debug, const glw::GLchar* name);
|
H A D | glcKHRDebugTests.cpp | 147 * @param is_debug Selects if debug or non-debug context should be created 149 TestBase::TestBase(tcu::TestContext& testContext, glu::ApiType apiType, bool is_debug) in TestBase() argument 150 : m_gl(0), m_is_debug(is_debug), m_rc(0), m_testContext(testContext), m_apiType(apiType) in TestBase() 231 * @param is_debug Selects if debug or non-debug context should be used 234 APIErrorsTest::APIErrorsTest(tcu::TestContext& testCtx, glu::ApiType apiType, bool is_debug, const GLchar* name) in APIErrorsTest() argument 235 : TestBase(testCtx, apiType, is_debug), TestCase(testCtx, name, "Verifies that errors are generated as expected") in APIErrorsTest() 660 * @param is_debug Selects if debug or non-debug context should be used 663 LabelsTest::LabelsTest(tcu::TestContext& testCtx, glu::ApiType apiType, bool is_debug, const GLchar* name) in LabelsTest() argument 664 : TestCase(testCtx, name, "Verifies that labels can be assigned and queried"), TestBase(testCtx, apiType, is_debug) in LabelsTest() 1256 * @param is_debug Select [all...] |
/third_party/curl/src/ |
H A D | tool_help.c | 152 static bool is_debug(void) in is_debug() function 164 if(is_debug()) in tool_version_info()
|
/third_party/node/test/common/ |
H A D | sea.js | 16 if (process.platform === 'linux' && process.config.variables.is_debug === 1)
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_d3d11va.c | 549 int is_debug = !!av_dict_get(opts, "debug", NULL, 0); in d3d11va_device_create() local 555 is_debug = 0; in d3d11va_device_create() 558 if (is_debug) in d3d11va_device_create() 604 if (is_debug) { in d3d11va_device_create()
|
/third_party/elfutils/tests/ |
H A D | varlocs.c | 47 bool is_debug; variable 265 if (cfi_eh == NULL && cfi_debug == NULL && !is_debug) in print_expr() 283 else if (is_ET_REL || is_debug) in print_expr() 1048 is_debug = false; in main() 1058 is_debug = true; in main()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_hw_context.c | 292 if (ctx->is_debug) { in r600_context_gfx_flush() 305 if (ctx->is_debug) { in r600_context_gfx_flush() 326 if (ctx->is_debug) { in r600_begin_new_cs()
|
H A D | r600_pipe.c | 169 rctx->is_debug = true; in r600_create_context()
|
H A D | r600_pipe.h | 610 bool is_debug; member
|
H A D | evergreen_compute.c | 676 if (rctx->is_debug) in evergreen_emit_dispatch()
|
/third_party/skia/platform_tools/android/bin/ |
H A D | android_build_universal_viewer | 11 is_debug = false
|
/third_party/node/deps/v8/tools/testrunner/ |
H A D | base_runner.py | 179 self.is_debug = build_config['is_debug'] 514 if self.build_config.is_debug:
|
/third_party/skia/third_party/externals/angle2/src/tests/ |
H A D | capture_replay_tests.py | 208 gn_args.append(('is_debug', 'false')) 633 def ReadOneExpectation(self, line, is_debug): 647 if is_debug:
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_compute.c | 261 sel->compiler_ctx_state.is_debug_context = sctx->is_debug; in si_create_compute_state()
|
H A D | si_gfx_cs.c | 378 if (ctx->is_debug) in si_begin_new_gfx_cs()
|
H A D | si_state_shaders.cpp | 2760 shader->compiler_ctx_state.is_debug_context = sctx->is_debug; 3097 bool debug = (sctx->debug.debug_message && !sctx->debug.async) || sctx->is_debug || 3162 sel->compiler_ctx_state.is_debug_context = sctx->is_debug;
|
H A D | si_pipe.h | 1189 bool is_debug; member
|
H A D | si_pipe.c | 487 sctx->is_debug = (flags & PIPE_CONTEXT_DEBUG) != 0; in si_create_context()
|