/prebuilts/go/darwin-x86/src/log/syslog/ |
syslog.go | 239 // Debug logs a message with severity LOG_DEBUG, ignoring the severity 241 func (w *Writer) Debug(m string) error {
|
/prebuilts/go/linux-x86/src/encoding/gob/ |
debug.go | 13 // To enable the Debug function, delete the +build ignore line above and do 30 debugFunc = Debug 164 // Debug prints a human-readable representation of the gob data read from r. 166 func Debug(r io.Reader) { 167 err := debug(r) 169 fmt.Fprintf(os.Stderr, "gob debug: %s\n", err) 173 // debug implements Debug, but catches panics and returns 174 // them as errors to be printed by Debug. 175 func debug(r io.Reader) (err error) func [all...] |
/prebuilts/go/linux-x86/src/log/syslog/ |
syslog.go | 239 // Debug logs a message with severity LOG_DEBUG, ignoring the severity 241 func (w *Writer) Debug(m string) error {
|
/frameworks/base/test-runner/src/android/test/ |
TestRunner.java | 21 import android.os.Debug; 174 Debug.startMethodTracing(base, 8 * 1024 * 1024); 178 Debug.stopMethodTracing();
|
InstrumentationTestRunner.java | 25 import android.os.Debug; 139 * <b>To debug your tests, set a break point in your code and pass:</b> 140 * -e debug true 326 mDebug = getBooleanArgument(arguments, "debug"); 549 Debug.waitForDebugger(); [all...] |
/cts/tests/core/runner/src/com/android/cts/core/runner/ |
CoreTestRunner.java | 22 import android.os.Debug; 104 boolean debug = "true".equalsIgnoreCase(args.getString(ARGUMENT_DEBUG)); 105 if (debug) { 107 Debug.waitForDebugger();
|
/external/libunwind/include/ |
libunwind_i.h | 97 #ifdef DEBUG 281 # define Debug(level, format, ...) \ 292 # define Debug(level,format...) \ 310 # define Debug(level,format...)
|
/external/llvm/include/llvm/CodeGen/ |
MachineInstrBuilder.h | 39 Debug = 0x80, 81 flags & RegState::Debug, 391 return B ? RegState::Debug : 0;
|
/external/llvm/lib/Target/X86/Disassembler/ |
X86Disassembler.cpp | 85 #include "llvm/Support/Debug.h" 94 void llvm::X86Disassembler::Debug(const char *file, unsigned line, 105 #define debug(s) DEBUG(Debug(__FILE__, __LINE__, s)); macro 672 debug("A R/M register operand may not have a SIB byte"); 678 debug("Unexpected EA base register"); 681 debug("EA_BASE_NONE for ModR/M base"); 686 debug("A R/M register operand may not have a base; " [all...] |
/external/ltp/lib/ |
parse_opts.c | 82 static int Debug = 0; 275 * Turn on debug 278 Debug = 1; 279 printf("env USC_DEBUG is defined, turning on debug\n"); 282 Debug = 1; 283 printf("env USC_VERBOSE is defined, turning on debug\n"); 296 if (Debug) 302 if (Debug) 320 if (Debug) 326 if (Debug) [all...] |
/frameworks/base/core/java/com/android/internal/os/ |
RuntimeInit.java | 24 import android.os.Debug; 47 final static boolean DEBUG = false; 109 // flush the buffer. (This makes method trace profiling useful to debug crashes.) 136 if (DEBUG) Slog.d(TAG, "Entered RuntimeInit!"); 186 Debug.enableEmulatorTraceOutput(); 272 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application"); 275 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting tool"); 286 if (DEBUG) Slog.d(TAG, "Leaving RuntimeInit!");
|
/build/soong/android/ |
module.go | 60 Debug() bool 503 debug bool 617 func (a *androidBaseContextImpl) Debug() bool { 618 return a.debug
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
imaplib.py | 6 Public variable: Debug
33 Debug = 0
145 class error(Exception): pass # Logical errors - debug required
152 self.debug = Debug
180 if self.debug >= 1:
198 if self.debug >= 3:
578 if self.debug >= 3:
657 if self.debug >= 1:
803 if self.debug >= 5: [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
Profiler.cs | 35 namespace Antlr.Runtime.Debug { 38 using Antlr.Runtime.Debug.Misc; 48 /** <summary>Using the debug event interface, track what is happening in the parser 115 /** Track memoization; this is not part of standard debug interface
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
Profiler.cs | 33 namespace Antlr.Runtime.Debug 37 using Antlr.Runtime.Debug.Misc; 47 /** <summary>Using the debug event interface, track what is happening in the parser 119 /** Track memoization; this is not part of standard debug interface
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
imaplib.py | 6 Public variable: Debug 33 Debug = 0 145 class error(Exception): pass # Logical errors - debug required 152 self.debug = Debug 180 if self.debug >= 1: 198 if self.debug >= 3: 578 if self.debug >= 3: 657 if self.debug >= 1: 803 if self.debug >= 5 [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
imaplib.py | 6 Public variable: Debug 33 Debug = 0 145 class error(Exception): pass # Logical errors - debug required 152 self.debug = Debug 180 if self.debug >= 1: 198 if self.debug >= 3: 578 if self.debug >= 3: 657 if self.debug >= 1: 803 if self.debug >= 5 [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
imaplib.py | 6 Public variable: Debug 33 Debug = 0 145 class error(Exception): pass # Logical errors - debug required 152 self.debug = Debug 180 if self.debug >= 1: 198 if self.debug >= 3: 578 if self.debug >= 3: 657 if self.debug >= 1: 803 if self.debug >= 5 [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
imaplib.py | 6 Public variable: Debug 33 Debug = 0 145 class error(Exception): pass # Logical errors - debug required 152 self.debug = Debug 180 if self.debug >= 1: 198 if self.debug >= 3: 578 if self.debug >= 3: 657 if self.debug >= 1: 803 if self.debug >= 5 [all...] |
/cts/hostsidetests/media/bitstreams/app/src/android/media/cts/bitstreams/app/ |
MediaBitstreamsDeviceSideTest.java | 28 import android.os.Debug; 77 boolean debug = Boolean.parseBoolean(debugStr); 78 if (debug && !Debug.isDebuggerConnected()) { 79 Debug.waitForDebugger();
|
/external/ltp/pan/ |
ltp-pan.c | 136 /* Debug Bits */ 137 int Debug = 0; 214 case 'd': /* debug options */ 215 sscanf(optarg, "%i", &Debug); 229 "[ -d debug-level ]\n\t[-o output-file] " 366 if (Debug & Dsetup) 590 if (Debug & Drunning) { 629 if (Debug & Drunning) 673 if (Debug & Dshutdown) 686 if (Debug & Dshutdown [all...] |
/external/ltp/testcases/kernel/fs/doio/ |
growfiles.c | 43 * print debug message about options used 157 int Debug = 0; 502 if (sscanf(optarg, "%i", &Debug) != 1) { 949 if (Debug == 1) { 952 Debug = 0; 981 if (Debug > 1) 992 if (Debug > 3) { 994 lio_set_debug(Debug - 3); 996 set_iowrite_debug(Debug - 3); 1001 * Print some program information here if debug is turned on t [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
AndouKun.java | 34 import android.os.Debug; 65 // If the version is a negative number, debug features (logging and a debug menu) 276 Debug.stopMethodTracing(); 385 result = false; // Allow the debug menu to come up in debug mode. 407 result = false; // Allow the debug menu to come up in debug mode. 425 // Only allow the debug menu in development versions. 458 Debug.stopMethodTracing() [all...] |
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/ |
UiAutomatorTestRunner.java | 24 import android.os.Debug; 78 public void run(List<String> testClasses, Bundle params, boolean debug, boolean monkey) { 94 mDebug = debug; 112 Debug.waitForDebugger();
|
/frameworks/base/services/core/java/com/android/server/ |
DropBoxManagerService.java | 28 import android.os.Debug; 364 if (PROFILE_DUMP) Debug.startMethodTracing("/data/trace/dropbox.dump"); 492 if (PROFILE_DUMP) Debug.stopMethodTracing(); [all...] |