Home
last modified time | relevance | path

Searched refs:d (Results 1 – 25 of 39) sorted by relevance

12

/sdk/templates/docs/
Djquery-1.8.0.min.js2d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(I,"-$1").toLowerCase();d=a.getAttribute(e);if… argument
Dprettify.js3d;c+2<i&&"-"===f[c+1]?(d=m(f[c+2]),c+=2):d=j;b.push([j,d]);d<65||j>122||(d<65||j>90||b.push([Math.…
4d=[],c=0,i=0;c<b;++c){var j=f[c];j==="("?++i:"\\"===j.charAt(0)&&(j=+j.substring(1))&&j<=i&&(d[j]=…
5d[i]);for(i=c=0;c<b;++c)"^"===f[c]&&"^"!==f[c+1]&&(f[c]="");if(a.ignoreCase&&s)for(c=0;c<b;++c)j=f…
6 {b:8,t:9,n:10,v:11,f:12,r:13},n=[],p=0,d=a.length;p<d;++p){g=a[p];if(g.global||g.multiline)throw Er…
7 …}function B(a,m,e,h){m&&(a={a:m,d:a},e(a),h.push.apply(h,a.e))}function x(a,m){function e(a){for(v… property
8 …b.substring(0,5))&&!(o&&typeof o[1]==="string"))c=!1,b="src";c||(r[f]=b)}i=d;d+=f.length;if(c){c=o…
9 l=[],p={},d=0,g=e.length;d<g;++d){var r=e[d],n=r[3];if(n)for(var k=n.length;--k>=0;)h[n.charAt(k)]=…
12 …"pln",/^[$_a-z][\w$@]*/i,q],["lit",/^(?:0x[\da-f]+|(?:\d(?:_\d+)*\d*(?:\.\d*)?|\.\d\+)(?:e[+-]?\d+…
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
DDateTimeEditor.java61 Date d = getDateTime(item); in bindEditor()
62 String dateString = YYYY_MM_DD.format(d); in bindEditor()
64 String timeString = HH_MM_SS.format(d); in bindEditor()
73 Date d = getDateTime(item); in bindEditor()
77 Date d = getDateTime(item); in bindEditor()
78 d.setYear(year - 1900); in bindEditor()
79 d.setMonth(monthOfYear); in bindEditor()
80 d.setDate(dayOfMonth); in bindEditor()
81 item.setValue(d.getTime()); in bindEditor()
87 d.getYear() + 1900, d.getMonth(), d.getDate()); in bindEditor()
[all …]
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
DConnection.java106 if (DEBUG) Log.d(TAG, "SdkControllerConnection is constructed."); in Connection()
113 if (DEBUG) Log.d(TAG, "SdkControllerConnection is connecting..."); in connect()
139 if (DEBUG) Log.d(TAG, "SdkControllerConnection is stopping I/O looper..."); in disconnect()
148 if (DEBUG) Log.d(TAG, "SdkControllerConnection is closing pending sockets..."); in disconnect()
155 if (DEBUG) Log.d(TAG, "SdkControllerConnection is disconnecting channels..."); in disconnect()
161 if (DEBUG) Log.d(TAG, "SdkControllerConnection is disconnected."); in disconnect()
180 if (DEBUG) Log.d(TAG, "Registering Channel " + channel.getChannelName()); in registerChannel()
187 if (DEBUG) Log.d(TAG, "Found pending Socket for registering Channel " in registerChannel()
263 if (DEBUG) Log.d(TAG, "In SdkControllerConnection I/O looper."); in runIOLooper()
282 if (DEBUG) Log.d(TAG, "Exiting SdkControllerConnection I/O looper."); in runIOLooper()
[all …]
DSocket.java54 if (DEBUG) Log.d(TAG, "Socket is constructed for " + mChannelName); in Socket()
193 if (DEBUG) Log.d(TAG, "Socket is closed for " + mChannelName); in close()
DChannel.java244 if (DEBUG) Log.d(TAG, "MsgThread.started-" + mChannelName); in Channel()
257 if (DEBUG) Log.d(TAG, "MsgThread.terminate-" + mChannelName); in Channel()
261 if (DEBUG) Log.d(TAG, "Channel is constructed for " + mChannelName); in Channel()
617 if (DEBUG) Log.d(TAG, "In I/O looper for Channel " + mChannelName); in runIOLooper()
696 if (DEBUG) Log.d(TAG, "Exiting I/O looper for Channel " + mChannelName); in runIOLooper()
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
DBaseBindingActivity.java119 if (DEBUG) Log.d(TAG, "Activity connected to service"); in bindToService()
131 if (DEBUG) Log.d(TAG, "Activity disconnected from service"); in bindToService()
139 if (DEBUG) Log.d(TAG, "start requested & bind service"); in bindToService()
153 if (DEBUG) Log.d(TAG, "unbind service"); in unbindFromService()
DSensorActivity.java101 if (DEBUG) Log.d(TAG, "onResume"); in onResume()
109 if (DEBUG) Log.d(TAG, "onPause"); in onPause()
116 if (DEBUG) Log.d(TAG, "onDestroy"); in onDestroy()
125 if (DEBUG) Log.d(TAG, "onServiceConnected"); in onServiceConnected()
131 if (DEBUG) Log.d(TAG, "onServiceDisconnected"); in onServiceDisconnected()
DMultiTouchActivity.java82 if (DEBUG) Log.d(TAG, "onResume"); in onResume()
93 if (DEBUG) Log.d(TAG, "onPause"); in onPause()
104 if (DEBUG) Log.d(TAG, "onServiceConnected"); in onServiceConnected()
114 if (DEBUG) Log.d(TAG, "onServiceDisconnected"); in onServiceDisconnected()
224 if (DEBUG && bb != null) Log.d(TAG, bb.toString()); in onTouch()
365 if (DEBUG) Log.d(TAG, "Dispay updated: " + e_width + " x " + e_height + in updateDisplay()
DMainActivity.java82 if (DEBUG) Log.d(TAG, "onBackPressed"); in onBackPressed()
163 if (DEBUG) Log.d(TAG, "stop service requested"); in stopService()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
DCaptureRenderer.java36 Dimension d = super.getPreferredSize(); in getPreferredSize() local
39 d.width += node.marginLeft + node.marginRight; in getPreferredSize()
40 d.height += node.marginTop + node.marginBottom; in getPreferredSize()
43 return d; in getPreferredSize()
DScreenViewer.java461 Dimension d = super.getPreferredSize(); in getPreferredSize() local
462 d.width = 60; in getPreferredSize()
463 d.height = 30; in getPreferredSize()
464 return d; in getPreferredSize()
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/service/
DControllerService.java183 if (DEBUG) Log.d(TAG, "Service onCreate"); in onCreate()
193 if (DEBUG) Log.d(TAG, "Service onStartCommand"); in onStartCommand()
199 if (DEBUG) Log.d(TAG, "Service onBind"); in onBind()
205 if (DEBUG) Log.d(TAG, "Service onDestroy"); in onDestroy()
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/handlers/
DSensorChannel.java101 Log.d(TAG, String.format( in SensorChannel()
527 if (DEBUG) Log.d(TAG, "+++ Sensor " + getEmulatorFriendlyName() + " is started."); in startListening()
537 if (DEBUG) Log.d(TAG, "--- Sensor " + getEmulatorFriendlyName() + " is stopped."); in stopListening()
546 if (DEBUG) Log.d(TAG, ">>> Sensor " + getEmulatorFriendlyName() + " is enabled."); in enableSensor()
651 Log.d(TAG, String.format("glob %d - local %d > target %d - processing %d -- %s", in onSensorChanged()
/sdk/files/proguard/bin/
Dproguardgui.bat8 cd /d %~dp0
Dproguard.bat8 cd /d %~dp0
Dretrace.bat8 cd /d %~dp0
/sdk/apkbuilder/etc/
Dapkbuilder.bat25 cd /d %~dp0
/sdk/hierarchyviewer/etc/
Dhierarchyviewer1.bat25 cd /d %~dp0
/sdk/find_lock/
Dfind_lock.cpp299 const char *d = kFileW; in isFileHandleType() local
301 for (; type != 0 && len > 0; c+=2, d++, len--) { in isFileHandleType()
302 if (c[0] != *d || c[1] != 0) { in isFileHandleType()
/sdk/files/
Dpost_tools_install.bat31 cd /d %~dp0
/sdk/docs/
Dhowto_build_SDK.txt101 $ export BUILD_NUMBER=${USER}-`date +%Y%m%d-%H%M%S`
177 It used to be that you'd have to download a specific version of
Dhowto_SDK_git_cygwin.txt142 if [[ ! -d .repo ]]; then
/sdk/find_java/
Dfind_java.bat26 rem check for that first, as we'd like to use it if we can.
/sdk/
DREADME.txt23 To build it from the command-line, you'd use "gradle" as such:

12