HomeSort by relevance Sort by last modified time
    Searched refs:changes (Results 176 - 200 of 638) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/browser/sync/sessions/
sessions_sync_manager.cc 353 syncer::SyncChangeList changes; local
355 AssociateTab(modified_tab, &changes);
359 AssociateWindows(DONT_RELOAD_TABS, syncer::SyncDataList(), &changes);
360 sync_processor_->ProcessSyncChanges(FROM_HERE, changes);
491 NOTREACHED() << "Processing sync changes failed, unknown change type.";
740 syncer::SyncChangeList changes; local
741 DeleteForeignSessionInternal(tag, &changes);
742 sync_processor_->ProcessSyncChanges(FROM_HERE, changes);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
UIUtils.js 677 * @param {!Array.<!Object>=} changes
680 WebInspector.highlightSearchResults = function(element, resultRanges, changes)
682 return WebInspector.highlightRangesWithStyleClass(element, resultRanges, "highlighted-search-result", changes);
708 * @param {!Array.<!Object>=} changes
711 WebInspector.highlightRangesWithStyleClass = function(element, resultRanges, styleClass, changes)
713 changes = changes || [];
753 changes.push({ node: lastTextNode, type: "changed", oldText: lastText, newText: lastTextNode.textContent });
757 changes.push({ node: highlightNode, type: "added", nextSibling: lastTextNode, parent: lastTextNode.parentElement });
762 changes.push({ node: prefixNode, type: "added", nextSibling: highlightNode, parent: lastTextNode.parentEle (…)
    [all...]
  /external/chromium_org/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.
576 stream.Add("Try loop invariant motion for block B%d changes ",
609 SideEffects changes = side_effects_tracker_.ComputeChanges(instr); local
614 stream.Add("Checking instruction i%d (%s) changes ",
616 side_effects_tracker_.PrintSideEffectsTo(&stream, changes);
619 stream.Add(". Loop changes ");
850 SideEffects changes = side_effects_tracker_.ComputeChanges(instr) local
    [all...]
  /external/chromium_org/components/dom_distiller/core/
dom_distiller_store_unittest.cc 70 const syncer::SyncChangeList& changes) OVERRIDE {
71 for (SyncChangeList::const_iterator it = changes.begin();
72 it != changes.end(); ++it) {
394 SyncChangeList changes; local
395 changes.push_back(SyncChange(FROM_HERE, SyncChange::ACTION_ADD,
397 changes.push_back(SyncChange(FROM_HERE, SyncChange::ACTION_ADD,
400 store_->ProcessSyncChanges(FROM_HERE, changes);
  /external/chromium_org/components/password_manager/core/browser/
password_syncable_service.cc 154 // Changes from password db that need to be propagated to sync.
252 "Failed to process sync changes for passwords datatype.");
328 PasswordStoreChangeList changes; local
333 AppendChanges(password_store_->AddLoginImpl(**it), &changes);
340 AppendChanges(password_store_->UpdateLoginImpl(**it), &changes);
347 AppendChanges(password_store_->RemoveLoginImpl(**it), &changes);
351 // we use internal password store interfaces to make changes synchronously.
352 NotifyPasswordStoreOfLoginChanges(changes);
356 const PasswordStoreChangeList& changes) {
357 password_store_->NotifyLoginsChanged(changes);
    [all...]
  /external/chromium_org/third_party/icu/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/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/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/chromium_org/third_party/mesa/src/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...]
  /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...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
live_regions_deprecated.js 56 * changes always queue.
81 * Speak relevant changes to a live region.
85 * changes always queue.
188 // Announce the changes with the appropriate politeness level.
205 * changes, the sets of strings before and after are searched to determine
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
event_page.js 197 * Changes current wallpaper and sets up an alarm to schedule next change around
238 chrome.storage.onChanged.addListener(function(changes, namespace) {
239 if (changes[Constants.AccessSurpriseMeEnabledKey]) {
240 if (changes[Constants.AccessSurpriseMeEnabledKey].newValue) {
247 if (changes[Constants.AccessSyncWallpaperInfoKey]) {
248 var newValue = changes[Constants.AccessSyncWallpaperInfoKey].newValue;
  /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/chromium_org/chrome/browser/spellchecker/
spellcheck_custom_dictionary_unittest.cc 146 int changes() const { return changes_; } function in class:DictionaryObserverCounter
370 syncer::SyncChangeList changes; local
376 changes.push_back(syncer::SyncChange(
387 changes.push_back(syncer::SyncChange(
397 changes.push_back(syncer::SyncChange(
407 changes.push_back(syncer::SyncChange(
417 changes.push_back(syncer::SyncChange(
423 EXPECT_FALSE(dictionary->ProcessSyncChanges(FROM_HERE, changes).IsSet());
    [all...]
  /external/chromium_org/ui/aura/
window_tree_host_x11.cc 536 // size, which is in DIP, changes when the scale changes.
542 XWindowChanges changes = {0}; local
546 changes.width = bounds.width();
547 changes.height = bounds.height();
552 changes.x = bounds.x();
553 changes.y = bounds.y();
557 XConfigureWindow(xdisplay_, xwindow_, value_mask, &changes);
  /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;
  /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;
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_sync_service_unittest.cc 56 const SyncChangeList& changes() const { return change_list_; } function in class:__anon9304::MockChangeProcessor
167 EXPECT_EQ(0u, change_processor()->changes().size());
277 EXPECT_EQ(1u, change_processor()->changes().size());
  /external/chromium_org/chrome/browser/sync/glue/
typed_url_change_processor.cc 247 const syncer::ImmutableChangeRecordList& changes) {
267 changes.Get().begin(); it != changes.Get().end(); ++it) {
314 // Make sure we stop listening for changes while we're modifying the backend,
315 // so we don't try to re-apply these changes to the sync DB.
  /external/chromium_org/content/renderer/media/android/
renderer_media_player_manager.cc 324 std::map<int, gfx::RectF>* changes) {
325 DCHECK(changes->empty());
334 (*changes)[player_it->first] = player->GetBoundaryRectangle();
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
generate-inspector-protocol-version 32 # Tests that subsequent protocol changes are not breaking backwards compatibility.
46 # Adding --show_changes to the command line prints out a list of valid public API changes.
401 sys.stderr.write("Usage: %s -o OUTPUT_FILE INPUT_FILE [--show-changes]\n" % sys.argv[0])
426 if len(sys.argv) > 4 and sys.argv[4] == "--show-changes":
427 changes = compare_schemas(
429 if len(changes) > 0:
430 print " Public changes since %s:" % version
431 for change in changes:
  /frameworks/base/core/java/android/app/
ResourcesManager.java 262 int changes = mResConfiguration.updateFrom(config); local
269 changes |= ActivityInfo.CONFIG_SCREEN_LAYOUT
320 return changes != 0;
  /external/chromium_org/android_webview/tools/
find_copyrights.pl 72 if (index($license, 'ALL CHANGES MADE IN THIS FILE WILL BE LOST') != -1) {
78 return ($license =~ /(All changes made in this file will be lost' .
  /external/chromium_org/chrome/browser/history/
typed_url_syncable_service.h 58 // Called directly by HistoryBackend when local url data changes.
86 // notification. We use this to throttle the number of sync changes we send
95 syncer::SyncChangeList* changes);
126 // Whether we're currently processing changes from the syncer. While this is
127 // true, we ignore any local url changes, since we triggered them.

Completed in 1658 milliseconds

1 2 3 4 5 6 78 91011>>