OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:debugging
(Results
26 - 50
of
3241
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/kernel-headers/original/linux/sunrpc/
debug.h
4
*
Debugging
support for sunrpc module
35
* Enable RPC
debugging
/profiling.
43
*
Debugging
macros etc
72
* Sysctl interface for RPC
debugging
/external/webkit/Source/WebCore/manual-tests/inspector/
debugger-pause-during-load.html
5
<p>To test, open the Inspector and start a
debugging
session. You should see this file and execution line in the Scripts panel.</p>
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/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/webkit/Source/ThirdParty/ANGLE/src/common/
debug.h
7
// debug.h:
Debugging
utilities.
17
// Outputs text to the
debugging
log
21
// A macro to output a trace of a function call and its arguments to the
debugging
log
28
// A macro to output a function call and its arguments to the
debugging
log, to denote an item in need of fixing. Will occur even in release mode.
31
// A macro to output a function call and its arguments to the
debugging
log, in case of error. Will occur even in release mode.
debug.cpp
7
// debug.cpp:
Debugging
utilities.
/docs/source.android.com/src/tech/debugging/
native-memory.md
17
#
Debugging
Native Memory Use #
22
Android's native memory allocator has some useful
debugging
features. You
39
especially useful for
debugging
memory leaks.
/docs/source.android.com/src/tech/
index.md
33
##
Debugging
##
35
about
debugging
at the platform level.
37
[»
Debugging
Information](/tech/
debugging
/index.html)
/external/bluetooth/hcidump/
configure.in
34
[enable compiling with
debugging
information]), [
/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/protobuf/gtest/xcode/Config/
StaticLibraryTarget.xcconfig
15
STRIP_STYLE =
debugging
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
debug.cpp
7
// debug.cpp:
Debugging
utilities.
/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 */
/hardware/ti/omap3/dspbridge/libbridge/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 */
/bionic/libc/bionic/
time64_config.h
0
/*
Debugging
3
Define if you want
debugging
messages
/frameworks/base/media/libstagefright/codecs/aacenc/inc/
psy_const.h
64
#define MAX_SFB_SHORT 15 /* 15 for a memory optimized implementation, maybe 16 for convenient
debugging
*/
65
#define MAX_SFB_LONG 51 /* 51 for a memory optimized implementation, maybe 64 for convenient
debugging
*/
/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
21
<li><a href="{@docRoot}guide/developing/
debugging
/index.html">
Debugging
</a></li>
29
debugging
web pages with Firebug or Web Inspector, then you're probably familiar
31
of the same APIs, so you can receive logs from your web page when
debugging
in Android's Browser
49
<p>See <a href="{@docRoot}guide/developing/
debugging
/
debugging
-log.html">
Debugging
</a>
87
same console APIs are supported when
debugging
your web page in WebView. On Androi
[
all
...]
/frameworks/base/docs/html/guide/developing/debugging/
ddms.jd
2
parent.title=
Debugging
19
<p>Android ships with a
debugging
tool called the Dalvik Debug Monitor Server (DDMS), which
49
<p>DDMS assigns a
debugging
port to each VM on the device. Typically,
55
<p>By default, DDMS also listens on another
debugging
port, the DDMS "base port" (8700, by default).
56
The base port is a port forwarder, which can accept VM traffic from any
debugging
port and forward
64
has the
debugging
port 8700 assigned to it as well as 8606. This signifies that DDMS is currently
65
forwarding port 8606 to the static
debugging
port of 8700.</p>
73
"{@docRoot}guide/developing/
debugging
/
debugging
-projects-cmdline.html#debuggingPort">Configuring
74
your IDE to attach to the
debugging
port</a>, for more information on attaching you
[
all
...]
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
wpa_debug.h
20
/*
Debugging
function - conditional printf and hex dump. Driver wrappers can
21
* use these for
debugging
purposes. */
80
* This function is used to print conditional
debugging
and error messages. The
96
* This function is used to print conditional
debugging
and error messages. The
115
* This function is used to print conditional
debugging
and error messages. The
136
* This function is used to print conditional
debugging
and error messages. The
152
* This function is used to print conditional
debugging
and error messages. The
178
* This function is used to print conditional
debugging
and error messages. The
194
* This function is used to print conditional
debugging
and error messages.
/external/bluetooth/glib/debian/
control
45
Description: CVS
debugging
static libraries for the GLib library
49
This package contains the
debugging
static libraries for the GLib C
52
The
debugging
libraries are installed as /usr/lib/libglib_g.a -- link
/external/clang/include/clang/Frontend/
ASTConsumers.h
38
// intended for
debugging
.
42
// format; this is intended for particularly intense
debugging
.
51
// to stderr; this is intended for
debugging
.
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/
dbxelf.h
32
/* Output DBX (stabs)
debugging
information if doing -gstabs. */
37
function. The native Solaris stabs
debugging
format works this
47
/* When generating stabs
debugging
, use N_BINCL entries. */
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/
dbxelf.h
32
/* Output DBX (stabs)
debugging
information if doing -gstabs. */
37
function. The native Solaris stabs
debugging
format works this
47
/* When generating stabs
debugging
, use N_BINCL entries. */
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/config/
dbxelf.h
32
/* Output DBX (stabs)
debugging
information if doing -gstabs. */
37
function. The native Solaris stabs
debugging
format works this
47
/* When generating stabs
debugging
, use N_BINCL entries. */
Completed in 564 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>