/external/v8/test/mjsunit/harmony/regress/ |
regress-343928.js | 5 // Flags: --harmony-modules --expose-debug-as=debug 21 var __v_4 = debug.MakeMirror(__v_0);
|
/external/vulkan-validation-layers/tests/ |
_vkvalidatelayerdoc.ps1 | 4 # powershell C:\src\LoaderAndTools\vktracereplay.ps1 [-Debug]
6 if ($args[0] -eq "-Debug") {
7 $dPath = "Debug"
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_prolog.h | 9 /* Get all debug things, potentially only empty macros if none of 10 * the debug features available in user config file is activated. */ 17 # include <stl/debug/_debug.h>
|
/prebuilts/go/darwin-x86/src/encoding/gob/ |
dump.go | 9 // Need to compile package gob with debug.go to build this program. 10 // See comments in debug.go for how to do this. 28 gob.Debug(file)
|
/prebuilts/go/linux-x86/src/encoding/gob/ |
dump.go | 9 // Need to compile package gob with debug.go to build this program. 10 // See comments in debug.go for how to do this. 28 gob.Debug(file)
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_prolog.h | 9 /* Get all debug things, potentially only empty macros if none of 10 * the debug features available in user config file is activated. */ 17 # include <stl/debug/_debug.h>
|
/sdk/apps/SdkController/.settings/ |
org.eclipse.jdt.core.prefs | 7 org.eclipse.jdt.core.compiler.debug.lineNumber=generate
8 org.eclipse.jdt.core.compiler.debug.localVariable=generate
9 org.eclipse.jdt.core.compiler.debug.sourceFile=generate
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/gcprog/ |
gcprog.go | 38 // The typical use of a Writer is to call Init, maybe call Debug, 47 debug io.Writer 57 // Debug causes the writer to print a debugging trace to out 60 func (w *Writer) Debug(out io.Writer) { 61 w.debug = out 71 if w.debug != nil { 81 if w.debug != nil { 100 if w.debug != nil { 101 fmt.Fprintf(w.debug, "gcprog: ptr at %d\n", index) 127 if w.debug != nil [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/gcprog/ |
gcprog.go | 35 // The typical use of a Writer is to call Init, maybe call Debug, 44 debug io.Writer 54 // Debug causes the writer to print a debugging trace to out 57 func (w *Writer) Debug(out io.Writer) { 58 w.debug = out 68 if w.debug != nil { 78 if w.debug != nil { 97 if w.debug != nil { 98 fmt.Fprintf(w.debug, "gcprog: ptr at %d\n", index) 124 if w.debug != nil [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/gcprog/ |
gcprog.go | 38 // The typical use of a Writer is to call Init, maybe call Debug, 47 debug io.Writer 57 // Debug causes the writer to print a debugging trace to out 60 func (w *Writer) Debug(out io.Writer) { 61 w.debug = out 71 if w.debug != nil { 81 if w.debug != nil { 100 if w.debug != nil { 101 fmt.Fprintf(w.debug, "gcprog: ptr at %d\n", index) 127 if w.debug != nil [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/gcprog/ |
gcprog.go | 35 // The typical use of a Writer is to call Init, maybe call Debug, 44 debug io.Writer 54 // Debug causes the writer to print a debugging trace to out 57 func (w *Writer) Debug(out io.Writer) { 58 w.debug = out 68 if w.debug != nil { 78 if w.debug != nil { 97 if w.debug != nil { 98 fmt.Fprintf(w.debug, "gcprog: ptr at %d\n", index) 124 if w.debug != nil [all...] |
/external/chromium-trace/catapult/third_party/Paste/Paste.egg-info/ |
entry_points.txt | 8 test = paste.debug.debugapp:make_test_app 9 test_slow = paste.debug.debugapp:make_slow_app 11 watch_threads = paste.debug.watchthreads:make_watch_threads 24 printdebug = paste.debug.prints:PrintDebugMiddleware 25 profile = paste.debug.profile:make_profile_middleware [hotshot] 29 wdg_validate = paste.debug.wdg_validate:make_wdg_validate_middleware [subprocess]
|
/external/clang/examples/PrintFunctionNames/ |
README.txt | 9 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.so -plugin print-fns some-input-file.c 10 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.so -plugin print-fns -plugin-arg-print-fns help -plugin-arg-print-fns --example-argument some-input-file.c 11 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.so -plugin print-fns -plugin-arg-print-fns -an-error some-input-file.c 14 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.dylib -plugin print-fns some-input-file.c 15 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.dylib -plugin print-fns -plugin-arg-print-fns help -plugin-arg-print-fns --example-argument some-input-file.c 16 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.dylib -plugin print-fns -plugin-arg-print-fns -an-error some-input-file.c
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/ |
RSSFeedGetPropertyTask.java | 23 * debug - more output to console - eg., 0|1|2 33 private int debug = 0; field in class:RSSFeedGetPropertyTask 41 public void setDebug(int debug) { this.debug = debug; } 62 updater.setDebug(debug);
|
/external/elfutils/libdwfl/ |
dwfl_module_getelf.c | 50 if (mod->debug.elf == mod->main.elf) 51 mod->debug.relocated = true; 52 else if (mod->debug.elf != NULL && ! mod->debug.relocated) 54 mod->debug.relocated = true; 55 (void) __libdwfl_relocate (mod, mod->debug.elf, false);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_ccompiler.py | 9 from distutils import debug 19 def find_library_file(self, dirs, lib, debug=0): 49 debug.DEBUG = True 56 debug.DEBUG = False
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_ccompiler.py | 9 from distutils import debug 19 def find_library_file(self, dirs, lib, debug=0): 49 debug.DEBUG = True 56 debug.DEBUG = False
|
/external/icu/icu4c/source/common/ |
common.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"> 70 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\..\..\lib\</OutDir> 71 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir [all...] |
/art/runtime/simulator/ |
Android.mk | 26 # $(2): ndebug or debug 34 ifneq ($(2),debug) 35 $$(error expected ndebug or debug for argument 2, received $(2)) 49 else # debug 66 ifeq ($$(art_ndebug_or_debug),debug) 74 ifeq ($$(art_ndebug_or_debug),debug) 88 ifeq ($$(art_ndebug_or_debug),debug) 104 $(eval $(call build-libart-simulator,host,debug))
|
/dalvik/ |
Android.mk | 28 .PHONY: dex dex-debug 40 d := debug 45 ifneq ($(d),debug-install) 46 # generate the debug .dex files, with a copy in ./dalvik/DEBUG-FILES. 47 # We need to rebuild the .dex files for the debug output to be generated. 52 dex-debug: 59 dex-debug: $(DEFAULT_GOAL)
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/ |
default.build | 14 <property name="debug" value="true" unless="${property::exists('debug')}" /> 18 <target name="release" depends="clean" description="build non-debug version"> 20 <property name="debug" value="false"/> 21 <echo message="Debug = ${debug}"/> 46 debug="${debug}"
|
/external/chromium-trace/catapult/third_party/Paste/docs/modules/ |
debug.prints.txt | 1 :mod:`paste.debug.prints` -- capture print output 4 .. automodule:: paste.debug.prints
|
/external/clang/test/CodeGen/ |
debug-info-same-line.c | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm %s -debug-info-kind=limited -o - | FileCheck %s 3 // building the full debug type.
|
debug-info-vector.c | 1 // RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited %s -o - | FileCheck %s 6 // Test that we get an array type that's also a vector out of debug.
|
sse-builtins-dbg.c | 1 // RUN: %clang_cc1 -ffreestanding -triple x86_64-apple-macosx10.8.0 -target-feature +sse4.1 -debug-info-kind=limited -emit-llvm %s -o - | FileCheck %s 3 // Test that intrinsic calls inlined from _mm_* wrappers have debug metadata.
|