HomeSort by relevance Sort by last modified time
    Searched refs:Debug (Results 51 - 75 of 687) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/libunwind/src/hppa/
Ginit_local.c 47 Debug (1, "(cursor=%p)\n", c);
Ginit_remote.c 40 Debug (1, "(cursor=%p)\n", c);
Ginit.c 99 Debug (12, "mem[%x] <- %x\n", addr, *val);
105 Debug (12, "Unwritable memory mem[%x] <- %x\n", addr, *val);
119 Debug (12, "mem[%x] -> %x\n", addr, *val);
124 Debug (12, "Unreadable memory mem[%x] -> XXX\n", addr);
150 Debug (12, "%s <- %x\n", unw_regname (reg), *val);
155 Debug (12, "%s -> %x\n", unw_regname (reg), *val);
160 Debug (1, "bad register number %u\n", reg);
180 Debug (12, "%s <- %08x.%08x\n",
187 Debug (12, "%s -> %08x.%08x\n",
193 Debug (1, "bad register number %u\n", reg)
    [all...]
  /external/libunwind/src/mips/
Ginit_local.c 46 Debug (1, "(cursor=%p)\n", c);
Ginit_remote.c 39 Debug (1, "(cursor=%p)\n", c);
Gstep.c 34 Debug (1, "(cursor=%p)\n", c);
  /external/libunwind/src/sh/
Ginit_local.c 47 Debug (1, "(cursor=%p)\n", c);
Ginit_remote.c 39 Debug (1, "(cursor=%p)\n", c);
Ginit.c 93 Debug (16, "mem[%x] <- %x\n", addr, *val);
99 Debug (16, "Unwritable memory mem[%x] <- %x\n", addr, *val);
113 Debug (16, "mem[%x] -> %x\n", addr, *val);
118 Debug (16, "Unreadable memory mem[%x] -> XXX\n", addr);
143 Debug (12, "%s <- %x\n", unw_regname (reg), *val);
148 Debug (12, "%s -> %x\n", unw_regname (reg), *val);
153 Debug (1, "bad register number %u\n", reg);
172 Debug (12, "%s <- %08lx.%08lx.%08lx\n", unw_regname (reg),
179 Debug (12, "%s -> %08lx.%08lx.%08lx\n", unw_regname (reg),
185 Debug (1, "bad register number %u\n", reg)
    [all...]
  /external/libunwind/src/unwind/
RaiseException.c 42 Debug (1, "(exception_object=%p)\n", exception_object);
58 Debug (1, "no handler found\n");
81 Debug (1, "personality returned %d\n", reason);
101 Debug (1, "found handler for IP=%lx; entering cleanup phase\n", (long) ip);
  /external/libunwind/src/x86_64/
Gresume.c 54 Debug (8, "resuming at ip=%llx via setcontext()\n",
82 Debug (8, "copying out cursor state\n");
86 Debug (16, "copying %s %d\n", unw_regname (reg), reg);
107 Debug (1, "(cursor=%p)\n", c);
Gtrace.c 65 Debug(5, "delayed freeing cache %p (%zx to go)\n", cache,
73 Debug(5, "freed cache %p\n", cache);
111 Debug(5, "refusing to reallocate cache: "
118 Debug(5, "failed to allocate cache\n");
124 Debug(5, "failed to allocate buckets\n");
133 Debug(5, "allocated cache %p\n", cache);
148 Debug(5, "failed to expand cache to 2^%lu buckets\n", new_log_size);
152 Debug(5, "expanded cache from 2^%lu to 2^%lu buckets\n", cache->log_size, new_log_size);
174 Debug(5, "using cache %p\n", cache);
196 Debug(5, "using cache %p\n", cache)
    [all...]
  /external/skia/experimental/PdfViewer/scripts/
test_all_pdfs.sh 25 # TODO (scroggo): Use release version if debug is unavailable
26 if [ ! -f out/Debug/pdfviewer ]
28 echo 'debug version of pdfviewer is required.'
72 DEBUG_SKDIFF=out/Debug/skdiff
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Debug/
BeginEpilogueMethodItem.java 32 package org.jf.baksmali.Adaptors.Debug;
EndPrologueMethodItem.java 32 package org.jf.baksmali.Adaptors.Debug;
  /frameworks/base/core/java/android/os/
PerformanceCollector.java 488 long nativeMax = Debug.getNativeHeapSize() / 1024;
489 long nativeAllocated = Debug.getNativeHeapAllocatedSize() / 1024;
490 long nativeFree = Debug.getNativeHeapFreeSize() / 1024;
492 Debug.MemoryInfo memInfo = new Debug.MemoryInfo();
493 Debug.getMemoryInfo(memInfo);
539 // Before we start trigger a GC and reset the debug counts. Run the
547 Debug.resetAllCounts();
550 Debug.startAllocCounting();
560 Debug.stopAllocCounting()
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DelegateManager.java 19 import com.android.layoutlib.bridge.util.Debug;
101 if (Debug.DEBUG) {
125 if (Debug.DEBUG) {
139 if (Debug.DEBUG) {
  /external/chromium_org/v8/test/mjsunit/es6/
debug-promises-caught-late.js 5 // Flags: --harmony-promises --expose-debug-as debug
7 // Test debug events when we only listen to uncaught exceptions, the Promise
9 // We expect no debug event to be triggered.
11 Debug = debug.Debug;
27 assertTrue(event != Debug.DebugEvent.Exception);
37 Debug.setBreakOnUncaughtException();
38 Debug.setListener(listener)
    [all...]
debug-promises-caught-uncaught.js 5 // Flags: --harmony-promises --expose-debug-as debug
7 // Test debug events when we only listen to uncaught exceptions and
9 // We expect no debug event to be triggered.
11 Debug = debug.Debug;
29 assertTrue(event != Debug.DebugEvent.Exception);
39 Debug.setBreakOnUncaughtException();
40 Debug.setListener(listener)
    [all...]
  /external/chromium_org/v8/test/mjsunit/
regress-3225.js 5 // Flags: --expose-debug-as debug --harmony-generators
7 Debug = debug.Debug
13 if (event != Debug.DebugEvent.Break) return;
30 Debug.setListener(listener);
48 Debug.setListener(null);
debug-script.js 28 // Flags: --expose-debug-as debug --expose-gc --send-idle-notification
30 // Get the Debug object exposed from the debug context global object.
31 Debug = debug.Debug;
41 var scripts = Debug.scripts();
43 if (scripts[i].type == Debug.ScriptType.Native) {
52 } else if (scripts[i].type == Debug.ScriptType.Extension)
    [all...]
  /external/libunwind/src/aarch64/
Ginit.c 94 Debug (16, "mem[%lx] <- %lx\n", addr, *val);
100 Debug (16, "Unwritable memory mem[%lx] <- %lx\n", addr, *val);
114 Debug (16, "mem[%lx] -> %lx\n", addr, *val);
119 Debug (16, "Unreadable memory mem[%lx] -> XXX\n", addr);
144 Debug (12, "%s <- %lx\n", unw_regname (reg), *val);
149 Debug (12, "%s -> %lx\n", unw_regname (reg), *val);
154 Debug (1, "bad register number %u\n", reg);
173 Debug (12, "%s <- %08lx.%08lx.%08lx\n", unw_regname (reg),
180 Debug (12, "%s -> %08lx.%08lx.%08lx\n", unw_regname (reg),
186 Debug (1, "bad register number %u\n", reg)
    [all...]
  /external/libunwind/src/ppc32/
Ginit.c 122 Debug (12, "mem[%lx] <- %lx\n", addr, *val);
128 Debug (12, "Unwritable memory mem[%lx] <- %lx\n", addr, *val);
142 Debug (12, "mem[%lx] -> %lx\n", addr, *val);
147 Debug (12, "Unreadable memory mem[%lx] -> XXX\n", addr);
174 Debug (12, "%s <- %lx\n", unw_regname (reg), *val);
179 Debug (12, "%s -> %lx\n", unw_regname (reg), *val);
184 Debug (1, "bad register number %u\n", reg);
204 Debug (12, "%s <- %016Lf\n", unw_regname (reg), *val);
210 Debug (12, "%s -> %016Lf\n", unw_regname (reg), *val);
215 Debug (1, "bad register number %u\n", reg)
    [all...]
  /external/libunwind/src/ppc64/
Ginit.c 126 Debug (12, "mem[%lx] <- %lx\n", addr, *val);
132 Debug (12, "Unwritable memory mem[%lx] <- %lx\n", addr, *val);
146 Debug (12, "mem[%lx] -> %lx\n", addr, *val);
151 Debug (12, "Unreadable memory mem[%lx] -> XXX\n", addr);
179 Debug (12, "%s <- %lx\n", unw_regname (reg), *val);
184 Debug (12, "%s -> %lx\n", unw_regname (reg), *val);
189 Debug (1, "bad register number %u\n", reg);
213 Debug (12, "%s <- %016Lf\n", unw_regname (reg), *val);
219 Debug (12, "%s -> %016Lf\n", unw_regname (reg), *val);
224 Debug (1, "bad register number %u\n", reg)
    [all...]
  /external/libunwind/src/x86/
Ginit.c 151 Debug (16, "mem[%x] <- %x\n", addr, *val);
157 Debug (16, "Unwritable memory mem[%x] <- %x\n", addr, *val);
175 Debug (16, "mem[%x] -> %x\n", addr, *val);
180 Debug (16, "Unreadable memory mem[%x] -> XXX\n", addr);
205 Debug (12, "%s <- %x\n", unw_regname (reg), *val);
210 Debug (12, "%s -> %x\n", unw_regname (reg), *val);
215 Debug (1, "bad register number %u\n", reg);
234 Debug (12, "%s <- %08lx.%08lx.%08lx\n", unw_regname (reg),
241 Debug (12, "%s -> %08lx.%08lx.%08lx\n", unw_regname (reg),
247 Debug (1, "bad register number %u\n", reg)
    [all...]

Completed in 1790 milliseconds

1 23 4 5 6 7 8 91011>>