/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | LayoutWindowCoordinator.java | 235 private void sync(@Nullable GraphicalEditorPart editor) { in sync() method in LayoutWindowCoordinator 250 private void sync(IWorkbenchPart part) { in sync() method in LayoutWindowCoordinator 254 sync(editor.getGraphicalEditor()); in sync() 263 sync(editor); in syncActive() 355 sync(part); in partVisible()
|
D | CustomViewFinder.java | 127 private void refresh(final Listener listener, boolean sync) { in refresh() argument 148 if (sync) { in refresh()
|
D | ViewHierarchy.java | 235 mCanvas.getSelectionManager().sync(); in setSession()
|
D | SelectionManager.java | 737 void sync() { in sync() method in SelectionManager
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/ |
D | ManifestInfo.java | 301 private void sync() { in sync() method in ManifestInfo 431 sync(); in getPackage() 442 sync(); in getActivityAttributesMap() 461 sync(); in getManifestTheme() 475 sync(); in getDefaultTheme() 503 sync(); in getApplicationIcon() 514 sync(); in getApplicationLabel() 524 sync(); in isRtlSupported() 534 sync(); in getTargetSdkVersion() 544 sync(); in getMinSdkVersion() [all …]
|
/sdk/docs/ |
D | howto_SDK_git_cygwin.txt | 72 $ repo sync 87 $ repo sync 97 sync" some projects are marked as having modified files. This happens on the 129 init, creates the appropriate local_manifest.xml, does a repo sync as 159 # sync using the native ssh client if necessary 161 repo sync $@
|
D | howto_build_SDK.txt | 78 $ repo sync 185 $ cd ~/my-android-git # <-- this is where you did your "repo sync"
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
D | NestedConfiguration.java | 109 NestedConfiguration other, Configuration values, boolean sync) { in initFrom() argument 132 if (sync) { in initFrom()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
D | DeviceView.java | 168 final SyncService sync = client.getDevice().getSyncService(); in onSuccess() 169 if (sync != null) { in onSuccess() 183 sync.pullFile(remoteFilePath, tempPath, monitor); in onSuccess() 188 sync.close(); in onSuccess() 198 promptAndPull(sync, in onSuccess()
|
/sdk/ |
D | README.txt | 9 $ repo sync [-j N]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
D | entries.in | 61 GLenum, glClientWaitSync, GLsync sync, GLbitfield flags, GLuint64 timeout 106 void, glDeleteSync, GLsync sync 268 void, glGetSynciv, GLsync sync, GLenum pname, GLsizei bufSize, GLsizei* length, GLint* values 311 GLboolean, glIsSync, GLsync sync 548 void, glWaitSync, GLsync sync, GLbitfield flags, GLuint64 timeout
|
/sdk/eclipse/ |
D | changes.txt | 727 - New SDK-Project sync mode in Android preference pane. Default value 728 set to true. If true, all android projects are automatically sync'ed 742 SDK set in the preferences (This is for the non automatic sync
|