/aosp_15_r20/frameworks/libs/binary_translation/guest_os_primitives/ |
D | guest_map_shadow_test.cc | 47 shadow->SetExecutable(kGuestAddr, kGuestRegionSize / 2); in TEST_F() 55 shadow->SetExecutable(kGuestAddr, kGuestRegionSize); in TEST_F() 75 shadow->SetExecutable(kGuestAddr, kGuestRegionSize); in TEST_F() 149 shadow->SetExecutable(k64BitAddr, kGuestRegionSize);
|
D | guest_map_shadow.cc | 110 SetExecutable(to, to_size); in CopyExecutable() 146 void GuestMapShadow::SetExecutable(GuestAddr start, size_t size) { in SetExecutable() function in berberis::GuestMapShadow
|
/aosp_15_r20/device/google/cuttlefish/common/libs/utils/ |
D | subprocess.h | 171 Command& SetExecutable(std::string executable) & { in SetExecutable() function 175 Command SetExecutable(std::string executable) && { in SetExecutable() function 176 return std::move(SetExecutable(executable)); in SetExecutable() 188 return SetExecutable(name).SetName(std::move(name)); in SetExecutableAndName()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/API/ |
D | SBAttachInfo.h | 75 void SetExecutable(const char *path); 77 void SetExecutable(lldb::SBFileSpec exe_file);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/API/ |
D | SBAttachInfo.h | 75 void SetExecutable(const char *path); 77 void SetExecutable(lldb::SBFileSpec exe_file);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/API/ |
D | SBAttachInfo.h | 75 void SetExecutable(const char *path); 77 void SetExecutable(lldb::SBFileSpec exe_file);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/API/ |
D | SBAttachInfo.h | 75 void SetExecutable(const char *path); 77 void SetExecutable(lldb::SBFileSpec exe_file);
|
/aosp_15_r20/tools/acloud/create/ |
H A D | goldfish_local_image_local_instance_test.py | 216 mock_utils.SetExecutable.assert_called_with(self._emulator_path) 265 mock_utils.SetExecutable.assert_called_with(self._emulator_path) 387 mock_utils.SetExecutable.assert_called_with(self._emulator_path) 551 mock_utils.SetExecutable.assert_called_with(self._emulator_path)
|
H A D | goldfish_local_image_local_instance.py | 269 utils.SetExecutable(emulator_path)
|
/aosp_15_r20/external/vixl/test/ |
H A D | test-donkey.cc | 178 masm.GetBuffer()->SetExecutable(); in main() 250 masm.GetBuffer()->SetExecutable(); in main()
|
/aosp_15_r20/frameworks/libs/binary_translation/runtime/riscv64/ |
D | execute_guest_test.cc | 43 GuestMapShadow::GetInstance()->SetExecutable(ToGuestAddr(&code[0]), sizeof(code)); in TEST()
|
/aosp_15_r20/frameworks/libs/binary_translation/guest_os_primitives/include/berberis/guest_os_primitives/ |
D | guest_map_shadow.h | 47 void SetExecutable(GuestAddr start, size_t size);
|
/aosp_15_r20/frameworks/libs/binary_translation/kernel_api/ |
D | sys_mman_emulation.cc | 58 shadow->SetExecutable(guest_addr, length); in UpdateGuestProt()
|
/aosp_15_r20/external/vixl/src/ |
H A D | code-buffer-vixl.h | 51 void SetExecutable();
|
H A D | code-buffer-vixl.cc | 97 void CodeBuffer::SetExecutable() { in SetExecutable() function in vixl::CodeBuffer
|
/aosp_15_r20/tools/acloud/internal/lib/ |
H A D | ota_tools.py | 128 utils.SetExecutable(path)
|
H A D | utils.py | 1579 def SetExecutable(path): function 1604 SetExecutable(os.path.join(parent_dir, name))
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Target/ |
D | MemoryRegionInfo.h | 62 void SetExecutable(OptionalBool val) { m_execute = val; } in SetExecutable() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Target/ |
D | MemoryRegionInfo.h | 62 void SetExecutable(OptionalBool val) { m_execute = val; } in SetExecutable() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Target/ |
D | MemoryRegionInfo.h | 62 void SetExecutable(OptionalBool val) { m_execute = val; } in SetExecutable() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Target/ |
D | MemoryRegionInfo.h | 62 void SetExecutable(OptionalBool val) { m_execute = val; } in SetExecutable() function
|
/aosp_15_r20/external/vixl/test/aarch64/ |
H A D | test-assembler-aarch64.h | 250 masm.GetBuffer()->SetExecutable(); \
|
/aosp_15_r20/external/vixl/test/aarch32/ |
H A D | test-simulator-rd-rn-rm-t32.cc | 102 masm.GetBuffer()->SetExecutable(); \
|
H A D | test-simulator-rd-rn-rm-a32.cc | 102 masm.GetBuffer()->SetExecutable(); \
|
H A D | test-simulator-cond-rd-rn-operand-imm12-t32.cc | 102 masm.GetBuffer()->SetExecutable(); \
|