HomeSort by relevance Sort by last modified time
    Searched full:debugging (Results 51 - 75 of 5654) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/mockito/src/org/mockito/internal/debugging/
Localized.java 5 package org.mockito.internal.debugging;
  /external/chromium/chrome/common/extensions/docs/static/
experimental.debugger.html 7 Debugger API exposes Google Chrome debugging interface to the extensions.
8 Debugging messages that are being sent and received are all JSON objects
20 to the page and user invokes Developer Tools, debugging session is being
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
README 7 It provides remote debugging functionality.
16 which should open gallium remote debugging session. While the program is running
17 you can launch the small remote debugging application from progs/rbug. More
  /external/mesa3d/src/gallium/drivers/rbug/
README 7 It provides remote debugging functionality.
16 which should open gallium remote debugging session. While the program is running
17 you can launch the small remote debugging application from progs/rbug. More
  /external/chromium_org/third_party/yasm/source/patched-yasm/
yasm_dbgfmts.7 22 yasm_dbgfmts \- Yasm Supported Debugging Formats
28 The standard Yasm distribution includes a number of modules for different debugging formats\&. The debugging information is embedded into the object file\&. Use of a non\-\(lqnull\(rq
38 The CV8 debug format is used by Microsoft Visual Studio 2005 (version 8\&.0) and is completely undocumented, although it bears strong similarities to earlier CodeView formats\&. Yasm\'s support for the CV8 debug format is currently limited to generating assembly\-level line number information (to allow some level of source\-level debugging)\&. The CV8 debug information is stored in the \&.debug$S and \&.debug$T sections of the Win64 object file\&.
41 The DWARF 2 debug format is a complex, well\-documented standard for debugging information\&. It was created to overcome shortcomings in STABS, allowing for much more detailed and compact descriptions of data structures, data variable movement, and complex language structures such as in C++\&. The debugging information is stored in sections (just like normal program sections) in the object file\&. Yasm supports full pass\-through of DWARF2 debugging information (e\&.g\&. from a C++ compiler), and can also generate assembly\-level line number information\&.
46 debug format is a placeholder; it adds no debugging information to the output file\&.
49 The STABS debug format is a poorly documented, semi\-standard format for debugging information in COFF and ELF object files\&. The debugging information is stored as part of the object file\'s symbol table and thus is limited in complexity (…)
    [all...]
  /frameworks/base/docs/html/tools/help/
logcat.jd 12 <a href="{@docRoot}tools/debugging/debugging-log.html">Reading and Writing Logs</a>.</p>
15 <a href="{@docRoot}tools/debugging/ddms.html">Using DDMS</a>. </p>
50 "{@docRoot}tools/debugging/debugging-log.html#alternativeBuffers">Viewing Alternative Log Buffers</a>.</td>
102 list of supported formats, see <a href="{@docRoot}tools/debugging/debugging-log.html#outputFormat">Controlling Log Output
  /docs/source.android.com/src/devices/
native-memory.jd 1 page.title=Debugging Native Memory Use
21 <p>Android's native memory allocator has some useful debugging features. You
37 especially useful for debugging memory leaks.</p>
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/null/
null-dbgfmt.c 2 * Null debugging format (creates NO debugging information)
58 "No debugging info",
  /external/chromium/base/mac/
os_crash_dumps.h 12 // process a Chrome crash when debugging symbols are available. This
  /external/chromium/testing/gtest/xcode/Config/
StaticLibraryTarget.xcconfig 15 STRIP_STYLE = debugging
  /external/chromium-trace/trace-viewer/src/
about_tracing.js.template 9 var profilingView; // Made global for debugging purposes only.
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwDevToolsServer.java 10 * Controller for Remote Web Debugging (Developer Tools).
  /external/chromium_org/ash/accelerators/
debug_commands.h 11 // when running on desktop for debugging.
  /external/chromium_org/base/mac/
os_crash_dumps.h 14 // process a Chrome crash when debugging symbols are available. This
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
DevToolsServer.java 8 * Controller for Remote Web Debugging (Developer Tools).
  /external/chromium_org/gpu/command_buffer/service/
gl_utils.h 14 // Define this for extra GL error debugging (slower).
  /external/chromium_org/testing/gtest/xcode/Config/
StaticLibraryTarget.xcconfig 15 STRIP_STYLE = debugging
  /external/chromium_org/third_party/WebKit/ManualTests/inspector/
forzen-ui-while-paused.html 11 <p>Open the inspector and start debugging in the Scripts panel. While paused, try to open the Console. The Console should animate open fully.</p>
  /external/chromium_org/tools/gyp/test/mac/strip/
test.gyp 18 # * debugging: Strips debugging symbols but saves local and global
26 # "YES: Copied binaries are stripped of debugging symbols. This does
78 'STRIP_STYLE': 'debugging',
  /external/chromium_org/ui/compositor/
scoped_animation_duration_scale_mode.h 13 // Speed up or slow down animations for testing or debugging.
  /external/chromium_org/ui/snapshot/test/
snapshot_desktop.h 17 // intended to be used for debugging purposes where no BrowserProcess instance
  /external/clang/test/CodeGenObjC/
layout-bitfield-crash.m 2 // Check that this doesn't crash when compiled with debugging on.
  /external/protobuf/gtest/xcode/Config/
StaticLibraryTarget.xcconfig 15 STRIP_STYLE = debugging
  /frameworks/base/libs/hwui/
Debug.h 32 // Turn on to enable debugging of cache flushes
35 // Turn on to enable layers debugging when rendered as regions
38 // Turn on to enable debugging when the clip is not a rect
73 // Turn on to enable additional debugging in the font renderers
  /hardware/ti/omap3/dspbridge/inc/
dbg.h 22 * Provide debugging services for 'Bridge Mini Drivers.
54 #define DBG_LEVEL1 (BYTE)(0x02 & DEBUGZONE(1)) /* Display debugging state/varibles */
55 #define DBG_LEVEL2 (BYTE)(0x04 & DEBUGZONE(2)) /* Display debugging state/varibles */
56 #define DBG_LEVEL3 (BYTE)(0x08 & DEBUGZONE(3)) /* Display debugging state/varibles */
57 #define DBG_LEVEL4 (BYTE)(0x10 & DEBUGZONE(4)) /* Display debugging state/varibles */
63 #define DBG_LEVEL1 (BYTE)(0x02) /* Display debugging state/varibles */
64 #define DBG_LEVEL2 (BYTE)(0x04) /* Display debugging state/varibles */
65 #define DBG_LEVEL3 (BYTE)(0x08) /* Display debugging state/varibles */
66 #define DBG_LEVEL4 (BYTE)(0x10) /* Display debugging state/varibles */

Completed in 741 milliseconds

1 23 4 5 6 7 8 91011>>