Home
last modified time | relevance | path

Searched refs:D (Results 1 – 7 of 7) sorted by relevance

/development/tools/logblame/
Dsample.txt23 [ 01-01 15:12:25.343 1000: 2272: 3592 D/BatteryStatsService ]
26 [ 01-01 15:12:25.344 1000: 2272: 3592 D/BatteryStatsService ]
57 [ 01-01 15:12:25.453 1000: 398: 398 D/SurfaceFlinger ]
65 [ 01-01 15:12:25.466 1000: 398: 398 D/qdhwcomposer ]
71 [ 01-01 15:12:25.599 1000: 398: 398 D/qdhwcomposer ]
74 [ 01-01 15:12:25.599 1000: 2272: 3787 D/SurfaceControl ]
140 [ 01-01 15:12:25.898 10036: 3812: 3812 D/StatusBar ]
168 [ 01-01 15:12:56.898 1000: 2272: 5402 D/WificondControl ]
229 [ 01-01 15:13:57.038 1000: 2272: 3592 D/BatteryStatsService ]
238 [ 01-01 15:13:57.039 1000: 2272: 3592 D/BatteryStatsService ]
[all …]
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DBluetoothChat.java49 private static final boolean D = true; field in BluetoothChat
87 if(D) Log.e(TAG, "+++ ON CREATE +++"); in onCreate()
106 if(D) Log.e(TAG, "++ ON START ++"); in onStart()
122 if(D) Log.e(TAG, "+ ON RESUME +"); in onResume()
169 if(D) Log.e(TAG, "- ON PAUSE -"); in onPause()
175 if(D) Log.e(TAG, "-- ON STOP --"); in onStop()
183 if(D) Log.e(TAG, "--- ON DESTROY ---"); in onDestroy()
187 if(D) Log.d(TAG, "ensure discoverable"); in ensureDiscoverable()
228 if(D) Log.i(TAG, "END onEditorAction");
249 if(D) Log.i(TAG, "MESSAGE_STATE_CHANGE: " + msg.arg1);
[all …]
DBluetoothChatService.java43 private static final boolean D = true; field in BluetoothChatService
86 if (D) Log.d(TAG, "setState() " + mState + " -> " + state); in setState()
103 if (D) Log.d(TAG, "start"); in start()
130 if (D) Log.d(TAG, "connect to: " + device); in connect()
153 if (D) Log.d(TAG, "connected, Socket Type:" + socketType); in connected()
189 if (D) Log.d(TAG, "stop"); in stop()
290 if (D) Log.d(TAG, "Socket Type: " + mSocketType + in run()
330 if (D) Log.i(TAG, "END mAcceptThread, socket Type: " + mSocketType); in run()
335 if (D) Log.d(TAG, "Socket Type" + mSocketType + "cancel " + this); in cancel()
DDeviceListActivity.java49 private static final boolean D = true; field in DeviceListActivity
137 if (D) Log.d(TAG, "doDiscovery()"); in doDiscovery()
/development/vndk/tools/header-checker/tests/integration/cpp/header/
Dundeclared_types.h20 D member_function(E);
/development/apps/PushApiTestAppOne/
Dcert.x509.pem16 HQYDVR0OBBYEFMTJcp+DkufKA0VNM2d7FykV/uXBMB8GA1UdIwQYMBaAFMTJcp+D
/development/vndk/tools/header-checker/tests/input/
Dexample1.h18 enum {C, D} enum_field2; enumerator