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

1 2 3 4 5 6 7

  /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/core/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_org/components/dom_distiller/core/
dom_distiller_observer.h 30 const std::vector<ArticleUpdate>& updates) = 0;
  /device/samsung/manta/recovery/
Android.mk 4 # Edify extension functions for doing bootloader updates on manta devices.
  /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 141 updates = []
160 '''Creates a MockFileSystem at |revision| by applying that many |updates|
166 updates if revision is None else updates[:int(revision)])
176 # No updates applied yet.
183 # Apply updates to storage.html.
184 updates.append(storage_html_update('interim contents'))
185 updates.append(storage_html_update('<h1>new</h1> contents'))
193 # Apply several updates to storage.html and app.yaml. The file system
195 updates.append(storage_html_update('<h1>stuck here</h1> contents')
    [all...]
app_yaml_helper_test.py 79 updates = []
89 updates.append(update)
95 TestFileSystem(test_data, relative_to=SERVER2), 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:
  /packages/apps/Launcher3/src/com/android/launcher3/compat/
PackageInstallerCompatV16.java 58 if (DEBUG) Log.d(TAG, "updates paused");
81 if (DEBUG) Log.d(TAG, "updates resumed");
89 ArrayList<PackageInstallInfo> updates = new ArrayList<PackageInstallInfo>(); local
93 updates.add(infoFromJson(packageName, json));
96 if (!updates.isEmpty()) {
97 sendUpdate(app, updates);
135 private void sendUpdate(LauncherAppState app, ArrayList<PackageInstallInfo> updates) {
140 app.setPackageState(updates);
PackageInstallerCompatVL.java 55 // On start, send updates for all active sessions
109 if (DEBUG) Log.d(TAG, "updates resumed");
126 ArrayList<PackageInstallInfo> updates = new ArrayList<PackageInstallInfo>(); local
128 updates.add(newInfo);
133 updates.add(new PackageInstallInfo(session.getAppPackageName(),
139 if (!updates.isEmpty()) {
140 app.setPackageState(updates);
164 // Replay all updates with a one time update for this installed package. No
165 // need to store this record for future updates, as the app list will get
  /external/chromium_org/components/leveldb_proto/
leveldb_database.cc 59 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/
file_path_watcher_kqueue.cc 144 // 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.size()
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
base_unittests.js 168 var updates = []
170 updates.push(key);
172 return updates;
177 var updates = []
179 updated && updates.push(key);
181 return updates;
  /external/chromium_org/chrome/common/extensions/
update_manifest.cc 139 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/leveldatabase/src/include/leveldb/
db.h 71 // Apply the specified updates to the database.
74 virtual Status Write(const WriteOptions& options, WriteBatch* updates) = 0;
  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
ns_core.h 72 int updates; member in struct:NSinst_t_
  /external/webrtc/src/modules/audio_processing/ns/
ns_core.h 72 int updates; member in struct:NSinst_t_
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
layout_tests_mover.py 32 to the specified destination path. Updates all references in tests and resources to reflect the new
33 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
157 """Updates all test expectations that are affected by the move.
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
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_update.css 44 #update #checking-updates-label {

Completed in 1107 milliseconds

1 2 3 4 5 6 7