OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:debugging
(Results
51 - 75
of
6459
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/mockito/src/org/mockito/internal/debugging/
Localized.java
5
package org.mockito.internal.
debugging
;
/external/skia/experimental/webtry/poly/
README.md
13
say for
debugging
purposes, then run:
/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
/frameworks/base/docs/html/guide/webapps/
debugging.jd
1
page.title=
Debugging
Web Apps
9
<li>If
debugging
in a custom WebView, you need to implement a callback method to handle debug
22
href="https://developers.google.com/chrome-developer-tools/docs/remote-
debugging
">Remote
23
Debugging
on Android</a></li>
24
<li><a href="{@docRoot}tools/
debugging
/index.html">
Debugging
</a></li>
34
href="https://developers.google.com/chrome-developer-tools/docs/remote-
debugging
">Remote
35
Debugging
on Android</a>.</p>
39
debugging
web pages with Firebug or Web Inspector, then you're probably familiar
41
of the same APIs, so you can receive logs from your web page when
debugging
in Android's Browse
[
all
...]
/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
91
// Turn on to enable
debugging
shadow
/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
/external/chromium_org/chrome/browser/resources/inspect/
inspect.html
29
title="Enable Remote
Debugging
of Chrome for Android over raw USB
37
<a href="https://developers.google.com/chrome-developer-tools/docs/remote-
debugging
">
38
remote
debugging
documentation</a> to verify your device is enabled for
39
USB
debugging
.
42
Remote
debugging
is not available in Incognito mode.
82
<a href="https://developers.google.com/chrome-developer-tools/docs/remote-
debugging
#reverse-port-forwarding"
/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",
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/
dbxcoff.h
24
/* Output DBX (stabs)
debugging
information if doing -gstabs. */
28
/* Generate SDB
debugging
information by default. */
53
/* When generating stabs
debugging
, use N_BINCL entries. */
/external/bluetooth/bluedroid/doc/
btsnoop_net.md
4
real-time
debugging
of HCI data with hcidump.
/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/chrome/test/base/
test_switches.cc
12
// Enable displaying error dialogs (for
debugging
).
/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
Completed in 2157 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>