/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
RefactoringTestBase.java | 31 import org.eclipse.jdt.internal.corext.refactoring.changes.RenameCompilationUnitChange; 32 import org.eclipse.jdt.internal.corext.refactoring.changes.RenamePackageChange; 86 String explanation = "CHANGES:\n-------\n" + describe(change); 138 // Don't display information about synthetic changes
|
/sdk/find_java/ |
find_java.bat | 17 rem to use. The script changes the "java_exe" env variable. The variable
|
/external/chromium_org/chrome/browser/sync/ |
profile_sync_service_bookmark_unittest.cc | 237 const syncer::ChangeRecordList& changes() { function in class:browser_sync::__anon9412::FakeServerChange 894 for (it = adds.changes().begin(); it != adds.changes().end(); ++it) [all...] |
/external/chromium_org/base/mac/ |
sdk_forward_declarations.h | 115 + (void)runAnimationGroup:(void (^)(NSAnimationContext *context))changes
|
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
event_router.cc | 798 linked_ptr<drive::FileChange> changes; local 800 changes.reset(new drive::FileChange(*list)); // Copy 816 changes, [all...] |
/external/chromium_org/chrome/browser/extensions/api/bookmarks/ |
bookmarks_api.cc | 692 if (params->changes.title.get()) { 693 title = base::UTF8ToUTF16(*params->changes.title); 699 if (params->changes.url.get()) 700 url_string = *params->changes.url;
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/ |
prefs.js | 89 * storage. True if we want to respect changes the user has already made 91 * changes to keyboard shortcuts and need to make sure they aren't
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
navigation_shifter.js | 32 * would slow down the changes we could make to this class (which is a problem, 43 * The decision for when this state changes should not be made in this class.
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
date_widget.js | 198 * Speaks any changes to the control. 317 // changes that need to be spoken.
|
/external/chromium_org/chrome/browser/sync/glue/ |
bookmark_change_processor.cc | 326 // We shouldn't see changes to the top-level nodes. 372 // We shouldn't see changes to the top-level nodes. 501 // ApplyModelChanges is called by the sync backend after changes have been made 502 // to the sync engine's model. Apply these changes to the browser bookmark 507 const syncer::ImmutableChangeRecordList& changes) { 520 // For the most part, applying these changes in the order given will yield 527 // We are going to make changes to the bookmarks model, but don't want to end 529 // changes. 532 // Changes made to the bookmark model due to sync should not be undoable. 536 // potentially significant changes to it, so the updates may be batched. Fo [all...] |
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
metadata_database.h | 253 // Updates database by |changes|. 258 ScopedVector<google_apis::ChangeResource> changes); 307 // Changes the priority of the tracker to low.
|
/external/chromium_org/chrome/browser/sync_file_system/local/ |
canned_syncable_file_system.h | 156 FileChangeList* changes);
|
/external/chromium_org/remoting/webapp/ |
it2me_host_facade.js | 124 * invoke when the host state changes. 126 * the nat traversal policy changes.
|
/external/chromium_org/v8/test/webkit/ |
array-defineOwnProperty.js | 66 // Reassigning the value is not okay if the value changes. 72 // Reassigning the value is not okay if the type changes.
|
/external/chromium_org/v8/tools/push-to-trunk/ |
releases.py | 272 self.Die("Workspace is not clean. Please commit or undo your changes.")
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
JDBCStatement.java | 117 updcnt = (int) conn.db.changes();
|
/external/openssl/ |
check-all-builds.sh | 203 and re-running import_openssl.sh to check that any changes didn't break
|
/external/scrypt/ |
import_scrypt.sh | 490 echo "NOTE To make sure there are not unwanted changes from conflicting patches, be sure to review the generated patch."
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
ARM-E_interpolate_noloop_gnu.s | 114 @ Clean up and store any changes that were caused during the loop
|
/external/sonivox/arm-wt-22k/lib_src/ |
ARM-E_interpolate_noloop_gnu.s | 114 @ Clean up and store any changes that were caused during the loop
|
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
EmailSyncParser.java | 610 void changeParser(ArrayList<ServerChange> changes) throws IOException { 635 changeApplicationDataParser(changes, oldRead, oldFlag, flags, id); 643 private void changeApplicationDataParser(ArrayList<ServerChange> changes, Boolean oldRead, 672 // See if there are flag changes re: read, flag (favorite) or replied/forwarded 675 changes.add(new ServerChange(id, read, flag, flags)); 775 * Commit all changes. This results in a Binder IPC call which has constraint on the size of [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ChangeLayoutRefactoring.java | 226 List<Change> changes = new ArrayList<Change>(); local 228 return changes; 233 changes.add(change); 330 return changes;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
TemplateHandlerTest.java | 131 * -- versions where the <b>templates</b> are doing conditional changes. To 702 List<Change> changes = templateValues.computeChanges(); local 703 if (!changes.isEmpty()) { 706 changes.toArray(new Change[changes.size()])); [all...] |
/external/google-diff-match-patch/name/fraser/neil/plaintext/ |
diff_match_patch.java | 791 boolean changes = false; 845 changes = true; 851 if (changes) { [all...] |
/frameworks/base/core/java/android/content/ |
Intent.java | 442 * and allows the user to edit it. If they keep their changes, the URI 6940 int changes = 0; local [all...] |