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

  /external/icu/icu4c/source/samples/layout/
arraymem.h 17 #define ARRAY_COPY(dst, src, count) memcpy((void *) (dst), (void *) (src), (count) * sizeof (src)[0])
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
nada.cc 130 std::vector<int64_t> array_copy(last_delays_ms, last_delays_ms + size);
131 std::nth_element(array_copy.begin(), array_copy.begin() + size / 2,
132 array_copy.end());
135 return array_copy.at(size / 2);
137 int64_t right = array_copy.at(size / 2);
138 std::nth_element(array_copy.begin(), array_copy.begin() + (size - 1) / 2,
139 array_copy.end());
140 int64_t left = array_copy.at((size - 1) / 2)
    [all...]
  /external/icu/icu4c/source/test/letest/
letest.h 34 #define ARRAY_COPY(dst, src, count) memcpy((void *) (dst), (void *) (src), (count) * sizeof (src)[0])
  /art/compiler/driver/
compiled_method_storage.cc 38 LengthPrefixedArray<T>* array_copy = new(storage) LengthPrefixedArray<T>(array.size()); local
39 std::copy(array.begin(), array.end(), array_copy->begin());
40 return array_copy;
  /external/icu/icu4c/source/i18n/
ucoleitr.cpp 39 #define ARRAY_COPY(dst, src, count) uprv_memcpy((void *) (dst), (void *) (src), (size_t)(count) * sizeof (src)[0])
100 ARRAY_COPY(newBuffer, buffer, bufferSize);
162 ARRAY_COPY(newBuffer, buffer, bufferSize);
  /external/icu/icu4c/source/test/intltest/
colldata.cpp 39 #define ARRAY_COPY(dst, src, count) uprv_memcpy((void *) (dst), (void *) (src), (size_t)(count) * sizeof (src)[0])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
array.so 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
arraymodule.c 629 array_copy(arrayobject *a, PyObject *unused) function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
arraymodule.c 629 array_copy(arrayobject *a, PyObject *unused) function
    [all...]
  /external/python/cpython2/Modules/
arraymodule.c 631 array_copy(arrayobject *a, PyObject *unused) function
    [all...]
  /prebuilts/misc/common/robolectric/lib/
robolectric-3.1.1.jar 

Completed in 455 milliseconds