OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Debug
(Results
51 - 75
of
217
) sorted by null
1
2
3
4
5
6
7
8
9
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugTreeNodeStream.cs
33
namespace Antlr.Runtime.
Debug
40
*
Debug
any tree node stream. The constructor accepts the stream
41
* and a
debug
listener. As node stream calls come in,
debug
events
BlankDebugEventListener.cs
33
namespace Antlr.Runtime.
Debug
38
* sensitive to updates to
debug
interface.
DebugEventHub.cs
33
namespace Antlr.Runtime.
Debug
38
* Broadcast
debug
events to multiple listeners. Lets you
debug
and still
DebugEventRepeater.cs
33
namespace Antlr.Runtime.
Debug
39
*
debug
events w/o interrupting the debugger. Just subclass the repeater
DebugTreeAdaptor.cs
33
namespace Antlr.Runtime.
Debug
48
* The
debug
listener has to deal with tree node IDs for which it did
91
// to simulate what dupTree has done. dupTree does not call this
debug
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
debug.rb
5
module
Debug
6
=begin rdoc ANTLR3::
Debug
::TreeAdaptor
104
=begin rdoc ANTLR3::
Debug
::TreeNodeStream
108
not already a
Debug
::TreeNodeStream.
/external/v8/include/
v8-debug.h
15
//
Debug
events which can occur in the V8 JavaScript engine.
26
class V8_EXPORT
Debug
{
39
* A message object passed to the
debug
message handler.
59
* debugger event that started the
debug
message loop.
70
* Get the context active when the
debug
event happened. Note this is not
78
* client_data data value passed into
Debug
::SendCommand along with the
92
* An event details object passed to the
debug
event listener.
102
* Access to execution state and event data of the
debug
event. Don't store
109
* Get the context active when the
debug
event happened. Note this is not
134
*
Debug
event callback function
[
all
...]
/external/vboot_reference/futility/
misc.c
29
void
Debug
(const char *format, ...)
36
fprintf(stderr, "
DEBUG
: ");
187
Debug
("%s(%s, %s)\n", __func__, infile, outfile);
/external/vogar/src/vogar/target/
TestActivity.java
23
import android.os.
Debug
;
47
// If vogar is invoked with the intention to
debug
code running in an activity (using
48
// --
debug
-app) then the manifest is made to support debugging. We detect if we support
55
Debug
.waitForDebugger();
58
Log.e(TAG, "Malformed manifest: missing
debug
information.");
/hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_debugger.cpp
131
void HWCDebugHandler::
Debug
(DebugTag tag, const char *format, ...) {
/hardware/qcom/display/msm8998/sdm/libs/hwc/
hwc_debugger.cpp
135
void HWCDebugHandler::
Debug
(DebugTag tag, const char *format, ...) {
/hardware/qcom/display/msm8998/sdm/libs/utils/
debug.cpp
31
#include <utils/
debug
.h>
38
Debug
Debug
::debug_;
40
Debug
::
Debug
() : debug_handler_(&default_debug_handler_) {
43
int
Debug
::GetSimulationFlag() {
50
int
Debug
::GetHDMIResolution() {
57
uint32_t
Debug
::GetIdleTimeoutMs() {
64
int
Debug
::GetBootAnimLayerCount() {
71
bool
Debug
::IsRotatorDownScaleDisabled()
[
all
...]
/packages/services/Telephony/src/com/android/phone/
CallTime.java
20
import android.os.
Debug
;
218
Debug
.startMethodTracing(baseName, 8 * 1024 * 1024);
227
Debug
.stopMethodTracing();
/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
...]
/device/linaro/bootloader/edk2/BaseTools/Source/C/EfiRom/
EfiRom.h
91
INT8
Debug
;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
BlankDebugEventListener.cs
33
namespace Antlr.Runtime.
Debug
{
37
* sensitive to updates to
debug
interface.
DebugEventHub.cs
33
namespace Antlr.Runtime.
Debug
{
37
* Broadcast
debug
events to multiple listeners. Lets you
debug
and still
DebugEventRepeater.cs
33
namespace Antlr.Runtime.
Debug
{
38
*
debug
events w/o interrupting the debugger. Just subclass the repeater
DebugTreeAdaptor.cs
33
namespace Antlr.Runtime.
Debug
{
47
* The
debug
listener has to deal with tree node IDs for which it did
83
// to simulate what dupTree has done. dupTree does not call this
debug
IDebugEventListener.cs
33
namespace Antlr.Runtime.
Debug
{
167
* without having to alter all the
debug
objects.
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/
IDebugEventListener.cs
33
namespace Antlr.Runtime.
Debug
169
* without having to alter all the
debug
objects.
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
event-hub.rb
5
module
Debug
6
=begin rdoc ANTLR3::
Debug
::EventHub
8
A special event listener that intercepts
debug
events and forwards them to other
9
debug
event listners. As
debug
-mode recognizers are able to send event
15
include ANTLR3::
Debug
::EventListener
/frameworks/base/core/java/android/ddm/
DdmHandleHeap.java
23
import android.os.
Debug
;
166
Debug
.dumpHprofData(fileName);
199
Debug
.dumpHprofDataDdms();
/frameworks/base/tests/utils/SleepUtils/SleepHelper/src/com/android/testing/sleephelper/
SetAlarm.java
26
import android.os.
Debug
;
93
if ("true".equals(arguments.getString("
debug
"))) {
94
Debug
.waitForDebugger();
/frameworks/compile/mclinker/include/mcld/LD/
LDFileFormat.h
32
Debug
,
Completed in 1383 milliseconds
1
2
3
4
5
6
7
8
9