/external/clang/test/Preprocessor/ |
H A D | macro_paste_commaext.c | 7 #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 D | cxx-language-features.inc | 7 namespace debug { 11 using namespace std::debug; 14 namespace safestl = ::std::debug;
|
/external/v8/test/webkit/fast/js/ |
H A D | end-in-string-escape.js | 26 debug("Passed if no assertion failure.");
|
H A D | JSON-parse-reviver.js | 31 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 D | reserved-words-strict.js | 76 debug("SHOULD BE RESERVED:"); 81 debug(""); 83 debug("SHOULD NOT BE RESERVED:"); 88 debug("");
|
/external/v8/test/webkit/ |
H A D | parse-nan.js | 28 debug(-parseFloat("NAN(ffffeeeeeff0f)"));
|
H A D | regexp-find-first-asserted.js | 31 debug('');
|
H A D | array-every.js | 28 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 D | jit-float32-array-nan.js | 35 debug(int32View[0]); 38 debug(floatView[0]); 42 debug("I didn't crash, which is a good thing.");
|
H A D | this-non-object-proto.js | 34 debug('If we got to this point then we did not crash and the test has passed.');
|
H A D | reserved-words.js | 106 debug("SHOULD BE RESERVED:"); 111 debug(""); 113 debug("SHOULD NOT BE RESERVED:"); 118 debug("");
|
/external/mesa3d/src/mapi/mapi/ |
H A D | table.c | 37 static int debug = -1; local 39 if (debug < 0) 40 debug = (getenv("MESA_DEBUG") || getenv("LIBGL_DEBUG")); 42 if (debug)
|
/external/v8/test/mjsunit/ |
H A D | debug-toggle-mirror-cache.js | 28 // 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/v8/test/mjsunit/regress/ |
H A D | regress-debug-context-load.js | 5 // Flags: --expose-debug-as debug 7 Debug = debug.Debug;
|
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/samples/echo/ |
H A D | DebugWebSocketServer.java | 11 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/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
H A D | DebugTestAutoAST.java | 31 public DebugTestAutoAST() {debug=true;}
|
H A D | DebugTestCompositeGrammars.java | 31 public DebugTestCompositeGrammars() {debug=true;}
|
H A D | DebugTestRewriteAST.java | 31 public DebugTestRewriteAST() {debug=true;}
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/debug/ |
H A D | DebugItem.java | 32 package org.jf.dexlib2.iface.debug; 35 * This class represents a generic debug item. 37 * The specific sub-types of this class correspond to the various debug opcodes specified in the debug_info_item type 42 * The type of this debug item. 46 * @return The type of this debug item.
|
H A D | EpilogueBegin.java | 32 package org.jf.dexlib2.iface.debug;
|
H A D | LineNumber.java | 32 package org.jf.dexlib2.iface.debug;
|
H A D | PrologueEnd.java | 32 package org.jf.dexlib2.iface.debug;
|
/external/v8/test/webkit/fast/js/kde/ |
H A D | crash-2.js | 33 debug("OK. Caught an exception");
|
/external/v8/test/webkit/fast/regex/ |
H A D | quantified-assertions.js | 31 debug("\nTesting regexp: " + regexp); 36 debug("\nTesting regexp: " + regexp); 41 debug("\nTesting regexp: " + regexp); 46 debug("\nTesting regexp: " + regexp);
|
H A D | malformed-escapes.js | 31 debug("\nTesting regexp: " + regexp); 36 debug("\nTesting regexp: " + regexp); 41 debug("\nTesting regexp: " + regexp); 46 debug("\nTesting regexp: " + regexp); 51 debug("\nTesting regexp: " + regexp); 56 debug("\nTesting regexp: " + regexp); 61 debug("\nTesting regexp: " + regexp); 65 debug("\nTesting regexp: " + regexp); 69 debug("\nTesting regexp: " + regexp);
|