Home
last modified time | relevance | path

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

12345678910>>...153

/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/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/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestAutoAST.java34 protected boolean debug = false; field in TestAutoAST
45 "a", "abc 34", debug); in testTokenList()
58 "a", "abc 34", debug); in testTokenListInSingleAltBlock()
71 "a", "abc 34", debug); in testSimpleRootAtOuterLevel()
84 "a", "34 abc", debug); in testSimpleRootAtOuterLevelReverse()
97 "a", "abc 34 dag 4532", debug); in testBang()
110 "a", "a 1 b", debug); in testOptionalThenRoot()
123 "a", "void foo;", debug); in testLabeledStringRoot()
136 "a", "void foo;", debug); in testWildcard()
149 "a", "void foo;", debug); in testWildcardRoot()
[all …]
DTestRewriteAST.java39 protected boolean debug = false; field in TestRewriteAST
50 "a", "abc 34", debug); in testDelete()
63 "a", "abc", debug); in testSingleToken()
76 "a", "abc", debug); in testSingleTokenToNewNode()
89 "a", "abc", debug); in testSingleTokenToNewNodeRoot()
103 "a", "abc", debug); in testSingleTokenToNewNode2()
116 "a", "c", debug); in testSingleCharLiteral()
129 "a", "ick", debug); in testSingleStringLiteral()
143 "a", "abc", debug); in testSingleRule()
156 "a", "abc 34", debug); in testReorderTokens()
[all …]
DTestSets.java34 protected boolean debug = false; field in TestSets
50 "a", "34", debug); in testSeqDoesNotBecomeSet()
59 "a", "x", debug); in testParserSet()
68 "a", "zz", debug); in testParserNotSet()
77 "a", "zz", debug); in testParserNotToken()
86 "a", "zz", debug); in testParserNotTokenWithLabel()
95 "a", "b", debug); in testRuleAsSet()
105 "a", "b", debug); in testRuleAsSetAST()
115 "a", "x", debug); in testNotChar()
125 "a", "bc", debug); in testOptionalSingleElement()
[all …]
DTestHeteroAST.java34 protected boolean debug = false; field in TestHeteroAST
51 "a", "a", debug); in testToken()
63 "a", "a", debug); in testTokenCommonTree()
80 "a", "a", debug); in testTokenWithQualifiedType()
97 "a", "a", debug); in testNamedType()
115 "a", "a", debug); in testTokenWithLabel()
132 "a", "a", debug); in testTokenWithListLabel()
149 "a", "a", debug); in testTokenRoot()
166 "a", "a", debug); in testTokenRootWithListLabel()
183 "a", "begin", debug); in testString()
[all …]
/external/mesa3d/src/mesa/main/
Ddebug_output.c409 struct gl_debug_state *debug; in debug_create() local
412 debug = CALLOC_STRUCT(gl_debug_state); in debug_create()
413 if (!debug) in debug_create()
416 debug->Groups[0] = malloc(sizeof(*debug->Groups[0])); in debug_create()
417 if (!debug->Groups[0]) { in debug_create()
418 free(debug); in debug_create()
425 debug_namespace_init(&debug->Groups[0]->Namespaces[s][t]); in debug_create()
428 return debug; in debug_create()
435 debug_is_group_read_only(const struct gl_debug_state *debug) in debug_is_group_read_only() argument
437 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/annotation-tools/scene-lib/src/annotations/io/classfile/
DCodeOffsetAdapter.java16 static final DebugWriter debug; field in CodeOffsetAdapter
24 debug = new DebugWriter();
25 debug.setEnabled(false);
61 debug.debug("visiting %s%s (%d)%n", name, desc, methodStart); in visitMethod()
62 debug.debug("%d attributes%n", attrCount); in visitMethod()
70 debug.debug("attribute %s%n", attrName); in visitMethod()
76 debug.debug("attribute %s%n", cr.readUTF8(offset, buf)); in visitMethod()
97 debug.debug("%d visitFieldInsn(%d, %s, %s, %s)%n", offset, in visitMethod()
105 debug.debug("%d visitIincInsn(%d, %d)%n", offset, var, increment); in visitMethod()
112 debug.debug("%d visitInsn(%d)%n", offset, opcode); in visitMethod()
[all …]
/external/tensorflow/tensorflow/python/debug/
D__init__.py48 from tensorflow.python.debug.lib.debug_data import DebugDumpDir
49 from tensorflow.python.debug.lib.debug_data import DebugTensorDatum
50 from tensorflow.python.debug.lib.debug_data import has_inf_or_nan
51 from tensorflow.python.debug.lib.debug_data import load_tensor_from_event
52 from tensorflow.python.debug.lib.debug_data import load_tensor_from_event_file
54 from tensorflow.python.debug.lib.debug_gradients import GradientsDebugger
56 from tensorflow.python.debug.lib.debug_graphs import reconstruct_non_debug_graph_def
58 from tensorflow.python.debug.lib.debug_utils import add_debug_tensor_watch
59 from tensorflow.python.debug.lib.debug_utils import watch_graph
60 from tensorflow.python.debug.lib.debug_utils import watch_graph_with_blacklists
[all …]
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DEABService.java106 logger.debug("onReceive intent: " + action);
110 logger.debug("Contacts database created.");
116 logger.debug("Resetting timestamp values in shared pref.");
129 logger.debug("lastChangedTimestamp=" + lastChangedTimestamp +
133 logger.debug("Resetting timestamp values in shared pref.");
168 logger.debug("onChange for ContactChangedListener"); in onChange()
186 logger.debug("onChange for ContactProfileListener"); in onChange()
193 logger.debug("Enter : onCreate"); in onCreate()
202 logger.debug("mServiceHandler could not be initialized since looper is null"); in onCreate()
238 logger.debug("mRcsManager : " + mRcsManager + " mRcsPresence : " + mRcsPresence); in initializeRcsInterfacer()
[all …]
/external/ims/rcs/rcsservice/src/com/android/service/ims/presence/
DStackListener.java114 logger.debug( "Thread=" + Thread.currentThread().getName() + " received " in handleMessage()
209 logger.debug("Received PRESENCE_IMS_UNSOL_NOTIFY_LIST_UPDATE"); in handleMessage()
222 logger.debug("Unknown mesg " + msg.what + " recieved."); in handleMessage()
285 logger.debug("pVersion=" + pVersion);
295 logger.debug("pSipResponse.getCmdId() "+
297 logger.debug("getReasonPhrase() "+pSipResponse.getReasonPhrase());
298 logger.debug("getsRequestID() "+pSipResponse.getRequestId());
299 logger.debug("getsSipResponseCode() "+pSipResponse.getSipResponseCode());
324 logger.debug("UCE_PRES_CMD_SETNEWFEATURETAG, doesn't care it");
329 logger.debug("CMD ID for unknown value=" +
[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/sonivox/jet_tools/JetCreator/
Deas.py219 eas_logger.debug('EAS_Stream.__init__')
225 eas_logger.debug('Call EAS_SetVolume: volume=%d' % volume)
233 eas_logger.debug('Call EAS_GetVolume')
238 eas_logger.debug('EAS_GetVolume: volume=%d' % volume)
243 eas_logger.debug('Call EAS_SetPriority: priority=%d' % priority)
251 eas_logger.debug('Call EAS_GetPriority')
257 eas_logger.debug('EAS_GetPriority: priority=%d' % priority.value)
262 eas_logger.debug('Call EAS_SetTransposition: transposition=%d' % transposition)
270 eas_logger.debug('Call EAS_SetPolyphony: polyphony=%d' % polyphony)
278 eas_logger.debug('Call EAS_GetPolyphony')
[all …]
/external/ltp/testcases/kernel/sched/pthreads/
Dpth_str01.c46 int debug = 0; variable
115 debug = 1; in parse_args()
175 if (debug) { in synchronize_children()
197 if (debug) { in synchronize_children()
207 if (debug) { in synchronize_children()
213 if (debug) { in synchronize_children()
219 if (debug) { in synchronize_children()
226 if (debug) { in synchronize_children()
244 if (debug) { in synchronize_children()
251 if (debug) { in synchronize_children()
[all …]
Dpth_str03.c65 int debug = 0; variable
134 debug = 1; in parse_args()
194 if (debug) { in synchronize_children()
212 if (debug) { in synchronize_children()
220 if (debug) { in synchronize_children()
226 if (debug) { in synchronize_children()
232 if (debug) { in synchronize_children()
239 if (debug) { in synchronize_children()
253 if (debug) { in synchronize_children()
260 if (debug) { in synchronize_children()
[all …]
/external/llvm/test/CodeGen/MIR/ARM/
DARMLoadStoreDBG.mir3 ; ModuleID = '/Volumes/Data/llvm/test/CodeGen/ARM/sched-it-debug-nodes.ll'
128 DBG_VALUE debug-use %r0, debug-use _, !18, !27, debug-location !28
129 DBG_VALUE debug-use %r1, debug-use _, !19, !27, debug-location !28
130 DBG_VALUE debug-use %r2, debug-use _, !20, !27, debug-location !28
131 DBG_VALUE debug-use %r3, debug-use _, !21, !27, debug-location !28
132 t2CMPri %r3, 4, 14, _, implicit-def %cpsr, debug-location !31
138 DBG_VALUE debug-use %r1, debug-use _, !19, !27, debug-location !28
140 DBG_VALUE debug-use %r1, debug-use _, !19, !27, debug-location !28
141 tBX_RET 14, _, implicit %r0, debug-location !34
150 DBG_VALUE debug-use %r0, debug-use _, !18, !27, debug-location !28
[all …]
Dsched-it-debug-nodes.mir3 ; ModuleID = '/Volumes/Data/llvm/test/CodeGen/ARM/sched-it-debug-nodes.ll'
32 ; debug value as KILL'ed, resulting in a DEBUG_VALUE node changing codegen! (or
138 DBG_VALUE debug-use %r0, debug-use _, !18, !27, debug-location !28
139 DBG_VALUE debug-use %r1, debug-use _, !19, !27, debug-location !28
140 DBG_VALUE debug-use %r2, debug-use _, !20, !27, debug-location !28
141 DBG_VALUE debug-use %r3, debug-use _, !21, !27, debug-location !28
142 t2CMPri %r3, 4, 14, _, implicit-def %cpsr, debug-location !31
143 DBG_VALUE debug-use %r1, debug-use _, !19, !27, debug-location !28
145 DBG_VALUE debug-use %r1, debug-use _, !19, !27, debug-location !28
146 tBX_RET 3, %cpsr, implicit %r0, debug-location !34
[all …]
/external/libmojo/base/android/library_loader/
Dlibrary_prefetcher_unittest.cc20 const uint8_t kRead = base::debug::MappedMemoryRegion::READ;
21 const uint8_t kReadPrivate = base::debug::MappedMemoryRegion::READ |
22 base::debug::MappedMemoryRegion::PRIVATE;
23 const uint8_t kExecutePrivate = base::debug::MappedMemoryRegion::EXECUTE |
24 base::debug::MappedMemoryRegion::PRIVATE;
29 const base::debug::MappedMemoryRegion regions[4] = { in TEST()
30 base::debug::MappedMemoryRegion{0x4000, 0x5000, 10, kReadPrivate, ""}, in TEST()
31 base::debug::MappedMemoryRegion{0x4000, 0x5000, 10, kReadPrivate, "foo"}, in TEST()
32 base::debug::MappedMemoryRegion{ in TEST()
34 base::debug::MappedMemoryRegion{ in TEST()
[all …]
/external/ltp/
DREADME.kernel_config181 /sys/kernel/debug/fail_io_timeout/interval
182 /sys/kernel/debug/fail_io_timeout/probability
183 /sys/kernel/debug/fail_io_timeout/reject-end
184 /sys/kernel/debug/fail_io_timeout/reject-start
185 /sys/kernel/debug/fail_io_timeout/require-end
186 /sys/kernel/debug/fail_io_timeout/require-start
187 /sys/kernel/debug/fail_io_timeout/space
188 /sys/kernel/debug/fail_io_timeout/stacktrace-depth
189 /sys/kernel/debug/fail_io_timeout/task-filter
190 /sys/kernel/debug/fail_io_timeout/times
[all …]
/external/autotest/client/cros/audio/
Dcras_dbus_utils.py99 logging.debug('Got NodesChanged signal when loop is running.')
101 logging.debug('count = %d', self._count)
103 logging.debug('Quit main loop')
106 logging.debug('Got NodesChanged signal when loop is not running.'
120 logging.debug(
204 logging.debug('Before starting the counter')
205 logging.debug('nodes = %s', pprint.pformat(self._nodes))
213 logging.debug('Start counting for signal %s', self._signal_name)
220 logging.debug('Count result: %s', self._count)
227 logging.debug('Got %s signal when loop is running.',
[all …]
/external/autotest/client/cros/video/
Dmethod_logger.py26 logging.debug('+ ' + log_str)
32 logging.debug('*** Begin arguments:')
33 logging.debug(args)
34 logging.debug('=== End arguments.')
37 logging.debug('*** Begin keyword arguments:')
38 logging.debug(kwargs)
39 logging.debug('=== End keyword arguments.')
44 logging.debug('### Begin results :')
45 logging.debug(result)
46 logging.debug('--- End results.')
[all …]
/external/annotation-tools/annotation-file-utilities/src/annotator/find/
DInstanceOfCriterion.java31 Criteria.dbug.debug("return null"); in isSatisfiedBy()
37 Criteria.dbug.debug("%n%s%n", this.toString()); in isSatisfiedBy()
38 Criteria.dbug.debug("InstanceOfCriterion.isSatisfiedBy: %s%n", leaf); in isSatisfiedBy()
39 Criteria.dbug.debug("leaf: %s%n", leaf); in isSatisfiedBy()
40 Criteria.dbug.debug("kind: %s%n", leaf.getKind()); in isSatisfiedBy()
41 Criteria.dbug.debug("class: %s%n", leaf.getClass()); in isSatisfiedBy()
45 Criteria.dbug.debug("return: parent path null%n"); in isSatisfiedBy()
51 Criteria.dbug.debug("return: parent null%n"); in isSatisfiedBy()
58 Criteria.dbug.debug("return: not type part of instanceof%n"); in isSatisfiedBy()
63 Criteria.dbug.debug("return source: %d%n", indexInSource); in isSatisfiedBy()
[all …]
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_debug.c73 const size_t length = sizeof(radeon->debug.indent) in _radeon_debug_add_indent()
74 / sizeof(radeon->debug.indent[0]); in _radeon_debug_add_indent()
75 if (radeon->debug.indent_depth < length - 1) { in _radeon_debug_add_indent()
76 radeon->debug.indent[radeon->debug.indent_depth] = '\t'; in _radeon_debug_add_indent()
77 ++radeon->debug.indent_depth; in _radeon_debug_add_indent()
85 if (radeon->debug.indent_depth > 0) { in _radeon_debug_remove_indent()
86 radeon->debug.indent[radeon->debug.indent_depth] = '\0'; in _radeon_debug_remove_indent()
87 --radeon->debug.indent_depth; in _radeon_debug_remove_indent()
102 if (radeon->debug.indent_depth) in _radeon_print()
103 fprintf(stderr, "%s", radeon->debug.indent); in _radeon_print()

12345678910>>...153