HomeSort by relevance Sort by last modified time
    Searched refs:changes (Results 126 - 150 of 937) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowIntent.java 428 int changes = 0; local
433 changes |= FILL_IN_ACTION;
439 changes |= FILL_IN_DATA;
444 changes |= FILL_IN_CATEGORIES;
449 changes |= FILL_IN_PACKAGE;
453 changes |= FILL_IN_COMPONENT;
457 return changes;
  /prebuilts/misc/common/asm/
asm-analysis-6.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/6.0/
asm-analysis-6.0.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoring.java 122 * and compute the actual changes.
123 * <li> When all changes are computed, {@link #createChange(IProgressMonitor)} is invoked.
126 * The list of changes are:
198 /** The list of changes computed by {@link #checkFinalConditions(IProgressMonitor)} and
912 List<Change> changes = null; local
959 List<Change> changes = computeJavaChanges( local
972 List<Change> changes = computeXmlSourceChanges(xmlFile, local
    [all...]
  /external/mesa3d/docs/specs/
MESA_texture_array.spec 163 Change the first paragraph (page 150) to say (spec changes identical to
179 Change the fourth paragraph on page 151 to say (spec changes identical
190 Change the fourth paragraph on page 156 to say (spec changes identical
228 Change the second paragraph (page 159) (spec changes identical
246 Change the last paragraph on page 160 to say (spec changes identical
309 Change the third paragraph (page 176) to say (spec changes identical
318 Change first paragraph to say (spec changes identical to
331 Change the second paragraph (page 177) to say (spec changes identical
340 Change the second and third paragraphs (page 179) to say (spec changes
372 Change section (page 180) to say (spec changes identical to
    [all...]
  /external/devlib/doc/
make.bat 35 echo. changes to make an overview over all changed/added/deprecated items
212 if "%1" == "changes" (
213 %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
216 echo.The overview file is in %BUILDDIR%/changes.
  /external/fio/doc/
make.bat 36 echo. changes to make an overview over all changed/added/deprecated items
222 if "%1" == "changes" (
223 %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
226 echo.The overview file is in %BUILDDIR%/changes.
  /external/libevent/
evmap.c 699 changelist->changes = NULL;
733 struct event_change *c = &changelist->changes[f->idxplus1 - 1];
748 struct event_change *c = &changelist->changes[i];
776 struct event_change *ch = &changelist->changes[i];
791 if (changelist->changes)
792 mm_free(changelist->changes);
796 /** Increase the size of 'changelist' to hold more changes. */
807 new_changes = mm_realloc(changelist->changes,
813 changelist->changes = new_changes;
841 change = &changelist->changes[idx]
    [all...]
  /external/annotation-tools/asmx/src/org/objectweb/asm/tree/analysis/
Frame.java 623 boolean changes = false;
628 changes |= true;
631 return changes;
644 boolean changes = false;
648 changes = true;
651 return changes;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleRefactoring.java 330 List<Change> changes = new ArrayList<Change>(); local
332 return changes;
349 changes.add(addFile);
377 return changes;
381 changes.add(change);
393 return changes;
ExtractIncludeRefactoring.java 236 List<Change> changes = new ArrayList<Change>(); local
242 return changes;
246 handleIncludingFile(changes, sourceFile, mSelectionStart, mSelectionEnd,
300 handleIncludingFile(changes, file, begin,
329 changes.add(addFile);
340 changes.add(finishHook);
342 return changes;
345 private void handleIncludingFile(List<Change> changes,
350 changes.add(change);
WrapInRefactoring.java 205 List<Change> changes = new ArrayList<Change>(); local
207 return changes;
405 changes.add(change);
406 return changes;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
faqconf.py 134 T_REVIEW = T_EDIT + " - Review Changes"
135 T_COMMITTED = T_EDIT + " - Changes Committed"
376 Click this button to preview your changes.
385 Click this button to commit your changes.
390 To commit your changes, please correct the following errors in the
475 Your changes have been committed.
  /external/libmojo/build/android/gyp/util/
md5_check.py 43 pass_changes: Whether to pass a Changes instance to |function|.
76 changes = Changes(old_metadata, new_metadata, force, missing_outputs)
77 if not changes.HasChanges():
83 print changes.DescribeDifference()
86 args = (changes,) if pass_changes else ()
93 class Changes(object):
106 """Returns whether any changes exist."""
113 """Returns whether the only changes were from added or modified (sub)files.
  /external/python/cpython2/Tools/faqwiz/
faqconf.py 134 T_REVIEW = T_EDIT + " - Review Changes"
135 T_COMMITTED = T_EDIT + " - Changes Committed"
376 Click this button to preview your changes.
385 Click this button to commit your changes.
390 To commit your changes, please correct the following errors in the
475 Your changes have been committed.
  /external/skia/
PRESUBMIT.py 396 """Check LGTMs for public API changes.
459 "If this CL adds to or changes Skia's public API, you need an LGTM "
479 * Adds a link to preview docs changes if there are any docs changes in the CL.
480 * Adds 'No-Try: true' if the CL contains only docs changes.
481 * Adds 'No-Tree-Checks: true' for non master branch changes since they do not
483 * Adds 'No-Try: true' for non master branch changes since trybots do not yet
485 * Adds 'No-Presubmit: true' for non master branch changes since those don't
514 # If the change includes only doc changes then add No-Try: true in the
520 'This change has only doc changes. Automatically added
    [all...]
  /external/skqp/
PRESUBMIT.py 372 """Check LGTMs for public API changes.
435 "If this CL adds to or changes Skia's public API, you need an LGTM "
455 * Adds a link to preview docs changes if there are any docs changes in the CL.
456 * Adds 'No-Try: true' if the CL contains only docs changes.
457 * Adds 'No-Tree-Checks: true' for non master branch changes since they do not
459 * Adds 'No-Try: true' for non master branch changes since trybots do not yet
461 * Adds 'No-Presubmit: true' for non master branch changes since those don't
490 # If the change includes only doc changes then add No-Try: true in the
496 'This change has only doc changes. Automatically added
    [all...]
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 491 StringBuilder changes = new StringBuilder(); local
506 changes.append(" New service added: ").append(info).append("\n");
516 changes.append(" Existing service (nop): ").append(info).append("\n");
523 changes.append(" System service replacing existing: ").append(info)
526 changes.append(" Existing service replacing a removed service: ")
537 changes.append(" Existing service with new uid ignored: ").append(info)
554 changes.append(" Service removed: ").append(v1).append("\n");
572 if (changes.length() > 0) {
574 serviceInfos.size() + " services:\n" + changes);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_urllib.py 1 """Fix changes imports of urllib which are now incompatible.
51 for old_module, changes in MAPPING.items():
52 for change in changes:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
spark.py 137 changes = 1
138 while changes:
139 changes = 0
145 changes = 1
232 changes = 1
233 while changes:
234 changes = 0
243 changes = 1
  /external/antlr/antlr-3.4/runtime/Perl5/tools/
port.pl 192 changes made to the primary target, by knowing I<what> has changed and I<how>.
198 should be helpful to determine the actual changes.
  /external/libusb-compat/libusb/
core.c 244 int changes = 0; local
286 changes++;
301 changes++;
305 return changes;
572 int changes = 0; local
618 changes++;
638 changes++;
644 return changes;
  /external/python/cpython2/Lib/lib2to3/fixes/
fix_urllib.py 1 """Fix changes imports of urllib which are now incompatible.
51 for old_module, changes in MAPPING.items():
52 for change in changes:
  /external/python/cpython2/Parser/
spark.py 137 changes = 1
138 while changes:
139 changes = 0
145 changes = 1
232 changes = 1
233 while changes:
234 changes = 0
243 changes = 1
  /external/python/cpython3/Lib/lib2to3/fixes/
fix_urllib.py 1 """Fix changes imports of urllib which are now incompatible.
50 for old_module, changes in MAPPING.items():
51 for change in changes:

Completed in 1173 milliseconds

1 2 3 4 56 7 8 91011>>