Home
last modified time | relevance | path

Searched refs:debug (Results 1 – 25 of 7857) sorted by relevance

12345678910>>...315

/external/angle/third_party/glslang/src/glslang/MachineIndependent/
DintermOut.cpp101 infoSink.debug << node->getLoc().string << ":"; in OutputTreeText()
103 infoSink.debug << node->getLoc().line; in OutputTreeText()
105 infoSink.debug << "? "; in OutputTreeText()
108 infoSink.debug << " "; in OutputTreeText()
127 …case EOpAssign: out.debug << "move second child to first child"; break; in visitBinary()
128 …case EOpAddAssign: out.debug << "add second child into first child"; break; in visitBinary()
129 …case EOpSubAssign: out.debug << "subtract second child into first child"; break; in visitBinary()
130 …case EOpMulAssign: out.debug << "multiply second child into first child"; break; in visitBinary()
131 …case EOpVectorTimesMatrixAssign: out.debug << "matrix mult second child into first child"; break; in visitBinary()
132 …case EOpVectorTimesScalarAssign: out.debug << "vector scale second child into first child"; break; in visitBinary()
[all …]
/external/deqp-deps/glslang/glslang/MachineIndependent/
DintermOut.cpp101 infoSink.debug << node->getLoc().string << ":"; in OutputTreeText()
103 infoSink.debug << node->getLoc().line; in OutputTreeText()
105 infoSink.debug << "? "; in OutputTreeText()
108 infoSink.debug << " "; in OutputTreeText()
127 …case EOpAssign: out.debug << "move second child to first child"; break; in visitBinary()
128 …case EOpAddAssign: out.debug << "add second child into first child"; break; in visitBinary()
129 …case EOpSubAssign: out.debug << "subtract second child into first child"; break; in visitBinary()
130 …case EOpMulAssign: out.debug << "multiply second child into first child"; break; in visitBinary()
131 …case EOpVectorTimesMatrixAssign: out.debug << "matrix mult second child into first child"; break; in visitBinary()
132 …case EOpVectorTimesScalarAssign: out.debug << "vector scale second child into first child"; break; in visitBinary()
[all …]
/external/ltp/tools/
Drestore_kernel_faults_default.sh35 echo 0 > /sys/kernel/debug/fail_io_timeout/reject-end
36 echo 0 > /sys/kernel/debug/fail_io_timeout/reject-start
37 echo 4294967295 > /sys/kernel/debug/fail_io_timeout/require-end
38 echo 0 > /sys/kernel/debug/fail_io_timeout/require-start
39 echo 32 > /sys/kernel/debug/fail_io_timeout/stacktrace-depth
40 echo N > /sys/kernel/debug/fail_io_timeout/task-filter
41 echo 2 > /sys/kernel/debug/fail_io_timeout/verbose
42 echo 0 > /sys/kernel/debug/fail_io_timeout/space
43 echo 1 > /sys/kernel/debug/fail_io_timeout/times
44 echo 1 > /sys/kernel/debug/fail_io_timeout/interval
[all …]
/external/linux-kselftest/tools/testing/selftests/kvm/x86_64/
Ddebug_regs.c80 struct kvm_guest_debug debug; in main() local
104 memset(&debug, 0, sizeof(debug)); in main()
105 debug.control = KVM_GUESTDBG_ENABLE | KVM_GUESTDBG_USE_SW_BP; in main()
106 vcpu_guest_debug_set(vcpu, &debug); in main()
109 run->debug.arch.exception == BP_VECTOR && in main()
110 run->debug.arch.pc == CAST_TO_RIP(sw_bp), in main()
112 run->exit_reason, run->debug.arch.exception, in main()
113 run->debug.arch.pc, CAST_TO_RIP(sw_bp)); in main()
118 memset(&debug, 0, sizeof(debug)); in main()
119 debug.control = KVM_GUESTDBG_ENABLE | KVM_GUESTDBG_USE_HW_BP; in main()
[all …]
/external/angle/src/libANGLE/renderer/d3d/d3d11/shaders/
Dgenerate_shaders.bat13 set debug=0 variable
15 if "%1" == "debug" (
16 set debug=1 variable
19 set debug=0 variable
24 …gh2D11.hlsl VS_Passthrough2D vs_4_0_level_9_3 compiled\passthrough2d11vs.h %debug%
25 …gh2D11.hlsl PS_PassthroughRGBA2D ps_4_0_level_9_3 compiled\passthroughrgba2d11ps.h %debug%
26 …gh2D11.hlsl PS_PassthroughA2D ps_4_0_level_9_3 compiled\passthrougha2d11ps.h %debug%
27 …gh2D11.hlsl PS_PassthroughRGBA2DMS ps_4_1 compiled\passthroughrgba2dms11ps.h %debug%
28 …gh2D11.hlsl PS_PassthroughRGB2D ps_4_0_level_9_3 compiled\passthroughrgb2d11ps.h %debug%
29 …gh2D11.hlsl PS_PassthroughRG2D ps_4_0_level_9_3 compiled\passthroughrg2d11ps.h %debug%
[all …]
/external/llvm/test/DebugInfo/MIR/X86/
Dlive-debug-values-3preds.mir3 # Test the extension of debug ranges from 3 predecessors.
24 # with clang -g -O1 -c -emit-llvm LiveDebugValues-3preds.c -S -o live-debug-values-3preds.ll
25 # then llc -stop-after stackmap-liveness live-debug-values-3preds.ll -o /dev/null > live-debug-valu…
30 # CHECK-DAG: DBG_VALUE debug-use %edi, debug-use _, !11, !16, debug-location !17
31 # CHECK-DAG: DBG_VALUE debug-use %edx, debug-use _, !13, !16, debug-location !20
32 # CHECK-DAG: DBG_VALUE debug-use %esi, debug-use _, !12, !16, debug-location !18
36 ; ModuleID = 'live-debug-values-3preds.ll'
189 DBG_VALUE debug-use %edi, debug-use _, !9, !17, debug-location !18
190 DBG_VALUE debug-use %esi, debug-use _, !10, !17, debug-location !19
191 DBG_VALUE debug-use %edx, debug-use _, !11, !17, debug-location !21
[all …]
Dlive-debug-values.mir3 # Test the extension of debug ranges from predecessors.
26 # with clang -g -O3 -c -emit-llvm LiveDebugValues.c -S -o live-debug-values.ll
27 # then llc -stop-after stackmap-liveness live-debug-values.ll -o /dev/null > live-debug-values.mir
28 # This case will also produce multiple locations but only the debug range
30 # llvm/test/DebugInfo/live-debug-values.ll and present here for testing under
36 # CHECK: DBG_VALUE debug-use %ebx, debug-use _, !18, !19, debug-location !32
40 ; ModuleID = 'live-debug-values.ll'
198 DBG_VALUE debug-use %edi, debug-use _, !12, !20, debug-location !21
199 DBG_VALUE debug-use %rsi, debug-use _, !13, !20, debug-location !22
201 DBG_VALUE debug-use %eax, debug-use _, !12, !20, debug-location !21
[all …]
/external/tensorflow/tensorflow/tools/ci_build/linux/mkl/
Dbuild-dev-container.sh30 function debug() function
79 debug "ROOT_CONTAINER=${ROOT_CONTAINER}"
80 debug "TF_ROOT_CONTAINER_TAG=${TF_ROOT_CONTAINER_TAG}"
81 debug "TF_BUILD_VERSION=${TF_BUILD_VERSION}"
82 debug "TF_BUILD_VERSION_IS_PR=${TF_BUILD_VERSION_IS_PR}"
83 debug "FINAL_IMAGE_NAME=${FINAL_IMAGE_NAME}"
84 debug "TF_DOCKER_BUILD_VERSION=${TF_DOCKER_BUILD_VERSION}"
85 debug "BUILD_AVX_CONTAINERS=${BUILD_AVX_CONTAINERS}"
86 debug "BUILD_AVX2_CONTAINERS=${BUILD_AVX2_CONTAINERS}"
87 debug "BUILD_SKX_CONTAINERS=${BUILD_SKX_CONTAINERS}"
[all …]
/external/antlr/tool/src/test/java/org/antlr/test/
DTestAutoAST.java36 protected boolean debug = false; field in TestAutoAST
47 "a", "abc 34", debug); in testTokenList()
60 "a", "abc 34", debug); in testTokenListInSingleAltBlock()
73 "a", "abc 34", debug); in testSimpleRootAtOuterLevel()
86 "a", "34 abc", debug); in testSimpleRootAtOuterLevelReverse()
99 "a", "abc 34 dag 4532", debug); in testBang()
112 "a", "a 1 b", debug); in testOptionalThenRoot()
125 "a", "void foo;", debug); in testLabeledStringRoot()
138 "a", "void foo;", debug); in testWildcard()
151 "a", "void foo;", debug); in testWildcardRoot()
[all …]
DTestRewriteAST.java41 protected boolean debug = false; field in TestRewriteAST
52 "a", "abc 34", debug); in testDelete()
65 "a", "abc", debug); in testSingleToken()
78 "a", "abc", debug); in testSingleTokenToNewNode()
91 "a", "abc", debug); in testSingleTokenToNewNodeRoot()
105 "a", "abc", debug); in testSingleTokenToNewNode2()
118 "a", "c", debug); in testSingleCharLiteral()
131 "a", "ick", debug); in testSingleStringLiteral()
145 "a", "abc", debug); in testSingleRule()
158 "a", "abc 34", debug); in testReorderTokens()
[all …]
DTestSets.java36 protected boolean debug = false; field in TestSets
52 "a", "34", debug); in testSeqDoesNotBecomeSet()
61 "a", "x", debug); in testParserSet()
70 "a", "zz", debug); in testParserNotSet()
79 "a", "zz", debug); in testParserNotToken()
88 "a", "zz", debug); in testParserNotTokenWithLabel()
97 "a", "b", debug); in testRuleAsSet()
107 "a", "b", debug); in testRuleAsSetAST()
117 "a", "x", debug); in testNotChar()
127 "a", "bc", debug); in testOptionalSingleElement()
[all …]
/external/tensorflow/tensorflow/python/debug/
DBUILD9 # ":grpc_debug_server": Server interface for grpc:// debug URLs.
23 "//tensorflow/python/debug/lib:check_numerics_callback",
24 "//tensorflow/python/debug/lib:debug_data",
25 "//tensorflow/python/debug/lib:debug_events_monitors",
26 "//tensorflow/python/debug/lib:debug_events_reader",
27 "//tensorflow/python/debug/lib:debug_gradients",
28 "//tensorflow/python/debug/lib:debug_graphs",
29 "//tensorflow/python/debug/lib:debug_utils",
30 "//tensorflow/python/debug/lib:dumping_callback",
31 "//tensorflow/python/debug/lib:dumping_callback_test_lib",
[all …]
D__init__.py44 from tensorflow.python.debug.lib.debug_data import DebugDumpDir
45 from tensorflow.python.debug.lib.debug_data import DebugTensorDatum
46 from tensorflow.python.debug.lib.debug_data import has_inf_or_nan
47 from tensorflow.python.debug.lib.debug_data import load_tensor_from_event
48 from tensorflow.python.debug.lib.debug_data import load_tensor_from_event_file
50 from tensorflow.python.debug.lib.debug_gradients import GradientsDebugger
52 from tensorflow.python.debug.lib.debug_graphs import reconstruct_non_debug_graph_def
54 from tensorflow.python.debug.lib.debug_utils import add_debug_tensor_watch
55 from tensorflow.python.debug.lib.debug_utils import watch_graph
56 from tensorflow.python.debug.lib.debug_utils import watch_graph_with_denylists
[all …]
/external/mesa3d/src/mesa/main/
Ddebug_output.c396 struct gl_debug_state *debug; in debug_create() local
399 debug = CALLOC_STRUCT(gl_debug_state); in debug_create()
400 if (!debug) in debug_create()
403 debug->Groups[0] = malloc(sizeof(*debug->Groups[0])); in debug_create()
404 if (!debug->Groups[0]) { in debug_create()
405 free(debug); in debug_create()
412 debug_namespace_init(&debug->Groups[0]->Namespaces[s][t]); in debug_create()
415 return debug; in debug_create()
422 debug_is_group_read_only(const struct gl_debug_state *debug) in debug_is_group_read_only() argument
424 const GLint gstack = debug->CurrentGroup; in debug_is_group_read_only()
[all …]
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
Dvt320.java49 private final static int debug = 0; field in vt320
52 public abstract void debug(String notice); in debug() method in vt320
157 if (debug > 2) { in setScreenSize()
164 debug(debugStr.toString()); in setScreenSize()
608 if (debug > 2) { in write()
610 debug(debugStr.toString()); in write()
635 if (debug > 2) { in write()
637 debug(debugStr.toString()); in write()
943 if (debug > 1) { in keyPressed()
946 debug(debugStr.toString()); in keyPressed()
[all …]
/external/pytorch/aten/src/ATen/native/transformers/
Dsdp_utils_cpp.h93 bool debug) { in check_tensor_dtype() argument
99 if (debug) { in check_tensor_dtype()
123 bool debug) { in try_broadcast_param_size() argument
128 if (debug) { in try_broadcast_param_size()
151 bool debug) { in check_for_seq_len_0_and_consistent_head_dim_nested_tensor_helper() argument
157 if (debug) { in check_for_seq_len_0_and_consistent_head_dim_nested_tensor_helper()
173 if (debug) { in check_for_seq_len_0_and_consistent_head_dim_nested_tensor_helper()
185 inline bool check_for_seq_len_0_nested_tensor(sdp_params const& params, bool debug) { in check_for_seq_len_0_nested_tensor() argument
189 params.query, "query ", debug) in check_for_seq_len_0_nested_tensor()
198 params.key, "key ", debug) in check_for_seq_len_0_nested_tensor()
[all …]
/external/pytorch/aten/src/ATen/native/transformers/cuda/
Dsdp_utils.cpp82 bool check_head_dim_size_flash(sdp_params const& params, bool debug) { in check_head_dim_size_flash() argument
91 if (debug) { in check_head_dim_size_flash()
107 bool check_head_dim_size_flash_nested(sdp_params const& params, bool debug) { in check_head_dim_size_flash_nested() argument
116 if (debug) { in check_head_dim_size_flash_nested()
132 bool check_head_dim_size_mem_efficient(sdp_params const& params, bool debug) { in check_head_dim_size_mem_efficient() argument
139 if (debug) { in check_head_dim_size_mem_efficient()
183 bool check_flash_attention_hardware_support(sdp_params const& params, bool debug) { in check_flash_attention_hardware_support() argument
191 if (debug) { in check_flash_attention_hardware_support()
200 if (debug) { in check_flash_attention_hardware_support()
214 bool check_mem_efficient_hardware_support(sdp_params const& params, bool debug) { in check_mem_efficient_hardware_support() argument
[all …]
/external/trusty/arm-trusted-firmware/drivers/nxp/ddr/nxp-ddr/
Ddimm.c167 debug("n_ranks %d\n", pdimm->n_ranks); in cal_dimm_params()
173 debug("rank_density 0x%llx\n", pdimm->rank_density); in cal_dimm_params()
175 debug("capacity 0x%llx\n", pdimm->capacity); in cal_dimm_params()
177 debug("die density 0x%x\n", pdimm->die_density); in cal_dimm_params()
179 debug("primary_sdram_width %d\n", pdimm->primary_sdram_width); in cal_dimm_params()
185 debug("ec_sdram_width %d\n", pdimm->ec_sdram_width); in cal_dimm_params()
187 debug("device_width %d\n", pdimm->device_width); in cal_dimm_params()
190 debug("package_3ds %d\n", pdimm->package_3ds); in cal_dimm_params()
251 debug("rdimm %d\n", pdimm->rdimm); in cal_dimm_params()
252 debug("mirrored_dimm %d\n", pdimm->mirrored_dimm); in cal_dimm_params()
[all …]
/external/arm-trusted-firmware/drivers/nxp/ddr/nxp-ddr/
Ddimm.c167 debug("n_ranks %d\n", pdimm->n_ranks); in cal_dimm_params()
173 debug("rank_density 0x%llx\n", pdimm->rank_density); in cal_dimm_params()
175 debug("capacity 0x%llx\n", pdimm->capacity); in cal_dimm_params()
177 debug("die density 0x%x\n", pdimm->die_density); in cal_dimm_params()
179 debug("primary_sdram_width %d\n", pdimm->primary_sdram_width); in cal_dimm_params()
185 debug("ec_sdram_width %d\n", pdimm->ec_sdram_width); in cal_dimm_params()
187 debug("device_width %d\n", pdimm->device_width); in cal_dimm_params()
190 debug("package_3ds %d\n", pdimm->package_3ds); in cal_dimm_params()
251 debug("rdimm %d\n", pdimm->rdimm); in cal_dimm_params()
252 debug("mirrored_dimm %d\n", pdimm->mirrored_dimm); in cal_dimm_params()
[all …]
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DEABService.java100 logger.debug("onReceive intent: " + action);
104 logger.debug("Contacts database created.");
110 logger.debug("Resetting timestamp values in shared pref.");
123 logger.debug("lastChangedTimestamp=" + lastChangedTimestamp +
127 logger.debug("Resetting timestamp values in shared pref.");
162 logger.debug("onChange for ContactChangedListener"); in onChange()
180 logger.debug("onChange for ContactProfileListener"); in onChange()
187 logger.debug("Enter : onCreate"); in onCreate()
196 logger.debug("mServiceHandler could not be initialized since looper is null"); in onCreate()
232 logger.debug("mRcsManager : " + mRcsManager + " mRcsPresence : " + mRcsPresence); in initializeRcsInterfacer()
[all …]
/external/arm-trusted-firmware/drivers/nxp/ddr/phy-gen1/
Dphy.c25 debug("clk_cntl = 0x%x\n", regs->clk_cntl); in cal_ddr_sdram_clk_cntl()
33 debug("cdr[0] = 0x%x\n", regs->cdr[0]); in cal_ddr_cdr()
34 debug("cdr[1] = 0x%x\n", regs->cdr[1]); in cal_ddr_cdr()
58 debug("wrlvl_cntl[0] = 0x%x\n", regs->wrlvl_cntl[0]); in cal_ddr_wrlvl_cntl()
59 debug("wrlvl_cntl[1] = 0x%x\n", regs->wrlvl_cntl[1]); in cal_ddr_wrlvl_cntl()
60 debug("wrlvl_cntl[2] = 0x%x\n", regs->wrlvl_cntl[2]); in cal_ddr_wrlvl_cntl()
68 regs->debug[18] = popts->cswl_override; in cal_ddr_dbg()
73 regs->debug[2] = U(0x00000400); in cal_ddr_dbg()
74 regs->debug[4] = U(0xff800800); in cal_ddr_dbg()
75 regs->debug[5] = U(0x08000800); in cal_ddr_dbg()
[all …]
/external/trusty/arm-trusted-firmware/drivers/nxp/ddr/phy-gen1/
Dphy.c25 debug("clk_cntl = 0x%x\n", regs->clk_cntl); in cal_ddr_sdram_clk_cntl()
33 debug("cdr[0] = 0x%x\n", regs->cdr[0]); in cal_ddr_cdr()
34 debug("cdr[1] = 0x%x\n", regs->cdr[1]); in cal_ddr_cdr()
58 debug("wrlvl_cntl[0] = 0x%x\n", regs->wrlvl_cntl[0]); in cal_ddr_wrlvl_cntl()
59 debug("wrlvl_cntl[1] = 0x%x\n", regs->wrlvl_cntl[1]); in cal_ddr_wrlvl_cntl()
60 debug("wrlvl_cntl[2] = 0x%x\n", regs->wrlvl_cntl[2]); in cal_ddr_wrlvl_cntl()
68 regs->debug[18] = popts->cswl_override; in cal_ddr_dbg()
73 regs->debug[2] = U(0x00000400); in cal_ddr_dbg()
74 regs->debug[4] = U(0xff800800); in cal_ddr_dbg()
75 regs->debug[5] = U(0x08000800); in cal_ddr_dbg()
[all …]
/external/llvm/test/tools/dsymutil/
Dbasic-linking.test6 This test check the basic Dwarf linking process through the debug dumps.
14 CHECK-NOT: Found valid debug map entry
15 CHECK: Found valid debug map entry: _main 0000000000000000 => 0000000100000ea0
24 CHECK-NOT: Found valid debug map entry
25 CHECK: Found valid debug map entry: _private_int 0000000000000560 => 0000000100001008
28 CHECK-NOT: Found valid debug map entry
29 CHECK: Found valid debug map entry: _baz 0000000000000310 => 0000000100001000
32 CHECK-NOT: Found valid debug map entry
33 CHECK: Found valid debug map entry: _foo 0000000000000020 => 0000000100000ed0
36 CHECK-NOT: Found valid debug map entry
[all …]
/external/ims/rcs/rcsservice/src/com/android/service/ims/
DStackListener.java105 logger.debug( "Thread=" + Thread.currentThread().getName() + " received " in handleMessage()
215 logger.debug("Received PRESENCE_IMS_UNSOL_NOTIFY_LIST_UPDATE"); in handleMessage()
249 logger.debug("capability=" + capability); in handleMessage()
260 logger.debug("Unknown mesg " + msg.what + " recieved."); in handleMessage()
323 logger.debug("pVersion=" + pVersion);
333 logger.debug("pSipResponse.getCmdId() "+
335 logger.debug("getReasonPhrase() "+pSipResponse.getReasonPhrase());
336 logger.debug("getsRequestID() "+pSipResponse.getRequestId());
337 logger.debug("getsSipResponseCode() "+pSipResponse.getSipResponseCode());
362 logger.debug("UCE_PRES_CMD_SETNEWFEATURETAG, doesn't care it");
[all …]
/external/toolchain-utils/debug_info_test/
Dexist_debug_info.allowlist1 # To hide existing failures that some DSOs may have no debug info.
2 .*/usr/bin/memdiskfind\.debug
3 .*/usr/bin/isohybrid\.debug
4 .*/usr/bin/gethostip\.debug
5 .*/usr/lib.*/libevent-.*\.so.*\.debug
6 .*/usr/lib.*/libcares\.so.*\.debug
7 .*/usr/lib64/libdcerpc-samr\.so.*\.debug
8 .*/usr/lib64/libGLESv2\.so.*\.debug
9 .*/usr/lib64/python2.7/site-packages/selenium/webdriver/firefox/.*/x_ignore_nofocus\.so\.debug
10 .*/lib.*/libiptc\.so.*\.debug
[all …]

12345678910>>...315