HomeSort by relevance Sort by last modified time
    Searched full:_do_copy (Results 1 - 5 of 5) sorted by null

  /system/core/libutils/
VectorImpl.cpp 92 _do_copy(sb->data(), mStorage, mCount);
125 _do_copy(where, array, length);
192 _do_copy(temp, item, 1);
198 _do_copy(next, curr, 1);
205 _do_copy(next, temp, 1);
266 _do_copy(item, prototype, 1);
337 _do_copy(array, mStorage, size());
393 _do_copy(array, mStorage, where);
398 _do_copy(dest, from, mCount-where);
445 _do_copy(array, mStorage, where)
    [all...]
  /system/core/libpixelflinger/codeflinger/tinyutils/
VectorImpl.cpp 95 _do_copy(sb->data(), mStorage, mCount);
118 _do_copy(where, vector.arrayImpl(), vector.size());
191 _do_copy(item, prototype, 1);
255 _do_copy(array, mStorage, size());
300 _do_copy(array, mStorage, where);
305 _do_copy(dest, from, mCount-where);
352 _do_copy(array, mStorage, where);
357 _do_copy(dest, from, mCount-(where+amount));
396 void VectorImpl::_do_copy(void* dest, const void* from, size_t num) const function in class:VectorImpl
VectorImpl.h 118 inline void _do_copy(void* dest, const void* from, size_t num) const;
  /system/core/include/utils/
VectorImpl.h 115 inline void _do_copy(void* dest, const void* from, size_t num) const;
  /prebuilts/sdk/tools/linux/
zipalign 

Completed in 33 milliseconds