HomeSort by relevance Sort by last modified time
    Searched refs:updates (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/valgrind/main/exp-sgcheck/tests/
bad_percentify.stdout.exp 1 translate: fast SP updates identified: 0 ( --%)
2 translate: generic_known SP updates identified: 0 ( --%)
3 translate: generic_unknown SP updates identified: 0 ( --%)
  /frameworks/base/services/java/com/android/server/updates/
CarrierProvisioningUrlsInstallReceiver.java 17 package com.android.server.updates;
CertPinInstallReceiver.java 17 package com.android.server.updates;
SmsShortCodesInstallReceiver.java 17 package com.android.server.updates;
IntentFirewallInstallReceiver.java 17 package com.android.server.updates;
TZInfoInstallReceiver.java 17 package com.android.server.updates;
  /external/chromium/chrome/browser/sync/engine/
store_timestamps_command.cc 27 const GetUpdatesResponse& updates = local
36 for (int i = 0; i < updates.new_progress_marker_size(); ++i) {
39 updates.new_progress_marker(i).data_type_id());
45 dir->SetDownloadProgress(model, updates.new_progress_marker(i));
48 updates.changes_remaining() == 0);
51 << "Get Updates got new progress marker for types: "
55 if (updates.has_changes_remaining()) {
56 int64 changes_left = updates.changes_remaining();
verify_updates_command_unittest.cc 60 void AddUpdate(GetUpdatesResponse* updates,
63 sync_pb::SyncEntity* e = updates->add_entries();
83 GetUpdatesResponse* updates = session()->status_controller()-> local
85 AddUpdate(updates, "b1", root, syncable::BOOKMARKS);
86 AddUpdate(updates, "b2", root, syncable::BOOKMARKS);
87 AddUpdate(updates, "p1", root, syncable::PREFERENCES);
88 AddUpdate(updates, "a1", root, syncable::AUTOFILL);
verify_updates_command.cc 40 const GetUpdatesResponse& updates = status->updates_response().get_updates(); local
41 int update_count = updates.entries().size();
46 *reinterpret_cast<const SyncEntity *>(&(updates.entries(i)));
88 LOG(ERROR) << "Illegal negative id in received updates";
115 // If we have an existing entry, we check here for updates that break
process_updates_command.cc 29 const GetUpdatesResponse& updates = local
31 const int update_count = updates.entries_size();
33 // Don't bother processing updates if there were none.
  /external/qemu/distrib/sdl-1.2.15/test/
testalpha.c 249 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[1] = position
308 SDL_Rect updates[2]; local
    [all...]
testpalette.c 235 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[i].x + updates[i].w > SCRW
    [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_matrix.c 46 Eina_List *updates; member in struct:_Ewk_Tile_Matrix
76 if (t->updates || t->stats.full_update)
77 tm->updates = eina_list_remove(tm->updates, t);
112 if (t->updates || t->stats.full_update)
113 tm->updates = eina_list_remove(tm->updates, t);
460 tm->updates = eina_list_append(tm->updates, t);
525 if (!t->updates && !t->stats.full_update
    [all...]
ewk_tiled_model.c 239 * @c stats.full_update and @c updates.
281 t->updates = NULL;
337 if (t->updates)
338 eina_tiler_free(t->updates);
378 /* TODO: list of tiles pending updates? */
383 if (t->updates) {
384 eina_tiler_free(t->updates);
385 t->updates = NULL;
395 /* TODO: list of tiles pending updates? */
403 if (t->updates) {
    [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd.conf 10 // 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/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/
LodCalculator.java 50 public boolean calculateLod(TerrainPatch terrainPatch, List<Vector3f> locations, HashMap<String,UpdatedTerrainPatch> updates);
DistanceLodCalculator.java 65 public boolean calculateLod(TerrainPatch terrainPatch, List<Vector3f> locations, HashMap<String, UpdatedTerrainPatch> updates) {
72 UpdatedTerrainPatch utp = updates.get(terrainPatch.getName());
75 updates.put(utp.getName(), utp);
94 UpdatedTerrainPatch utp = updates.get(terrainPatch.getName());
97 updates.put(utp.getName(), utp);
PerspectiveLodCalculator.java 77 public boolean calculateLod(List<Vector3f> locations, HashMap<String, UpdatedTerrainPatch> updates) {
78 return calculateLod(patch, locations, updates);
81 public boolean calculateLod(TerrainPatch terrainPatch, List<Vector3f> locations, HashMap<String, UpdatedTerrainPatch> updates) {
111 UpdatedTerrainPatch utp = updates.get(patch.getName());
114 updates.put(utp.getName(), utp);
  /device/samsung/manta/recovery/
Android.mk 15 # Edify extension functions for doing bootloader updates on manta devices.
  /device/samsung/toro/recovery/
Android.mk 5 # Edify extension functions for doing modem (radio) updates on Toro devices.
  /device/samsung/toroplus/recovery/
Android.mk 5 # Edify extension functions for doing modem (radio) updates on toroplus devices.
  /external/chromium/base/files/
file_path_watcher_mac.cc 250 // potentially rendering other events in |updates| invalid.
269 // potentially rendering other events in |updates| invalid.
315 EventVector updates(valid);
316 int count = HANDLE_EINTR(kevent(kqueue_, &events_[0], valid, &updates[0],
318 if (!AreKeventValuesValid(&updates[0], count)) {
344 // them in |updates|. |count| will contain the number of updates that have
346 EventVector updates(events_.size());
348 int count = HANDLE_EINTR(kevent(kqueue_, NULL, 0, &updates[0], updates.size()
    [all...]
  /device/samsung/tuna/recovery/
Android.mk 17 # Edify extension functions for doing bootloader updates on Tuna devices.
  /external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/
updates.js 1 description('Tests that updates to the orientation causes new events to fire.');
  /external/chromium/chrome/common/extensions/
update_manifest.cc 137 std::vector<xmlNode*> updates = GetChildren(app_node, xml_namespace, local
139 if (updates.size() > 1) {
143 if (updates.empty()) {
147 xmlNode *updatecheck = updates[0];

Completed in 364 milliseconds

1 2 3 4