/external/littlemock/ |
README | 17 - bug8297640.patch: update instantiation code to handle change in internal
|
/external/llvm/test/CodeGen/X86/ |
vshift_split2.ll | 5 define void @update(<8 x i32> %val, <8 x i32>* %dst) nounwind {
|
/external/mdnsresponder/mDNSShared/ |
dnsextd.8 | 53 For information on Dynamic DNS Update, see RFC 2136 54 "Dynamic Updates in the Domain Name System (DNS UPDATE)" 56 For information on Dynamic DNS Update Leases, see 57 .Pa http://files.dns-sd.org/draft-dns-update-leases.txt
|
/external/smack/src/org/jivesoftware/smackx/workgroup/ |
QueueUser.java | 62 * @return the position in the queue at which the customer sits, or -1 if the update which
63 * this instance embodies is only a time update instead
71 * if the update which this instance embodies is only a position update instead
|
/external/smack/src/org/xbill/DNS/ |
EmptyRecord.java | 9 * the question section of messages and meta-records in dynamic update.
|
/external/webkit/LayoutTests/http/tests/appcache/resources/ |
origin-delete-iframe.html | 6 applicationCache.onnoupdate = function() { parent.postMessage("FAIL - no update iframe-1, all caches should have been deleted before this test", "*"); };
|
quota-origin-iframe-1.html | 6 applicationCache.onnoupdate = function() { parent.postMessage("FAIL - no update iframe-1, all caches should have been deleted before this test", "*"); };
|
quota-origin-iframe-2.html | 6 applicationCache.onnoupdate = function() { parent.postMessage("FAIL - no update iframe-2, all caches should have been deleted before this test", "*"); };
|
quota-origin-iframe-3.html | 6 applicationCache.onnoupdate = function() { parent.postMessage("FAIL - no update iframe-3, all caches should have been deleted before this test", "*"); };
|
/external/webkit/Source/WebCore/manual-tests/wml/ |
setvar-element.wml | 7 <p>Click "Refresh" will update the value of VAR varaible which specified by setvar element</p>
|
/external/webkit/Source/WebCore/svg/properties/ |
SVGStaticPropertyWithParentTearOff.h | 42 static PassRefPtr<Self> create(SVGProperty* parent, PropertyType& value, UpdateMethod update) 45 return adoptRef(new Self(parent, value, update)); 55 SVGStaticPropertyWithParentTearOff(SVGProperty* parent, PropertyType& value, UpdateMethod update) 57 , m_update(update)
|
/external/webkit/Tools/QueueStatusServer/templates/ |
updatestatus.html | 2 Update status for a queue: <input name="queue_name">
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
LVC_Mixer_Init.c | 59 while(MaxGain>0){ // Update Shift required to provide integer gain 63 pInstance->Target=TargetGain<<(16-Shift); // Update fractional gain Target 64 pInstance->Current=CurrentGain<<(16-Shift); // Update fractional gain Current 65 pInstance->Shift=Shift; // Update Shift
|
LVC_Mixer_SetTarget.c | 59 while(MaxGain>0){ // Update Shift required to provide integer gain 63 pInstance->Target=TargetGain<<(16-Shift); // Update fractional gain Target 64 pInstance->Current=CurrentGain<<(16-Shift); // Update fractional gain Current 65 pInstance->Shift=Shift; // Update Shift
|
/frameworks/base/core/tests/coretests/apks/version/src/com/android/frameworks/coretests/version_test/ |
NullProvider.java | 31 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:NullProvider
|
/frameworks/base/docs/html/tools/revisions/ |
index.jd | 6 an update at their own schedule, so some have their own set of release notes. You can
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
symlinks | 27 # With -L, it should update targ 32 # Now update dep; in all cases targ should be out of date. 37 # Now update targ; in all cases targ should be up to date. 48 # With -L, it should update targ
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
Sources.java | 40 void update(); method in interface:Sources
|
/sdk/eclipse/features/com.android.ide.eclipse.adt.package/ |
p2.inf | 9 org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//dl-ssl.google.com/android/eclipse/,type:0,name:Android Developer Tools Update Site,enabled:true);
|
/sdk/emulator/qtools/ |
parse_options.cpp | 65 excluded_procedures.Update(optarg, 1); 72 excluded_procedures.Update(optarg, 1); 84 included_procedures.Update(optarg, 1); 91 included_procedures.Update(optarg, 1);
|
/external/chromium/chrome/browser/safe_browsing/ |
protocol_manager.h | 101 // Sets up the update schedule and internal state for making periodic requests 118 // Forces the start of next update after |next_update_msec| in msec. 121 // Scheduled update callback. 150 // The last time we received an update. 154 // be changed in the middle of an update, caller (e.g.: SafeBrowsingService) 200 // is true, protocol manager won't schedule next update until 221 GETKEY_REQUEST // Update the client's MAC key 234 // Generates Update URL for querying about the latest set of chunk updates. 253 // Returns the time (in milliseconds) for the next update request. If 258 // Worker function for calculating GetHash and Update backoff times (i [all...] |
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/ |
SHA1_MessageDigestTest.java | 158 md.update(bytes, 0, LENGTH); 186 md.update(b, 0, b.length); 209 md.update((byte)(j +1)); 237 md.update(b, 0, b.length); 240 md.update(b, 0, b.length); 327 md.update(bytes, 0, bytes.length); 354 md.update(b, 0, b.length); 357 md.update(b, 0, b.length); 391 case 3: md.update(bytes[i]); 393 case 4: md.update(bytes, 0, LENGTH) [all...] |
/frameworks/ex/common/java/com/android/common/contacts/ |
DataUsageStatUpdater.java | 77 * @return true when update request is correctly sent. False when the request fails, 96 * Update usage statistics information using a list of email addresses. 100 * @see #update(Collection, Collection, String) 102 * @return true when update request is correctly sent. False when the request fails, 138 return update(contactIds, dataIds, DataUsageFeedback.USAGE_TYPE_LONG_TEXT); 146 * Update usage statistics information using a list of phone numbers. 150 * @see #update(Collection, Collection, String) 152 * @return true when update request is correctly sent. False when the request fails, 188 return update(contactIds, dataIds, DataUsageFeedback.USAGE_TYPE_SHORT_TEXT); 195 * @return true when one or more of update requests are correctly sent 198 private boolean update(Collection<Long> contactIds, Collection<Long> dataIds, String type) { method in class:DataUsageStatUpdater [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
LocalImage.java | 156 id = uh.update(id, cursor.getInt(INDEX_ID)); 157 caption = uh.update(caption, cursor.getString(INDEX_CAPTION)); 158 mimeType = uh.update(mimeType, cursor.getString(INDEX_MIME_TYPE)); 159 latitude = uh.update(latitude, cursor.getDouble(INDEX_LATITUDE)); 160 longitude = uh.update(longitude, cursor.getDouble(INDEX_LONGITUDE)); 161 dateTakenInMs = uh.update( 163 dateAddedInSec = uh.update( 165 dateModifiedInSec = uh.update( 167 filePath = uh.update(filePath, cursor.getString(INDEX_DATA)); 168 rotation = uh.update(rotation, cursor.getInt(INDEX_ORIENTATION)) [all...] |
/external/chromium/chrome/browser/metrics/ |
histogram_synchronizer.h | 28 // There are actually two modes of update request. One is synchronous (and 36 // current request for an update, or to an old request for an update) we tag 37 // each group of requests with a sequence number. When an update arrives we can 126 // to update histograms, and to signal that thread when updates are completed. 129 // When a request is made to asynchronously update the histograms, we store 135 // We don't track the actual renderers that are contacted for an update, only 145 // The sequence number used by the most recent asynchronous update request to 150 // an asynchronous update). 157 // The sequence number used by the most recent synchronous update request t [all...] |