Searched refs:debug (Results 1 - 25 of 1154) sorted by relevance

1234567891011>>

/external/clang/test/Preprocessor/
H A Dmacro_paste_commaext.c7 #define debug(format, ...) format, ## __VA_ARGS__) macro
8 debug(V);
9 debug(W, 1, 2);
10 debug(X, 1, 2 );
11 debug(Y, );
12 debug(Z,);
/external/clang/test/Coverage/
H A Dcxx-language-features.inc7 namespace debug {
11 using namespace std::debug;
14 namespace safestl = ::std::debug;
/external/webkit/LayoutTests/fast/js/resources/
H A Djs-test-post-n.js2 debug('<br><span class="pass">TEST COMPLETE</span>');
H A Dstandalone-post.js2 debug("\nTEST COMPLETE\n");
H A Djs-test-post-function.js4 debug('<br><span class="pass">TEST COMPLETE</span>');
H A 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...]
H A Djs-test-post-async.js2 debug('<br /><span class="pass">TEST COMPLETE</span>');
/external/webkit/LayoutTests/fast/dom/CSSStyleDeclaration/script-tests/
H A 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('"po
[all...]
/external/webkit/LayoutTests/http/tests/cookies/resources/
H A Dcookies-test-post.js2 debug('<br /><span class="pass">TEST COMPLETE</span>');
/external/webkit/LayoutTests/fast/dom/HTMLLabelElement/script-tests/
H A 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("Fin
[all...]
/external/webkit/LayoutTests/http/tests/cookies/script-tests/
H A Dsimple-cookies-max-age.js7 debug("Check that setting a simple cookie works.");
11 debug("Check setting a cookie that timed out.");
H A Ddouble-quoted-value-with-semi-colon.js7 debug("Check that setting a cookie with a semi-colon in a duoble-quoted value works");
/external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
H A 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("Se
[all...]
H A 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("Se
[all...]
H A 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("Se
[all...]
H A Dset-href-attribute-port.js5 debug("Default port as number");
10 debug("Default port as string");
15 debug("Set port to 0");
21 debug("Set port to non-number");
27 debug("Set port to null");
33 debug("Set port to empty string");
38 debug("Set port to undefined");
44 debug("Set port to URL with foo: protocol");
H A 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");
H A 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('Not
[all...]
H A 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("Ad
[all...]
H A 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("Exceptio
[all...]
H A 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("Se
[all...]
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DDebugTestAutoAST.java31 public DebugTestAutoAST() {debug=true;}
H A DDebugTestCompositeGrammars.java31 public DebugTestCompositeGrammars() {debug=true;}
H A DDebugTestRewriteAST.java31 public DebugTestRewriteAST() {debug=true;}
/external/webkit/LayoutTests/fast/dom/Selection/script-tests/
H A 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("endOffse
[all...]

Completed in 395 milliseconds

1234567891011>>