Searched refs:debug (Results 1 - 25 of 1937) 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/chromium_org/v8/test/webkit/fast/js/
H A Dend-in-string-escape.js26 debug("Passed if no assertion failure.");
H A 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("");
44 debug("Ensure that the holder already has all the properties present at the start of filtering");
53 debug("");
54 debug("Ensure that returning undefined has removed the property 0 from the holder during filtering.");
60 debug("");
61 debug("Ensur
[all...]
H A Dreserved-words-strict.js76 debug("SHOULD BE RESERVED:");
81 debug("");
83 debug("SHOULD NOT BE RESERVED:");
88 debug("");
/external/chromium_org/v8/test/webkit/
H A Dparse-nan.js28 debug(-parseFloat("NAN(ffffeeeeeff0f)"));
H A Dregexp-find-first-asserted.js31 debug('');
H A 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...]
H A Djit-float32-array-nan.js35 debug(int32View[0]);
38 debug(floatView[0]);
42 debug("I didn't crash, which is a good thing.");
H A Dthis-non-object-proto.js34 debug('If we got to this point then we did not crash and the test has passed.');
H A Dreserved-words.js106 debug("SHOULD BE RESERVED:");
111 debug("");
113 debug("SHOULD NOT BE RESERVED:");
118 debug("");
/external/chromium_org/third_party/mesa/src/src/mapi/mapi/
H A Dtable.c37 static int debug = -1; local
39 if (debug < 0)
40 debug = (getenv("MESA_DEBUG") || getenv("LIBGL_DEBUG"));
42 if (debug)
/external/mesa3d/src/mapi/mapi/
H A Dtable.c37 static int debug = -1; local
39 if (debug < 0)
40 debug = (getenv("MESA_DEBUG") || getenv("LIBGL_DEBUG"));
42 if (debug)
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-toggle-mirror-cache.js28 // Flags: --expose-debug-as debug
30 var handle1 = debug.MakeMirror(123).handle();
31 assertEquals("number", debug.LookupMirror(handle1).type());
33 debug.ToggleMirrorCache(false);
34 var handle2 = debug.MakeMirror(123).handle();
36 assertThrows(function() { debug.LookupMirror(handle2) });
38 debug.ToggleMirrorCache(true);
39 var handle3 = debug.MakeMirror(123).handle();
40 assertEquals("number", debug
[all...]
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-debug-context-load.js5 // Flags: --expose-debug-as debug
7 Debug = debug.Debug;
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/samples/echo/
H A DDebugWebSocketServer.java11 private final boolean debug; field in class:DebugWebSocketServer
13 public DebugWebSocketServer(int port, boolean debug) { argument
15 this.debug = debug;
20 return new DebugWebSocket(handshake, debug);
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DPragma.h11 // By default optimization is turned on and debug is turned off.
12 TPragma() : optimize(true), debug(false) { }
13 TPragma(bool o, bool d) : optimize(o), debug(d) { }
16 bool debug; member in struct:TPragma
/external/chromium_org/content/test/data/fileapi/
H A Drequest_test.js7 debug('Requested successfully.');
13 debug('Requesting FileSystem');
/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/chromium_org/ash/accelerators/
H A Ddebug_commands.h13 namespace debug { namespace in namespace:ash
19 } // namespace debug
/external/chromium_org/base/debug/
H A Dtrace_event_unittest.h8 namespace debug { namespace in namespace:base
13 } // namespace debug
/external/chromium_org/v8/test/webkit/fast/js/kde/
H A Dcrash-2.js33 debug("OK. Caught an exception");
/external/chromium_org/v8/test/webkit/fast/regex/
H A Dquantified-assertions.js31 debug("\nTesting regexp: " + regexp);
36 debug("\nTesting regexp: " + regexp);
41 debug("\nTesting regexp: " + regexp);
46 debug("\nTesting regexp: " + regexp);

Completed in 2082 milliseconds

1234567891011>>