OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:debugging
(Results
301 - 325
of
5654
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/ndk/sources/host-tools/make-3.81/
make.1
132
Print
debugging
information in addition to normal processing.
133
The
debugging
information says which files are being considered for
141
Print
debugging
information in addition to normal processing.
150
for all
debugging
output (same as using
153
for basic
debugging
,
155
for more verbose basic
debugging
,
161
for
debugging
while remaking makefiles.
/external/antlr/antlr-3.4/runtime/C/include/
antlr3debugeventlistener.h
3
* The definition of all
debugging
events that a recognizer can trigger.
7
* I did not create a separate AST
debugging
interface as it would create
11
* possible events. Hopefully, adding ST
debugging
stuff won't be bad. Leave
52
/// Default
debugging
port
60
/** The ANTLR3
debugging
interface for communicating with ANLTR Works. Function comments
73
/** The version of the
debugging
protocol supported by the providing
78
/// The name of the grammar file that we are
debugging
98
///
debugging
session.
203
* Across a socket for remote
debugging
, only the RecognitionException
278
* remote
debugging
listeners that it's time to quit. When the rul
[
all
...]
antlr3parser.h
67
* installs the
debugging
versions of the parser methods. This means that
68
* a non debug parser incurs no overhead because of the
debugging
stuff.
/external/chromium/chrome/browser/task_manager/
task_manager_browsertest.cc
121
// Show the task manager. This populates the model, and helps with
debugging
151
// Show the task manager. This populates the model, and helps with
debugging
179
// Show the task manager. This populates the model, and helps with
debugging
218
// Show the task manager. This populates the model, and helps with
debugging
237
// Show the task manager. This populates the model, and helps with
debugging
276
// Show the task manager. This populates the model, and helps with
debugging
342
// Show the task manager. This populates the model, and helps with
debugging
365
// Show the task manager. This populates the model, and helps with
debugging
400
// Show the task manager. This populates the model, and helps with
debugging
444
// Show the task manager. This populates the model, and helps with
debugging
[
all
...]
/external/chromium_org/chrome/common/extensions/docs/templates/json/
chrome_sidenav.json
75
"title": "Remote
Debugging
on Android",
79
"title": "Remote
Debugging
Protocol",
115
"title": "
Debugging
& Profiling",
118
"title": "
Debugging
JavaScript",
169
"title": "Sample
Debugging
Protocol Clients",
206
"title": "Remote
Debugging
Protocol",
312
"title": "Remote
Debugging
",
674
"title": "
Debugging
",
940
"title": "
Debugging
",
944
"title": "
Debugging
with Visual Studio"
[
all
...]
/dalvik/docs/
debugger.html
10
The Dalvik virtual machine supports source-level
debugging
with many popular
11
development environments. Any tool that allows remote
debugging
over JDWP
38
Every VM that has
debugging
enabled starts a "JDWP" thread. The thread
44
When the VM is started from the Android app framework,
debugging
is enabled
47
to check it). If it's zero,
debugging
can be enabled via the application's
85
when
debugging
support is enabled.
98
desktop VMs do. To start a VM with
debugging
enabled, you add a command-line
156
This tells the Dalvik VM to run the program with
debugging
enabled, listening
174
more convenient when
debugging
on an Android device, but when working with
/external/mdnsresponder/mDNSShared/
DebugServices.h
21
Debugging
Library
53
// AssertMacros.h/
Debugging
.h overrides.
255
kDebugPageFaultFatalMask = 0x00000100, // There should be a "kPageFaultFatalMask" in
Debugging
.h.
256
kDebugMPTaskLevelMask = 0x00000200, // There should be a "kMPTaskLevelMask" in
Debugging
.h.
374
@abstract Macro to mark a variable as used only when
debugging
is enabled.
378
Variables are sometimes needed only for
debugging
. When
debugging
is turned off, these debug-only variables generate
380
are only used for
debugging
.
392
@abstract Macros to make variables and functions static when
debugging
is off, but extern when
debugging
is on
[
all
...]
/external/bison/data/
glr.cc
287
/// The current
debugging
stream.
289
/// Set the current
debugging
stream.
292
/// Type for
debugging
levels.
294
/// The current
debugging
level.
296
/// Set the current
debugging
level.
325
/*
Debugging
. */
/external/valgrind/main/none/tests/
cmdline2.stdout.exp
8
--help-debug show this message, plus
debugging
options
94
debugging
options for all Valgrind tools:
95
-d show verbose
debugging
output
140
debugging
options for Valgrind tools that report errors
144
debugging
options for Valgrind tools that replace malloc:
147
debugging
options for Nulgrind:
/frameworks/base/docs/html/tools/help/
proguard.jd
19
<li><a href="#considerations">
Debugging
considerations for published
81
does not invoke ProGuard, because it makes
debugging
more cumbersome.</p>
115
<a href="#considerations">
Debugging
considerations for published applications</a>.
155
debugging
hard, if not impossible. Fortunately, whenever ProGuard runs, it outputs a
171
<h3 id="considerations">
Debugging
considerations for published applications</h3>
183
of
debugging
the user's stack trace, because the <code>mapping.txt</code> file associated with the version
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pipes.py
85
self.
debugging
= 0
101
t.
debugging
= self.
debugging
105
"""t.debug(flag) turns
debugging
on or off."""
106
self.
debugging
= flag
187
if self.
debugging
:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pipes.py
85
self.
debugging
= 0
101
t.
debugging
= self.
debugging
105
"""t.debug(flag) turns
debugging
on or off."""
106
self.
debugging
= flag
187
if self.
debugging
:
/dalvik/vm/
LinearAlloc.h
64
* erased to aid
debugging
.
97
* may be erased to aid
debugging
.
/dalvik/vm/analysis/
VerifySubs.cpp
26
* This is used when
debugging
to apply a magnifying glass to the
31
return false; /* COMMENT OUT to enable verbose
debugging
*/
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
trace-event-listener.rb
9
Useful for
debugging
the
debugging
facility ;)
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
debug.rb
8
Adds
debugging
event hooks to TreeAdaptor objects
106
A module that wraps token stream methods with
debugging
event code. A debuggable
/external/chromium/chrome/browser/resources/
gpu_internals.html
62
var timelineView; // made global for
debugging
purposes only
63
var profilingView; // made global for
debugging
purposes only
/external/chromium_org/chrome/browser/chromeos/settings/
token_encryptor.cc
39
// Don't care about token encryption while
debugging
.
54
// Don't care about token encryption while
debugging
.
/external/chromium_org/remoting/base/
auto_thread.h
54
// Construct the AutoThread. |name| identifies the thread for
debugging
.
100
// The name of the thread. Used for
debugging
purposes.
/external/chromium_org/third_party/freetype/include/freetype/internal/
ftdebug.h
5
/*
Debugging
and logging component (specification). */
17
/* IMPORTANT: A description of FreeType's
debugging
support can be */
/external/chromium_org/third_party/icu/source/test/intltest/
normconf.h
37
// Specific tests for
debugging
. These are generally failures taken from
38
// the conformance file, but culled out to make
debugging
easier.
/external/chromium_org/third_party/libxslt/libxslt/
xsltconfig.h.in
61
* should be activated only when
debugging
libxslt. It replaces the
70
* should be activated only when
debugging
libxslt.
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_screen.h
61
* Debug flags to disable/enable certain groups of
debugging
outputs.
64
* If you find, while
debugging
the driver, that a different grouping
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
dbgfmt.h
84
* \param object object to generate
debugging
information for
95
/** Generate
debugging
information bytecodes.
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
cv-dbgfmt.c
2
* CodeView
debugging
formats implementation for Yasm
101
"CodeView
debugging
format for VC8",
Completed in 1671 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>