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

  /external/v8/src/runtime/
runtime-typedarray.cc 342 uint8_t* target_base = local
351 memmove(target_base + offset * target->element_size(), source_base,
357 if ((source_base <= target_base &&
358 source_base + source_byte_length > target_base) ||
359 (target_base <= source_base &&
360 target_base + target_byte_length > source_base)) {
  /art/runtime/gc/space/
image_space.cc     [all...]
  /frameworks/base/core/jni/
com_android_internal_os_Zygote.cpp 786 const char* target_base = getenv("EMULATED_STORAGE_TARGET"); local
787 if (target_base != nullptr) {
789 if (mount("tmpfs", target_base, "tmpfs", MS_NOSUID | MS_NODEV,
791 ALOGE("Failed to mount tmpfs to %s", target_base);
  /art/tools/
cpplint.py     [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]
  /tools/repohooks/tools/
cpplint.py     [all...]

Completed in 365 milliseconds