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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_inline_literals.c 11 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0)
33 DBG("Converting %f (0x%x) to 7-bit:\n", f, float_bits);
34 DBG("Raw exponent = %d\n", exponent);
37 DBG("Failed exponent out of range\n\n");
42 DBG("Failed mantisa has too many bits:\n"
53 DBG("Success! r300_float = 0x%x\n\n", *r300_float_out);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_draw_arrays.c 37 #define DBG 0
114 if (DBG)
124 if (DBG)
156 if (DBG)
178 if (DBG)
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_inline_literals.c 11 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0)
33 DBG("Converting %f (0x%x) to 7-bit:\n", f, float_bits);
34 DBG("Raw exponent = %d\n", exponent);
37 DBG("Failed exponent out of range\n\n");
42 DBG("Failed mantisa has too many bits:\n"
53 DBG("Success! r300_float = 0x%x\n\n", *r300_float_out);
  /external/mesa3d/src/gallium/drivers/svga/
svga_draw_arrays.c 37 #define DBG 0
114 if (DBG)
124 if (DBG)
156 if (DBG)
178 if (DBG)
  /frameworks/base/core/java/android/bluetooth/
BluetoothManager.java 48 private static final boolean DBG = true;
93 if (DBG) Log.d(TAG,"getConnectionState()");
121 if (DBG) Log.d(TAG,"getConnectedDevices");
165 if (DBG) Log.d(TAG,"getDevicesMatchingConnectionStates");
  /frameworks/base/core/java/android/net/
LinkSocket.java 36 private final static boolean DBG = true;
42 if (DBG) log("LinkSocket() EX");
50 if (DBG) log("LinkSocket(notifier) EX");
62 if (DBG) log("LinkSocket(notifier, proxy) EX");
69 if (DBG) log("LinkProperties() EX");
82 if (DBG) log("setNeeds() EX");
90 if (DBG) log("getNeeds() EX");
98 if (DBG) log("getCapabilities() EX");
111 if (DBG) log("getCapabilities(capabilities) EX");
121 if (DBG) log("setTrackedCapabilities(capabilities) EX")
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
AsyncService.java 38 protected static final boolean DBG = true;
95 if (DBG) Slog.d(TAG, "onStartCommand");
114 if (DBG) Slog.d(TAG, "onDestroy");
  /frameworks/base/core/jni/
android_net_wifi_WifiNative.cpp 33 static jint DBG = false;
42 if (DBG) {
  /frameworks/base/telephony/java/android/telephony/
CellIdentityGsm.java 29 private static final boolean DBG = false;
158 if (DBG) log("writeToParcel(Parcel, int): " + toString());
171 if (DBG) log("CellIdentityGsm(Parcel): " + toString());
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipWakeLock.java 26 private static final boolean DBG = false;
37 if (DBG) log("reset count=" + mHolders.size());
58 if (DBG) log("acquire count=" + mHolders.size());
67 if (DBG) log("release count=" + mHolders.size());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcFailBringUp.java 29 private static final boolean DBG = true;
52 if (DBG) log(s + ".saveParameters: action=" + intent.getAction());
58 if (DBG) {
DcTesterFailBringUpAll.java 42 private static final boolean DBG = true;
57 if (DBG) log("sIntentReceiver.onReceive: action=" + action);
72 if (DBG) log("onReceive: unknown action=" + action);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
QueryTask.java 32 private static final boolean DBG = false;
67 if (DBG) Log.d(TAG, "Suggestions from " + mProvider + " = " + cursor);
SuggestionsProviderImpl.java 35 private static final boolean DBG = false;
62 if (DBG) Log.d(TAG, "getSuggestions(" + query + ")");
101 if (DBG) {
106 if (DBG) Log.d(TAG, "Publishing results");
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
BatchingNamedTaskExecutor.java 31 private static final boolean DBG = false;
50 if (DBG) Log.d(TAG, "Queuing " + task);
56 if (DBG) Log.d(TAG, "Dispatching " + task);
71 if (DBG) Log.d(TAG, "Dispatching batch of " + count);
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()");
  /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 + ")");
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
AutoCorrectionUtils.java 31 private static final boolean DBG = LatinImeLogger.sDBG;
92 if (DBG) {
98 if (DBG) {
124 if (DBG) {
129 if (DBG) {
  /packages/services/Telephony/src/com/android/phone/
CallLogger.java 38 private static final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 1) &&
65 if (DBG) {
126 if (DBG) {
227 if (DBG) log("- getPresentation(): ignoring connection's presentation: " +
230 if (DBG) log("- getPresentation: presentation: " + presentation);
SipBroadcastReceiver.java 42 private static final boolean DBG = true;
50 if (DBG) log("SIP VOIP not supported: " + action);
63 if (DBG) log("onReceive: add phone" + localSipUri + " #phones="
68 if (DBG) log("onReceive: remove phone: " + localSipUri + " #phones="
71 if (DBG) log("onReceive: start auto registration");
74 if (DBG) log("onReceive: action not processed: " + action);
88 if (DBG) log("RemoveSipPhone: failed:cannot find phone with uri " + sipUri);
99 if (DBG) log("takeCall: SIP call: " + intent);
104 if (DBG) log("takeCall: not taken, drop SIP call: " + intent);
129 if (DBG) log("registerAllProfiles: profile=" + profile)
    [all...]
WiredHeadsetManager.java 37 private static final boolean DBG =
76 if (DBG) {
  /cts/tests/tests/net/src/android/net/cts/
DnsTest.java 35 private static final boolean DBG = false;
65 if (DBG) Log.e(TAG, "www.google.com gave " + addr.toString());
83 if (DBG) Log.e(TAG, "ipv6.google.com gave " + addr.toString());
  /development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/
SampleSpellCheckerService.java 30 private static final boolean DBG = true;
61 if (DBG) {
97 if (DBG) {
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_texture.c 45 #define DBG if(0) printf
75 DBG("%s target %d format %s last_level %d\n", __FUNCTION__,
223 DBG("%s \n", __FUNCTION__);
250 DBG("%s\n", __FUNCTION__);
312 DBG("%s\n", __FUNCTION__);
  /external/mesa3d/src/mesa/state_tracker/
st_texture.c 45 #define DBG if(0) printf
75 DBG("%s target %d format %s last_level %d\n", __FUNCTION__,
223 DBG("%s \n", __FUNCTION__);
250 DBG("%s\n", __FUNCTION__);
312 DBG("%s\n", __FUNCTION__);

Completed in 1780 milliseconds

12 3 4 5 6 7 8 91011>>