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

1 2 3 4 5 6 7 8 910

  /external/valgrind/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;
ApnDbInstallReceiver.java 17 package com.android.server.updates;
TzDataInstallReceiver.java 17 package com.android.server.updates;
26 * An install receiver responsible for installing timezone data updates.
33 private static final String UPDATE_DIR_NAME = TZ_DATA_DIR.getPath() + "/updates/";
  /cts/tests/openglperf2/jni/reference/
GLReference.cpp 42 double updates[numFrames]; local
50 updates[i] = t1 - t0;
54 env->SetDoubleArrayRegion(updateTimes, 0, numFrames, updates);
  /external/chromium-trace/catapult/dashboard/dashboard/
issue_tracker_service.py 58 updates = {}
63 updates['mergedInto'] = merge_issue
66 updates['status'] = status
68 updates['cc'] = cc_list
70 updates['labels'] = labels
72 updates['owner'] = owner
73 body['updates'] = updates
215 if 'updates' not in request_body:
217 if 'owner' in request_body['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/libchrome/base/files/
file_path_watcher_kqueue.cc 146 // potentially rendering other events in |updates| invalid.
165 // potentially rendering other events in |updates| invalid.
210 EventVector updates(valid);
211 int count = HANDLE_EINTR(kevent(kqueue_, &events_[0], valid, &updates[0],
213 if (!AreKeventValuesValid(&updates[0], count)) {
239 // them in |updates|. |count| will contain the number of updates that have
241 EventVector updates(events_.size());
243 int count = HANDLE_EINTR(kevent(kqueue_, NULL, 0, &updates[0], updates.size()
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUServiceTestSample.java 84 String[][] updates = { field in class:ICUServiceTestSample.HelloUpdateThread
95 for (int i = 0; i < updates.length; ++i) {
101 HelloService.register(updates[i][0], new ULocale(updates[i][1]));
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUServiceTestSample.java 83 String[][] updates = { field in class:ICUServiceTestSample.HelloUpdateThread
94 for (int i = 0; i < updates.length; ++i) {
100 HelloService.register(updates[i][0], new ULocale(updates[i][1]));
  /external/v8/test/mjsunit/es6/
array-species-constructor-delete.js 7 // Overwriting the constructor of an instance updates the protector
array-species-delete.js 7 // Overwriting the constructor of an instance updates the protector
array-species-parent-constructor.js 7 // Overwriting Array.prototype.constructor updates the protector
  /external/webrtc/webrtc/modules/audio_processing/ns/
ns_core.h 70 int updates; member in struct:NoiseSuppressionC_
  /libcore/tzdata/
Android.mk 21 # Library of tools classes for tzdata updates. Not required on device, except in tests.
31 # Library of support classes for tzdata updates. Shared between update generation and
  /frameworks/base/libs/input/
SpriteController.cpp 114 // Collect information about sprite updates.
119 Vector<SpriteUpdate> updates; local
128 updates.push(SpriteUpdate(sprite, sprite->getStateLocked()));
137 SpriteUpdate& update = updates.editItemAt(i);
155 SpriteUpdate& update = updates.editItemAt(i);
196 SpriteUpdate& update = updates.editItemAt(i);
247 SpriteUpdate& update = updates.editItemAt(i);
333 const SpriteUpdate& update = updates.itemAt(i);
348 updates.clear();
  /packages/apps/Settings/src/com/android/settings/vpn2/
VpnSettings.java 229 final Set<Preference> updates = new ArraySet<>();
239 updates.add(p);
249 updates.add(p);
253 mLegacyVpnPreferences.values().retainAll(updates);
254 mAppPreferences.values().retainAll(updates);
259 if (updates.contains(p)) {
260 updates.remove(p);
267 for (Preference pref : updates) {
  /frameworks/base/core/java/android/appwidget/
AppWidgetHost.java 189 List<PendingHostUpdate> updates; local
191 updates = sService.startListening(
198 int N = updates.size();
200 PendingHostUpdate update = updates.get(i);
  /frameworks/support/v7/recyclerview/src/android/support/v7/util/
DiffUtil.java 33 * It can be used to calculate updates for a RecyclerView Adapter.
35 * DiffUtil uses Eugene W. Myers's difference algorithm to calculate the minimal number of updates
409 * You can consume the updates in a DiffResult via
513 * the updates (which is probably being called on the main thread).
632 * method to dispatch all updates to the RecyclerView.
640 * Note that the RecyclerView requires you to dispatch adapter updates immediately when you
642 * rule because updates are sent to the adapter right after the backing data is changed,
648 * list is instantly moved to its final state while the adapter updates are dispatched later
685 * These updates are atomic such that the first update call effects every update call that
    [all...]
  /external/mesa3d/docs/
MESA_ycbcr_texture.spec 200 29 April 2003 - minor updates
202 19 September 2003 - a few more updates prior to submitting to extension
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
IconCache.java 281 List<OSUInfo> updates = new ArrayList<>(); local
319 updates.add(querySet.getOsuInfo());
332 updates.add(querySet.getOsuInfo());
342 mOSUManager.iconResults(updates);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 95 PreferencePage_Heap_Updates_Enabled_Default=Heap updates enabled by default
102 PreferencePage_Thread_Updates_Enabled_By_Default=Thread updates enabled by default

Completed in 830 milliseconds

1 2 3 4 5 6 7 8 910