Home
last modified time | relevance | path

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

/third_party/node/src/
H A Dblob_serializer_deserializer-inl.h55 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 Dnode_snapshotable.cc144 : 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 Dblob_serializer_deserializer.h16 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 Dgenerate_def_files.py49 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 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* name);
187 LabelsTest(tcu::TestContext& testCtx, glu::ApiType apiType, bool is_debug, const glw::GLchar* name);
H A DglcKHRDebugTests.cpp147 * @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 Dtool_help.c152 static bool is_debug(void) in is_debug() function
164 if(is_debug()) in tool_version_info()
/third_party/node/test/common/
H A Dsea.js16 if (process.platform === 'linux' && process.config.variables.is_debug === 1)
/third_party/ffmpeg/libavutil/
H A Dhwcontext_d3d11va.c549 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 Dvarlocs.c47 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 Dr600_hw_context.c292 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 Dr600_pipe.c169 rctx->is_debug = true; in r600_create_context()
H A Dr600_pipe.h610 bool is_debug; member
H A Devergreen_compute.c676 if (rctx->is_debug) in evergreen_emit_dispatch()
/third_party/skia/platform_tools/android/bin/
H A Dandroid_build_universal_viewer11 is_debug = false
/third_party/node/deps/v8/tools/testrunner/
H A Dbase_runner.py179 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 Dcapture_replay_tests.py208 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 Dsi_compute.c261 sel->compiler_ctx_state.is_debug_context = sctx->is_debug; in si_create_compute_state()
H A Dsi_gfx_cs.c378 if (ctx->is_debug) in si_begin_new_gfx_cs()
H A Dsi_state_shaders.cpp2760 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 Dsi_pipe.h1189 bool is_debug; member
H A Dsi_pipe.c487 sctx->is_debug = (flags & PIPE_CONTEXT_DEBUG) != 0; in si_create_context()

Completed in 33 milliseconds