Home
last modified time | relevance | path

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

12345678910>>...65

/external/webkit/LayoutTests/fast/js/resources/
Dselect-options-remove.js6 debug("1.1 Remove (object) from empty Options");
11 debug("");
13 debug("1.2 Remove (string) from empty Options");
18 debug("");
20 debug("1.3 Remove (float) from empty Options");
25 debug("");
27 debug("1.4 Remove (boolean) from empty Options");
32 debug("");
34 debug("1.5 Remove (undefined) from empty Options");
39 debug("");
[all …]
/external/v8/test/mjsunit/
Ddebug-scopes.js33 var Debug = debug.Debug;
88 if (scopes[i] == debug.ScopeType.Global) {
107 if (scopes[i] == debug.ScopeType.Local ||
108 scopes[i] == debug.ScopeType.Closure) {
174 if (scope.scopeType() == debug.ScopeType.Local ||
175 scope.scopeType() == debug.ScopeType.Closure) {
196 CheckScopeChain([debug.ScopeType.Local,
197 debug.ScopeType.Global], exec_state);
212 CheckScopeChain([debug.ScopeType.Local,
213 debug.ScopeType.Global], exec_state);
[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/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
Dset-href-attribute-prevents-rebase.js8 debug("Search attribute, update document base URI without attribute having been set");
14 debug("Search attribute, update document base URI after attribute has been set");
20 debug('');
23 debug("Pathname attribute, update document base URI without attribute having been set");
29 debug("Pathname attribute, update document base URI after attribute has been set");
35 debug('');
38 debug("Hash attribute, update document base URI without attribute having been set");
44 debug("Pathname attribute, update document base URI after attribute has been set");
50 debug('');
53 debug('Note that for the following attributes, updating the document base URI has no effect because…
[all …]
Dset-href-attribute-host.js5 debug("Basic test");
11 debug("Set host with '?' in it");
17 debug("Exception: " + e.description);
20 debug("Set default port for another protocol");
25 debug("Set default port");
31 debug("Set host with letters in port number");
37 debug("Leading space in port number");
43 debug("Colon without port number");
51 debug("Set host to null");
59 debug("Set host to empty string");
[all …]
Dset-href-attribute-protocol.js5 debug("Basic test");
11 debug("Set a protocol that contains ':'");
17 debug("Exception: " + e.description);
21 debug("Set a protocol that contains invalid characters");
27 debug("Exception: " + e.description);
32 debug("Set a protocol to a URL with invalid host name");
39 debug("Set a protocol that starts with ':'");
44 debug("Exception: " + e.description);
48 debug("Set protocol to null");
55 debug("Set protocol to empty string");
[all …]
Dset-href-attribute-pathname.js5 debug("Set pathname that starts with slash");
12 debug("Set pathname that does not start with slash and contains '?'");
17 debug("Exception: " + e.description);
22 debug("Set pathname that starts with double slash and contains '#'");
27 debug("Exception: " + e.description);
30 debug("Set a pathname containing .. in it");
36 debug("Set pathname to null");
41 debug("Set pathname to empty string");
48 debug("Set pathname that includes illegal characters to URL that contains illegal characters.");
55 debug("Set pathname to URL that contains '@' in host");
[all …]
Dset-href-attribute-whitespace.js5 debug("Set href that starts with a space");
9 debug("Set href that starts with a newline");
13 debug("Set href that starts with a tab");
17 debug("Set href that starts with a carriage return");
21 debug("Set href that starts with a combination of newlines, spaces and tabs");
25 debug("Set href that ends with a space");
29 debug("Set href that ends with a newline");
33 debug("Set href that ends with a tab");
37 debug("Set href that ends with a carriage return");
41 debug("Set href that ends with a combination of newlines, spaces and tabs");
[all …]
Dset-href-attribute-hostname.js5 debug("Basic test");
12 debug("Extra slashes before hostname");
17 debug("Exception: " + e.description);
21 debug("Set hostname to URL with foo: protocol");
29 debug("Set hostname to null");
37 debug("Set hostname to empty string");
43 debug("Set hostname to URL with 2 colons");
52 debug("Set a hostname that contains space in it");
59 debug("Set hostname on a local file");
64 debug("Exception: " + e.description);
[all …]
Dset-href-attribute-hash.js5 debug("Hash value does not start with '#'");
10 debug("Hash value starts with '#'");
15 debug("'?' in hash value");
22 debug("'#' in hash value, and illegal characters in hostname");
30 debug("Set hash to null");
37 debug("Set hash to empty string");
43 debug("Add hash to mailto: protocol");
50 debug("Add hash to file: protocol");
55 debug("Set hash to '#'");
61 debug("Add hash to non-standard protocol");
[all …]
Dset-href-attribute-search.js5 debug("Set search without '?'");
11 debug("Set search that starts with '?' and contains spaces");
16 debug("Set search to a malformed URL");
22 debug("Set search containing '#'");
28 debug("Exception: " + e.description);
31 debug("Set search to a malformed URL");
37 debug("Set search to null");
44 debug("Set search to empty string");
/external/webkit/LayoutTests/fast/dom/HTMLLabelElement/script-tests/
Dlabel-control.js3 debug("Find a control that is the first descendent in a label");
7 debug("Find a control based on a label with valid 'for' attribute");
12 debug("Find a control in p element in label");
16 debug("Find a control in fieldset in label.");
17 debug("Note that filedset is a form control that is not labelable.");
21 debug("Find a control in legend in label.");
22 debug("Note that legend is a form control that is not labelable.");
26 debug("Find a control in optgroup in label.");
27 debug("Note that optgroup is a form control that is not labelable.");
31 debug("Find a control in option in label.");
[all …]
/external/v8/test/mjsunit/harmony/
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.Closure) {
184 if (scope.scopeType() == debug.ScopeType.Local ||
185 scope.scopeType() == debug.ScopeType.Closure) {
208 CheckScopeChain([debug.ScopeType.Local,
209 debug.ScopeType.Global], exec_state);
226 CheckScopeChain([debug.ScopeType.Local,
227 debug.ScopeType.Global], exec_state);
[all …]
/external/webkit/LayoutTests/storage/domstorage/script-tests/
Dcomplex-keys.js11 debug("Testing " + storageString);
16 debug("");
40 debug("");
41 debug("Testing a null key");
57 debug("");
58 debug("Testing an undefined key");
74 debug("");
75 debug("Testing a numeric key");
91 debug("");
92 debug("Setting a non-ascii string to foo");
[all …]
Dquota.js11 debug("Testing " + storageString);
16 debug("Creating 'data' which contains 64K of data");
22 debug("Putting 'data' into 39 " + storageString + " buckets.");
26 debug("Putting 'data' into another bucket.h");
34 debug("Verify that data was never inserted.");
37 debug("Removing bucket 38.");
40 debug("Adding 'Hello!' into a new bucket.");
57 debug("Testing " + storageString);
62 debug("Creating 'data' which contains 64K of data");
68 debug("Putting 'data' into 39 " + storageString + " buckets.");
[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/webkit/LayoutTests/fast/dom/CSSStyleDeclaration/script-tests/
Dcss-properties-case-sensitive.js8 debug('normal cases');
9 debug('');
14 debug('');
15 debug('"css" prefix');
16 debug('');
23 debug('');
24 debug('"pixel" prefix');
25 debug('');
32 debug('');
33 debug('"pos" prefix');
[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/webkit/LayoutTests/fast/dom/Selection/script-tests/
DgetRangeAt.js17 debug("window.getSelection():");
18 debug("anchorNode: " + sel.anchorNode);
19 debug("anchorOffset: " + sel.anchorOffset);
20 debug("focusNode: " + sel.focusNode);
21 debug("focusOffset: " + sel.focusOffset);
23 debug("window.getSelection().getRangeAt(0):");
24 debug("startContainer: " + range.startContainer);
25 debug("startOffset: " + range.startOffset);
26 debug("endContainer: " + range.endContainer);
27 debug("endOffset: " + range.endOffset);
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
DAntlr3Mojo.java97 protected boolean debug; field in Antlr3Mojo
258 log.debug("ANTLR: Exclude: " + e); in execute()
265 log.debug("ANTLR: Include: " + e); in execute()
270 log.debug("ANTLR: Output: " + outputDirectory); in execute()
274 log.debug("ANTLR: Library: " + libDirectory); in execute()
278 log.debug("ANTLR: report : " + report); in execute()
279 log.debug("ANTLR: printGrammar : " + printGrammar); in execute()
280 log.debug("ANTLR: debug : " + debug); in execute()
281 log.debug("ANTLR: profile : " + profile); in execute()
282 log.debug("ANTLR: nfa : " + nfa); in execute()
[all …]
/external/webkit/LayoutTests/fast/dom/TreeWalker/script-tests/
DacceptNode-filter.js10 debug(" filtering node " + node.id);
16 debug("Testing with raw function filter");
21 debug("<br>Testing with object filter");
24 debug(" filtering node " + node.id);
34 debug("<br>Testing with null filter");
40 debug("<br>Testing with undefined filter");
46 debug("<br>Testing with object lacking acceptNode property");
54 debug("<br>Testing with object with non-function acceptNode property");
62 debug("<br>Testing with function having acceptNode function");
70 debug("<br>Testing acceptNode callee");
[all …]
/external/webkit/Tools/Scripts/
Dparallelcl17 my $debug = 0;
21 if ($debug) {
31 …ss wants preprocessed source, so let's hand off this whole command to the real cl.exe\n" if $debug;
52 print STDERR "Last character of first line = '" . substr($firstLine, -1, 1) . "'\n" if $debug;
54 print STDERR "First file is quoted\n" if $debug;
57 print STDERR "First file is NOT quoted\n" if $debug;
69 print STDERR "######## Found options $options ##########\n" if $debug;
70 print STDERR "####### Found first source file $sources[0] ########\n" if @sources && $debug;
101 print STDERR "######## jobSize = $jobSize ##########\n" if $debug;
126 … print STDERR "####### Spawned child with PID $pid and tmpFile $tmpFile ##########\n" if $debug;
[all …]

12345678910>>...65