HomeSort by relevance Sort by last modified time
    Searched refs:changes (Results 251 - 275 of 559) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
drive_file_sync_service.cc 584 // We may get called by LocalFileSyncService to sync local changes
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_x11.cc 167 // widgets don't get native desktop activation changes, only aura activation
168 // changes).
442 // of focus changes into views.
600 XWindowChanges changes = {0}; local
608 changes.width = bounds.width();
609 changes.height = bounds.height();
614 changes.x = bounds.x();
615 changes.y = bounds.y();
619 XConfigureWindow(xdisplay_, xwindow_, value_mask, &changes);
    [all...]
  /libcore/luni/src/test/java/libcore/sqlite/
OldDatabaseTest.java 283 assertTrue(db.changes() == 0);
286 int rows = (int) db.changes();
287 assertEquals(1,db.changes());
290 assertEquals(1,db.changes());
292 assertEquals(0,db.changes());
296 assertTrue(db.changes() > 2);
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
proxyview.js 42 // Register to receive proxy information as it changes.
  /external/chromium_org/chrome/browser/history/
delete_directive_handler.cc 366 syncer::SyncChangeList changes(1, change);
367 return sync_processor_->ProcessSyncChanges(FROM_HERE, changes);
  /external/chromium_org/chrome/browser/resources/file_manager/js/
commandbutton.js 124 * Handles changes to the associated command.
share_client.js 40 * Observes for state changes of the embedded dialog.
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_registrar.cc 248 const syncer::ImmutableChangeRecordList& changes) {
253 processor->ApplyChangesFromSyncModel(trans, model_version, changes);
262 // already buffered any changes it plans to makes so needs no
305 // drop changes on the floor (since model association has not
  /external/chromium_org/third_party/icu/source/data/mappings/
ucmlocal.mk 21 # in common/ucnv2022.c and other changes in convrtrs.txt to make it
  /external/chromium_org/v8/test/mjsunit/
debug-liveedit-newsource.js 67 // We should support changes in oneliners.
debug-suspend.js 91 // Stop debugger and check that suspend command changes running flag.
debug-version.js 85 // Stop debugger and check that suspend command changes running flag.
  /external/skia/tools/lua/
bbh_filter.lua 4 -- where the definition of 'interesting' changes but is roughly:
  /external/v8/test/mjsunit/
debug-liveedit-newsource.js 67 // We should support changes in oneliners.
debug-suspend.js 91 // Stop debugger and check that suspend command changes running flag.
debug-version.js 85 // Stop debugger and check that suspend command changes running flag.
string-fromcharcode.js 86 // Test the custom IC works correctly when the map changes.
  /frameworks/base/services/java/com/android/server/am/
PendingIntentRecord.java 210 int changes = finalIntent.fillIn(intent, key.flags); local
211 if ((changes&Intent.FILL_IN_DATA) == 0) {
  /ndk/sources/host-tools/nawk-20071023/
README 29 Changes, mostly bug fixes and occasional enhancements, are listed
66 compiled this without any changes using gcc -Wall and/or local C
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidTypeMoveParticipant.java 170 // changes, we need to update fragment references and even tool:context activity
224 private boolean addXmlFileChanges(IFile file, CompositeChange changes, boolean isManifest) {
250 changes.add(change);
  /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/chrome/browser/resources/sync_internals/
chrome_sync.js 163 function onChangesApplied(modelType, changes) {
164 chrome.sync.onChangesApplied.dispatch_(modelType, changes);
  /external/chromium/chrome/common/
sqlite_utils.h 242 int changes();
  /external/chromium_org/chrome/browser/extensions/api/bookmarks/
bookmarks_api.cc 680 if (params->changes.title.get()) {
681 title = UTF8ToUTF16(*params->changes.title);
687 if (params->changes.url.get())
688 url_string = *params->changes.url;
    [all...]

Completed in 2327 milliseconds

<<11121314151617181920>>