Searched defs:LL (Results 1 - 3 of 3) sorted by path

/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp1367 static inline long long LL(const T &x) { function
1377 ALOGD("%s %lld 0x%llx", s, LL(l), LL(l));
1381 ALOGD("%s %lld 0x%llx", s, LL(ll), LL(ll));
1386 ALOGD("%s {%lld, %lld} 0x%llx 0x%llx", s, LL(ll.x), LL(ll.y), LL(ll.x), LL(ll.y));
1391 ALOGD("%s {%lld, %lld, %lld} 0x%llx 0x%llx 0x%llx", s, LL(l
[all...]
/frameworks/rs/rsov/driver/
H A DrsovRuntimeStubs.cpp1003 static inline long long LL(const T &x) { function
1013 ALOGD("%s %lld 0x%llx", s, LL(l), LL(l));
1017 ALOGD("%s %lld 0x%llx", s, LL(ll), LL(ll));
1022 ALOGD("%s {%lld, %lld} 0x%llx 0x%llx", s, LL(ll.x), LL(ll.y), LL(ll.x),
1023 LL(ll.y));
1028 ALOGD("%s {%lld, %lld, %lld} 0x%llx 0x%llx 0x%llx", s, LL(l
[all...]

Completed in 180 milliseconds