/external/clang/test/CodeGenObjC/ |
debug-info-linkagename.m | 1 // RUN: %clang_cc1 -debug-info-kind=limited -S -o %t %s 3 // Linkage name should not use 001 prefix in debug info.
|
/external/clang/test/PCH/ |
debug-info-limited-struct.c | 1 // RUN: %clang_cc1 -emit-pch -o %t %S/debug-info-limited-struct.h 2 // RUN: %clang_cc1 -include-pch %t -emit-llvm %s -debug-info-kind=limited -o - | FileCheck %s
|
/external/emma/core/res/com/vladium/emma/ |
run_usage.res | 64 excludes {'silent', 'quiet', 'debug'}, 69 excludes {'silent', 'verbose', 'debug'}, 74 excludes {'quiet', 'verbose', 'debug'}, 77 'debug', 'loglevel': 79 '[<debug trace level>]', 81 "debug tracing level"; 85 '<debug trace class mask>', 86 "class mask for debug tracing";
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/Win32/ |
ois.sln.orig | 12 Debug|Win32 = Debug|Win32
18 {9CC704CB-4956-4479-BDEC-57CBC03F700E}.Debug|Win32.ActiveCfg = Debug|Win32
19 {9CC704CB-4956-4479-BDEC-57CBC03F700E}.Debug|Win32.Build.0 = Debug|Win32
26 {7AC600E2-2B46-4204-8DEB-9E49A9BAF65F}.Debug|Win32.ActiveCfg = Debug|Win32
27 {7AC600E2-2B46-4204-8DEB-9E49A9BAF65F}.Debug|Win32.Build.0 = Debug|Win32 [all...] |
/external/slf4j/slf4j-log4j12/src/test/resources/ |
recursiveInit.properties | 1 log4j.debug=true 2 log4j.rootLogger=DEBUG, RECURSIVE
|
/external/v8/test/mjsunit/bugs/ |
bug-2337.js | 28 // Flags: --expose-debug-as debug --expose-gc 35 Debug = debug.Debug; 40 if (event == Debug.DebugEvent.ScriptCollected) { 48 Debug.scripts(); 49 Debug.setListener(listener);
|
/external/v8/test/mjsunit/regress/ |
regress-147497.js | 28 // Flags: --expose-debug-as debug 30 Debug = debug.Debug; 33 if (event == Debug.DebugEvent.Break) { 34 exec_state.prepareStep(Debug.StepAction.StepNext); 38 Debug.setListener(listener);
|
regress-crbug-259300.js | 28 // Flags: --expose-debug-as debug 30 Debug = debug.Debug; 35 if (event == Debug.DebugEvent.Break) { 45 Debug.setListener(listener); 47 Debug.setListener(null);
|
/external/vulkan-validation-layers/demos/ |
cube.vcxproj.user | 3 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
4 <LocalDebuggerEnvironment>PATH=..\loader\Debug;%PATH%</LocalDebuggerEnvironment>
|
tri.vcxproj.user | 3 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
4 <LocalDebuggerEnvironment>PATH=..\loader\Debug;%PATH%</LocalDebuggerEnvironment>
|
vulkaninfo.vcxproj.user | 3 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
4 <LocalDebuggerEnvironment>PATH=..\loader\Debug;%PATH%</LocalDebuggerEnvironment>
|
/hardware/ti/omap4-aah/libtiutils/ |
DebugUtils.cpp | 19 #include "utils/Debug.h" 43 Debug Debug::sInstance; 48 Debug::Debug() 54 void Debug::grow() 79 Debug::ThreadInfo * Debug::registerThread(Data * const data, const int32_t threadId)
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue7083.go | 5 import "runtime/debug" 13 debug.SetGCPercent(0)
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue7083.go | 5 import "runtime/debug" 13 debug.SetGCPercent(0)
|
/toolchain/binutils/binutils-2.25/config/ |
bootstrap-debug-big.mk | 1 # This BUILD_CONFIG option is a bit like bootstrap-debug-lean, but it 8 do-compare = $(SHELL) $(srcdir)/contrib/compare-debug $$f1 $$f2
|
/external/llvm/test/DebugInfo/MIR/X86/ |
live-debug-values.mir | 3 # Test the extension of debug ranges from predecessors. 26 # with clang -g -O3 -c -emit-llvm LiveDebugValues.c -S -o live-debug-values.ll 27 # then llc -stop-after stackmap-liveness live-debug-values.ll -o /dev/null > live-debug-values.mir 28 # This case will also produce multiple locations but only the debug range 30 # llvm/test/DebugInfo/live-debug-values.ll and present here for testing under 36 # CHECK: DBG_VALUE debug-use %rsi, debug-use _, !13, !20, debug-location !22 37 # CHECK-NEXT: DBG_VALUE debug-use %ebx, debug-use _, !14, !20, debug-location !3 [all...] |
/external/libchrome/sandbox/win/ |
wow_helper.sln | 7 Debug|x64 = Debug|x64 11 {BCF3A457-39F1-4DAA-9A65-93CFCD559036}.Debug|x64.ActiveCfg = Debug|x64 12 {BCF3A457-39F1-4DAA-9A65-93CFCD559036}.Debug|x64.Build.0 = Debug|x64
|
/external/libogg/win32/VS2003/ |
ogg.sln | 8 Debug = Debug
14 {15CBFEFF-7965-41F5-B4E2-21E8795C9159}.Debug.ActiveCfg = Debug|Win32
15 {15CBFEFF-7965-41F5-B4E2-21E8795C9159}.Debug.Build.0 = Debug|Win32
|
/external/llvm/test/DebugInfo/ |
dwarfdump-dump-flags.test | 1 ; RUN: llvm-dwarfdump %p/Inputs/dwarfdump-test.elf-x86-64 -debug-dump=all | FileCheck %s -check-prefix DUMP_ALL 2 ; RUN: llvm-dwarfdump %p/Inputs/dwarfdump-test.elf-x86-64 -debug-dump=info | FileCheck %s -check-prefix DUMP_INFO 3 ; RUN: llvm-dwarfdump %p/Inputs/dwarfdump-test.elf-x86-64 -debug-dump=ranges | FileCheck %s -check-prefix DUMP_RANGES 4 ; RUN: llvm-dwarfdump %p/Inputs/dwarfdump-test.macho-i386.o -debug-dump=all | FileCheck %s -check-prefix DUMP_ALL 5 ; RUN: llvm-dwarfdump %p/Inputs/dwarfdump-test.macho-i386.o -debug-dump=info | FileCheck %s -check-prefix DUMP_INFO 6 ; RUN: llvm-dwarfdump %p/Inputs/dwarfdump-test.macho-i386.o -debug-dump=ranges | FileCheck %s -check-prefix DUMP_RANGES
|
/external/zlib/src/contrib/dotzlib/ |
DotZLib.build | 8 <property name="debug" value="true" />
11 <property name="build.folder" value="${build.root}/debug/" if="${debug}" />
12 <property name="build.folder" value="${build.root}/release/" unless="${debug}" />
21 <csc target="library" output="${build.folder}DotZLib.dll" debug="${debug}">
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/test/ |
test.c | 14 #undef DEBUG 48 #if !defined(DEBUG) 55 sev = "debug: "; 113 #if defined(DEBUG) 119 #if defined(DEBUG) 126 #if defined(DEBUG) 132 #if defined(DEBUG) 140 #if defined(DEBUG) 145 #if defined(DEBUG) 151 #if defined(DEBUG) [all...] |
/external/v8/test/mjsunit/ |
debug-break-inline.js | 28 // Flags: --expose-debug-as debug --allow-natives-syntax 30 // This test tests that deoptimization due to debug breaks works for 36 // Get the Debug object exposed from the debug context global object. 37 Debug = debug.Debug; 42 // Debug event listener which sets a breakpoint first time it is hit 46 if (event == Debug.DebugEvent.Break) [all...] |
debug-changebreakpoint.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. 61 if (event == Debug.DebugEvent.Break) { 62 // Get the debug command processor [all...] |
debug-clearbreakpoint.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. 61 if (event == Debug.DebugEvent.Break) { 62 // Get the debug command processor [all...] |
debug-continue.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 paused state. 70 if (event == Debug.DebugEvent.Break) [all...] |