Home
last modified time | relevance | path

Searched refs:kExecute (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/engine/flutter/fml/platform/posix/
Dmapping_posix.cc31 case FileMapping::Protection::kExecute: in ToPosixProtectionFlags()
/third_party/flutter/engine/flutter/fml/platform/win/
Dmapping_win.cc36 if (protection == FileMapping::Protection::kExecute) { in IsExecutable()
/third_party/vk-gl-cts/external/amber/src/include/amber/
Damber.h43 kExecute = 0, enumerator
/third_party/flutter/engine/flutter/fml/
Dmapping.h40 kExecute, enumerator
Dmapping.cc57 Protection::kExecute}); in CreateReadExecute()
/third_party/vk-gl-cts/external/amber/src/src/
Damber.cc70 execution_type(ExecutionType::kExecute), in Options()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/
DvktAmberTestCase.cpp405 amber_options.execution_type = amber::ExecutionType::kExecute; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
DvktAmberTestCase.cpp405 amber_options.execution_type = amber::ExecutionType::kExecute; in iterate()
/third_party/vk-gl-cts/external/amber/src/samples/
Damber.cc537 : amber::ExecutionType::kExecute;