HomeSort by relevance Sort by last modified time
    Searched full:debug (Results 451 - 475 of 19524) sorted by null

<<11121314151617181920>>

  /external/v8/test/mjsunit/
debug-stepin-property-function-call.js 28 // Flags: --expose-debug-as debug --nocrankshaft
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
35 // Simple debug event handler which first time will cause 'step in' action
40 if (event == Debug.DebugEvent.Break) {
42 exec_state.prepareStep(Debug.StepAction.StepIn)
    [all...]
debug-stepout-recursive-function.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
34 // Simple debug event handler which counts the number of breaks hit and steps.
38 if (event == Debug.DebugEvent.Break) {
42 exec_state.prepareStep(Debug.StepAction.StepOut)
    [all...]
debug-evaluate-recursive.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
48 // Get the debug command processor in paused state.
72 if (event == Debug.DebugEvent.Break)
110 if (event == Debug.DebugEvent.Break
    [all...]
debug-evaluate-const.js 28 // Flags: --expose-debug-as debug --debug-eval-readonly-locals --legacy-const
30 Debug = debug.Debug
35 // var0: init after break point, changed by debug eval.
36 // const0: init before break point, changed by debug eval.
37 // const1: init after break point, materialized but untouched by debug eval.
38 // const2: init after break point, materialized and changed by debug eval
    [all...]
debug-suspend.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
32 // Simple function which stores the last debug event.
49 // Get the debug command processor in running state.
75 if (event == Debug.DebugEvent.Break)
    [all...]
debug-version.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
32 // Simple function which stores the last debug event.
48 // Get the debug command processor in running state.
69 if (event == Debug.DebugEvent.Break)
    [all...]
debug-liveedit-2.js 28 // Flags: --expose-debug-as debug --noalways-opt
29 // Get the Debug object exposed from the debug context global object.
32 Debug = debug.Debug
47 var script = Debug.findScript(ChooseAnimal);
58 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patch, change_log);
  /external/clang/test/CodeGenObjC/
debug-info-property-class-extension.m 1 // RUN: %clang_cc1 -S -emit-llvm -debug-info-kind=limited %s -o - | FileCheck %s
3 // Checks debug info for properties from class extensions for a few cases.
7 // The interesting bit is that when the ivar debug info is generated, the corresponding
8 // property is looked up and also gets debug info. If the debug info from the interface's
32 // generate debug info for the property via the backing ivar.
47 // This references types in this file to force emission of their debug info.
  /external/icu/icu4c/source/tools/icupkg/
icupkg.vcxproj 4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
8 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration>
26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
36 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
49 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
57 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
71 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\Debug\</OutDir
    [all...]
  /external/nist-sip/java/gov/nist/core/
Debug.java 33 * A class to do debug printfs
35 public class Debug {
37 public static boolean debug = false; field in class:Debug
43 Debug.stackLogger = stackLogger;
47 if ((parserDebug || debug )&& stackLogger != null )
51 if ((parserDebug || debug ) && stackLogger != null) {
57 if ((parserDebug || debug) && stackLogger != null ) {
  /external/v8/test/mjsunit/regress/
regress-2296.js 28 // Flags: --expose-debug-as debug
30 Debug = debug.Debug
36 Debug.setListener(listener);
40 Debug.setListener(null);
regress-1081309.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
65 if (event == Debug.DebugEvent.Exception)
71 // Get the debug command processor.
92 // Add the debug event listener
    [all...]
regress-1639-2.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
34 // Get the debug command processor in paused state.
44 if (event == Debug.DebugEvent.Break) {
87 // Add the debug event listener
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
log.py 6 DEBUG = 1
20 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
36 def debug(self, msg, *args): member in class:Log
37 self._log(DEBUG, msg, args)
53 debug = _global_log.debug variable
71 set_threshold(DEBUG)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
log.py 6 DEBUG = 1
20 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
36 def debug(self, msg, *args): member in class:Log
37 self._log(DEBUG, msg, args)
53 debug = _global_log.debug variable
71 set_threshold(DEBUG)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
log.py 6 DEBUG = 1
20 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
36 def debug(self, msg, *args): member in class:Log
37 self._log(DEBUG, msg, args)
53 debug = _global_log.debug variable
71 set_threshold(DEBUG)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
log.py 6 DEBUG = 1
20 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
36 def debug(self, msg, *args): member in class:Log
37 self._log(DEBUG, msg, args)
53 debug = _global_log.debug variable
71 set_threshold(DEBUG)
  /external/llvm/test/CodeGen/MIR/ARM/
sched-it-debug-nodes.mir 3 ; ModuleID = '/Volumes/Data/llvm/test/CodeGen/ARM/sched-it-debug-nodes.ll'
32 ; debug value as KILL'ed, resulting in a DEBUG_VALUE node changing codegen! (or
76 !23 = !{i32 2, !"Debug Info Version", i32 3}
137 DBG_VALUE debug-use %r0, debug-use _, !18, !27, debug-location !28
138 DBG_VALUE debug-use %r1, debug-use _, !19, !27, debug-location !28
139 DBG_VALUE debug-use %r2, debug-use _, !20, !27, debug-location !2
    [all...]
  /external/elfutils/tests/
run-readelf-zdebug-rel.sh 37 # gcc -Og -g -Xassembler --compress-debug-sections=none \
38 # -c -o testfile-debug-rel.o testfile-zdebug-rel.c
39 # gcc -Og -g -Xassembler --compress-debug-sections=zlib-gnu \
40 # -c -o testfile-debug-rel-g.o testfile-zdebug-rel.c
41 # gcc -Og -g -Xassembler --compress-debug-sections=zlib-gabi \
42 # -c -o testfile-debug-rel-z.o testfile-zdebug-rel.c
44 testfiles testfile-debug-rel.o testfile-debug-rel-g.o testfile-debug-rel-z.o
121 cat info.out | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=info testfile-debug-rel.
    [all...]
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
PKIXMasterCertPathValidator.java 28 import sun.security.util.Debug;
49 private static final Debug debug = Debug.getInstance("certpath"); field in class:PKIXMasterCertPathValidator
75 if (debug != null) {
76 debug.println("--------------------------------------------------"
78 debug.println("Executing PKIX certification path validation "
91 if (debug != null)
92 debug.println("Checking cert" + (i+1) + " ...");
100 if (debug != null && !unresCritExts.isEmpty())
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
compress.exp 17 # Test compressed .debug section.
30 if { ![binutils_assemble_flags $srcdir/$subdir/dw2-1.S $testfile --nocompress-debug-sections] } then {
31 unsupported "compressed debug sections"
35 if { ![binutils_assemble_flags $srcdir/$subdir/dw2-1.S $compressedfile --compress-debug-sections] } then {
36 unsupported "compressed debug sections"
40 if { ![binutils_assemble_flags $srcdir/$subdir/dw2-2.S $compressedfile2 --compress-debug-sections] } then {
41 unsupported "compressed debug sections"
48 fail "compressed debug sections"
52 set testname "objcopy compress debug sections"
53 set got [binutils_run $OBJCOPY "--compress-debug-sections $testfile ${copyfile}.o"
    [all...]
  /frameworks/base/media/tests/SoundPoolTest/src/com/android/
SoundPoolTest.java 40 private static final boolean DEBUG = true;
84 if (DEBUG) Log.d(LOG_TAG, "Sample " + sampleId + " load status = " + status);
131 if (DEBUG) Log.d(LOG_TAG, "Begin sounds test");
136 if (DEBUG) Log.d(LOG_TAG, "Start note " + id);
143 if (DEBUG) Log.d(LOG_TAG, "Stop note " + id);
146 if (DEBUG) Log.d(LOG_TAG, "End sounds test");
151 if (DEBUG) Log.d(LOG_TAG, "Begin scale test");
158 if (DEBUG) Log.d(LOG_TAG, "Start note " + id);
165 if (DEBUG) Log.d(LOG_TAG, "Stop note " + id);
168 if (DEBUG) Log.d(LOG_TAG, "End scale test")
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
reduced_debug_output.h 23 // Reduce the size of the debug sections by emitting only debug line number
25 // sections for standard tools to parse the debug information correctly. These
26 // classes remove all debug information entries from the .debug_info section
28 // references to the debug line information needed by most parsers.
59 // Write out the new debug abbreviations
71 // The reduced debug abbreviations
84 // Whether or not the debug reduction has failed for any reason
105 // Write out the new debug info
128 // The reduced debug inf
    [all...]
  /external/icu/icu4c/source/samples/legacy/
legacy.vcxproj 4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
8 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration>
25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
48 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
56 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir
    [all...]
  /external/icu/icu4c/source/test/iotest/
iotest.vcxproj 4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
8 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration>
30 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
40 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
52 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
60 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
67 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir
    [all...]

Completed in 1889 milliseconds

<<11121314151617181920>>