Home
last modified time | relevance | path

Searched refs:_BuildCommand (Results 1 – 24 of 24) sorted by relevance

/dports/lang/v8/v8-9.6.180.12/build/fuchsia/
H A Dfvdl_target_test.py37 build_command = target._BuildCommand()
60 self.assertIn('--noacceleration', target._BuildCommand())
65 self.assertNotIn('--headless', target._BuildCommand())
70 self.assertIn('--host-gpu', target._BuildCommand())
75 self.assertIn('-N', target._BuildCommand())
81 self.assertIn('--device-proto', target._BuildCommand())
91 build_command = target._BuildCommand()
H A Demu_target.py31 def _BuildCommand(self): member in EmuTarget
39 emu_command = self._BuildCommand()
H A Daemu_target.py55 def _BuildCommand(self): member in AemuTarget
H A Dqemu_target.py169 def _BuildCommand(self): member in QemuTarget
H A Dfvdl_target.py90 def _BuildCommand(self): member in FvdlTarget
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/build/fuchsia/
H A Demu_target.py33 def _BuildCommand(self): member in EmuTarget
43 emu_command = self._BuildCommand()
H A Daemu_target.py32 def _BuildCommand(self): member in AemuTarget
H A Dqemu_target.py150 def _BuildCommand(self): member in QemuTarget
/dports/www/chromium-legacy/chromium-88.0.4324.182/build/fuchsia/
H A Demu_target.py55 def _BuildCommand(self): member in EmuTarget
68 emu_command = self._BuildCommand()
H A Daemu_target.py62 def _BuildCommand(self): member in AemuTarget
H A Dqemu_target.py175 def _BuildCommand(self): member in QemuTarget
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/build/fuchsia/
H A Demu_target.py52 def _BuildCommand(self): member in EmuTarget
65 emu_command = self._BuildCommand()
H A Daemu_target.py53 def _BuildCommand(self): member in AemuTarget
H A Dqemu_target.py167 def _BuildCommand(self): member in QemuTarget
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/AutoGen/
H A DBuildEngine.py260 CommandList = self._BuildCommand(BuildRulePlaceholderDict)
266 CommandList = self._BuildCommand(BuildRulePlaceholderDict)
277 def _BuildCommand(self, Macros): member in FileBuildRule
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/AutoGen/
H A DBuildEngine.py260 CommandList = self._BuildCommand(BuildRulePlaceholderDict)
266 CommandList = self._BuildCommand(BuildRulePlaceholderDict)
277 def _BuildCommand(self, Macros): member in FileBuildRule
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/BaseTools/Source/Python/AutoGen/
H A DBuildEngine.py260 CommandList = self._BuildCommand(BuildRulePlaceholderDict)
266 CommandList = self._BuildCommand(BuildRulePlaceholderDict)
277 def _BuildCommand(self, Macros):
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/Python/AutoGen/
H A DBuildEngine.py265 CommandList = self._BuildCommand(BuildRulePlaceholderDict)
271 CommandList = self._BuildCommand(BuildRulePlaceholderDict)
282 def _BuildCommand(self, Macros): member in FileBuildRule
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/Python/AutoGen/
H A DBuildEngine.py265 CommandList = self._BuildCommand(BuildRulePlaceholderDict)
271 CommandList = self._BuildCommand(BuildRulePlaceholderDict)
282 def _BuildCommand(self, Macros): member in FileBuildRule
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/Python/AutoGen/
H A DBuildEngine.py265 CommandList = self._BuildCommand(BuildRulePlaceholderDict)
271 CommandList = self._BuildCommand(BuildRulePlaceholderDict)
282 def _BuildCommand(self, Macros): member in FileBuildRule
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/Python/AutoGen/
H A DBuildEngine.py265 CommandList = self._BuildCommand(BuildRulePlaceholderDict)
271 CommandList = self._BuildCommand(BuildRulePlaceholderDict)
282 def _BuildCommand(self, Macros): member in FileBuildRule
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/Python/AutoGen/
H A DBuildEngine.py265 CommandList = self._BuildCommand(BuildRulePlaceholderDict)
271 CommandList = self._BuildCommand(BuildRulePlaceholderDict)
282 def _BuildCommand(self, Macros): member in FileBuildRule
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/Python/AutoGen/
H A DBuildEngine.py265 CommandList = self._BuildCommand(BuildRulePlaceholderDict)
271 CommandList = self._BuildCommand(BuildRulePlaceholderDict)
282 def _BuildCommand(self, Macros): member in FileBuildRule
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/BaseTools/Source/Python/AutoGen/
H A DAutoGen.py410 self._BuildCommand = None
638 if self._BuildCommand == None:
640 self._BuildCommand = self.AutoGenObjectList[0].BuildCommand
641 return self._BuildCommand
851 self._BuildCommand = None
1329 if self._BuildCommand == None:
1330 self._BuildCommand = []
1332 self._BuildCommand += SplitOption(self.ToolDefinition["MAKE"]["PATH"])
1336 self._BuildCommand += SplitOption(NewOption)
1337 return self._BuildCommand