/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/sensor/ |
D | SensorsTestFragment.java | 197 getTimestamp(event), in refreshUi() 202 getTimestamp(event), in refreshUi() 207 getTimestamp(event), in refreshUi() 221 getTimestamp(event), level, range, lowFuelWarning)); in refreshUi() 225 getTimestamp(event), in refreshUi() 231 getTimestamp(event), in refreshUi() 236 getTimestamp(event), in refreshUi() 252 getTimestamp(event), drivingStatus, binDrivingStatus)); in refreshUi() 265 getTimestamp(event), temperature, pressure)); in refreshUi() 281 getTimestamp(event), d.sensorResetCount, d.frontLeftWheelDistanceMm, in refreshUi() [all …]
|
/packages/apps/Camera2/src/com/android/camera/one/v2/imagesaver/ |
D | MostRecentImageSaver.java | 49 mThumbnails.put(imageProxy.getTimestamp(), imageProxy); in addThumbnail() 56 mFullSizeImages.put(imageProxy.getTimestamp(), new MetadataImage(imageProxy, metadata)); in addFullSizeImage() 67 mFullSizeImages.remove(fullSize.getTimestamp()); in close() 72 ImageProxy thumbnail = getThumbnail(fullSize.getTimestamp()); in close() 76 mThumbnails.remove(thumbnail.getTimestamp()); in close() 124 long timestamp = image.getTimestamp(); in getMostRecentFullSizeImageTimestamp() 144 if (lastImage == null || image.getTimestamp() > lastImage.getTimestamp()) { in getLastImage()
|
/packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/ |
D | ForwardingImageProxy.java | 83 public long getTimestamp() { in getTimestamp() method in ForwardingImageProxy 84 return mImpl.getTimestamp(); in getTimestamp() 106 .add("timestamp", getTimestamp()) in toString() 124 otherImage.getTimestamp() == getTimestamp(); in equals() 129 return Objects.hashCode(getFormat(), getWidth(), getHeight(), getTimestamp()); in hashCode()
|
D | AndroidImageProxy.java | 108 mTimestamp = mImage.getTimestamp(); in AndroidImageProxy() 182 public long getTimestamp() { in getTimestamp() method in AndroidImageProxy 208 .add("timestamp", getTimestamp()) in toString() 226 otherImage.getTimestamp() == getTimestamp(); in equals() 231 return Objects.hashCode(getFormat(), getWidth(), getHeight(), getTimestamp()); in hashCode()
|
D | ImageProxy.java | 94 public long getTimestamp(); in getTimestamp() method
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/ |
D | ver4_patricia_trie_writing_helper.h | 96 int getTimestamp() const { in getTimestamp() function 115 if (left.getTimestamp() != right.getTimestamp()) { in operator() 116 return left.getTimestamp() < right.getTimestamp(); in operator()
|
D | ver4_patricia_trie_writing_helper.cpp | 222 probabilityEntry.getHistoricalInfo()->getTimestamp())); in truncateUnigrams() 269 bigramEntry.getHistoricalInfo()->getTimestamp())); in truncateBigrams()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/ |
D | forgetting_curve_utils.cpp | 49 const int timestamp = newHistoricalInfo->getTimestamp(); in createUpdatedHistoricalInfo() 88 const int elapsedTimeStepCount = getElapsedTimeStepCount(historicalInfo->getTimestamp(), in decodeProbability() 99 || getElapsedTimeStepCount(historicalInfo->getTimestamp(), in needsToKeep() 107 if (originalHistoricalInfo->getTimestamp() == NOT_A_TIMESTAMP) { in createHistoricalInfoToSave() 112 originalHistoricalInfo->getTimestamp(), durationToLevelDownInSeconds); in createHistoricalInfoToSave() 121 const int adjustedTimestampInSeconds = originalHistoricalInfo->getTimestamp() + in createHistoricalInfoToSave()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/ |
D | dynamic_language_model_probability_utils.h | 44 const int elapsedTime = TimeKeeper::peekCurrentTime() - historicalInfo.getTimestamp(); in getDecayedProbability() 56 const int elapsedTime = TimeKeeper::peekCurrentTime() - historicalInfo.getTimestamp(); in shouldRemoveEntryDuringGC() 63 return historicalInfo.getTimestamp(); in getPriorityToPreventFromEviction()
|
D | language_model_dict_content.cpp | 264 const HistoricalInfo updatedHistoricalInfo = HistoricalInfo(historicalInfo.getTimestamp(), in createUpdatedEntryFrom() 368 const HistoricalInfo historicalInfoToSave(originalHistoricalInfo->getTimestamp(), in updateAllProbabilityEntriesForGCInner()
|
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/zsl/ |
D | ZslImageCaptureCommand.java | 109 long mostRecentTimestamp = images.get(images.size() - 1).getTimestamp(); in filterImagesWithinMaxLookBack() 112 if (image.getTimestamp() > timestampThreshold) { in filterImagesWithinMaxLookBack() 130 mZslMetadataPool.removeMetadataFuture(image.getTimestamp()); in tryGetZslImage()
|
/packages/apps/Camera2/src/com/android/camera/burst/ |
D | RingBuffer.java | 54 long timestamp = image.getTimestamp(); in insertImage() 99 mImages.put(image.getTimestamp(), image); in addImage()
|
D | BurstMediaItem.java | 42 public long getTimestamp(); in getTimestamp() method
|
/packages/apps/Camera2/src/com/android/camera/one/v2/ |
D | ImageCaptureManager.java | 224 return mImage.getTimestamp(); in tryGetTimestamp() 492 return mCapturedImageBuffer.swapLeast(newImage.getTimestamp(), 533 long timestamp = img.getTimestamp();
|
/packages/inputmethods/LatinIME/native/jni/src/utils/ |
D | jni_data_utils.cpp | 43 int probabilityInfo[] = {unigramProperty.getProbability(), historicalInfo.getTimestamp(), in outputWordProperty() 88 ngramHistoricalInfo.getTimestamp(), ngramHistoricalInfo.getLevel(), in outputWordProperty()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/ |
D | bigram_dict_content.cpp | 88 if (!bigramListBuffer->writeUintAndAdvancePosition(historicalInfo->getTimestamp(), in writeBigramEntryAndAdvancePosition() 91 historicalInfo->getTimestamp()); in writeBigramEntryAndAdvancePosition()
|
/packages/apps/DevCamera/src/com/android/devcamera/ |
D | Api2Camera.java | 627 …v1ImageCounter + " w=" + img.getWidth() + " h=" + img.getHeight() + " time=" + img.getTimestamp()); 672 … img.getWidth(), img.getHeight(), img.getTimestamp(), buffer.capacity(), 0.000001 * dt, mLastIso)); 701 …v2ImageCounter + " w=" + img.getWidth() + " h=" + img.getHeight() + " time=" + img.getTimestamp()); 723 + " time=" + img.getTimestamp()
|
/packages/services/Car/tools/emulator/ |
D | obd2_to_diagjson.py | 98 def getTimestamp(self): member in Event 160 event.setTimestamp(self.getTimestamp())
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | Dates.java | 122 return getTimestamp(time, System.currentTimeMillis(), abbreviated, in getTimeString() 127 public static CharSequence getTimestamp(final long time, final long now, in getTimestamp() method in Dates
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/ |
D | ver4_patricia_trie_policy.cpp | 387 NOT_A_PROBABILITY, HistoricalInfo(historicalInfo.getTimestamp(), 0 /* level */, in updateEntriesForWordWithNgramContext() 407 HistoricalInfo(historicalInfo.getTimestamp(), 0 /* level */, 0 /* count */)); in updateEntriesForWordWithNgramContext()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/property/ |
D | historical_info.h | 37 int getTimestamp() const { in getTimestamp() function
|
/packages/inputmethods/LatinIME/native/jni/tests/dictionary/structure/v4/content/ |
D | probability_entry_test.cpp | 53 EXPECT_EQ(timestamp, decodedEntry.getHistoricalInfo()->getTimestamp()); in TEST()
|
/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/metadatasynchronizer/ |
D | MetadataReleasingImageQueue.java | 43 long timestamp = getTimestamp(); in close()
|
/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/imagedistributor/ |
D | ImageDistributorImpl.java | 98 final long timestamp = image.getTimestamp(); in distributeImage()
|
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/ |
D | ImageProcessorProxyListener.java | 115 mImageFilter.put(listener, image.getTimestamp()); in registerListener()
|