/sdk/emulator/opengl/host/libs/Translator/EGL/ |
D | EglDisplay.cpp | 246 int added = 0; in doChooseConfigs() local 247 …for(ConfigsList::iterator it = m_configs.begin(); it != m_configs.end() && (added < config_size ||… in doChooseConfigs() 251 configs[added] = static_cast<EGLConfig>(*it); in doChooseConfigs() 253 added++; in doChooseConfigs() 257 return added; in doChooseConfigs()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | OutlineDropListener.java | 145 final List<INode> added = new ArrayList<INode>(); in performDrop() local 148 added.add(node); in performDrop() 153 selectionManager.setOutlineSelection(added); in performDrop()
|
D | MoveGesture.java | 353 final List<UiElementNode> added = new ArrayList<UiElementNode>(); in drop() local 360 added.add(child); in drop() 419 for (UiElementNode uiNode : added) { in drop()
|
D | OutlinePage.java | 1181 final List<INode> added = new ArrayList<INode>(); in move() local 1184 added.add(node); in move() 1188 selectionManager.setOutlineSelection(added); in move()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
D | ProjectState.java | 264 public boolean added = false; field in ProjectState.LibraryDifference 267 return removed || added; in hasDiff() 327 diff.added = true; in reloadProperties()
|
D | Sdk.java | 1155 if (diff.added) {
|
/sdk/templates/activities/MasterDetailFlow/root/src/app_package/ |
D | ContentDetailActivity.java.ftl | 31 // In this case, the fragment will automatically be re-added
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
D | GridLayoutConverter.java | 798 View added = null; in scan() local 800 added = add(view); in scan() 802 return added; in scan() 828 return added; in scan()
|
D | RelativeLayoutConversionHelper.java | 1491 View added = null; in analyze() local 1493 added = add(view); in analyze() 1495 return added; in analyze() 1558 return added; in analyze()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
D | build_messages.properties | 25 Couldnt_Locate_s_Error=Could not locate '%1$s'. This will not be added to the package.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/ |
D | NOTICE | 21 'originates' from a Contributor if it was added to the Program by such 55 Contribution is added by the Contributor, such addition of the
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/ |
D | NOTICE | 21 'originates' from a Contributor if it was added to the Program by such 55 Contribution is added by the Contributor, such addition of the
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt.overlay/ |
D | NOTICE | 21 'originates' from a Contributor if it was added to the Program by such 55 Contribution is added by the Contributor, such addition of the
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/ |
D | NOTICE | 21 'originates' from a Contributor if it was added to the Program by such 55 Contribution is added by the Contributor, such addition of the
|
/sdk/emulator/opengl/host/libs/GLESv2_dec/ |
D | gl2.attrib | 159 # XXX - might change if pname with value larger then one is added 165 # XXX - might change if pname with value larger then one is added
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
D | GridModel.java | 1149 boolean added = false; in addRow() 1178 added = true; in addRow() 1197 if (!added) { in addRow()
|
/sdk/eclipse/ |
D | changes.txt | 205 operations, only when running or debugging (option added in ADT 321 a layout chooser, and the chosen layout is added as an include. 369 - A Binary XML editor has been added. 464 - added support for new resource qualifiers: car/desk, night/notnight
|