HomeSort by relevance Sort by last modified time
    Searched refs:changes (Results 51 - 75 of 336) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/v8/test/mjsunit/es7/
object-observe-debug-event.js 43 Object.observe(obj, function(changes) {
  /external/ant-glob/
NOTICE 225 3. Notice of any changes or modifications to the files, including the date
226 changes were made. (We recommend you provide URIs to the location from
  /external/skia/platform_tools/android/tests/expectations/
Android.mk 17 # The debug build results in changes to the Skia headers. This means that those
24 # (b) If libskia is built with debugging (see step 2), then no changes are
  /external/v8/test/mjsunit/compiler/
simple-deopt.js 49 // Test deopt when global function changes.
58 // Test deopt when map changes.
  /external/valgrind/auxprogs/
update-demangler 12 # - a patch file with local changes that were applied to the C++
24 # changes below this line should be necessary.
97 # (This gets us the changes we made to the demangler).
100 diff -r -u $old_gcc_revision old_m_demangle > our-changes
101 echo "Patch file 'our-changes' created"
106 patch --dry -p1 < ../our-changes
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasSync.java 110 final List<MessageStateChange> changes = MessageStateChange.getChanges(mContext, local
112 if (changes == null) {
116 MessageStateChange.convertToChangesMap(changes);
121 final long[][] messageIds = new long[2][changes.size()];
  /prebuilts/tools/common/m2/repository/com/android/tools/external/ant-glob/1.0/
NOTICE 225 3. Notice of any changes or modifications to the files, including the date
226 changes were made. (We recommend you provide URIs to the location from
  /prebuilts/tools/common/m2/repository/com/intellij/annotations/12.0/
NOTICE 225 3. Notice of any changes or modifications to the files, including the date
226 changes were made. (We recommend you provide URIs to the location from
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewRefactoring.java 62 * Changes the type of the given widgets to the given target type
160 List<Change> changes = new ArrayList<Change>(); local
162 return changes;
168 changes.add(change);
219 return changes;
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;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewTemplateWizardState.java 146 /** Computes the changes this wizard will make */
166 List<Change> changes = getTemplateHandler().render(project, parameters); local
171 changes.add(new NullChange(title) {
184 return changes;
  /external/v8/src/
hydrogen-gvn.cc 150 void HInstructionMap::Kill(SideEffects changes) {
151 if (!present_depends_on_.ContainsAnyOf(changes)) return;
163 if (depends_on.ContainsAnyOf(changes)) {
180 if (depends_on.ContainsAnyOf(changes)) { // Drop it.
569 os << "Try loop invariant motion for " << *block << " changes "
595 SideEffects changes = side_effects_tracker_.ComputeChanges(instr); local
600 << instr->Mnemonic() << ") changes " << Print(changes)
601 << ", depends on " << Print(depends_on) << ". Loop changes "
830 SideEffects changes = side_effects_tracker_.ComputeChanges(instr) local
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzbdtest.cpp 458 int32_t changes = 0;
467 lastState = state;++changes;
471 if (changes == 0) {
476 else if (changes != 2) {
477 errln(UnicodeString("FAIL: ") + changes + " changes seen; should see 0 or 2");
480 errln("FAIL: useDaylightTime false but 2 changes seen");
482 if (changes != expectedChanges) {
483 dataerrln(UnicodeString("FAIL: ") + changes + " changes seen; expected " + expectedChanges)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneBoundaryTest.java 810 int changes = 0; local
822 ++changes;
826 if (changes == 0)
831 else if (changes != 2)
833 errln("FAIL: " + changes + " changes seen; should see 0 or 2");
837 errln("FAIL: useDaylightTime false but 2 changes seen");
839 if (changes != expectedChanges)
841 errln("FAIL: " + changes + " changes seen; expected " + expectedChanges)
    [all...]
  /external/robolectric/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;
  /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/
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...]
  /ndk/sources/host-tools/nawk-20071023/
FIXES 25 This file lists all bug fixes, changes, etc., made since the AWK book
159 a moratorium is hereby declared on internationalization changes.
162 that is, and i do not want to keep making changes until it's clear.
176 the internationalization changes, somewhat modified, are now
191 for the moment, the internationalization changes of nov 29 are
197 modified b.c (with tiny changes in main and run) to support
225 pervasive small changes to make things more const-correct, as
230 minor documentation changes to note that this now compiles out
345 complaints; other changes scattered throughout for the
533 made the same changes for field-splitting if FS is ""
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
Frame.java 620 boolean changes = false;
625 changes |= true;
628 return changes;
641 boolean changes = false;
645 changes = true;
648 return changes;
  /frameworks/base/core/java/android/app/
ResourcesManager.java 271 int changes = mResConfiguration.updateFrom(config); local
279 changes |= ActivityInfo.CONFIG_SCREEN_LAYOUT
330 return changes != 0;
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 403 StringBuilder changes = new StringBuilder(); local
418 changes.append(" New service added: ").append(info).append("\n");
428 changes.append(" Existing service (nop): ").append(info).append("\n");
435 changes.append(" System service replacing existing: ").append(info)
438 changes.append(" Existing service replacing a removed service: ")
449 changes.append(" Existing service with new uid ignored: ").append(info)
466 changes.append(" Service removed: ").append(v1).append("\n");
484 if (changes.length() > 0) {
486 serviceInfos.size() + " services:\n" + changes);
  /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/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/
CHANGELOG.md 31 * Fix: apply latest changes to the `htmlparser2` tree format (DOM Level1 node emulation).

Completed in 569 milliseconds

1 23 4 5 6 7 8 91011>>