/external/chromium/chrome/browser/sync/ |
profile_sync_service_typed_url_unittest.cc | 501 history::URLsDeletedDetails changes; local 502 changes.all_history = false; 503 changes.urls.insert(GURL("http://mine.com")); 506 Details<history::URLsDeletedDetails>(&changes)); 536 history::URLsDeletedDetails changes; local 537 changes.all_history = true; 540 Details<history::URLsDeletedDetails>(&changes));
|
profile_sync_service_autofill_unittest.cc | 628 // TODO(skrul): Test processing of cloud changes. 878 AutofillChangeList changes; local 940 AutofillChangeList changes; local 970 AutofillChangeList changes; local 1035 AutofillChangeList changes; local [all...] |
profile_sync_service_bookmark_unittest.cc | 244 const std::vector<sync_api::SyncManager::ChangeRecord>& changes() { function in class:browser_sync::__anon3900::FakeServerChange 597 for (it = adds.changes().begin(); it != adds.changes().end(); ++it) 603 for (it = adds.changes().begin(); it != adds.changes().end(); ++it) 622 // Test that the property changes have not yet taken effect. 632 // Apply the changes. 636 for (it = mods.changes().begin(); it != mods.changes().end(); ++it) 680 for (it = adds.changes().begin(); it != adds.changes().end(); ++it [all...] |
/external/icu4c/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...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
ExtractStringRefactoring.java | 123 * and compute the actual changes. 124 * <li> When all changes are computed, {@link #createChange(IProgressMonitor)} is invoked. 127 * The list of changes are: 199 /** The list of changes computed by {@link #checkFinalConditions(IProgressMonitor)} and 913 List<Change> changes = null; local 960 List<Change> changes = computeJavaChanges( local 973 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 paragaph (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/chromium/chrome/browser/webdata/ |
web_data_service.cc | 928 AutofillChangeList changes; local 929 if (!db_->GetAutofillTable()->AddFormFieldValues(form_fields, &changes)) { 934 new WDResult<AutofillChangeList>(AUTOFILL_CHANGES, changes)); 966 AutofillChangeList changes; local 995 AutofillChangeList changes; local [all...] |
/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); 339 changes.add(finishHook); 341 return changes; 344 private void handleIncludingFile(List<Change> changes, 349 changes.add(change);
|
WrapInRefactoring.java | 205 List<Change> changes = new ArrayList<Change>(); local 207 return changes; 405 changes.add(change); 406 return changes;
|
UseCompoundDrawableRefactoring.java | 206 List<Change> changes = new ArrayList<Change>(); local 208 return changes; 248 return changes; 375 changes.add(change); 376 return changes;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/changes/ |
AndroidLayoutChange.java | 17 package com.android.ide.eclipse.adt.internal.refactoring.changes; 55 * It is base class for Rename Package and Rename Type changes 76 * @param changes the list of changes 79 Set<AndroidLayoutChangeDescription> changes) { 84 mChanges = changes; 157 * Returns the text changes which change class (custom layout viewer) in layout file 162 * @return list of text changes
|
AndroidTypeRenameChange.java | 17 package com.android.ide.eclipse.adt.internal.refactoring.changes;
|
/external/chromium/chrome/browser/sync/glue/ |
bookmark_change_processor.h | 19 // This class is responsible for taking changes from the BookmarkModel 53 // The change processor implementation, responsible for applying changes from 57 const sync_api::SyncManager::ChangeRecord* changes, 161 // The bookmark model we are processing changes from. Non-NULL when
|
extension_change_processor.cc | 97 const sync_api::SyncManager::ChangeRecord* changes, 104 const sync_api::SyncManager::ChangeRecord& change = changes[i];
|
session_change_processor.cc | 154 const sync_api::SyncManager::ChangeRecord* changes, 171 const sync_api::SyncManager::ChangeRecord& change = changes[i];
|
/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/icu4c/data/brkitr/ |
brkfiles.mk | 11 # Then, you can have your local changes remain even if you upgrade or
|
/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/webkit/Tools/Scripts/ |
prepare-ChangeLog | 47 # the changes are checked in, though). 174 print STDERR " No changes found.\n"; [all...] |
/external/chromium/base/ |
process_util_posix.cc | 381 char** AlterEnvironment(const environment_vector& changes, 394 j = changes.begin(); j != changes.end(); j++) { 445 j = changes.begin(); j != changes.end(); j++) { 470 j = changes.begin(); j != changes.end(); j++) { [all...] |
/external/quake/quake/src/WinQuake/ |
vid_sunx.cpp | 547 XWindowChanges changes; local 560 changes.x = 0; 561 changes.y = 0; 562 changes.width = x_screen_width; 563 changes.height = x_screen_height; 564 changes.stack_mode = TopIf; 565 XConfigureWindow( x_disp, win, CWX | CWY | CWWidth | CWHeight | CWStackMode, &changes); 1029 // if the window changes dimension, skip this frame
|
vid_sunxil.cpp | 362 XWindowChanges changes; local 374 changes.x = 0; 375 changes.y = 0; 376 changes.width = x_screen_width; 377 changes.height = x_screen_height; 378 changes.stack_mode = TopIf; 379 XConfigureWindow( x_disp, win, CWX | CWY | CWWidth | CWHeight | CWStackMode, &changes); 954 // if the window changes dimension, skip this frame 1026 // if the window changes dimension, skip this frame
|
/frameworks/base/services/input/ |
InputReader.h | 120 // Describes changes that have occurred. 332 * The changes flag is a bitfield that indicates what has changed and whether 334 virtual void requestRefreshConfiguration(uint32_t changes) = 0; 404 virtual void requestRefreshConfiguration(uint32_t changes); 483 void refreshConfigurationLocked(uint32_t changes); 528 void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes); 902 * - configure with 0 changes 904 * - process, process, process (may occasionally reconfigure with non-zero changes or reset) 924 virtual void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes); [all...] |