/sdk/templates/docs/ |
D | jquery-1.8.0.min.js | 2 …d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(I,"-$1").toLowerCase();d=a.getAttribute(e);if… argument
|
D | prettify.js | 3 …d;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.… 4 …d=[],c=0,i=0;c<b;++c){var j=f[c];j==="("?++i:"\\"===j.charAt(0)&&(j=+j.substring(1))&&j<=i&&(d[j]=… 5 …d[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/ |
D | DateTimeEditor.java | 61 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/ |
D | Connection.java | 106 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 …]
|
D | Socket.java | 54 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()
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/ |
D | BaseBindingActivity.java | 119 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()
|
D | MultiTouchActivity.java | 82 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()
|
D | SensorActivity.java | 101 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()
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
D | CaptureRenderer.java | 36 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()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | completion1-expected-applyCompletion5.diff | 1 Code completion in completion1.xml for layout_marginLeft="50d^p" selecting 50dp: 3 - android:layout_marginLeft="50d^p"
|
D | completion1-expected-completion5.txt | 1 Code completion in completion1.xml for layout_marginLeft="50d^p":
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
D | WrapInWizard.java | 207 for (ViewElementDescriptor d : list) { in addLayouts() 208 if (d.getFullClassName().equals(FQCN_LINEAR_LAYOUT)) { in addLayouts() 216 for (ViewElementDescriptor d : layoutDescriptors) { in addLayouts() 217 String className = d.getFullClassName(); in addLayouts() 219 combo.add(d.getUiName()); in addLayouts() 220 classNames.add(Pair.of(className, d)); in addLayouts() 252 for (ViewElementDescriptor d : layoutDescriptors) { in addLayouts() 253 String className = d.getFullClassName(); in addLayouts() 255 combo.add(d.getUiName()); in addLayouts() 256 classNames.add(Pair.of(className, d)); in addLayouts()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | DomUtilitiesTest.java | 137 Element d = document.createElement("D"); in testGetCommonAncestor() local 138 c.appendChild(d); in testGetCommonAncestor() 145 assertSame(a, DomUtilities.getCommonAncestor(b, d)); in testGetCommonAncestor() 149 assertSame(c, DomUtilities.getCommonAncestor(d, e)); in testGetCommonAncestor() 151 assertSame(c, DomUtilities.getCommonAncestor(d, c)); in testGetCommonAncestor() 175 Element d = document.createElement("D"); in testGetDepth() local 176 c.appendChild(d); in testGetDepth() 185 assertEquals(3, DomUtilities.getDepth(d)); in testGetDepth()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
D | EmptyLaunchAction.java | 29 for (IDevice d : devices) { in doLaunchAction() 30 doLaunchAction(info, d); in doLaunchAction()
|
D | AndroidLaunchController.java | 405 for (IDevice d : devices) { in launch() 406 String deviceAvd = d.getAvdName(); in launch() 408 response.setDeviceToUse(d); in launch() 412 config.mAvdName, d)); in launch() 471 for (IDevice d : devices) { in launch() 472 String deviceAvd = d.getAvdName(); in launch() 477 compatibleRunningAvds.put(d, info); in launch() 482 AndroidVersion deviceVersion = Sdk.getDeviceVersion(d); in launch() 488 compatibleRunningAvds.put(d, null); in launch() 663 for (IDevice d: devices) { in findCompatibleDevices() [all …]
|
D | ActivityLaunchAction.java | 106 for (IDevice d : devices) { in doLaunchAction() 109 result = doLaunchAction(info, d) && result; in doLaunchAction()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
D | messages.properties | 8 …Too_Old=This Android SDK requires Android Developer Toolkit version %1$d.%2$d.%3$d or above.\n\nCu…
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/service/ |
D | ControllerService.java | 183 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/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
D | VaryingConfiguration.java | 252 for (Device d : devices) { in getDevice() 253 double size = getScreenSize(d); in getDevice() 278 for (Device d : devices) { in getDevice() 279 double size = getScreenSize(d); in getDevice() 282 Density density = getDensity(d); in getDevice() 288 device = d; in getDevice()
|
D | ConfigurationDescription.java | 225 for (Device d : deviceList) { in fromXml() 226 if (d.getName().equals(deviceString)) { in fromXml() 227 description.device = d; in fromXml() 230 description.state = Configuration.getState(d, stateName); in fromXml() 231 } else if (d.getAllStates().size() > 0) { in fromXml() 232 description.state = d.getAllStates().get(0); in fromXml()
|
/sdk/eclipse/scripts/ |
D | collect_sources_for_sdk.py | 171 for d in p.DIR.split(): 172 if d: 173 parseSrcDir(p, os.path.join(p.SRC, d))
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
D | OldLogCatView.java | 185 Display d = parent.getDisplay(); in createPartControl() local 190 colors.infoColor = new Color(d, 0, 127, 0); in createPartControl() 191 colors.debugColor = new Color(d, 0, 0, 127); in createPartControl() 192 colors.errorColor = new Color(d, 255, 0, 0); in createPartControl() 193 colors.warningColor = new Color(d, 255, 127, 0); in createPartControl() 194 colors.verboseColor = new Color(d, 0, 0, 0); in createPartControl() 289 mClipboard = new Clipboard(d); in createPartControl()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | ExportScreenshotAction.java | 59 MessageDialog d = new MessageDialog(null, "File Already Exists", null, in run() local 67 int result = d.open(); in run()
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/handlers/ |
D | SensorChannel.java | 101 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/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
D | GlobalLintConfiguration.java | 68 Issue d = registry.getIssue(s[0]); in getSeverity() local 69 if (d != null) { in getSeverity() 72 mSeverities.put(d, severity); in getSeverity()
|