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

  /art/test/715-clinit-implicit-parameter-annotations/
build 21 # access_flag information.
  /external/pdfium/third_party/base/allocator/partition_allocator/
page_allocator.cc 59 DWORD access_flag = local
61 ret = VirtualAlloc(hint, length, MEM_RESERVE | MEM_COMMIT, access_flag);
65 int access_flag = page_accessibility == PageAccessible local
68 ret = mmap(hint, length, access_flag, MAP_ANONYMOUS | MAP_PRIVATE, -1, 0);
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/xlat_tables/
xlat_tables_defs.h 55 #define ACCESS_FLAG (U(1) << 8)
  /device/linaro/bootloader/arm-trusted-firmware/lib/xlat_tables/
xlat_tables_common.c 197 desc |= LOWER_ATTRS(ACCESS_FLAG);
  /external/deqp/external/openglcts/modules/gl/
gl4cDirectStateAccessBuffersTests.cpp     [all...]
gl4cDirectStateAccessTests.hpp     [all...]
  /device/linaro/bootloader/arm-trusted-firmware/lib/xlat_tables_v2/
xlat_tables_internal.c 138 desc |= LOWER_ATTRS(ACCESS_FLAG);
    [all...]

Completed in 692 milliseconds