/packages/modules/StatsD/statsd/tests/metrics/ |
D | metrics_test_helper.cpp | 21 HashableDimensionKey getMockedDimensionKey(int tagId, int key, string value) { in getMockedDimensionKey() 29 HashableDimensionKey getMockedDimensionKeyLongValue(int tagId, int key, int64_t value) { in getMockedDimensionKeyLongValue() 37 MetricDimensionKey getMockedMetricDimensionKey(int tagId, int key, string value) { in getMockedMetricDimensionKey() 41 MetricDimensionKey getMockedStateDimensionKey(int tagId, int key, int64_t value) { in getMockedStateDimensionKey() 46 void buildSimpleAtomFieldMatcher(const int tagId, FieldMatcher* matcher) { in buildSimpleAtomFieldMatcher() 50 void buildSimpleAtomFieldMatcher(const int tagId, const int fieldNum, FieldMatcher* matcher) { in buildSimpleAtomFieldMatcher()
|
D | NumericValueMetricProducer_test.cpp | 50 const int tagId = 1; variable 303 vector<std::shared_ptr<LogEvent>>* data) { in TEST() 375 .WillOnce(Invoke([partialBucketSplitTimeNs](int tagId, const ConfigKey&, in TEST_P() 377 vector<std::shared_ptr<LogEvent>>* data) { in TEST_P() 428 vector<std::shared_ptr<LogEvent>>* data) { in TEST() 596 .WillOnce(Invoke([](int tagId, const ConfigKey&, const int64_t eventTimeNs, in TEST() 603 .WillOnce(Invoke([](int tagId, const ConfigKey&, const int64_t eventTimeNs, in TEST() 604 vector<std::shared_ptr<LogEvent>>* data) { in TEST() 730 vector<std::shared_ptr<LogEvent>>* data) { in TEST_P() 812 .WillOnce(Invoke([](int tagId, const ConfigKey&, const int64_t eventTimeNs, in TEST_P() [all …]
|
D | GaugeMetricProducer_test.cpp | 48 const int tagId = 1; variable 137 vector<std::shared_ptr<LogEvent>>* data) { in TEST() 326 vector<std::shared_ptr<LogEvent>>* data) { in TEST_P() 452 vector<std::shared_ptr<LogEvent>>* data) { in TEST() 542 vector<std::shared_ptr<LogEvent>>* data) { in TEST() 613 int tagId = 1; in TEST() local 687 .WillOnce(Invoke([](int tagId, const ConfigKey&, const int64_t eventTimeNs, in TEST() 688 vector<std::shared_ptr<LogEvent>>* data) { in TEST() 747 vector<std::shared_ptr<LogEvent>>* data) { in TEST() 813 .WillOnce(Invoke([](int tagId, const ConfigKey&, const int64_t eventTimeNs, in TEST() [all …]
|
D | DurationMetricProducer_test.cpp | 96 int tagId = 1; in TEST() local 136 int tagId = 1; in TEST() local 195 int tagId = 1; in TEST() local 246 int tagId = 1; in TEST_P() local 311 int tagId = 1; in TEST_P() local 372 int tagId = 1; in TEST_P() local 425 int tagId = 1; in TEST_P() local 481 int tagId = 1; in TEST_P() local 545 int tagId = 1; in TEST() local 590 int tagId = 1; in TEST() local
|
D | EventMetricProducer_test.cpp | 151 int tagId = 1; in TEST_F() local 203 int tagId = 1; in TEST_F() local 254 int tagId = 1; in TEST_F() local 307 int tagId = 1; in TEST_F() local 355 int tagId = 1; in TEST_F() local 462 int tagId = 1; in TEST_F() local 560 int tagId = 1; in TEST_F() local 658 const int tagId = 1; in TEST_F() local
|
D | CountMetricProducer_test.cpp | 92 int tagId = 1; in TEST() local 204 int tagId = 1; in TEST() local 264 int tagId = 1; in TEST_P() local 336 int tagId = 1; in TEST_P() local 396 int tagId = 1; in TEST() local 484 int tagId = 1; in TEST() local
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
D | ExifInterface.java | 347 public static int defineTag(int ifdId, short tagId) { in defineTag() 1154 public List<ExifTag> getTagsForTagId(short tagId) { in getTagsForTagId() 1176 public ExifTag getTag(int tagId, int ifdId) { in getTag() 1190 public ExifTag getTag(int tagId) { in getTag() 1200 public Object getTagValue(int tagId, int ifdId) { in getTagValue() 1213 public Object getTagValue(int tagId) { in getTagValue() 1226 public String getTagStringValue(int tagId, int ifdId) { in getTagStringValue() 1237 public String getTagStringValue(int tagId) { in getTagStringValue() 1245 public Long getTagLongValue(int tagId, int ifdId) { in getTagLongValue() 1256 public Long getTagLongValue(int tagId) { in getTagLongValue() [all …]
|
D | IfdData.java | 78 protected ExifTag getTag(short tagId) { in getTag() 90 protected boolean checkCollision(short tagId) { in checkCollision() 97 protected void removeTag(short tagId) { in removeTag()
|
D | ExifData.java | 204 protected void removeTag(short tagId, int ifdId) { in removeTag()
|
D | ExifParser.java | 534 short tagId = mTiffStream.readShort(); in readTag() local 637 private boolean checkAllowed(int ifd, int tagId) { in checkAllowed()
|
/packages/apps/Camera2/src/com/android/camera/exif/ |
D | ExifInterface.java | 350 public static int defineTag(int ifdId, short tagId) { in defineTag() 1133 public List<ExifTag> getTagsForTagId(short tagId) { in getTagsForTagId() 1155 public ExifTag getTag(int tagId, int ifdId) { in getTag() 1169 public ExifTag getTag(int tagId) { in getTag() 1179 public Object getTagValue(int tagId, int ifdId) { in getTagValue() 1192 public Object getTagValue(int tagId) { in getTagValue() 1205 public String getTagStringValue(int tagId, int ifdId) { in getTagStringValue() 1216 public String getTagStringValue(int tagId) { in getTagStringValue() 1224 public Long getTagLongValue(int tagId, int ifdId) { in getTagLongValue() 1235 public Long getTagLongValue(int tagId) { in getTagLongValue() [all …]
|
D | IfdData.java | 78 protected ExifTag getTag(short tagId) { in getTag() 90 protected boolean checkCollision(short tagId) { in checkCollision() 97 protected void removeTag(short tagId) { in removeTag()
|
D | ExifData.java | 204 protected void removeTag(short tagId, int ifdId) { in removeTag()
|
/packages/apps/Messaging/src/com/android/messaging/util/exif/ |
D | ExifInterface.java | 347 public static int defineTag(int ifdId, short tagId) { in defineTag() 1154 public List<ExifTag> getTagsForTagId(short tagId) { in getTagsForTagId() 1176 public ExifTag getTag(int tagId, int ifdId) { in getTag() 1190 public ExifTag getTag(int tagId) { in getTag() 1200 public Object getTagValue(int tagId, int ifdId) { in getTagValue() 1213 public Object getTagValue(int tagId) { in getTagValue() 1226 public String getTagStringValue(int tagId, int ifdId) { in getTagStringValue() 1237 public String getTagStringValue(int tagId) { in getTagStringValue() 1245 public Long getTagLongValue(int tagId, int ifdId) { in getTagLongValue() 1256 public Long getTagLongValue(int tagId) { in getTagLongValue() [all …]
|
D | IfdData.java | 78 protected ExifTag getTag(short tagId) { in getTag() 90 protected boolean checkCollision(short tagId) { in checkCollision() 97 protected void removeTag(short tagId) { in removeTag()
|
D | ExifData.java | 205 protected void removeTag(short tagId, int ifdId) { in removeTag()
|
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/ |
D | ExifInterface.java | 123 private static int defineTag(int ifdId, short tagId) { in defineTag() 214 private Integer getTagIntValue(int tagId, int ifdId) { in getTagIntValue() 222 private int[] getTagIntValues(int tagId, int ifdId) { in getTagIntValues() 231 public ExifTag getTag(int tagId, int ifdId) { in getTag() 238 public Integer getTagIntValue(int tagId) { in getTagIntValue() 249 private int getDefinedTagDefaultIfd(int tagId) { in getDefinedTagDefaultIfd() 353 public ExifTag getTag(int tagId) { in getTag()
|
D | IfdData.java | 76 protected ExifTag getTag(short tagId) { in getTag()
|
D | ExifTag.java | 84 private final short tagId; field in ExifTag 120 ExifTag(short tagId, short type, int componentCount, int ifd, boolean hasDefinedComponentCount) { in ExifTag()
|
/packages/modules/StatsD/statsd/src/external/ |
D | StatsPullerManager.cpp | 55 bool StatsPullerManager::Pull(int tagId, const ConfigKey& configKey, const int64_t eventTimeNs, in Pull() 62 bool StatsPullerManager::Pull(int tagId, const vector<int32_t>& uids, const int64_t eventTimeNs, in Pull() 69 bool StatsPullerManager::PullLocked(int tagId, const ConfigKey& configKey, in PullLocked() 90 bool StatsPullerManager::PullLocked(int tagId, const vector<int32_t>& uids, in PullLocked() 152 void StatsPullerManager::RegisterReceiver(int tagId, const ConfigKey& configKey, in RegisterReceiver() 188 void StatsPullerManager::UnRegisterReceiver(int tagId, const ConfigKey& configKey, in UnRegisterReceiver()
|
D | StatsPuller.cpp | 37 StatsPuller::StatsPuller(const int tagId, const int64_t coolDownNs, const int64_t pullTimeoutNs, in StatsPuller()
|
D | StatsCallbackPuller.cpp | 38 StatsCallbackPuller::StatsCallbackPuller(int tagId, const shared_ptr<IPullAtomCallback>& callback, in StatsCallbackPuller()
|
D | puller_util.cpp | 51 int tagId, const vector<int>& additiveFieldsVec) { in mapAndMergeIsolatedUidsToHostUid()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/info/ |
D | InfoPanel.java | 52 short tagId = exifTag.getTagId(); in createStringFromIfFound() local
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/ |
D | ContentUriAsset.java | 181 public String readExifTag(String tagId) { in readExifTag()
|