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

  /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...]
  /art/compiler/driver/
compiled_method_storage.cc 40 LengthPrefixedArray<T>* array_copy = new(storage) LengthPrefixedArray<T>(array.size()); local
41 std::copy(array.begin(), array.end(), array_copy->begin());
42 return array_copy;
  /external/wayland/tests/
array-test.c 102 TEST(array_copy)
  /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...]

Completed in 340 milliseconds