Searched refs:updates (Results 1 - 25 of 54) sorted by relevance

123

/external/valgrind/main/exp-sgcheck/tests/
H A Dbad_percentify.stdout.exp1 translate: fast SP updates identified: 0 ( --%)
2 translate: generic_known SP updates identified: 0 ( --%)
3 translate: generic_unknown SP updates identified: 0 ( --%)
/external/chromium_org/components/dom_distiller/core/
H A Ddom_distiller_observer.h30 const std::vector<ArticleUpdate>& updates) = 0;
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dcache_chain_object_store.py67 for _, updates in object_store_updates:
68 updates.update(result)
71 for object_store, updates in object_store_updates:
72 if updates:
73 object_store.SetMulti(updates)
H A Dcron_servlet_test.py159 updates = []
178 '''Creates a MockFileSystem at |commit| by applying that many |updates|
183 updates if commit is None else updates[:int(commit)])
193 # No updates applied yet.
200 # Apply updates to storage.html.
201 updates.append(storage_html_update('interim contents'))
202 updates.append(storage_html_update('<h1>new</h1> contents'))
210 # Apply several updates to storage.html and app.yaml. The file system
212 updates
[all...]
H A Dapp_yaml_helper_test.py79 updates = []
89 updates.append(update)
95 TestFileSystem(test_data, relative_to=SERVER2), updates[:commit])
H A Dmock_file_system.py30 def Create(file_system, updates):
32 for update in updates:
101 return 'MockFileSystem(read_count=%s, stat_count=%s, updates=%s)' % (
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestalpha.c249 SDL_Rect updates[2]; local
254 updates[0] = position;
255 SDL_BlitSurface(backing, NULL, screen, &updates[0]);
257 updates[0].x = 0; updates[0].y = 0;
258 updates[0].w = 0; updates[0].h = 0;
295 updates[1] = position;
296 SDL_BlitSurface(screen, &updates[1], backing, NULL);
299 updates[
308 SDL_Rect updates[2]; local
[all...]
H A Dtestpalette.c235 SDL_Rect updates[NBOATS]; local
266 updates[i].x = MIN(old_x, boatx[i]);
267 updates[i].y = boaty[i];
268 updates[i].w = boat[0]->w + SPEED;
269 updates[i].h = boat[0]->h;
271 if(updates[i].x < 0) {
272 updates[i].w += updates[i].x;
273 updates[i].x = 0;
275 if(updates[
[all...]
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.conf10 // dynamic zone that will be accepting Wide-Area Bonjour DNS updates.
23 // network, you might allow anyone to perform updates. To do that, you just
24 // permit any and all updates coming from dnsextd on the same machine:
30 // you'll want to limit updates to only users with keys. For example,
32 // perform updates in your dynamic zone, like this:
/external/chromium_org/components/leveldb_proto/
H A Dleveldb_database.cc59 leveldb::WriteBatch updates; local
63 updates.Put(leveldb::Slice(it->first), leveldb::Slice(it->second));
67 updates.Delete(leveldb::Slice(*it));
72 leveldb::Status status = db_->Write(options, &updates);
/external/chromium_org/base/files/
H A Dfile_path_watcher_kqueue.cc144 // potentially rendering other events in |updates| invalid.
163 // potentially rendering other events in |updates| invalid.
208 EventVector updates(valid);
209 int count = HANDLE_EINTR(kevent(kqueue_, &events_[0], valid, &updates[0],
211 if (!AreKeventValuesValid(&updates[0], count)) {
237 // them in |updates|. |count| will contain the number of updates that have
239 EventVector updates(events_.size());
241 int count = HANDLE_EINTR(kevent(kqueue_, NULL, 0, &updates[0], updates
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
H A Dlayout_tests_mover.py33 location. Also moves any corresponding platform-specific expected results and updates the test
144 """Clones a TestExpectationLine object and updates the clone to apply to the specified
225 updates = {}
239 updates[file_path] = local_updates
240 return updates
242 def _update_file(self, path, updates):
246 for target in updates.keys():
248 contents = regex.sub(r'\1%s\2' % updates[target], contents)
262 updates = self._get_all_updated_references(references)
263 _log.info('Updating references in %s files' % len(updates))
[all...]
/external/chromium_org/extensions/common/
H A Dupdate_manifest.cc139 std::vector<xmlNode*> updates = GetChildren(app_node, xml_namespace, local
141 if (updates.size() > 1) {
145 if (updates.empty()) {
149 xmlNode *updatecheck = updates[0];
/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
H A Dns_core.h73 int updates; member in struct:NSinst_t_
/external/webrtc/src/modules/audio_processing/ns/
H A Dns_core.h72 int updates; member in struct:NSinst_t_
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Doobe_screen_update.css44 #update #checking-updates-label {
/external/chromium_org/content/browser/resources/media/
H A Dmain.js64 media.onNetUpdate = function(updates) {
65 updates.forEach(function(update) {
/external/chromium_org/sync/engine/
H A Ddirectory_update_handler_unittest.cc36 // A test harness for tests that focus on processing updates.
38 // Update processing is what occurs when we first download updates. It converts
40 // Any invalid or redundant updates will be dropped at this point.
149 // Add it to the applicable updates list.
185 // Add it to the applicable updates list.
218 // Add it to the applicable updates list.
292 // Add to the applicable updates list.
293 SyncEntityList updates; local
294 updates.push_back(type_root.get());
295 updates
349 SyncEntityList updates; local
432 SyncEntityList updates; local
[all...]
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/
H A Ddb.h71 // Apply the specified updates to the database.
74 virtual Status Write(const WriteOptions& options, WriteBatch* updates) = 0;
/external/chromium_org/components/component_updater/
H A Dupdate_response.cc198 // Get the list of urls for full and optionally, for diff updates.
263 std::vector<xmlNode*> updates = GetChildren(app, "updatecheck"); local
264 if (updates.empty()) {
269 return ParseUpdateCheckTag(updates[0], result, error);
/external/chromium_org/sync/test/engine/
H A Dmock_connection_manager.cc60 EXPECT_TRUE(update_queue_.empty()) << "Unfetched updates.";
508 sync_pb::GetUpdatesResponse* updates = &update_queue_.front(); local
509 for (int i = 0; i < updates->entries_size(); ++i) {
510 if (!updates->entries(i).deleted()) {
511 ModelType entry_type = GetModelType(updates->entries(i));
514 << "Syncer did not request updates being provided by the test.";
518 response->mutable_get_updates()->CopyFrom(*updates);
657 sync_pb::GetUpdatesResponse* updates = GetUpdateResponse(); local
658 EXPECT_GT(updates->entries_size(), 0);
659 return updates
[all...]
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_ycbcr_texture.spec200 29 April 2003 - minor updates
202 19 September 2003 - a few more updates prior to submitting to extension
H A DMESA_resize_buffers.spec36 Mesa's glViewport command queries the current window size and updates
/external/mesa3d/docs/
H A DMESA_ycbcr_texture.spec200 29 April 2003 - minor updates
202 19 September 2003 - a few more updates prior to submitting to extension
/external/chromium_org/remoting/tools/win/
H A Dchromoting-set-channel.bat14 echo This script updates the registry and needs to be run as Administrator.

Completed in 851 milliseconds

123