/external/v8/test/mjsunit/ |
debug-step-into-valueof.js | 5 // Flags: --expose-debug-as debug 7 Debug = debug.Debug 13 if (event != Debug.DebugEvent.Break) return; 17 exec_state.prepareStep(Debug.StepAction.StepIn); 29 Debug.setListener(listener); 32 Debug.setListener(null); // Break 4.
|
debug-optimize.js | 5 // Flags: --expose-debug-as debug --allow-natives-syntax --use-inlining 7 var Debug = debug.Debug; 37 Debug.setListener(function() {}); 43 Debug.setBreakPoint(f1, 1); 54 Debug.setListener(null);
|
/external/v8/test/mjsunit/es6/debug-promises/ |
resolve-after-aborted-try-finally.js | 5 // Flags: --expose-debug-as debug --allow-natives-syntax 7 // Test debug events when we listen to all exceptions and 9 // We expect a normal Exception debug event to be triggered. 11 Debug = debug.Debug; 16 if (event == Debug.DebugEvent.PromiseEvent) events.push(event_data.status()); 19 Debug.setListener(listener);
|
resolve-after-try-catch.js | 5 // Flags: --expose-debug-as debug --allow-natives-syntax 7 // Test debug events when we listen to all exceptions and 9 // We expect a normal Exception debug event to be triggered. 11 Debug = debug.Debug; 16 if (event == Debug.DebugEvent.PromiseEvent) events.push(event_data.status()); 19 Debug.setListener(listener);
|
rethrow-in-try-finally.js | 5 // Flags: --expose-debug-as debug --allow-natives-syntax 7 // Test debug events when we listen to all exceptions and 9 // We expect a normal Exception debug event to be triggered. 11 Debug = debug.Debug; 16 if (event == Debug.DebugEvent.PromiseEvent) events.push(event_data.status()); 19 Debug.setListener(listener);
|
/external/v8/test/mjsunit/es6/ |
debug-step-into-regexp-subclass.js | 5 // Flags: --expose-debug-as debug --harmony-regexp-subclass 7 Debug = debug.Debug 13 if (event != Debug.DebugEvent.Break) return; 18 exec_state.prepareStep(Debug.StepAction.StepIn); 30 Debug.setListener(listener); 33 Debug.setListener(null); // Break 4.
|
/external/v8/test/mjsunit/regress/ |
regress-crbug-405922.js | 5 // Flags: --allow-natives-syntax --expose-debug-as debug 7 Debug = debug.Debug 12 if (event == Debug.DebugEvent.Break) { 13 exec_state.prepareStep(Debug.StepAction.StepIn); 20 Debug.setListener(listener); 29 Debug.setListener(null);
|
regress-crbug-409614.js | 5 // Flags: --expose-debug-as debug 7 Debug = debug.Debug; 16 if (event != Debug.DebugEvent.Break) return; 21 exec_state.prepareStep(Debug.StepAction.StepIn); 29 Debug.setListener(listener); 34 Debug.setListener(null); // Break
|
regress-crbug-517592.js | 5 // Flags: --expose-debug-as debug --min-preparse-length=10 13 Debug = debug.Debug; 14 Debug.setListener(listener); 19 if (event == Debug.DebugEvent.Break) break_count++; 20 if (event != Debug.DebugEvent.AfterCompile) return; 25 Debug.setScriptBreakPointById(id, 2);
|
regress-debugger-redirect.js | 5 // Flags: --expose-debug-as debug --legacy-const 20 var Debug = debug.Debug; 21 Debug.setBreakOnException(); 24 if (event != Debug.DebugEvent.Exception) return; 27 Debug.setBreakPoint(f, 1); 33 Debug.setListener(listener);
|
regress-crbug-507070.js | 5 // Flags: --allow-natives-syntax --cache=code --no-debug-code 10 var Debug = %GetDebugContext().Debug; 11 Debug.setListener(function(){}); 14 Debug.setBreakPoint(function(){}, 0, 0); 19 Debug.setListener(null);
|
regress-crbug-568477-2.js | 5 // Flags: --expose-debug-as debug --allow-natives-syntax 7 var Debug = debug.Debug; 16 if (event != Debug.DebugEvent.Break) return; 19 exec_state.prepareStep(Debug.StepAction.StepNext); 25 Debug.setListener(listener);
|
/external/v8/test/webkit/ |
dfg-to-string-side-effect-expected.txt | 30 PASS "" + foo({toString:function() { debug("hello"); return 42; }}) is "42" 32 PASS "" + foo({toString:function() { debug("hello"); return 42; }}) is "42" 34 PASS "" + foo({toString:function() { debug("hello"); return 42; }}) is "42" 36 PASS "" + foo({toString:function() { debug("hello"); return 42; }}) is "42" 38 PASS "" + foo({toString:function() { debug("hello"); return 42; }}) is "42" 40 PASS "" + foo({toString:function() { debug("hello"); return 42; }}) is "42" 42 PASS "" + foo({toString:function() { debug("hello"); return 42; }}) is "42" 44 PASS "" + foo({toString:function() { debug("hello"); return 42; }}) is "42" 46 PASS "" + foo({toString:function() { debug("hello"); return 42; }}) is "42" 48 PASS "" + foo({toString:function() { debug("hello"); return 42; }}) is "42 [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
Setup.sample | 16 #DEBUG = -C-W -C-Wall 17 DEBUG = 23 imageext src/imageext.c $(SDL) $(IMAGE) $(PNG) $(JPEG) $(DEBUG) 24 font src/font.c $(SDL) $(FONT) $(DEBUG) 25 mixer src/mixer.c $(SDL) $(MIXER) $(DEBUG) 26 mixer_music src/music.c $(SDL) $(MIXER) $(DEBUG) 27 _numericsurfarray src/_numericsurfarray.c $(SDL) $(DEBUG) 28 _numericsndarray src/_numericsndarray.c $(SDL) $(MIXER) $(DEBUG) 29 movie src/movie.c $(SDL) $(SMPEG) $(DEBUG) 30 scrap src/scrap.c $(SDL) $(SCRAP) $(DEBUG) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
Setup.sample | 16 #DEBUG = -C-W -C-Wall 17 DEBUG = 23 imageext src/imageext.c $(SDL) $(IMAGE) $(PNG) $(JPEG) $(DEBUG) 24 font src/font.c $(SDL) $(FONT) $(DEBUG) 25 mixer src/mixer.c $(SDL) $(MIXER) $(DEBUG) 26 mixer_music src/music.c $(SDL) $(MIXER) $(DEBUG) 27 _numericsurfarray src/_numericsurfarray.c $(SDL) $(DEBUG) 28 _numericsndarray src/_numericsndarray.c $(SDL) $(MIXER) $(DEBUG) 29 movie src/movie.c $(SDL) $(SMPEG) $(DEBUG) 30 scrap src/scrap.c $(SDL) $(SCRAP) $(DEBUG) [all...] |
/cts/tests/tests/os/src/android/os/cts/ |
DebugTest.java | 27 import android.os.Debug; 37 Debug.stopAllocCounting(); 38 Debug.resetAllCounts(); 42 Debug.printLoadedClasses(Debug.SHOW_FULL_DETAIL); 43 Debug.printLoadedClasses(Debug.SHOW_CLASSLOADER); 44 Debug.printLoadedClasses(Debug.SHOW_INITIALIZED); 54 Debug.startMethodTracing() [all...] |
/external/dbus/test/data/valid-config-files/ |
.gitignore | 0 debug-allow-all.conf 2 debug-allow-all-sha1.conf
|
/external/emma/core/res/com/vladium/emma/data/ |
merge_usage.res | 28 excludes {'silent', 'quiet', 'debug'}, 33 excludes {'silent', 'verbose', 'debug'}, 38 excludes {'quiet', 'verbose', 'debug'}, 41 'debug', 'loglevel': 43 '[<debug trace level>]', 45 "debug tracing level"; 49 '<debug trace class mask>', 50 "class mask for debug tracing";
|
/external/llvm/test/Assembler/ |
invalid-debug-info-version.ll | 4 !0 = !{i32 1, !"Debug Info Version", !""} 5 ; CHECK: !{i32 1, !"Debug Info Version", !""}
|
/external/llvm/test/MC/AsmParser/ |
directive_darwin_section.s | 3 # CHECK: .section __DWARF,__debug_frame,regular,debug 4 .section __DWARF,__debug_frame,regular,debug
|
/frameworks/base/tests/NetworkSecurityConfigTest/res/xml/ |
debug_inherit.xml | 3 <debug-overrides> 7 </debug-overrides>
|
extra_debug_resource_debug.xml | 3 <debug-overrides> 7 </debug-overrides>
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/ |
debug.py | 6 # debug mode. 7 DEBUG = os.environ.get('DISTUTILS_DEBUG')
|
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/ |
debug.py | 6 # debug mode. 7 DEBUG = os.environ.get('DISTUTILS_DEBUG')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
debug.py | 6 # debug mode. 7 DEBUG = os.environ.get('DISTUTILS_DEBUG')
|