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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/sync/glue/
bookmark_change_processor.cc 282 // We shouldn't see changes to the top-level nodes.
364 // We shouldn't see changes to the top-level nodes.
479 // ApplyModelChanges is called by the sync backend after changes have been made
480 // to the sync engine's model. Apply these changes to the browser bookmark
485 const syncer::ImmutableChangeRecordList& changes) {
498 // For the most part, applying these changes in the order given will yield
505 // We are going to make changes to the bookmarks model, but don't want to end
507 // changes.
516 for (it = changes.Get().begin();
517 it != changes.Get().end() && it->action == ChangeRecord::ACTION_DELETE
    [all...]
synced_device_tracker.cc 45 const syncer::ImmutableChangeRecordList& changes) {
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
metadata_database.h 181 // Updates database by |changes|.
184 void UpdateByChangeList(ScopedVector<google_apis::ChangeResource> changes,
  /external/chromium_org/remoting/webapp/
host_screen.js 56 * Callback for the host plugin to notify the web app of state changes.
265 * Callback to show or hide the NAT traversal warning when the policy changes.
  /external/chromium_org/third_party/openssl/openssl/
check-all-builds.sh 200 and re-running import_openssl.sh to check that any changes didn't break
import_openssl.sh 561 echo "NOTE To make sure there are not unwanted changes from conflicting patches, be sure to review the generated patch."
  /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/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCStatement.java 117 updcnt = (int) conn.db.changes();
  /external/openssl/
check-all-builds.sh 200 and re-running import_openssl.sh to check that any changes didn't break
import_openssl.sh 561 echo "NOTE To make sure there are not unwanted changes from conflicting patches, be sure to review the generated patch."
  /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 581 void changeParser(ArrayList<ServerChange> changes) throws IOException {
606 changeApplicationDataParser(changes, oldRead, oldFlag, flags, id);
614 private void changeApplicationDataParser(ArrayList<ServerChange> changes, Boolean oldRead,
643 // See if there are flag changes re: read, flag (favorite) or replied/forwarded
646 changes.add(new ServerChange(id, read, flag, flags));
746 * Commit all changes. This results in a Binder IPC call which has constraint on the size of
753 * We first try to apply the changes in normal chunk size {@link #MAX_OPS_PER_BATCH}. If we get
772 // Use a batch operation to handle the changes
    [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 428 * and allows the user to edit it. If they keep their changes, the URI
6474 int changes = 0; local
    [all...]
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandler.java 212 /** The changes being processed by the template handler */
297 // Add the changes in the order where merges are shown first, then text files,
299 List<Change> changes = new ArrayList<Change>(); local
300 changes.addAll(mMergeChanges);
301 changes.addAll(mTextChanges);
302 changes.addAll(mOtherChanges);
303 return changes;
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
navigation_list.js 318 * Changes the current directory to the given path.
375 if (event.changes.length == 1 && !event.changes[0].selected)
385 // This handler is invoked even when the navigation list itself changes the
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/
options.js 280 // handler for selection changes in |fontList|.
320 // Called when the script list selection changes. Sets the selected value of
349 // Returns a function to be called when the user changes the font size
  /external/elfutils/src/
strip.c 408 bool changes; local
705 changes = false;
810 changes |= shdr_info[cnt].shdr.sh_link < cnt;
818 changes |= shdr_info[cnt].shdr.sh_info < cnt;
846 changes |= i < cnt;
856 while (changes);
    [all...]

Completed in 1927 milliseconds

<<11121314151617181920>>