Searched refs:add (Results 151 - 175 of 545) sorted by relevance

1234567891011>>

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
H A DTraceFileParserTask.java102 mGLCalls.add(c);
103 mGLContextIds.add(Integer.valueOf(c.getContextId()));
234 glFrames.add(new GLFrame(frameIndex, startCallIndex, i + 1));
242 glFrames.add(new GLFrame(frameIndex, startCallIndex, mGLCalls.size()));
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
H A DListElementAddTransform.java23 * A {@link ListElementAddTransform} provides the ability to add a new property to a list of
39 list.add(mElement);
H A DSparseArrayElementAddTransform.java42 // add only if there is no item with this key already present
43 propertyArray.add(mKey);
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
H A DAbsoluteLayoutRuleTest.java31 .bounds(new Rect(0, 0, 240, 480)).add(
H A DRelativeLayoutRuleTest.java32 .bounds(new Rect(0, 0, 240, 480)).add(
87 zones.add(Pair.of(new Point(51+10, 181+10),
89 zones.add(Pair.of(new Point(71+10, 181+10),
91 zones.add(Pair.of(new Point(104+10, 181+10),
93 zones.add(Pair.of(new Point(137+10, 181+10),
95 zones.add(Pair.of(new Point(170+10, 181+10),
97 zones.add(Pair.of(new Point(51+10, 279+10),
99 zones.add(Pair.of(new Point(71+10, 279+10),
101 zones.add(Pair.of(new Point(104+10, 279+10),
103 zones.add(Pai
[all...]
H A DZoomControlsRuleTest.java33 .bounds(new Rect(0, 0, 240, 480)).add(
/sdk/layoutlib_api/src/com/android/ide/common/rendering/api/
H A DDataBindingItem.java81 mChildren.add(child);
/sdk/lint/cli/src/com/android/tools/lint/
H A DMultiProjectHtmlReporter.java58 list.add(warning);
64 unique.add(INDEX_NAME.toLowerCase(Locale.US));
79 unique.add(lowercase);
129 projects.add(new ProjectEntry(fileName, projectErrorCount, projectWarningCount,
/sdk/lint/libs/lint_api/src/com/android/tools/lint/client/api/
H A DAsmVisitor.java100 list.add(scanner);
113 list.add(scanner);
136 checks.add(scanner);
141 mFullClassChecks.add(detector);
H A DIssueRegistry.java135 detectorClasses.add(detectorClass);
154 detectors.add(detector);
164 list.add(detector);
212 categories.add(issue.getCategory());
H A DLintDriver.java300 mScope.add(Scope.MANIFEST);
302 mScope.add(Scope.RESOURCE_FILE);
305 mScope.add(Scope.ALL_RESOURCE_FILES);
306 mScope.add(Scope.RESOURCE_FILE);
308 mScope.add(Scope.JAVA_FILE);
310 mScope.add(Scope.CLASS_FILE);
313 mScope.add(Scope.PROGUARD_FILE);
427 boolean add = false;
438 add = true; // Include detector if any of its issues are enabled
451 if (add) {
[all...]
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
H A DApiClass.java228 list.add(Pair.of(name, Integer.valueOf(value)));
255 set.add(method);
260 set.add(method);
298 set.add(field);
H A DControlFlowGraph.java89 graph.add(from, to);
136 successors.add(node);
142 exceptions.add(node);
216 protected void add(@NonNull AbstractInsnNode from, @NonNull AbstractInsnNode to) { method in class:ControlFlowGraph
238 // Method call; add exception edge to handler
H A DTypographyDetector.java432 edits.add(new ReplaceEdit(offset, 3, "\u2026")); //$NON-NLS-1$
437 edits.add(new ReplaceEdit(offset, 1, "\u2013")); //$NON-NLS-1$
442 edits.add(new ReplaceEdit(offset, 2, "\u2014")); //$NON-NLS-1$
447 edits.add(new ReplaceEdit(offset, 1, "\u2019")); //$NON-NLS-1$
455 edits.add(new ReplaceEdit(offset, 3, "\u00A9")); //$NON-NLS-1$
462 edits.add(new ReplaceEdit(offset, 1, "\u2018")); //$NON-NLS-1$
463 edits.add(new ReplaceEdit(endOffset, 1, "\u2019")); //$NON-NLS-1$
471 edits.add(new ReplaceEdit(offset, 1, "\u201C")); //$NON-NLS-1$
472 edits.add(new ReplaceEdit(endOffset, 1, "\u201D")); //$NON-NLS-1$
480 edits.add(ne
[all...]
/sdk/sdk_common/tests/src/com/android/ide/common/resources/configuration/
H A DFolderConfigurationTest.java101 list.add(new MockConfigurable(config));
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/build/
H A DApkBuilderMain.java78 zipArchives.add(new File(args[index++]));
96 sourceFolders.add(new File(args[index++]));
103 jarFiles.add(new File(args[index++]));
110 nativeFolders.add(new File(args[index++]));
133 // add the rest of the files.
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/devices/
H A DDevice.java160 mSoftware.add(s.deepCopy());
163 mState.add(s.deepCopy());
180 mSoftware.add(sw);
188 mState.add(state);
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
H A DArchiveInfo.java99 mDependencyFor.add(dependencyFor);
/sdk/uiautomatorviewer/src/com/android/uiautomator/tree/
H A DBasicTreeNode.java39 throw new NullPointerException("Cannot add null child");
44 mChildren.add(child);
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
H A DEventValueSelector.java185 mEventCombo.add(eventName);
187 list.add(i);
275 mFilterMethodCombo.add(method.toString());
320 // add a separator spanning the 2 columns
327 // add a composite to hold the ok/cancel button, no matter what the columns size are.
408 mValueCombo.add(value.toString());
428 mSeriesCombo.add(value.getName());
430 mSeriesIndices.add(axisIndex);
441 mSeriesCombo.add("default (pid)", 0 /* index */);
442 mSeriesIndices.add(
[all...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
H A DRelativeLayoutRule.java126 infos.add(s);
313 actions.add(createGravityAction(Collections.<INode>singletonList(parentNode),
315 actions.add(RuleAction.createSeparator(25));
316 actions.add(createMarginAction(parentNode, children));
355 actions.add(RuleAction.createSeparator(150));
356 actions.add(RuleAction.createAction(ACTION_CENTER_VERTICAL, "Center Vertically",
358 actions.add(RuleAction.createAction(ACTION_CENTER_HORIZONTAL, "Center Horizontally",
362 actions.add(RuleAction.createSeparator(80));
363 actions.add(RuleAction.createToggle(ACTION_SHOW_CONSTRAINTS, "Show Constraints",
365 actions.add(RuleActio
[all...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
H A DUiResourceAttributeNode.java259 matches.add(s);
267 matches.add(s);
328 results.add(ANDROID_THEME_PREFIX + ResourceType.ATTR.getName() + '/');
331 results.add(PREFIX_THEME_REF + ResourceType.ATTR.getName() + '/');
338 results.add(ANDROID_PREFIX + resType.getName() + '/');
340 results.add('@' + resType.getName() + '/');
344 results.add("@+" + resType.getName() + '/'); //$NON-NLS-1$
348 // Also add in @android: prefix to completion such that if user has typed
352 results.add(ANDROID_PREFIX);
376 results.add(bas
[all...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
H A DAndroidClasspathContainerInitializer.java355 // check the path for the add-ons, if they exist.
394 // now add the android framework to the class path.
474 list.add(frameworkClasspathEntry);
499 list.add(entry);
676 paths.add(target.getPath(IAndroidTarget.ANDROID_JAR));
677 paths.add(target.getPath(IAndroidTarget.SOURCES));
678 paths.add(AdtPlugin.getUrlDoc());
686 paths.add(ProjectHelper.getJavaDocPath(targetDocPath));
688 // we add an empty string, to always have the same count.
689 paths.add("");
[all...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
H A DGlobalProjectMonitor.java341 mFileListeners.add(bundle);
370 mFolderListeners.add(bundle);
392 mProjectListeners.add(listener);
427 mEventListeners.add(listener);
443 mRawDeltaListeners.add(listener);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
H A DDescriptorsUtils.java227 attributes.add(attr);
519 // removed first. If there's no anchor, we need to add "#"
599 spans.add(CODE);
600 spans.add(text = cleanupJavadocHtml(m.group(1))); // <code> text
606 spans.add(LINK);
607 spans.add(m.group(1)); // @link base
608 spans.add(m.group(2)); // @link anchor
609 spans.add(text = cleanupJavadocHtml(m.group(3))); // @link text
615 spans.add(ELEM);
616 spans.add(tex
[all...]

Completed in 253 milliseconds

1234567891011>>