OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Debug
(Results
126 - 150
of
193
) sorted by null
1
2
3
4
5
6
7
8
/packages/apps/Calendar/src/com/android/calendar/
Event.java
26
import android.os.
Debug
;
227
Debug
.startMethodTracing("loadEvents");
283
Debug
.stopMethodTracing();
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchActivity.java
24
import android.os.
Debug
;
100
Debug
.startMethodTracing(traceFile);
295
if (mTraceStartUp)
Debug
.stopMethodTracing();
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarInstancesHelper.java
31
import android.os.
Debug
;
283
if (Log.isLoggable(CalendarProvider2.TAG, Log.
DEBUG
)) {
533
Debug
.startMethodTracing("expandInstanceRangeLocked");
549
Debug
.stopMethodTracing();
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py
6
Public variable:
Debug
33
Debug
= 0
145
class error(Exception): pass # Logical errors -
debug
required
152
self.
debug
=
Debug
180
if self.
debug
>= 1:
198
if self.
debug
>= 3:
578
if self.
debug
>= 3:
657
if self.
debug
>= 1:
803
if self.
debug
>= 5
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py
6
Public variable:
Debug
33
Debug
= 0
145
class error(Exception): pass # Logical errors -
debug
required
152
self.
debug
=
Debug
180
if self.
debug
>= 1:
198
if self.
debug
>= 3:
578
if self.
debug
>= 3:
657
if self.
debug
>= 1:
803
if self.
debug
>= 5
[
all
...]
/external/bluetooth/bluedroid/btif/src/
btif_media_task.c
[
all
...]
/external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api_browsertest.cc
154
std::string
Debug
() {
221
LOG(INFO) << "Caught " << (*iter)->
Debug
();
225
LOG(INFO) << "Timed out waiting for " << waiting_for_->
Debug
();
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
ConsoleModel.js
112
messageLevel || WebInspector.ConsoleMessage.MessageLevel.
Debug
,
404
Debug
: "
debug
"
/external/chromium_org/v8/src/arm64/
macro-assembler-arm64-inl.h
511
void MacroAssembler::
Debug
(const char* message, uint32_t code, Instr params) {
513
debug
(message, code, params);
[
all
...]
simulator-arm64.cc
226
#ifdef
DEBUG
249
#ifdef
DEBUG
281
#ifdef
DEBUG
415
// Reset
debug
helpers.
592
#ifdef
DEBUG
608
#ifdef
DEBUG
622
#ifdef
DEBUG
637
#ifdef
DEBUG
652
#ifdef
DEBUG
667
#ifdef
DEBUG
[
all
...]
/external/chromium_org/v8/src/mips/
simulator-mips.cc
57
void
Debug
();
149
Debug
();
329
void MipsDebugger::
Debug
() {
462
#ifdef
DEBUG
719
PrintF(" Stops are
debug
instructions inserted by\n");
[
all
...]
/frameworks/base/core/java/android/app/
ActivityThread.java
55
import android.os.
Debug
;
497
Debug
.stopMethodTracing();
[
all
...]
/frameworks/base/core/java/android/os/
Debug.java
50
* <p>
Debug
can create log files that give details about an application, such as
57
public final class
Debug
59
private static final String TAG = "
Debug
";
80
private
Debug
() {}
[
all
...]
/frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java
29
import android.os.
Debug
;
738
Debug
.stopMethodTracing();
825
Debug
.stopMethodTracing();
870
Debug
.startMethodTracing("LockPatternDrawing");
[
all
...]
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
StateMachineTest.java
22
import android.os.
Debug
;
140
if (WAIT_FOR_DEBUGGER)
Debug
.waitForDebugger();
243
if (WAIT_FOR_DEBUGGER)
Debug
.waitForDebugger();
389
//if (WAIT_FOR_DEBUGGER)
Debug
.waitForDebugger();
512
//if (WAIT_FOR_DEBUGGER)
Debug
.waitForDebugger();
[
all
...]
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
AdapterHelperTest.java
37
private static final boolean
DEBUG
= false;
125
if (
DEBUG
) {
141
if (
DEBUG
) {
191
if (
DEBUG
) {
772
if (
DEBUG
) {
897
if (
DEBUG
) {
913
if (
DEBUG
) {
920
if (
DEBUG
) {
933
if (
DEBUG
) {
1063
android.os.
Debug
.waitForDebugger()
[
all
...]
/external/chromium_org/v8/src/arm/
simulator-arm.cc
39
void
Debug
();
132
Debug
();
234
void ArmDebugger::
Debug
() {
348
#ifdef
DEBUG
572
PrintF(" Stops are
debug
instructions inserted by\n");
[
all
...]
/external/chromium_org/v8/src/
debug.cc
14
#include "src/
debug
.h"
28
#include "include/v8-
debug
.h"
33
Debug
::
Debug
(Isolate* isolate)
56
Handle<Context> context = isolate->
debug
()->debugger_entry()->GetContext();
127
// There is always a possible break point at a
debug
break slot.
273
// If there is not already a real break point here patch code with
debug
287
// If there are no more break points here remove the
debug
break.
305
// Patch code with
debug
break.
320
// Patch code removing
debug
break
655
Debug*
debug
= isolate_->
debug
();
local
700
Debug*
debug
= reinterpret_cast<Isolate*>(data.GetIsolate())->
debug
();
local
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/
ExtensionAPI.js
44
Debug
: "
debug
",
/external/llvm/lib/MC/MCParser/
AsmParser.cpp
637
assert(InsertResult.second && ".text section should not have
debug
info yet");
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.event_1.2.0.v20100503.jar
/packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java
182
private static final boolean
DEBUG
= false;
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java
35
import android.os.
Debug
;
117
private static boolean
DEBUG
= false;
542
DEBUG
= DebugFlags.DEBUG_ENABLED;
[
all
...]
/frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java
160
import android.os.
Debug
;
241
static final boolean
DEBUG
= false;
242
static final boolean localLOGV =
DEBUG
;
[
all
...]
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-provider-api-2.6.jar
Completed in 2666 milliseconds
1
2
3
4
5
6
7
8