Home
last modified time | relevance | path

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

12345678910>>...141

/external/v8/test/webkit/fast/js/
DJSON-parse-reviver.js31 debug("");
32 debug("Ensure the holder for our array is indeed an array");
36 debug("");
37 debug("Ensure that we always get the same holder");
43 debug("");
44debug("Ensure that the holder already has all the properties present at the start of filtering");
53 debug("");
54debug("Ensure that returning undefined has removed the property 0 from the holder during filtering…
60 debug("");
61 debug("Ensure that changing the value of a property is reflected while filtering.")
[all …]
/external/v8/test/mjsunit/
Ddebug-scopes.js33 var Debug = debug.Debug;
112 if (scopes[i] == debug.ScopeType.Global) {
132 if (scopes[i] == debug.ScopeType.Local ||
133 scopes[i] == debug.ScopeType.Script ||
134 scopes[i] == debug.ScopeType.Closure) {
212 if (scope.scopeType() == debug.ScopeType.Local ||
213 scope.scopeType() == debug.ScopeType.Script ||
214 scope.scopeType() == debug.ScopeType.Closure) {
235 CheckScopeChain([debug.ScopeType.Local,
236 debug.ScopeType.Script,
[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: DBG_VALUE debug-use %edx, debug-use _, !11, !17, debug-location !21
31 # CHECK-NEXT: DBG_VALUE debug-use %esi, debug-use _, !10, !17, debug-location !19
32 # CHECK-NEXT: DBG_VALUE debug-use %edi, debug-use _, !9, !17, 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 %rsi, debug-use _, !13, !20, debug-location !22
37 # CHECK-NEXT: DBG_VALUE debug-use %ebx, debug-use _, !14, !20, debug-location !33
41 ; ModuleID = 'live-debug-values.ll'
199 DBG_VALUE debug-use %edi, debug-use _, !12, !20, debug-location !21
200 DBG_VALUE debug-use %rsi, debug-use _, !13, !20, debug-location !22
[all …]
/external/v8/test/webkit/
Ddfg-to-string-side-effect-expected.txt30 PASS "" + foo({toString:function() { debug("hello"); return 42; }}) is "42"
32 PASS "" + foo({toString:function() { debug("hello"); return 42; }}) is "42"
34 PASS "" + foo({toString:function() { debug("hello"); return 42; }}) is "42"
36 PASS "" + foo({toString:function() { debug("hello"); return 42; }}) is "42"
38 PASS "" + foo({toString:function() { debug("hello"); return 42; }}) is "42"
40 PASS "" + foo({toString:function() { debug("hello"); return 42; }}) is "42"
42 PASS "" + foo({toString:function() { debug("hello"); return 42; }}) is "42"
44 PASS "" + foo({toString:function() { debug("hello"); return 42; }}) is "42"
46 PASS "" + foo({toString:function() { debug("hello"); return 42; }}) is "42"
48 PASS "" + foo({toString:function() { debug("hello"); return 42; }}) is "42"
[all …]
Darray-every.js28 debug("1.0 Single Argument Testing");
34 debug("");
36 debug("2.0 Two Argument Testing");
45 debug("");
47 debug("3.0 Array Mutation Tests");
48 debug("");
50 debug("3.1 Array Element Removal");
57 debug("");
59 debug("3.2 Array Element Changing");
66 debug("");
[all …]
/external/v8/test/mjsunit/es6/
Ddebug-blockscopes.js36 var Debug = debug.Debug;
92 if (scopes[i] == debug.ScopeType.Global) {
111 if (scopes[i] == debug.ScopeType.Local ||
112 scopes[i] == debug.ScopeType.Script ||
113 scopes[i] == debug.ScopeType.Closure) {
177 if (scope.scopeType() == debug.ScopeType.Local ||
178 scope.scopeType() == debug.ScopeType.Closure) {
209 CheckScopeChain([debug.ScopeType.Local,
210 debug.ScopeType.Script,
211 debug.ScopeType.Global], exec_state);
[all …]
Dgenerators-debug-scopes.js7 var Debug = debug.Debug;
79 if (scopes[i] == debug.ScopeType.Global) {
99 if (scopes[i] == debug.ScopeType.Local ||
100 scopes[i] == debug.ScopeType.Script ||
101 scopes[i] == debug.ScopeType.Closure) {
162 if (scope.scopeType() == debug.ScopeType.Local ||
163 scope.scopeType() == debug.ScopeType.Script ||
164 scope.scopeType() == debug.ScopeType.Closure) {
182 CheckScopeChain([debug.ScopeType.Local,
183 debug.ScopeType.Script,
[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/chromium-trace/catapult/third_party/coverage/coverage/
Dplugin_support.py25 self.debug = None
28 def load_plugins(cls, modules, config, debug=None): argument
35 plugins.debug = debug
79 if self.debug and self.debug.should('plugin'):
80 self.debug.write("Loaded plugin %r: %r" % (self.current_module, plugin))
81 labelled = LabelledDebug("plugin %r" % (self.current_module,), self.debug)
108 def __init__(self, label, debug, prev_labels=()): argument
110 self.debug = debug
114 return LabelledDebug(label, self.debug, self.labels)
123 self.debug.write("%s%s" % (self.message_prefix(), message))
[all …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.debug.core_3.6.0.v20100519.jar ... org/ org/eclipse/ org/eclipse/debug/ org/eclipse/debug/core/ org ...
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
Dvt320.java50 private final static int debug = 0; field in vt320
53 public abstract void debug(String notice); in debug() method in vt320
158 if (debug > 2) { in setScreenSize()
165 debug(debugStr.toString()); in setScreenSize()
609 if (debug > 2) { in write()
611 debug(debugStr.toString()); in write()
636 if (debug > 2) { in write()
638 debug(debugStr.toString()); in write()
944 if (debug > 1) { in keyPressed()
947 debug(debugStr.toString()); in keyPressed()
[all …]
/external/autotest/client/tests/kvm/tests/
Dksm_overcommit.py29 logging.debug("Starting ksm_overcommit_guest.py on guest %s", vm.name)
51 logging.debug("Executing '%s' on ksm_overcommit_guest.py loop, "
86 logging.debug("Turning off swap on vm %s", vm.name)
106 logging.debug("Target shared meminfo for guest %s: %s", vm.name,
111 logging.debug(virt_test_utils.get_memory_info(lvms))
115 logging.debug("Waiting %ds before proceeding...", st)
121 logging.debug("Shared meminfo for guest %s after "
127 logging.debug("Waiting %ds before proceeding...", rt)
130 logging.debug(virt_test_utils.get_memory_info(lvms))
145 logging.debug("Return message of static_random_fill: %s", r_msg)
[all …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/META-INF/
DMANIFEST.MF4 Bundle-SymbolicName: org.eclipse.jdt.debug; singleton:=true
6 ipse:org.eclipse.jdt.debug;tag=v20100715_r361
7 Bundle-Activator: org.eclipse.jdt.internal.debug.core.JDIDebugPlugin
9 0)",org.eclipse.debug.core;bundle-version="[3.5.0,4.0.0)",org.eclipse
15 di.hcr,org.eclipse.jdi.internal;x-friends:="org.eclipse.jdt.debug.ui"
16 ,org.eclipse.jdi.internal.connect;x-friends:="org.eclipse.jdt.debug.u
17 i",org.eclipse.jdi.internal.event;x-friends:="org.eclipse.jdt.debug.u
18 i",org.eclipse.jdi.internal.jdwp;x-friends:="org.eclipse.jdt.debug.ui
19 ",org.eclipse.jdi.internal.request;x-friends:="org.eclipse.jdt.debug.
20 ui",org.eclipse.jdi.internal.spy;x-friends:="org.eclipse.jdt.debug.ui
[all …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
Djdimodel.jar ... eclipse/jdt/ org/eclipse/jdt/debug/ org/eclipse/jdt/debug/core ...
/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/llvm/test/CodeGen/MIR/ARM/
DARMLoadStoreDBG.mir3 ; ModuleID = '/Volumes/Data/llvm/test/CodeGen/ARM/sched-it-debug-nodes.ll'
129 DBG_VALUE debug-use %r0, debug-use _, !18, !27, debug-location !28
130 DBG_VALUE debug-use %r1, debug-use _, !19, !27, debug-location !28
131 DBG_VALUE debug-use %r2, debug-use _, !20, !27, debug-location !28
132 DBG_VALUE debug-use %r3, debug-use _, !21, !27, debug-location !28
133 t2CMPri %r3, 4, 14, _, implicit-def %cpsr, debug-location !31
139 DBG_VALUE debug-use %r1, debug-use _, !19, !27, debug-location !28
141 DBG_VALUE debug-use %r1, debug-use _, !19, !27, debug-location !28
142 tBX_RET 14, _, implicit %r0, debug-location !34
151 DBG_VALUE debug-use %r0, debug-use _, !18, !27, debug-location !28
[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/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/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()
/external/mesa3d/src/mesa/drivers/dri/r200/
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>>...141