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

1234567891011>>

/external/webkit/LayoutTests/fast/js/resources/
H A Djs-test-post-n.js2 debug('<br><span class="pass">TEST COMPLETE</span>');
H A Djs-test-post.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 Dstring-concatenate-outofmemory.js9 debug('');
10 debug(
19 debug('PASS: String ' + stringName + ' was functional after ' + testName + ' raised out of memory exception.');
/external/webkit/LayoutTests/fast/dom/Geolocation/resources/
H A Djs-test-post.js3 debug('<br /><span class="pass">TEST COMPLETE</span>');
/external/webkit/LayoutTests/storage/domstorage/script-tests/
H A Dremove-item.js11 debug("Testing " + storageString);
16 debug("");
25 debug("");
34 debug("");
45 debug("");
46 debug("");
H A 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("Puttin
[all...]
H A 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("Settin
[all...]
H A Dclear.js11 debug("Testing " + storageString);
29 debug("");
30 debug("");
H A Dcomplex-values.js26 debug("Testing " + storageString);
31 debug("");
39 debug("");
47 debug("");
55 debug("");
63 debug("");
74 debug("");
75 debug("");
/external/dbus/test/data/valid-config-files/
H A Ddebug-allow-all.conf1 <!-- Bus that listens on a debug pipe and doesn't create any restrictions -->
6 <listen>debug-pipe:name=test-server</listen>
/external/v8/test/mjsunit/
H A Dmirror-null.js28 // Flags: --expose-debug-as debug
32 var mirror = debug.MakeMirror(null);
33 var serializer = debug.MakeMirrorSerializer();
37 assertTrue(mirror instanceof debug.Mirror);
38 assertTrue(mirror instanceof debug.NullMirror);
H A Dmirror-undefined.js28 // Flags: --expose-debug-as debug
32 var mirror = debug.MakeMirror(void 0);
33 var serializer = debug.MakeMirrorSerializer();
37 assertTrue(mirror instanceof debug.Mirror);
38 assertTrue(mirror instanceof debug.UndefinedMirror);
H A Ddebug-mirror-cache.js28 // Flags: --expose-debug-as debug
40 // Get the Debug object exposed from the debug context global object.
41 Debug = debug.Debug
54 assertEquals(0, debug.next_handle_, "Mirror cache not cleared");
55 assertEquals(0, debug.mirror_cache_.length, "Mirror cache not cleared");
57 // Get the debug command processor in paused state.
66 assertFalse(debug.next_handle_ == 0, "Mirror cache not used");
67 assertFalse(debug.mirror_cache_.length == 0, "Mirror cache not used");
75 // Add the debug even
[all...]
H A Dmirror-boolean.js28 // Flags: --expose-debug-as debug
33 var mirror = debug.MakeMirror(b);
34 var serializer = debug.MakeMirrorSerializer();
38 assertTrue(mirror instanceof debug.Mirror);
39 assertTrue(mirror instanceof debug.ValueMirror);
40 assertTrue(mirror instanceof debug.BooleanMirror);
H A Ddebug-scopes.js28 // Flags: --expose-debug-as debug
33 // Get the Debug object exposed from the debug context global object.
34 Debug = debug.Debug
58 // Add the debug event listener.
89 if (scopes[i] == debug.ScopeType.Global) {
94 // Get the debug command processor.
106 if (scopes[i] == debug.ScopeType.Local ||
107 scopes[i] == debug.ScopeType.Closure) {
157 // Get the debug comman
[all...]
H A Dmirror-number.js28 // Flags: --expose-debug-as debug
33 var mirror = debug.MakeMirror(n);
34 var serializer = debug.MakeMirrorSerializer();
38 assertTrue(mirror instanceof debug.Mirror);
39 assertTrue(mirror instanceof debug.ValueMirror);
40 assertTrue(mirror instanceof debug.NumberMirror);
H A Dmirror-function.js28 // Flags: --expose-debug-as debug
45 var mirror = debug.MakeMirror(f);
46 var serializer = debug.MakeMirrorSerializer();
52 assertTrue(mirror instanceof debug.Mirror);
53 assertTrue(mirror instanceof debug.ValueMirror);
54 assertTrue(mirror instanceof debug.ObjectMirror);
55 assertTrue(mirror instanceof debug.FunctionMirror);
65 assertTrue(mirror.constructorFunction() instanceof debug.ObjectMirror);
66 assertTrue(mirror.protoObject() instanceof debug
[all...]
/external/webkit/LayoutTests/storage/domstorage/events/script-tests/
H A Dcase-sensitive.js12 debug("Testing " + storageString);
17 debug("");
18 debug("Verify storage events are case sensitive");
26 debug("Reset storage event list");
/external/bluetooth/bluez/common/
H A Dlogging.h29 void debug(const char *format, ...) __attribute__((format(printf, 1, 2)));
36 #define DBG(fmt, arg...) debug("%s: " fmt "\n" , __FUNCTION__ , ## arg)
/external/stlport/stlport/stl/
H A D_prolog.h9 /* Get all debug things, potentially only empty macros if none of
10 * the debug features available in user config file is activated. */
17 # include <stl/debug/_debug.h>
/external/webkit/LayoutTests/storage/domstorage/events/resources/
H A DeventTestHarness.js32 debug("");
33 debug("");
36 debug("");
44 debug("");
45 debug("");
/external/clearsilver/python/examples/trans/
H A Ddb_trans.py49 def __init__(self, db, debug=0):
52 self.debug = debug
61 if self.debug:
68 def trans_connect(host = 'localhost', debug=0):
77 if debug: p = profiler.Profiler("SQL", "Connect -- %s:trans" % (host))
79 if debug: p.end()
81 retval = DB(db, debug=debug)

Completed in 169 milliseconds

1234567891011>>