Home
last modified time | relevance | path

Searched refs:entryValue (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.h111 Relocation::DWord entryValue);
DMipsRelocator.cpp599 Relocation::DWord entryValue) { in getLocalGOTEntry() argument
607 Fragment* got_entry = got.lookupLocalEntry(rsym, entryValue); in getLocalGOTEntry()
619 got.setEntryValue(got_entry, entryValue); in getLocalGOTEntry()
621 got.recordLocalEntry(rsym, entryValue, got_entry); in getLocalGOTEntry()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp4643 uint32_t triggerId = static_cast<uint32_t>(trigger.entryValue); in insertTriggers()
4663 oldTrigger.entryValue = entry.data.u8[0]; in insertTriggers()
4677 uint8_t entryValue = static_cast<uint8_t>(trigger.entryValue); in insertTriggers() local
4679 &entryValue, in insertTriggers()
4685 &trigger.entryValue, in insertTriggers()
4698 trigger.entryValue); in insertTriggers()
4704 trigger.entryValue); in insertTriggers()
4730 uint8_t entryValue = static_cast<uint8_t>(trigger.entryValue); in removeTriggers() local
4732 &entryValue, in removeTriggers()
4738 &trigger.entryValue, in removeTriggers()
[all …]
DCamera3Device.h610 int32_t entryValue; member
/frameworks/base/media/java/android/media/
DExifInterface.java3585 private static Pair<Integer, Integer> guessDataFormat(String entryValue) { in guessDataFormat() argument
3588 if (entryValue.contains(",")) { in guessDataFormat()
3589 String[] entryValues = entryValue.split(","); in guessDataFormat()
3620 if (entryValue.contains("/")) { in guessDataFormat()
3621 String[] rationalNumber = entryValue.split("/"); in guessDataFormat()
3640 Long longValue = Long.parseLong(entryValue); in guessDataFormat()
3652 Double.parseDouble(entryValue); in guessDataFormat()
/frameworks/support/exifinterface/src/android/support/media/
DExifInterface.java6004 private static Pair<Integer, Integer> guessDataFormat(String entryValue) {
6007 if (entryValue.contains(",")) {
6008 String[] entryValues = entryValue.split(",");
6039 if (entryValue.contains("/")) {
6040 String[] rationalNumber = entryValue.split("/");
6059 Long longValue = Long.parseLong(entryValue);
6071 Double.parseDouble(entryValue);