Searched refs:update (Results 76 - 100 of 266) sorted by relevance

1234567891011

/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxClassifier.java78 public boolean update(final HashMap<Integer, Float> sample, int target) { method in class:BordeauxClassifier
H A DBordeauxRanker.java81 public boolean update(final HashMap<String, Float> sample1, method in class:BordeauxRanker
/frameworks/multidex/library/src/android/support/multidex/
H A DZipUtil.java115 crc.update(buffer, 0, length);
/frameworks/base/core/java/android/widget/
H A DDateTimeView.java37 // - listen for the next threshold time to update the view.
101 update();
104 void update() { method in class:DateTimeView
168 // Schedule the next update
170 // Currently showing the time, update at the later of twelve hours after or midnight.
175 // If the time is in the past, don't schedule an update
185 Log.d(TAG, "update needed for '" + time + "' at '" + new Date(mUpdateTimeMillis)
198 update();
209 // The update() function takes a few milliseconds to run because of
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLockIcon.java83 update();
88 update();
91 public void update() { method in class:LockIcon
H A DKeyguardBottomAreaView.java199 mLockIcon.update();
341 mLockIcon.update();
510 mLockIcon.update();
546 mLockIcon.update();
650 mLockIcon.update();
659 mLockIcon.update();
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContentProvider.java108 public int update(String callingPackage, Uri url, ContentValues values, String selection, method in class:MockContentProvider.InversionIContentProvider
110 return MockContentProvider.this.update(url, values, selection, selectionArgs);
215 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:MockContentProvider
H A DMockIContentProvider.java91 public int update(String callingPackage, Uri url, ContentValues values, String selection, method in class:MockIContentProvider
/frameworks/av/camera/
H A DCameraMetadata.cpp188 status_t CameraMetadata::update(uint32_t tag, function in class:android::CameraMetadata
201 status_t CameraMetadata::update(uint32_t tag, function in class:android::CameraMetadata
214 status_t CameraMetadata::update(uint32_t tag, function in class:android::CameraMetadata
227 status_t CameraMetadata::update(uint32_t tag, function in class:android::CameraMetadata
240 status_t CameraMetadata::update(uint32_t tag, function in class:android::CameraMetadata
253 status_t CameraMetadata::update(uint32_t tag, function in class:android::CameraMetadata
266 status_t CameraMetadata::update(uint32_t tag, function in class:android::CameraMetadata
321 ALOGE("%s: Unable to update metadata entry %s.%s (%x): %s (%d)",
330 "%s: Failed to validate metadata structure after update %p",
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DWifiTracker.java146 * Forces an update of the wifi networks when not scanning.
307 /** Lookup table to more quickly update AccessPoints by only considering objects with the
325 accessPoint.update(connectionConfig, mLastInfo, mLastNetworkInfo);
354 if (accessPoint.update(result)) {
362 accessPoint.update(connectionConfig, mLastInfo, mLastNetworkInfo);
368 accessPoint.update(config);
376 /* SSID match is not going to work for it; so update explicitly */
377 accessPoint.update(connectionConfig);
415 ret.update(result);
460 if (mAccessPoints.get(i).update(connectionConfi
[all...]
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp606 const char *update = NULL; local
622 } else if (!strcmp(attrs[i], "update")) {
626 update = attrs[i + 1];
639 mUpdate = (update != NULL) && parseBoolean(update);
677 const char *update = NULL; local
693 } else if (!strcmp(attrs[i], "update")) {
697 update = attrs[i + 1];
710 mUpdate = (update != NULL) && parseBoolean(update);
796 const char *update = NULL; local
[all...]
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DZslProcessor3.cpp280 request.update(postProcessingTags[i], entry.data.u8, 1);
344 res = request.update(ANDROID_REQUEST_TYPE,
347 ALOGE("%s: Unable to update request type",
354 res = request.update(ANDROID_REQUEST_INPUT_STREAMS,
357 ALOGE("%s: Unable to update request input streams",
364 res = request.update(ANDROID_CONTROL_CAPTURE_INTENT,
367 ALOGE("%s: Unable to update request capture intent",
372 // TODO: Shouldn't we also update the latest preview frame?
375 res = request.update(ANDROID_REQUEST_OUTPUT_STREAMS,
378 ALOGE("%s: Unable to update reques
[all...]
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DImageProcessingActivity2.java169 // can cause extra work for drivers. Before running a test update
304 // If animations are enabled update the test state.
472 boolean update = false;
478 update = true;
483 if (update) {
512 public void update() { method in class:ImageProcessingActivity2.Processor
513 // Something UI related has changed, enqueue an update if one is not
528 //update();
609 mProcessor.update();
752 mProcessor.update();
[all...]
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DImageProcessingActivityJB.java165 // can cause extra work for drivers. Before running a test update
270 // If animations are enabled update the test state.
286 // queue the update of the TextureView with the allocation contents
298 // Wait for any stray operations to complete and update the final time
401 boolean update = false;
407 update = true;
412 if (update) {
422 // queue the update of the TextureView with the allocation contents
433 public void update() { method in class:ImageProcessingActivityJB.Processor
434 // something UI related has changed, enqueue an update i
[all...]
/frameworks/base/tools/velocityplot/
H A Dvelocityplot.py118 self.timer.add_callback(lambda: self.update())
177 def update(self): member in class:Plotter
286 plotter.update()
/frameworks/base/core/java/android/provider/
H A DSearchIndexablesProvider.java187 public final int update( method in class:SearchIndexablesProvider
/frameworks/base/core/java/android/text/
H A DAlteredCharSequence.java50 /* package */ void update(char[] sub, int substart, int subend) { method in class:AlteredCharSequence
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
H A DUtils.java121 digester.update(signature);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DViewInvertHelper.java73 public void update(boolean invert) { method in class:ViewInvertHelper
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerProvider.java122 public int update(Uri uri, ContentValues values, String selection, method in class:TrackerProvider
/frameworks/native/services/sensorservice/
H A DFusion.cpp64 * disturbance which we do not want to update into the fused frame.
137 void update(const vec<TYPE, SIZE>& x) { function in class:android::Covariance
291 update(a*l, Ba, accSTDEV*l);
324 // then pass it in as the update.
330 update(north, Bm, magSTDEV*l);
433 void Fusion::update(const vec3_t& z, const vec3_t& Bi, float sigma) { function in class:android::Fusion
453 // update...
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCall.java134 update (CdmaConnection conn, DriverCall dc) { method in class:CdmaCall
163 * but no response has yet been received so update() has not yet been called
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCall.java135 update (GsmConnection conn, DriverCall dc) { method in class:GsmCall
164 * but no response has yet been received so update() has not yet been called
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dwb_syn_filt.cpp55 int16 update, (i) : 0=no update, 1=update of memory.
132 int16 update, /* (i) : 0=no update, 1=update of memory. */
213 if (update)
125 wb_syn_filt( int16 a[], int16 m, int16 x[], int16 y[], int16 lg, int16 mem[], int16 update, int16 y_buf[] ) argument
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dsyn_filt.c37 Word16 update /* (i) : 0=no update, 1=update of memory. */
78 if (update)

Completed in 7032 milliseconds

1234567891011