/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
NewProjectWizard.java | 327 List<Change> changes = computeChanges(); 328 if (!changes.isEmpty()) { 329 monitor.beginTask("Creating project...", changes.size()); 332 changes.toArray(new Change[changes.size()])); 418 List<Change> changes = activityTemplate.render(project, parameters); local 419 if (!changes.isEmpty()) { 420 monitor.beginTask("Creating template...", changes.size()); 423 changes.toArray(new Change[changes.size()])) [all...] |
TemplateWizard.java | 161 * Computes the changes to the {@link #getProject()} this template should 164 * @return the changes to perform 169 List<Change> changes = computeChanges(); local 170 if (!changes.isEmpty()) { 171 monitor.beginTask("Creating template...", changes.size()); 174 changes.toArray(new Change[changes.size()]));
|
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/ |
SelectCalendarsSyncFragment.java | 82 // We don't need our own sync changes to trigger refreshes. 160 HashMap<Long, CalendarRow> changes = ((SelectCalendarsSyncAdapter) listAdapter) local 162 if (changes != null && changes.size() > 0) { 163 for (CalendarRow row : changes.values()) { 178 changes.clear();
|
/external/libvpx/libvpx/tools/ |
ftfy.sh | 14 -n, --dry-run Shows a diff of the changes to be made. 15 --amend Squashes the changes into the commit at HEAD 17 --commit Creates a new commit containing only the whitespace changes 112 log "Working tree is dirty, commit your changes first" 153 log "Formatting changes applied, verify and commit."
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
ftfy.sh | 14 -n, --dry-run Shows a diff of the changes to be made. 15 --amend Squashes the changes into the commit at HEAD 17 --commit Creates a new commit containing only the whitespace changes 112 log "Working tree is dirty, commit your changes first" 154 log "Formatting changes applied, verify and commit."
|
/external/jetty/src/java/org/eclipse/jetty/webapp/ |
Ordering.java | 201 //we're finished on a clean pass through with no ordering changes 250 boolean changes = false; 282 changes = true; 300 changes = true; 322 changes = true; 338 changes = true; 348 return changes;
|
/external/icu/icu4c/source/data/translit/ |
trnsfiles.mk | 10 # Then, you can have your local changes remain even if you upgrade or re
|
/external/v8/tools/push-to-trunk/ |
auto_roll.py | 20 def ContainsChromiumRoll(changes): 21 for change in changes:
|
/frameworks/base/services/core/java/com/android/server/ |
AttributeCache.java | 86 int changes = mConfiguration.updateFrom(config); local 87 if ((changes & ~(ActivityInfo.CONFIG_FONT_SCALE |
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ChangeLayoutRefactoringTest.java | 133 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor()); local 134 checkEdits(basename, changes);
|
ExtractStyleRefactoringTest.java | 212 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor()); local 213 assertEquals(expectedModifiedFileCount, changes.size()); 221 checkEdits(changes, fileToGolden, true); 224 for (Change change : changes) {
|
RefactoringTest.java | 105 protected void checkEdits(String basename, List<Change> changes) throws BadLocationException, 115 for (Change change : changes) { 143 protected void checkEdits(List<Change> changes, 145 checkEdits(changes, fileToGoldenName, false); 148 protected void checkEdits(List<Change> changes, 151 for (Change change : changes) {
|
/frameworks/support/v7/mediarouter/src/android/support/v7/media/ |
MediaRouter.java | 587 * changes to media routes. 1272 int changes = 0; local 1959 int changes = route.updateDescriptor(routeDescriptor); local [all...] |
/external/deqp/framework/platform/X11/ |
tcuX11.cpp | 225 XWindowChanges changes; local 226 changes.width = width; 227 changes.height = height; 229 XConfigureWindow(m_display.getXDisplay(), m_window, mask, &changes);
|
/external/mesa3d/docs/ |
MESA_resize_buffers.spec | 39 changes. 42 when a window size changes but would still like Mesa to adjust to
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
UnwrapRefactoring.java | 178 List<Change> changes = new ArrayList<Change>(); local 180 return changes; 225 changes.add(change); 226 return changes;
|
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/ |
make.bat | 31 echo. changes to make an overview over all changed/added/deprecated items 132 if "%1" == "changes" ( 133 %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes 135 echo.The overview file is in %BUILDDIR%/changes.
|
/external/clang/docs/analyzer/ |
make.bat | 35 echo. changes to make an overview over all changed/added/deprecated items 164 if "%1" == "changes" ( 165 %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes 168 echo.The overview file is in %BUILDDIR%/changes.
|
/external/clang/docs/ |
make.bat | 35 echo. changes to make an overview over all changed/added/deprecated items 164 if "%1" == "changes" ( 165 %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes 168 echo.The overview file is in %BUILDDIR%/changes.
|
/external/llvm/docs/ |
make.bat | 35 echo. changes to make an overview over all changed/added/deprecated items 164 if "%1" == "changes" ( 165 %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes 168 echo.The overview file is in %BUILDDIR%/changes.
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
DefaultItemAnimator.java | 137 final ArrayList<ChangeInfo> changes = new ArrayList<ChangeInfo>(); local 138 changes.addAll(mPendingChanges); 139 mChangesList.add(changes); 144 for (ChangeInfo change : changes) { 147 changes.clear(); 148 mChangesList.remove(changes); 152 ViewHolder holder = changes.get(0).oldHolder; 448 ArrayList<ChangeInfo> changes = mChangesList.get(i); local 449 endChangeAnimation(changes, item); 450 if (changes.isEmpty()) 603 ArrayList<ChangeInfo> changes = mChangesList.get(i); local [all...] |
/device/asus/flo/camera/QCamera2/HAL/ |
Android.mk | 20 # Ignore benign clang warnings, avoid changes to third party code.
|
/external/icu/icu4c/source/data/misc/ |
miscfiles.mk | 10 # Then, you can have your local changes remain even if you upgrade or re-
|
/external/icu/icu4c/source/data/sprep/ |
sprepfiles.mk | 10 # Then, you can have your local changes remain even if you upgrade or
|
/external/v8/test/mjsunit/ |
array-push7.js | 20 function somethingChanged(changes) {
|