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

1 2 3 4 5 6

  /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
  /external/chromium_org/sync/engine/
store_timestamps_command.cc 38 const sync_pb::GetUpdatesResponse& updates = local
44 ProcessNewProgressMarkers(updates, session->context()->directory());
46 updates.changes_remaining() == 0);
49 << "Get Updates got new progress marker for types: "
54 if (updates.has_changes_remaining()) {
55 int64 changes_left = updates.changes_remaining();
process_updates_command_unittest.cc 64 SyncEntity* AddUpdate(sync_pb::GetUpdatesResponse* updates,
67 sync_pb::SyncEntity* e = updates->add_entries();
92 sync_pb::GetUpdatesResponse* updates = local
95 AddUpdate(updates, "p1", root, PREFERENCES);
96 AddUpdate(updates, "a1", root, AUTOFILL);
108 sync_pb::GetUpdatesResponse* updates = local
113 AddUpdate(updates, SyncableIdToProto(server_id), root, BOOKMARKS);
141 sync_pb::GetUpdatesResponse* updates = local
147 AddUpdate(updates, SyncableIdToProto(server_id), root, BOOKMARKS);
168 sync_pb::GetUpdatesResponse* updates local
    [all...]
process_updates_command.cc 38 const sync_pb::GetUpdatesResponse& updates = local
40 for (int i = 0; i < updates.entries().size(); i++) {
42 GetGroupForModelType(GetModelType(updates.entries(i)),
56 // as being a non-reflection update. Fortunately, the server usually updates
64 // updates its local ID.
112 const sync_pb::GetUpdatesResponse& updates = local
114 int update_count = updates.entries().size();
121 const sync_pb::SyncEntity& update = updates.entries(i);
186 LOG(ERROR) << "Illegal negative id in received updates";
220 // If we have an existing entry, we check here for updates that brea
    [all...]
  /cts/suite/cts/deviceTests/opengl/jni/reference/
GLReference.cpp 41 double updates[numFrames]; local
49 updates[i] = t1 - t0;
53 env->SetDoubleArrayRegion(updateTimes, 0, numFrames, updates);
  /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/chromium_org/chrome/common/extensions/docs/server2/
cron_servlet_test.py 105 updates = []
125 '''Creates a MockFileSystem at |revision| by applying that many |updates|
129 for update in updates[:revision]:
138 # No updates applied yet.
145 # Apply updates to storage.html.
146 updates.append(storage_html_update('interim contents'))
147 updates.append(storage_html_update('new contents'))
155 # Apply several updates to storage.html and app.yaml. The file system
157 updates.append(storage_html_update('stuck here contents'))
161 updates.append(double_update
    [all...]
app_yaml_helper_test.py 81 updates = []
87 updates.append(update)
91 updates[:revision])
  /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.
  /external/chromium_org/sync/sessions/
status_controller.cc 108 // Returns the number of updates received from the sync server.
110 const sync_pb::ClientToServerResponse& updates = local
112 if (updates.has_get_updates()) {
113 return updates.get_updates().entries().size();
  /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...]
  /external/chromium_org/base/files/
file_path_watcher_kqueue.cc 267 // potentially rendering other events in |updates| invalid.
286 // potentially rendering other events in |updates| invalid.
331 EventVector updates(valid);
332 int count = HANDLE_EINTR(kevent(kqueue_, &events_[0], valid, &updates[0],
334 if (!AreKeventValuesValid(&updates[0], count)) {
360 // them in |updates|. |count| will contain the number of updates that have
362 EventVector updates(events_.size());
364 int count = HANDLE_EINTR(kevent(kqueue_, NULL, 0, &updates[0], updates.size()
    [all...]

Completed in 653 milliseconds

1 2 3 4 5 6