/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 313 vector<std::shared_ptr<LogEvent>>* data) { in TEST() 385 .WillOnce(Invoke([partialBucketSplitTimeNs](int tagId, const ConfigKey&, in TEST_P() 387 vector<std::shared_ptr<LogEvent>>* data) { in TEST_P() 438 vector<std::shared_ptr<LogEvent>>* data) { in TEST() 606 .WillOnce(Invoke([](int tagId, const ConfigKey&, const int64_t eventTimeNs, in TEST() 613 .WillOnce(Invoke([](int tagId, const ConfigKey&, const int64_t eventTimeNs, in TEST() 614 vector<std::shared_ptr<LogEvent>>* data) { in TEST() 740 vector<std::shared_ptr<LogEvent>>* data) { in TEST_P() 822 .WillOnce(Invoke([](int tagId, const ConfigKey&, const int64_t eventTimeNs, in TEST_P() [all …]
|
D | GaugeMetricProducer_test.cpp | 48 const int tagId = 1; variable 145 vector<std::shared_ptr<LogEvent>>* data) { in TEST() 333 vector<std::shared_ptr<LogEvent>>* data) { in TEST_P() 459 vector<std::shared_ptr<LogEvent>>* data) { in TEST() 548 vector<std::shared_ptr<LogEvent>>* data) { in TEST() 619 int tagId = 1; in TEST() local 692 .WillOnce(Invoke([](int tagId, const ConfigKey&, const int64_t eventTimeNs, in TEST() 693 vector<std::shared_ptr<LogEvent>>* data) { in TEST() 752 vector<std::shared_ptr<LogEvent>>* data) { in TEST() 817 .WillOnce(Invoke([](int tagId, const ConfigKey&, const int64_t eventTimeNs, in TEST() [all …]
|
D | DurationMetricProducer_test.cpp | 104 int tagId = 1; in TEST() local 144 int tagId = 1; in TEST() local 203 int tagId = 1; in TEST() local 254 int tagId = 1; in TEST_P() local 319 int tagId = 1; in TEST_P() local 380 int tagId = 1; in TEST_P() local 433 int tagId = 1; in TEST_P() local 489 int tagId = 1; in TEST_P() local 553 int tagId = 1; in TEST() local 598 int tagId = 1; in TEST() local [all …]
|
D | EventMetricProducer_test.cpp | 149 int tagId = 1; in TEST_F() local 196 int tagId = 1; in TEST_F() local 242 int tagId = 1; in TEST_F() local 290 int tagId = 1; in TEST_F() local 334 int tagId = 1; in TEST_F() local 430 int tagId = 1; in TEST_F() local 528 int tagId = 1; in TEST_F() local 626 const int tagId = 1; in TEST_F() local
|
D | CountMetricProducer_test.cpp | 99 int tagId = 1; in TEST() local 211 int tagId = 1; in TEST() local 271 int tagId = 1; in TEST_P() local 343 int tagId = 1; in TEST_P() local 403 int tagId = 1; in TEST() local 491 int tagId = 1; in TEST() local 561 const 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()
|
/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 | 72 bool StatsPullerManager::Pull(int tagId, const ConfigKey& configKey, const int64_t eventTimeNs, in Pull() 79 bool StatsPullerManager::Pull(int tagId, const vector<int32_t>& uids, const int64_t eventTimeNs, in Pull() 86 bool StatsPullerManager::PullLocked(int tagId, const ConfigKey& configKey, in PullLocked() 95 bool StatsPullerManager::PullLocked(int tagId, const vector<int32_t>& uids, in PullLocked() 162 void StatsPullerManager::RegisterReceiver(int tagId, const ConfigKey& configKey, in RegisterReceiver() 198 void StatsPullerManager::UnRegisterReceiver(int tagId, const ConfigKey& configKey, in UnRegisterReceiver() 422 bool StatsPullerManager::getPullerUidsLocked(const int tagId, const ConfigKey& configKey, in getPullerUidsLocked() 469 int tagId = pair.first.atomTag; in initPullerQueue() local
|
D | StatsCallbackPuller.cpp | 38 StatsCallbackPuller::StatsCallbackPuller(int tagId, const shared_ptr<IPullAtomCallback>& callback, in StatsCallbackPuller()
|
D | StatsPuller.cpp | 37 StatsPuller::StatsPuller(const int tagId, const int64_t coolDownNs, const int64_t pullTimeoutNs, in StatsPuller()
|
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/modules/StatsD/statsd/src/state/ |
D | StateManager.cpp | 53 const int tagId = event.GetTagId(); in onLogEvent() local
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/ |
D | ContentUriAsset.java | 181 public String readExifTag(String tagId) { in readExifTag()
|