Home
last modified time | relevance | path

Searched refs:debug (Results 476 - 500 of 2417) sorted by relevance

1...<<11121314151617181920>>...97

/third_party/skia/tools/skqp/
H A Dcreate_apk.py32 in debug mode.
172 apk_name = app + "-universal-debug.apk"
182 copy = os.path.join(final_output_dir, "%s-%s-debug.apk" % (app, arches))
215 self.debug = bool(os.environ.get('SKQP_DEBUG', ''))
218 return skqp_gn_args.GetGNArgs(arch, self.android_ndk, self.debug, 26)
225 ('SKQP_DEBUG', self.debug),
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_aco_shader_info.h170 ASSIGN_FIELD(debug.func); in radv_aco_convert_opts()
171 ASSIGN_FIELD(debug.private_data); in radv_aco_convert_opts()
/third_party/mesa3d/src/broadcom/compiler/
H A Dvir_opt_redundant_flags.c33 static bool debug; variable
38 if (debug) { in vir_dce_pf()
/third_party/python/Lib/distutils/
H A Darchive_util.py226 log.debug("changing into '%s'", root_dir)
253 log.debug("changing back to '%s'", save_cwd)
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DDebug.h7 // Debug.h: Defines debug state used for GL_KHR_debug
172 #define ANGLE_PERF_WARNING(debug, severity, message) \
176 (debug).insertPerfWarning(severity, message, &sRepeatCount); \
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DDirectiveHandler.cpp12 #include "common/debug.h"
83 const char kDebug[] = "debug"; in handlePragma()
100 mPragma.debug = true; in handlePragma()
102 mPragma.debug = false; in handlePragma()
/third_party/skia/third_party/externals/angle2/util/
H A DEGLWindow.h51 bool debug; member
108 bool isDebugEnabled() const { return mConfigParams.debug; } in isDebugEnabled()
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder_ident_expression_test.cc58 EXPECT_EQ(DumpInstructions(b.debug()), R"(OpName %1 "var" in TEST_F()
101 EXPECT_EQ(DumpInstructions(b.debug()), R"(OpName %1 "var" in TEST_F()
/third_party/node/lib/
H A Drepl.js144 let debug = require('internal/util/debuglog').debuglog('repl', (fn) => {
145 debug = fn;
541 debug('parse error %j', code, e);
619 debug('not recoverable, send to domain');
650 debug('not recoverable, send to domain');
673 debug('domain error');
883 debug('line %j', cmd);
928 debug('eval %j', evalCmd);
932 debug('finish', e, ret);
1318 // -> [['util.print', 'util.debug', 'uti
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dv8-runtime-agent-impl.cc41 #include "src/debug/debug-interface.h"
185 maybeResultValue = v8::debug::CallFunctionOn( in innerCallFunctionOn()
302 v8::debug::EvaluateGlobalMode mode = in evaluate()
303 v8::debug::EvaluateGlobalMode::kDefault; in evaluate()
305 mode = v8::debug::EvaluateGlobalMode::kDisableBreaksAndThrowOnSideEffect; in evaluate()
307 mode = v8::debug::EvaluateGlobalMode::kDisableBreaks; in evaluate()
311 maybeResultValue = v8::debug::EvaluateGlobal(m_inspector->isolate(), source, in evaluate()
673 v8::debug::GlobalLexicalScopeNames(scope.context(), &names); in globalLexicalScopeNames()
769 static_cast<V8InspectorImpl*>(v8::debug in bindingCallback()
[all...]
/third_party/python/Lib/asyncio/
H A Dunix_events.py53 # return that status; perhaps that helps debug it.
545 logger.debug("%r pauses reading", self)
553 logger.debug("%r resumes reading", self)
577 logger.debug("%r: %s", self, message, exc_info=True)
779 logger.debug("%r: %s", self, message, exc_info=True)
1100 logger.debug('process %s exited with returncode %s',
1202 logger.debug('unknown process %s exited '
1209 logger.debug('process %s exited with returncode %s',
1332 logger.debug('process %s exited with returncode %s',
1423 logger.debug('proces
[all...]
/third_party/python/Lib/test/
H A Dtest_gc.py79 # compiled in debug mode. If it's missing, expect that Python has
319 debug = gc.get_debug()
320 gc.set_debug(debug | gc.DEBUG_SAVEALL)
323 gc.set_debug(debug)
1117 self.debug = gc.get_debug()
1128 gc.set_debug(self.debug)
1461 global enabled, debug
1465 debug = gc.get_debug()
1466 gc.set_debug(debug & ~gc.DEBUG_LEAK) # this test is supposed to leak
1471 gc.set_debug(debug)
[all...]
/third_party/python/Lib/unittest/test/
H A Dtest_runner.py204 test.debug()
339 suite.debug()
347 suite.debug()
370 suite.debug()
380 suite.debug()
836 suite.debug()
846 suite.debug()
879 suite.debug()
890 suite.debug()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_dxgi.h32 dxgi_get_factory(bool debug);
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Ddevice_lite.py87 LOG.debug("Device %s %s is false" % (self.device_sn,
295 LOG.debug("Set device %s recover state to false" %
344 LOG.debug("{} execute result:{}".format(convert_serial(self.__get_serial__()),
347 LOG.debug("{} error_message:{}".format(convert_serial(self.__get_serial__()),
361 LOG.debug("Set device %s recover state to false" %
/third_party/ffmpeg/tools/
H A Dtarget_dec_fuzzer.c407 ctx->debug |= FF_DEBUG_SKIP; in LLVMFuzzerTestOneInput()
409 ctx->debug |= FF_DEBUG_QP; in LLVMFuzzerTestOneInput()
411 ctx->debug |= FF_DEBUG_MB_TYPE; in LLVMFuzzerTestOneInput()
505 ctx->debug &= ~(FF_DEBUG_SKIP | FF_DEBUG_QP | FF_DEBUG_MB_TYPE); in LLVMFuzzerTestOneInput()
521 ctx->debug &= ~(FF_DEBUG_SKIP | FF_DEBUG_QP | FF_DEBUG_MB_TYPE); in LLVMFuzzerTestOneInput()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_context.c167 ctx->shader.vs = etna_shader_variant(ctx->shader.bind_vs, key, &ctx->debug); in etna_get_vs()
203 ctx->shader.fs = etna_shader_variant(ctx->shader.bind_fs, key, &ctx->debug); in etna_get_fs()
406 * debug of GPU hang conditions, as the FE will indicate which in etna_draw_vbo()
558 ctx->debug = *cb; in etna_set_debug_callback()
560 memset(&ctx->debug, 0, sizeof(ctx->debug)); in etna_set_debug_callback()
H A Detnaviv_disasm.h38 etna_disasm(uint32_t *dwords, int sizedwords, enum debug_t debug);
H A Detnaviv_disasm.c527 print_instr(uint32_t *dwords, int n, enum debug_t debug) in print_instr() argument
534 if (debug & PRINT_RAW) in print_instr()
618 etna_disasm(uint32_t *dwords, int sizedwords, enum debug_t debug) in etna_disasm() argument
625 print_instr(&dwords[i], i / 4, debug); in etna_disasm()
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/resources/
H A Ddifferential_fuzz_jstest.js5 function debug(msg) { function
/third_party/node/deps/npm/node_modules/@colors/colors/themes/
H A Dgeneric-logging.js10 debug: 'blue',
/third_party/mbedtls/programs/ssl/
H A Dssl_context_info.c9 #include "mbedtls/debug.h"
107 char debug = 0; /* flag for debug messages */ variable
143 if (debug) { in printf_dbg()
146 printf("debug: "); in printf_dbg()
190 debug = 1; in parse_arguments()
983 if (debug) { in main()
/third_party/mesa3d/src/freedreno/decode/
H A Dpgmdump2.c459 enum debug_t debug = PRINT_RAW | PRINT_STATS; in main() local
469 debug |= PRINT_RAW | PRINT_VERBOSE; in main()
475 debug |= EXPAND_REPEAT; in main()
514 disasm_a3xx_set_debug(debug); in main()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_shader.c116 util_debug_message(&softpipe->debug, SHADER_INFO, "%s shader: %d inst, %d loops, %d temps, %d const, %d imm", in softpipe_shader_db()
129 bool debug) in softpipe_create_shader_state()
132 if (debug) in softpipe_create_shader_state()
146 if (debug) in softpipe_create_shader_state()
126 softpipe_create_shader_state(struct pipe_context *pipe, struct pipe_shader_state *shader, const struct pipe_shader_state *templ, bool debug) softpipe_create_shader_state() argument
/third_party/rust/crates/clap/clap_complete/src/
H A Ddynamic.rs72 debug!("CompleteCommand::try_complete: {:?}", self); in try_complete()
323 debug!( in complete()
361 debug!( in complete_arg()
436 debug!("complete_arg_value: arg={:?}, value={:?}", arg, value); in complete_arg_value()
505 debug!("complete_path: root={:?}, prefix={:?}", root, prefix); in complete_path()
536 debug!( in complete_subcommand()

Completed in 21 milliseconds

1...<<11121314151617181920>>...97