| /system/core/libutils/include/utils/ |
| D | Timers.h | 68 static CONSTEXPR inline nsecs_t s2ns(nsecs_t v) {return seconds_to_nanoseconds(v);} in s2ns() 69 static CONSTEXPR inline nsecs_t ms2ns(nsecs_t v) {return milliseconds_to_nanoseconds(v);} in ms2ns() 70 static CONSTEXPR inline nsecs_t us2ns(nsecs_t v) {return microseconds_to_nanoseconds(v);} in us2ns() 71 static CONSTEXPR inline nsecs_t ns2s(nsecs_t v) {return nanoseconds_to_seconds(v);} in ns2s() 72 static CONSTEXPR inline nsecs_t ns2ms(nsecs_t v) {return nanoseconds_to_milliseconds(v);} in ns2ms() 73 static CONSTEXPR inline nsecs_t ns2us(nsecs_t v) {return nanoseconds_to_microseconds(v);} in ns2us() 75 static CONSTEXPR inline nsecs_t seconds(nsecs_t v) { return s2ns(v); } in seconds() 76 static CONSTEXPR inline nsecs_t milliseconds(nsecs_t v) { return ms2ns(v); } in milliseconds() 77 static CONSTEXPR inline nsecs_t microseconds(nsecs_t v) { return us2ns(v); } in microseconds()
|
| D | ByteOrder.h | 41 static inline uint32_t android_swap_long(uint32_t v) in android_swap_long() 46 static inline uint16_t android_swap_short(uint16_t v) in android_swap_short()
|
| /system/chre/util/tests/ |
| D | heap_test.cc | 11 DynamicVector<int> v; in TEST() local 17 DynamicVector<int> v; in TEST() local 23 DynamicVector<int> v; in TEST() local 54 DynamicVector<int> v; in TEST() local 63 DynamicVector<int> v; in TEST() local 102 FixedSizeVector<int, 16> v; in TEST() local
|
| /system/libhidl/transport/include/hidl/ |
| D | ConcurrentMap.h | 33 void set(K &&k, V &&v) { in set() 53 size_type eraseIfEqual(const K& k, const V& v) { in eraseIfEqual() 69 void setLocked(K&& k, V&& v) { mMap[std::forward<K>(k)] = std::forward<V>(v); } in setLocked() 70 void setLocked(K&& k, const V& v) { mMap[std::forward<K>(k)] = v; } in setLocked()
|
| /system/core/libpixelflinger/ |
| D | buffer.cpp | 121 uint32_t v = 0; in read_pixel() local 138 uint16_t v = *(reinterpret_cast<uint16_t*>(s->data) + (x + (s->stride * y))); in readRGB565() local 152 uint32_t v = *(reinterpret_cast<uint32_t*>(s->data) + (x + (s->stride * y))); in readABGR8888() local 180 uint32_t v = 0; in write_pixel() local 254 uint32_t ggl_expand(uint32_t v, int sbits, int dbits) in ggl_expand() 283 uint32_t extract(uint32_t v, int h, int l, int bits) in extract() 296 uint32_t expand(uint32_t v, int sbits, int dbits) in expand() 328 uint32_t downshift_component( uint32_t in, uint32_t v, in downshift_component()
|
| /system/libhidl/base/include/hidl/ |
| D | Status.h | 215 Return(T v) : details::return_status(), mVal{v} {} in Return() 240 Return(sp<T> v) : details::return_status(), mVal{v} {} in Return() 241 Return(T* v) : details::return_status(), mVal{v} {} in Return() 243 template<typename U> Return(sp<U> v) : details::return_status(), mVal{v} {} in Return() 244 template<typename U> Return(U* v) : details::return_status(), mVal{v} {} in Return()
|
| /system/media/camera/tests/ |
| D | camera_metadata_tests_fake_vendor.h | 130 const char *get_fakevendor_section_name(const vendor_tag_ops_t *v, in get_fakevendor_section_name() 140 const char *get_fakevendor_tag_name(const vendor_tag_ops_t *v, in get_fakevendor_tag_name() 151 int get_fakevendor_tag_type(const vendor_tag_ops_t *v, in get_fakevendor_tag_type() 162 int get_fakevendor_tag_count(const vendor_tag_ops_t *v) { in get_fakevendor_tag_count() 176 void get_fakevendor_tags(const vendor_tag_ops_t *v, uint32_t *tag_array) { in get_fakevendor_tags()
|
| /system/libvintf/ |
| D | KernelConfigTypedValue.cpp | 38 KernelConfigTypedValue::KernelConfigTypedValue(KernelConfigIntValue v){ in KernelConfigTypedValue() 43 KernelConfigTypedValue::KernelConfigTypedValue(KernelConfigRangeValue &&v){ in KernelConfigTypedValue()
|
| D | parse_string.cpp | 50 for (const T &v : objs) { in operator <<() local 62 std::vector<std::string> v = SplitString(s, ','); in parse() local 217 std::vector<std::string> v = SplitString(s, '.'); in parse() local 237 std::vector<std::string> v = SplitString(s, '-'); in parse() local 267 std::vector<std::string> v = SplitString(s, '-'); in parse() local 298 std::vector<std::string> v = SplitString(s, '.'); in parse() local 351 std::vector<std::string> v = SplitString(s, '/'); in parse() local 376 std::vector<std::string> v = SplitString(s, '/'); in parse() local
|
| D | ManifestHal.cpp | 28 for (const auto &v : versions) { in isValid() local 52 for (const auto& v : versions) { in forEachInstance() local
|
| /system/core/libmeminfo/tools/ |
| D | wsstop.cpp | 68 static void print_vma(const Vma& v) { in print_vma() 156 [](const auto& v) { return v.usage.rss == 0; }), in workingset() 163 for (const auto& v : diff_wss) { in workingset() local
|
| D | showmap.cpp | 155 static void print_vmainfo(const VmaInfo& v, bool total) { in print_vmainfo() 184 for (const auto& v : g_vmas) { in showmap() local
|
| /system/extras/libfec/ |
| D | fec_verity.cpp | 193 verity_info *v = &f->verity; in verify_tree() local 335 verity_info *v = &f->verity; in parse_table() local 493 verity_info *v = &f->verity; in rewrite_metadata() local 557 verity_info *v = &f->verity; in verity_parse_header() local 646 verity_info *v = &f->verity; in fec_verity_set_status() local
|
| /system/media/audio_utils/ |
| D | roundup.c | 19 unsigned roundup(unsigned v) in roundup()
|
| D | fixedfft.cpp | 107 void fixed_fft(int n, int32_t *v) in fixed_fft() 144 void fixed_fft_real(int n, int32_t *v) in fixed_fft_real()
|
| D | minifloat.c | 35 gain_minifloat_t gain_from_float(float v) in gain_from_float()
|
| D | sample.c | 40 sample_minifloat_t sample_from_float(float v) in sample_from_float()
|
| /system/core/base/include/android-base/ |
| D | memory.h | 33 static inline void put_unaligned(void* address, T v) { in put_unaligned()
|
| /system/core/libpixelflinger/include/private/pixelflinger/ |
| D | ggl_context.h | 35 inline uint32_t GGL_RGBA_TO_HOST(uint32_t v) { in GGL_RGBA_TO_HOST() 38 inline uint32_t GGL_HOST_TO_RGBA(uint32_t v) { in GGL_HOST_TO_RGBA()
|
| D | ggl_fixed.h | 58 GGLfixed gglFracx(GGLfixed v) { in gglFracx() 61 GGLfixed gglFloorx(GGLfixed v) { in gglFloorx() 64 GGLfixed gglCeilx(GGLfixed v) { in gglCeilx() 67 GGLfixed gglCenterx(GGLfixed v) { in gglCenterx() 70 GGLfixed gglRoundx(GGLfixed v) { in gglRoundx()
|
| /system/extras/tests/crypto/ |
| D | get_dm_versions.c | 29 struct dm_target_versions *v; in main() local
|
| /system/libhwbinder/vts/performance/ |
| D | PerfTest.h | 50 int send(const T& v) { in send() 55 int recv(T& v) { in recv()
|
| D | Benchmark_throughput.cpp | 79 template<typename T> void send(const T& v) { in send() 83 template<typename T> void recv(T& v) { in recv() 287 void wait_all(vector<Pipe>& v) { in wait_all() 293 void signal_all(vector<Pipe>& v) { in signal_all()
|
| /system/core/libpixelflinger/codeflinger/ |
| D | blending.cpp | 476 const integer_t& v, in mul_factor() 567 const integer_t& v, in mul_factor_add() 657 void GGLAssembler::component_sat(const component_t& v) in component_sat()
|
| /system/extras/pssbench/ |
| D | main.cpp | 39 int64_t v; in get_pss() local
|