HomeSort by relevance Sort by last modified time
    Searched defs:DBG (Results 76 - 100 of 371) sorted by null

1 2 34 5 6 7 8 91011>>

  /packages/apps/Settings/src/com/android/settings/
BandMode.java 35 private static final boolean DBG = false;
92 if (DBG) log("Select band : " + mTargetBand.toString());
119 if (DBG) log(str);
133 if (DBG) log("network list loaded");
150 if (DBG) log("Add " + item.toString());
157 if (DBG) log("Error in query, add default list");
161 if (DBG) log("Add default " + item.toString());
  /packages/services/Telephony/src/com/android/phone/
CLIRListPreference.java 23 private final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2);
138 if (DBG) Log.d(LOG_TAG, "handleGetCLIRResponse: ar.exception="+ar.exception);
147 if (DBG) {
161 if (DBG) Log.d(LOG_TAG, "handleSetCallWaitingResponse: ar.exception="+ar.exception);
164 if (DBG) Log.d(LOG_TAG, "handleSetCallWaitingResponse: re get");
CallWaitingCheckBoxPreference.java 20 private final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2);
91 if (DBG) {
103 if (DBG) {
123 if (DBG) {
128 if (DBG) Log.d(LOG_TAG, "handleSetCallWaitingResponse: re get");
CdmaSystemSelectListPreference.java 37 private static final boolean DBG = false;
140 if(DBG) Log.i(LOG_TAG, "reset cdma roaming mode to default" );
CdmaVoicePrivacyCheckBoxPreference.java 31 private final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2);
82 if (DBG) Log.d(LOG_TAG, "handleGetVPResponse: ar.exception=" + ar.exception);
85 if (DBG) Log.d(LOG_TAG, "handleGetVPResponse: VP state successfully queried.");
98 if (DBG) Log.d(LOG_TAG, "handleSetVPResponse: ar.exception=" + ar.exception);
100 if (DBG) Log.d(LOG_TAG, "handleSetVPResponse: re get");
DeleteFdnContactScreen.java 40 private static final boolean DBG = false;
69 if (DBG) log("onActivityResult");
81 if (DBG) log("onActivityResult: CANCELLED");
144 if (DBG) log("handleResult: success!");
147 if (DBG) log("handleResult: failed!");
179 if (DBG) log("onDeleteComplete");
EnableFdnScreen.java 40 private static final boolean DBG = false;
111 if (DBG) log("enableFdn: please wait...");
116 if (DBG) log("handleResult: success!");
122 if (DBG) log("handleResult: failed!");
EnableIccPinScreen.java 42 private static final boolean DBG = false;
104 if (DBG) log("enableIccPin:");
106 if (DBG) log("enableIccPin: please wait...");
111 if (DBG) log("handleResult: success!");
117 if (DBG) log("handleResult: failed!");
GsmUmtsAdditionalCallOptions.java 16 private final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2);
41 if (DBG) Log.d(LOG_TAG, "start to init ");
44 if (DBG) Log.d(LOG_TAG, "restore stored states");
50 if (DBG) Log.d(LOG_TAG, "onCreate: clirArray[0]="
IccNetworkDepersonalizationPanel.java 50 private static final boolean DBG = false;
88 if (DBG) log("network depersonalization request failure.");
98 if (DBG) log("network depersonalization success.");
139 if (DBG) log("Enabling 'Dismiss' button...");
143 if (DBG) log("Removing 'Dismiss' button...");
176 if (DBG) log("requesting network depersonalization with code " + pin);
208 if (DBG) log("mDismissListener: skipping depersonalization...");
InCallScreenShowActivation.java 48 private static final boolean DBG =
56 if (DBG) Log.d(LOG_TAG, "onCreate: intent = " + intent);
58 if (DBG && (extras != null)) {
118 if (DBG) Log.d(LOG_TAG, "==> Starting interactive CDMA provisioning...");
133 if (DBG) Log.d(LOG_TAG, "==> Starting non-interactive CDMA provisioning...");
137 if (DBG) Log.d(LOG_TAG, " ==> successful result from startNonInteractiveOtasp(): "
172 if (DBG) {
NetworkQueryService.java 42 private static final boolean DBG = false;
84 if (DBG) log("scan completed, broadcasting results");
115 if (DBG) log("registering callback " + cb.getClass().toString());
124 if (DBG) log("starting new query");
129 if (DBG) log("query already in progress");
150 if (DBG) log("unregistering callback " + cb.getClass().toString());
178 if (DBG) log("binding service implementation");
193 if (DBG) log("AsyncResult is null.");
200 if (DBG) log("AsyncResult has exception " + exception);
205 if (DBG) log("broadcasting results to " + cb.getClass().toString())
    [all...]
OtaStartupReceiver.java 45 private static final boolean DBG = false;
76 if (DBG) Log.d(TAG, "onServiceStateChanged()... new state = " + state);
88 if (DBG) Log.d(TAG, "call OtaUtils.maybeDoOtaCall after network is available");
103 if (DBG) {
110 if (DBG) Log.d(TAG, "Not primary user, nothing to do.");
115 if (DBG) Log.d(TAG, "OTASP not supported, nothing to do.");
120 if (DBG) Log.d(TAG, "Register our PhoneStateListener");
126 if (DBG) Log.d(TAG, "PhoneStateListener already registered");
130 if (DBG) Log.d(TAG, "Postponing OTASP until wizard runs");
138 if (DBG) Log.w(TAG, "Network is not ready. Registering to receive notification.")
    [all...]
RejectWithTextMessageManager.java 48 private static final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2);
74 if (DBG) log("loadCannedResponses()...");
183 if (DBG) log("allowRespondViaSmsForCall(" + call + ")...");
212 if (DBG) log("- number: '" + number + "'");
229 if (DBG) log("- presentation: " + presentation);
RespondViaSmsManager.java 78 private static final boolean DBG =
107 if (DBG) log("Settings: onCreate()...");
151 if (DBG) log("onPreferenceChange: key = " + preference.getKey());
SpecialCharSequenceMgr.java 56 private static final boolean DBG = false;
227 if (DBG) log("showDeviceIdPanel()...");
  /system/core/fastboot/
usb_windows.c 40 #define DBG(x...) fprintf(stderr, x)
42 #define DBG(x...)
160 DBG("usb_write %d\n", len);
171 DBG("AdbWriteEndpointSync returned %d, errno: %d\n", ret, errno);
187 DBG("usb_write NULL handle\n");
191 DBG("usb_write failed: %d\n", errno);
201 DBG("usb_read %d\n", len);
212 DBG("usb_read got: %ld, expected: %d, errno: %d\n", read, xfer, errno);
224 DBG("usb_read NULL handle\n");
228 DBG("usb_read failed: %d\n", errno)
    [all...]
  /cts/tests/tests/net/src/android/net/wifi/cts/
NsdManagerTest.java 37 private static final boolean DBG = false;
151 if (DBG) Log.d(TAG, callbackName + " failed with " + String.valueOf(errorCode));
160 if (DBG) Log.d(TAG, "Received event " + callbackName + " for " + info.getServiceName());
186 if (DBG) Log.d(TAG, "Waiting for " + callbackName + ", id=" + String.valueOf(mWaitId));
197 if (DBG) Log.d(TAG, "exiting wait id=" + String.valueOf(mWaitId));
207 if (DBG) Log.d(TAG, "timed out waiting id=" + String.valueOf(mWaitId));
216 if (DBG) Log.d(TAG, "Waiting for a bit, id=" + String.valueOf(mWaitId));
242 if (DBG) Log.d(TAG, "Setup test ...");
254 if (DBG) Log.d(TAG, "Tear down test ...");
264 if (DBG) Log.d(TAG, "Starting test ...")
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_emulate_branches.c 32 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0)
66 DBG("%s\n", __FUNCTION__);
97 DBG("%s\n", __FUNCTION__);
208 DBG("%s\n", __FUNCTION__);
237 DBG("Program after ENDIF handling:\n");
radeon_emulate_loops.c 40 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0)
210 DBG("No constant limit.\n");
224 DBG("Initial counter value cannot be determined.\n");
227 DBG("Initial counter value is %f\n", counter_value.Value);
275 DBG("Counter is increased by %f each iteration.\n", count_inst.Amount);
281 DBG("Limit is %f.\n", limit_value);
306 DBG("Loop will have %d iterations.\n", iterations);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 21 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0)
54 DBG("Search string: '%s'\n", search_str);
56 DBG("Match %u start = %d end = %d\n", i,
192 DBG("File=%u index=%u swizzle=%x negate=%u abs=%u\n",
287 DBG("Dst Reg File=%u Index=%d Writemask=%d\n",
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_rendertmp.h 476 #undef DBG
t_vertex.c 35 #define DBG 0
310 if (DBG)
341 if (DBG)
  /external/doclava/src/com/google/doclava/
LinkReference.java 29 private static final boolean DBG = false;
240 if (DBG) System.out.println("-- chose base as classinfo");
244 if (DBG) System.out.println("-- ref == null");
247 if (DBG) System.out.println("-- assumed to be cl");
251 if (DBG) System.out.println("-- they provided ref = " + ref);
254 if (DBG) System.out.println("-- cl non-null");
257 if (DBG) System.out.println("-- cl.extendedFindClass was null");
261 if (DBG) System.out.println("-- cl.findClass was null");
263 if (DBG) if (result.classInfo == null) System.out.println("-- cl.findInnerClass was null");
267 if (DBG) System.out.println("-- hitting up the Converter.obtainclass")
    [all...]
  /external/e2fsprogs/lib/blkid/
blkidP.h 145 #define DBG(m,x) if ((m) & blkid_debug_mask) x;
147 #define DBG(m,x)

Completed in 1463 milliseconds

1 2 34 5 6 7 8 91011>>