HomeSort by relevance Sort by last modified time
    Searched full:change (Results 1451 - 1475 of 27401) sorted by null

<<51525354555657585960>>

  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_settings_service_unittest.cc 246 syncer::SyncChange change = sync_processor_->changes()[0]; local
247 ASSERT_TRUE(change.IsValid());
248 EXPECT_EQ(syncer::SyncChange::ACTION_ADD, change.change_type());
249 VerifySyncDataItem(change.sync_data());
264 change = sync_processor_->changes()[0];
265 ASSERT_TRUE(change.IsValid());
266 EXPECT_EQ(syncer::SyncChange::ACTION_UPDATE, change.change_type());
267 VerifySyncDataItem(change.sync_data());
280 change = sync_processor_->changes()[0];
281 ASSERT_TRUE(change.IsValid())
    [all...]
  /external/chromium_org/chrome/tools/build/win/
make_chromebot_zip.sh 32 # relative directory for the zip, change into the release dir.
35 # Change IFS setting so we only split words with '\n'
57 # relative directory for the zip, change into the release dir.
  /external/chromium_org/components/sync_driver/
backend_data_type_configurer.h 62 // Activates change processing for the given data type. This must
64 // no changes are dropped between model association and change
70 // Deactivates change processing for the given data type.
  /external/chromium_org/media/audio/mac/
audio_device_listener_mac_unittest.cc 54 // Simulate a device change where no output devices are available.
56 // Include multiple addresses to ensure only a single device change event
78 // Simulate a device change events and ensure we get the right callbacks.
  /external/chromium_org/net/proxy/
proxy_config_service_win.h 40 // change, or in case we got it wrong (and are not checking all possible
57 // Registers change observers on the registry keys relating to proxy settings.
65 // This is called whenever one of the registry keys we are watching change.
  /external/chromium_org/third_party/sqlite/src/test/
rdonly.test 56 # Change the write version back to 1. Verify that the database
70 # write-version of the file (and the change-counter, so that the
78 hexio_write test.db 24 11223344 ; # change-counter
  /external/chromium_org/third_party/webrtc/common_audio/vad/
vad_core.h 37 // TODO(bjornv): Change to |frame_count|.
41 // TODO(bjornv): Change to |age_vector|.
44 // TODO(bjornv): Change to |median|.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-186.js 44 // Check that the extension object's prototype did not change.
53 // Check that the extension object's prototype did not change.
64 assertTrue(setterCalled, "prototype of global object did not change");
  /external/clang/tools/clang-format/
clang-format-sublime.py 2 # - Change 'binary' if clang-format is not on the path (see below).
20 # Change this to the full path if clang-format is not on the path.
23 # Change this to format according to other formatting styles. See the output of
  /external/oprofile/libdb/
db_insert.c 85 * change.
87 * This change doesn't involve any file format
88 * change but perhaps it's a bit hacky to do
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/
spu_common.h 69 /* This padding is to fulfill the need for 16 byte alignment. On parm change, update! */
84 /* This padding is to fulfill the need for 16 byte alignment. On parm change, update! */
102 /* This padding is to fulfill the need for 16 byte alignment. On parm change, update! */
  /frameworks/base/docs/html/training/monitoring-device-state/
manifest-receivers.jd 17 <li><a href="#ToggleReceivers">Toggle and Cascade State Change Receivers to Improve
43 <h2 id="ToggleReceivers">Toggle and Cascade State Change Receivers to Improve Efficiency </h2>
58 your receivers except the connectivity-change receiver. Conversely, once you are connected you can
  /hardware/libhardware/include/hardware/
bt_av.h 38 /** Callback for connection state change.
44 /** Callback for audiopath state change.
50 /** Callback for audio configuration change.
  /libcore/luni/src/main/java/javax/sql/
RowSetListener.java 38 * retrieve information about the change, such as the updated
50 * retrieve information about the change, such as the new cursor
63 * retrieve information about the change, such as the updated
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourceParticipant.java 62 import org.eclipse.ltk.core.refactoring.Change;
365 public Change createChange(IProgressMonitor monitor) throws CoreException,
419 CompositeChange change,
431 addResourceXmlChanges(manifest, change, null);
452 addResourceXmlChanges(file, change, folderType);
464 change.add(new RenameResourceChange(path, newFile));
482 Change fieldChanges = mFieldRefactoring.createChange(monitor);
486 // Look for the field change on the R.java class; it's a derived file
515 TextFileChange change = new TextFileChange(file.getName(), file); local
516 change.setTextType(EXT_XML)
725 TextChange change = getTextChange(rFile); local
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_context_unittest.cc 139 const FileChange& change,
157 file_system_context, change, local_path, url,
268 // The change's cleared.
334 // Sync succeeded, but the other change that was made during or
401 // Opens the file_system, perform some operation and see if the change tracker
402 // correctly captures the change.
449 // file_system1's tracker must have recorded the change.
455 // file_system1's tracker must have no change.
463 // file_system1's tracker must have the change for kURL1 as before.
469 // file_system2's tracker now must have the change for kURL2
    [all...]
  /frameworks/base/core/java/android/transition/
TransitionManager.java 31 * change of {@link Scene}. To use the manager, add scenes along with
34 * transitions for scene changes is not required; by default, a Scene change
82 * Sets the transition to be used for any scene change for which no
147 * @return The Transition to be used for the given scene change. If no
148 * Transition was specified for this scene change, the default transition
172 * This is where all of the work of a transition/scene-change is
179 * @param transition The transition to play for this scene change
327 * Change to the given scene, using the
328 * appropriate transition for this particular scene change
332 * @param scene The Scene to change t
    [all...]
  /external/llvm/docs/
DeveloperPolicy.rst 141 #. The developer responsible for a code change is also responsible for making
199 interests change, and unexpected things happen, code ownership is purely opt-in,
231 The minimum quality standards that any change must satisfy before being
245 the change (more invasive changes require more testing). A reasonable subset
249 the future that the change is responsible for. For example:
256 * The change set should not cause performance or correctness regressions for the
263 result from your change.
268 to check the nightly testers for regressions the day after your change. Build
274 reverted. This is necessary when the change blocks other developers from making
275 progress. The developer is welcome to re-commit the change after the problem ha
    [all...]
  /bionic/libc/kernel/uapi/asm-arm/asm/
byteorder.h 14 *** Any manual change here will be lost the next time this script will
fcntl.h 14 *** Any manual change here will be lost the next time this script will
ioctls.h 14 *** Any manual change here will be lost the next time this script will
mman.h 14 *** Any manual change here will be lost the next time this script will
statfs.h 14 *** Any manual change here will be lost the next time this script will
swab.h 14 *** Any manual change here will be lost the next time this script will
  /bionic/libc/kernel/uapi/asm-arm64/asm/
auxvec.h 14 *** Any manual change here will be lost the next time this script will

Completed in 1116 milliseconds

<<51525354555657585960>>