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

  /ndk/sources/cxx-stl/gabi++/src/
cxxabi_vec.cc 337 __cxa_vec_cctor(void* dst_array,
345 char* dst = static_cast<char*>(dst_array);
348 scoped_cleanup cleanup(dst_array, n, element_size, destructor);
358 _CXA_VEC_CTOR_RETURN(dst_array);
405 void* dst_array,
410 return __cxa_vec_cctor(dst_array, src_array, element_count,
  /external/jetty/src/java/org/eclipse/jetty/io/
AbstractBuffer.java 405 byte[] dst_array = array();
406 if (src_array != null && dst_array != null)
407 System.arraycopy(src_array, src.getIndex(), dst_array, index, length);
414 else if (dst_array != null)
418 dst_array[index++]=src.peek(s++);
448 byte[] dst_array = array();
449 if (dst_array != null)
450 System.arraycopy(b, offset, dst_array, index, length);
  /art/runtime/interpreter/
unstarted_runtime.cc 295 mirror::Array* dst_array, int32_t dst_pos,
298 if (src_array->GetClass()->GetComponentType() != dst_array->GetClass()->GetComponentType()) {
301 PrettyDescriptor(dst_array->GetClass()->GetComponentType()).c_str());
305 mirror::PrimitiveArray<T>* dst = down_cast<mirror::PrimitiveArray<T>*>(dst_array);
325 mirror::Array* dst_array = shadow_frame->GetVRegReference(arg_offset + 2)->AsArray(); local
332 if (dst_array == nullptr) {
340 UNLIKELY(dst_pos > dst_array->GetLength() - length)) {
343 src_array->GetLength(), src_pos, dst_array->GetLength(), dst_pos,
360 PrettyDescriptor(dst_array->GetClass()->GetComponentType()).c_str());
369 PrettyDescriptor(dst_array->GetClass()->GetComponentType()).c_str())
    [all...]
  /ndk/sources/cxx-stl/gabi++/include/
cxxabi.h 246 void* dst_array,
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cxxabi.h 246 void* dst_array,
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
cxxabi.h 246 void* dst_array,
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-io/8.1.14.v20131031/
jetty-io-8.1.14.v20131031.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 402 milliseconds