HomeSort by relevance Sort by last modified time
    Searched refs:DBG (Results 1 - 25 of 589) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
pseudo.s 5 DBG R0;
6 DBG R1;
7 DBG R2;
8 DBG R3;
9 DBG R4;
10 DBG R5;
11 DBG R6;
12 DBG R7;
14 DBG P0;
15 DBG P1
    [all...]
pseudo.d 7 0: 00 f8 DBG R0;
8 2: 01 f8 DBG R1;
9 4: 02 f8 DBG R2;
10 6: 03 f8 DBG R3;
11 8: 04 f8 DBG R4;
12 a: 05 f8 DBG R5;
13 c: 06 f8 DBG R6;
14 e: 07 f8 DBG R7;
15 10: 08 f8 DBG P0;
16 12: 09 f8 DBG P1
    [all...]
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
ErrorLog.h 23 # define DBG(...) ALOGD(__VA_ARGS__)
25 # define DBG(...) ((void)0)
31 # define DBG(...) fprintf(stderr, __VA_ARGS__)
33 # define DBG(...) ((void)0)
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattServiceConfig.java 23 public static final boolean DBG = true;
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterApp.java 28 private static final boolean DBG = false;
33 if (DBG) Log.d(TAG,"Loading JNI Library");
39 if (DBG) {
50 if (DBG) Log.d(TAG, "onCreate");
56 if (DBG) {
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
Dbg.stg 85 DBG->semanticPredicate(DBG, result, predicate);
99 /** Basically we don't want to set any dbg listeners as root will have it. */
134 DBG->commence(DBG);
136 DBG->enterRule(DBG, getGrammarFileName(), (const char *)"<ruleName>");
138 DBG->location(DBG, <ruleDescriptor.tree.line>, <ruleDescriptor.tree.column>);<\n>
142 DBG->location(DBG, <ruleDescriptor.EORNode.line>, <ruleDescriptor.EORNode.column>);<\n
    [all...]
  /system/core/libpixelflinger/arch-mips/
t32cb16blend.S 19 #define DBG
21 #define DBG #
41 DBG .set noat
42 DBG rdhwr $at,$2
43 DBG .set at
82 DBG .set noat
83 DBG rdhwr $t8,$2
84 DBG subu $t8,$at
85 DBG sltu $at,$t8,$v0
86 DBG movn $v0,$t8,$a
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel.c 65 DBG("fallback due to fragment program\n");
76 DBG("fallback due to blend\n");
81 DBG("fallback due to texturing\n");
89 DBG("fallback due to color masking\n");
94 DBG("fallback due to alpha\n");
99 DBG("fallback due to depth test\n");
104 DBG("fallback due to fog\n");
109 DBG("fallback due to image transfer\n");
114 DBG("fallback due to image stencil\n");
119 DBG("fallback due to render mode\n")
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/ndefpush/
NdefPushServer.java 38 private static final boolean DBG = true;
73 if (DBG) Log.d(TAG, "starting connection thread");
84 if (DBG) Log.d(TAG, "read " + size + " bytes");
94 if (DBG) Log.d(TAG, "connection broken by IOException", e);
100 if (DBG) Log.d(TAG, "got message " + msg.toString());
108 if (DBG) Log.d(TAG, "about to close");
114 if (DBG) Log.d(TAG, "finished connection thread");
131 if (DBG) Log.d(TAG, "about create LLCP service socket");
138 if (DBG) Log.d(TAG, "failed to create LLCP service socket");
141 if (DBG) Log.d(TAG, "created LLCP service socket")
    [all...]
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/tests/
CrashingIconProvider.java 31 private static final boolean DBG = false;
43 if (DBG) Log.d(TAG, "openFile(" + uri + ", " + mode + ")");
49 if (DBG) Log.d(TAG, "delete(" + uri + ", " + selection + ", " + selectionArgs + ")");
55 if (DBG) Log.d(TAG, "getType(" + uri + ")");
61 if (DBG) Log.d(TAG, "insert(" + uri + ", " + values + ")");
68 if (DBG) Log.d(TAG, "query(" + uri + ")");
74 if (DBG) Log.d(TAG, "update(" + uri + ")");
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiCountryCode.java 28 private boolean DBG = false;
72 DBG = true;
74 DBG = false;
84 if (DBG) Log.d(TAG, "SIM Card Removed");
100 if (DBG) Log.d(TAG, "Airplane Mode Enabled");
116 if (DBG) Log.d(TAG, "Set ready: " + ready);
133 if (DBG) Log.d(TAG, "Receive set country code request: " + countryCode);
136 if (DBG) Log.d(TAG, "Ignore empty country code");
159 if (DBG) Log.d(TAG, "Update country code");
  /packages/services/Telephony/src/com/android/phone/
EmergencyCallHelper.java 51 private static final boolean DBG = false;
77 if (DBG) log("EmergencyCallHelper constructor...");
130 if (DBG) log("startEmergencyCallFromAirplaneModeSequence('" + number + "')...");
141 if (DBG) log("startSequenceInternal(): msg = " + msg);
151 if (DBG) log("- startSequenceInternal: Got mNumber: '" + mNumber + "'");
162 if (DBG) log("- startSequenceInternal: acquiring wake lock");
193 if (DBG) log("onServiceStateChanged()... new state = " + state);
209 if (DBG) log("onServiceStateChanged: ok to call!");
225 if (DBG) log("onServiceStateChanged: not ready to call yet, keep waiting...");
239 if (DBG) log("onDisconnect: connection '" + con
    [all...]
ImsUtil.java 28 private static final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2);
54 if (DBG) Log.d(LOG_TAG, "isWfcEnabled :: isEnabledByPlatform=" + isEnabledByPlatform);
55 if (DBG) Log.d(LOG_TAG, "isWfcEnabled :: isEnabledByUser=" + isEnabledByUser);
66 if (DBG) Log.d(LOG_TAG, "isWfcModeWifiOnly :: isWifiOnlyMode" + isWifiOnlyMode);
  /frameworks/base/services/core/java/com/android/server/notification/
ImportanceExtractor.java 26 private static final boolean DBG = false;
31 if (DBG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + ".");
36 if (DBG) Slog.d(TAG, "skipping empty notification");
41 if (DBG) Slog.d(TAG, "missing config");
PriorityExtractor.java 26 private static final boolean DBG = false;
31 if (DBG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + ".");
36 if (DBG) Slog.d(TAG, "skipping empty notification");
41 if (DBG) Slog.d(TAG, "missing config");
VisibilityExtractor.java 26 private static final boolean DBG = false;
31 if (DBG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + ".");
36 if (DBG) Slog.d(TAG, "skipping empty notification");
41 if (DBG) Slog.d(TAG, "missing config");
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsMultiEndpoint.java 52 if (DBG) Rlog.d(TAG, "onImsExternalCallStateUpdate");
61 private static final boolean DBG = true;
66 if (DBG) Rlog.d(TAG, "ImsMultiEndpoint created");
73 if (DBG) Rlog.d(TAG, "setExternalCallStateListener");
  /toolchain/binutils/binutils-2.25/gprof/
aarch64.c 54 DBG (CALLDEBUG, printf ("[find_call] %s: 0x%lx to 0x%lx\n",
66 DBG (CALLDEBUG,
81 DBG (CALLDEBUG,
96 DBG (CALLDEBUG, printf ("\tbut it's a botch\n"));
i386.c 56 DBG (CALLDEBUG, printf ("[findcall] %s: 0x%lx to 0x%lx\n",
65 DBG (CALLDEBUG,
82 DBG (CALLDEBUG,
97 DBG (CALLDEBUG, printf ("\tbut it's a botch\n"));
sparc.c 51 DBG (CALLDEBUG, printf ("[find_call] %s: 0x%lx to 0x%lx\n",
60 DBG (CALLDEBUG,
73 DBG (CALLDEBUG,
88 DBG (CALLDEBUG, printf ("\tbut it's a botch\n"));
alpha.c 107 DBG (CALLDEBUG, printf (_("[find_call] %s: 0x%lx to 0x%lx\n"),
128 DBG (CALLDEBUG,
138 DBG (CALLDEBUG,
153 DBG (CALLDEBUG,
159 DBG (CALLDEBUG, printf ("\n"));
169 DBG (CALLDEBUG, printf ("\tbut it's a botch\n"));
mips.c 59 DBG (CALLDEBUG, printf (_("[find_call] %s: 0x%lx to 0x%lx\n"),
70 DBG (CALLDEBUG,
79 DBG (CALLDEBUG,
85 DBG (CALLDEBUG, printf ("\n"));
93 DBG (CALLDEBUG, printf ("\tbut it's a botch\n"));
98 DBG (CALLDEBUG,
  /cts/tests/tests/media/src/android/media/cts/
CompositionTextureView.java 32 private static final boolean DBG = true;
40 if (DBG) {
47 if (DBG) {
54 if (DBG) {
60 if (DBG) {
68 if (DBG) {
77 if (DBG) {
85 if (DBG) {
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
CachedLater.java 33 private static final boolean DBG = false;
55 if (DBG) Log.d(TAG, "store()");
66 if (DBG) Log.d(TAG, "Calling consumer: " + consumer);
80 if (DBG) Log.d(TAG, "getLater()");
94 if (DBG) Log.d(TAG, "valid, calling consumer synchronously");
105 if (DBG) Log.d(TAG, "not valid, calling create()");
108 if (DBG) Log.d(TAG, "not valid, already creating");
117 if (DBG) Log.d(TAG, "clear()");
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
HbpcdUtils.java 33 private static final boolean DBG = false;
57 if (DBG) {
61 if (DBG) {
66 if (DBG) {
91 if (DBG) Log.d(LOG_TAG, "Query conflict sid returned the cursor " + c3 );
94 if (DBG) Log.d(LOG_TAG,
101 if (DBG) Log.d(LOG_TAG, "time zone is not accurate, mcc may be "
116 if (DBG) Log.d(LOG_TAG, "Query Range returned the cursor " + c5 );
119 if (DBG) Log.d(LOG_TAG, "SID found in mcc_sid_range. Return tmpMcc = " + tmpMcc);
125 if (DBG) Log.d(LOG_TAG, "SID NOT found in mcc_sid_range.")
    [all...]

Completed in 678 milliseconds

1 2 3 4 5 6 7 8 91011>>