Searched refs:add (Results 276 - 300 of 545) sorted by relevance

<<11121314151617181920>>

/sdk/anttasks/src/com/android/ant/
H A DComputeDependencyTask.java223 jars.add(new File(sdkDir, SdkConstants.FD_TOOLS +
244 // add the project's own content of libs/*.jar
249 jars.add(jarFile);
H A DDependencyGraph.java186 mTargets.add(new File(path));
200 mPrereqs.add(f);
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
H A DConnection.java181 mChannels.add(channel);
386 mPendingSockets.add(sk);
/sdk/avdlauncher/
H A DAndroid.mk44 # seems to be the only way to add an object file that was not generated from
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
H A DAdtUtils.java552 matchingMarkers.add(marker);
557 matchingMarkers.add(marker);
667 * @param appendValue if true, add this value as a comma separated value to
770 // If you add more versions here, also update #getAndroidName and
829 // If you add more versions here, also update #getBuildCodes and
930 projects.add(project);
939 projects.add(file.getProject());
949 projects.add(project.getProject());
957 androidProjects.add(project);
1138 matching.add(re
[all...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
H A DAnimationContentAssist.java89 interpolators.add(base + item.getName());
153 pairs.add(Pair.of(d.getXmlLocalName(), d.getAttributeInfo().getJavaDoc()));
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
H A DElementDescriptor.java413 visited.add(this);
419 if (!visited.add(e)) { // Set.add() returns false if element is already present
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
H A DConfigurationMatcher.java242 // build a list of combinations of non standard qualifiers to add to each device's
253 // add all the locales
257 // only add the locale host match
270 configBundles.add(bundle);
273 // add the dock mode to the bundle combinations.
276 // add the night mode to the bundle combinations.
292 // add on top of it, the extra qualifiers from the bundle
293 testConfig.add(bundle.config);
299 anyMatches.add(new ConfigMatch(testConfig, device, state, bundle));
303 bestMatches.add(ne
[all...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
H A DOutlineDropListener.java120 children.add(node);
148 added.add(node);
185 // Targeting the middle of an item means to add it as a new child
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
H A DResourceValueCompleter.java74 proposals.add(new ContentProposal(match));
170 int nameStart = typeStart + type.getName().length() + 1; // +1: add "/" divider
176 results.add(base + name);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
H A DCopyCutAction.java140 nodesToCut.add(uiNode);
216 list.add(selected);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
H A DRunLintAction.java195 resources.add(project.getProject());
198 resources.add(mResource);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
H A DKeySelectionPage.java164 // we add the aliases to the combo.
176 mKeyAliases.add(alias);
177 aliasList.add(alias);
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
H A DNdkHelper.java84 nativeAbis.add(NativeAbi.getByString(abi));
181 solibPaths.add(NdkLaunchConstants.DEFAULT_SOLIB_PATH);
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/
H A DExplodeRenderingHelperTest.java36 mLayoutNames.add("LinearLayout");
37 mLayoutNames.add("RelativeLayout");
/sdk/find_java/
H A DAndroid.mk57 # seems to be the only way to add an object file that was not generated from
/sdk/find_lock/
H A DAndroid.mk45 # seems to be the only way to add an object file that was not generated from
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
H A DViewHierarchyLoader.java109 parent.children.add(lastNode);
173 node.properties.add(property);
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/models/
H A DDeviceSelectionModel.java73 mDeviceList.add(device);
215 mWindowChangeListeners.add(listener);
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
H A DPropertyViewer.java66 returnValue.add(property);
70 returnValue.add(property);
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
H A DFieldGetterDetector.java139 mPendingCalls.add(new Entry(name, node, method));
152 names.add(entry.name);
H A DMergeRootFrameLayoutDetector.java173 mPending.add(Pair.of(layout, handle));
182 mWhitelistedLayouts.add(layout);
/sdk/sdk_common/src/com/android/ide/common/resources/
H A DResourceFolder.java83 // add it to the folder
105 // handle the latter. If we were to add this behavior we'd have to change this call.
182 mFiles.add(file);
231 // loop through those and add them to the main list,
235 list.add(resType);
283 // scanned yet; add it lazily
308 // scanned yet; add it lazily
/sdk/sdklauncher/
H A DAndroid.mk44 # seems to be the only way to add an object file that was not generated from
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
H A DAvdSelector.java1102 list.add(path);
1103 list.add("-avd"); //$NON-NLS-1$
1104 list.add(avdName);
1106 list.add("-wipe-data"); //$NON-NLS-1$
1110 list.add("-no-snapshot-load");
1113 list.add("-no-snapshot-save");
1121 list.add("-scale"); //$NON-NLS-1$
1126 list.add(formatter.toString());

Completed in 452 milliseconds

<<11121314151617181920>>