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

1 2 3 45 6 7 8 91011>>

  /external/mesa3d/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/mesa3d/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/mesa3d/src/mesa/tnl/
t_vb_rendertmp.h 476 #undef DBG
t_vertex.c 35 #define DBG 0
310 if (DBG)
341 if (DBG)
  /external/svox/pico/compat/src/com/android/tts/compat/
CompatTtsService.java 30 private static final boolean DBG = false;
39 if (DBG) Log.d(TAG, "onCreate()");
84 if (DBG) Log.d(TAG, "onDestroy()");
101 if (DBG) Log.d(TAG, "onIsLanguageAvailable(" + lang + "," + country + "," + variant + ")");
108 if (DBG) Log.d(TAG, "onLoadLanguage(" + lang + "," + country + "," + variant + ")");
159 if (DBG) Log.d(TAG, "onStop()");
  /frameworks/base/core/java/android/animation/
ObjectAnimator.java 42 private static final boolean DBG = false;
455 if (DBG) {
  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java 47 private static final boolean DBG = true;
115 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
221 if (DBG) log("connect(" + device + ")");
262 if (DBG) log("disconnect(" + device + ")");
344 if (DBG) log("setPriority(" + device + ", " + priority + ")");
397 if (DBG) Log.d(TAG, "isAvrcpAbsoluteVolumeSupported");
417 if (DBG) Log.d(TAG, "adjustAvrcpAbsoluteVolume");
437 if (DBG) Log.d(TAG, "setAvrcpAbsoluteVolume");
518 if (DBG) Log.d(TAG, "Proxy object connected");
526 if (DBG) Log.d(TAG, "Proxy object disconnected")
    [all...]
BluetoothGattServer.java 53 private static final boolean DBG = true;
76 if (DBG) Log.d(TAG, "onServerRegistered() - status=" + status
94 if (DBG) Log.d(TAG, "onScanResult() - Device=" + address + " RSSI=" +rssi);
104 if (DBG) Log.d(TAG, "onServerConnectionState() - status=" + status
122 if (DBG) Log.d(TAG, "onServiceAdded() - service=" + srvcUuid
144 if (DBG) Log.d(TAG, "onCharacteristicReadRequest() - "
172 if (DBG) Log.d(TAG, "onCharacteristicReadRequest() - "
203 if (DBG) Log.d(TAG, "onCharacteristicWriteRequest() - "
234 if (DBG) Log.d(TAG, "onDescriptorWriteRequest() - "
263 if (DBG) Log.d(TAG, "onExecuteWrite() -
    [all...]
BluetoothInputDevice.java 47 private static final boolean DBG = true;
193 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
297 if (DBG) log("connect(" + device + ")");
337 if (DBG) log("disconnect(" + device + ")");
417 if (DBG) log("setPriority(" + device + ", " + priority + ")");
463 if (DBG) Log.d(TAG, "Proxy object connected");
471 if (DBG) Log.d(TAG, "Proxy object disconnected");
503 if (DBG) log("virtualUnplug(" + device + ")");
553 if (DBG) log("setProtocolMode(" + device + ")");
606 if (DBG) log("setReport(" + device + "), reportType=" + reportType + " report=" + report)
    [all...]
BluetoothMap.java 38 private static final boolean DBG = true;
60 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
90 if (DBG) Log.d(TAG, "Create BluetoothMap proxy object");
166 if (DBG) log(Log.getStackTraceString(new Throwable()));
185 if (DBG) log(Log.getStackTraceString(new Throwable()));
203 if (DBG) log(Log.getStackTraceString(new Throwable()));
213 if (DBG) log("connect(" + device + ")" + "not supported for MAPS");
225 if (DBG) log("disconnect(" + device + ")");
265 if (DBG) log("getConnectedDevices()");
284 if (DBG) log("getDevicesMatchingStates()")
    [all...]
BluetoothPan.java 46 private static final boolean DBG = true;
227 if (DBG) log("connect(" + device + ")");
268 if (DBG) log("disconnect(" + device + ")");
335 if (DBG) log("setBluetoothTethering(" + value + ")");
355 if (DBG) Log.d(TAG, "BluetoothPAN Proxy object connected");
364 if (DBG) Log.d(TAG, "BluetoothPAN Proxy object disconnected");
BluetoothPbap.java 54 private static final boolean DBG = true;
116 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
221 if (DBG) log(Log.getStackTraceString(new Throwable()));
240 if (DBG) log(Log.getStackTraceString(new Throwable()));
258 if (DBG) log(Log.getStackTraceString(new Throwable()));
269 if (DBG) log("disconnect()");
277 if (DBG) log(Log.getStackTraceString(new Throwable()));
304 if (DBG) log("Proxy object connected");
311 if (DBG) log("Proxy object disconnected");
  /frameworks/base/core/java/android/net/
DummyDataStateTracker.java 35 private static final boolean DBG = true;
140 if (DBG) log("setDetailed state, old ="
LinkCapabilities.java 36 private static final boolean DBG = false;
197 if (DBG) log("createNeededCapabilities(applicationRole) EX");
SamplingDataTracker.java 35 private static final boolean DBG = false;
76 if (DBG) Slog.d(TAG, "Found data for interface " + currentIface);
91 if (DBG) {
113 if (DBG) {
168 if (DBG) Slog.d(TAG, "Throwing current sample away because it is too small");
175 if (DBG) Slog.d(TAG, "Resetting sampled network data");
  /frameworks/base/core/java/android/net/arp/
ArpPeer.java 42 private static final boolean DBG = false;
156 if (DBG) Log.d(TAG, "ARP test result: " + responses + "/" + numArpPings);
  /frameworks/base/core/java/android/speech/
RecognitionService.java 54 private static final boolean DBG = false;
96 if (DBG) Log.d(TAG, "created new mCurrentCallback, listener = " + listener.asBinder());
127 if (DBG) Log.d(TAG, "cancel called with no preceding startListening - ignoring");
133 if (DBG) Log.d(TAG, "canceling - setting mCurrentCallback to null");
159 if (DBG) Log.d(TAG, "checkPermissions");
197 if (DBG) Log.d(TAG, "onBind, intent=" + intent);
203 if (DBG) Log.d(TAG, "onDestroy");
226 if (DBG) Log.d(TAG, "beginningOfSpeech");
315 if (DBG) Log.d(TAG, "startListening called by:" + listener.asBinder());
324 if (DBG) Log.d(TAG, "stopListening called by:" + listener.asBinder())
    [all...]
  /frameworks/base/core/java/android/speech/tts/
FileSynthesisCallback.java 36 private static final boolean DBG = false;
100 if (DBG) {
106 if (DBG) Log.d(TAG, "Request has been aborted.");
131 if (DBG) {
137 if (DBG) Log.d(TAG, "Request has been aborted.");
157 if (DBG) Log.d(TAG, "FileSynthesisRequest.done()");
160 if (DBG) Log.d(TAG, "Duplicate call to done()");
166 if (DBG) Log.d(TAG, "Request has been aborted.");
192 if (DBG) Log.d(TAG, "FileSynthesisRequest.error()");
PlaybackSynthesisCallback.java 27 private static final boolean DBG = false;
87 if (DBG) Log.d(TAG, "stop()");
138 if (DBG) {
151 if (DBG) Log.d(TAG, "stop() called before start(), returning.");
167 if (DBG) {
203 if (DBG) Log.d(TAG, "done()");
229 if (DBG) Log.d(TAG, "error() [will call stop]");
SynthesisPlaybackQueueItem.java 32 private static final boolean DBG = false;
110 if (DBG) Log.d(TAG, "Interrupted waiting for buffers, cleaning up.");
  /frameworks/base/core/java/android/transition/
Fade.java 59 private static boolean DBG = Transition.DBG && false;
112 if (DBG) {
143 if (DBG) {
191 if (DBG) {
  /frameworks/base/core/java/android/view/textservice/
TextServicesManager.java 66 private static final boolean DBG = false;
178 if (DBG) {
  /frameworks/base/core/java/com/android/internal/notification/
DemoContactNotificationScorer.java 45 private static final boolean DBG = false;
156 if (DBG) Slog.v(TAG, "priorityBumpMap: score before: " + incomingScore
163 if (DBG) Slog.v(TAG, "Initializing " + getClass().getSimpleName() + ".");
172 if (DBG) Slog.w(TAG, "empty notification? scorer disabled?");
177 if (DBG) {
  /frameworks/base/services/java/com/android/server/
NetworkTimeUpdateService.java 54 private static final boolean DBG = false;
161 if (DBG) Log.d(TAG, "System time = " + currentTime);
165 if (DBG) Log.d(TAG, "Before Ntp fetch");
181 if (DBG && mLastNtpFetchTime == NOT_SET
185 if (DBG) Log.d(TAG, "Ntp time to be set = " + ntp);
191 if (DBG) Log.d(TAG, "Ntp time is close enough = " + ntp);

Completed in 770 milliseconds

1 2 3 45 6 7 8 91011>>