Home
last modified time | relevance | path

Searched refs:old_command (Results 1 – 25 of 121) sorted by relevance

12345

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sessions/core/
H A Dcommand_storage_manager.cc72 void CommandStorageManager::EraseCommand(SessionCommand* old_command) { in EraseCommand() argument
75 [old_command](const std::unique_ptr<SessionCommand>& command_ptr) { in EraseCommand()
76 return command_ptr.get() == old_command; in EraseCommand()
83 SessionCommand* old_command, in SwapCommand() argument
87 [old_command](const std::unique_ptr<SessionCommand>& command_ptr) { in SwapCommand()
88 return command_ptr.get() == old_command; in SwapCommand()
H A Dcommand_storage_manager.h79 void EraseCommand(SessionCommand* old_command);
84 void SwapCommand(SessionCommand* old_command,
/dports/misc/thefuck/thefuck-3.31/thefuck/rules/
H A Dno_command.py22 old_command = command.script_parts[0]
26 old_command, _get_used_executables(command),
34 new_cmds += [cmd for cmd in get_close_matches(old_command,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/sessions/core/
H A Dcommand_storage_manager.cc95 void CommandStorageManager::EraseCommand(SessionCommand* old_command) { in EraseCommand() argument
98 [old_command](const std::unique_ptr<SessionCommand>& command_ptr) { in EraseCommand()
99 return command_ptr.get() == old_command; in EraseCommand()
106 SessionCommand* old_command, in SwapCommand() argument
110 [old_command](const std::unique_ptr<SessionCommand>& command_ptr) { in SwapCommand()
111 return command_ptr.get() == old_command; in SwapCommand()
H A Dcommand_storage_manager.h79 void EraseCommand(SessionCommand* old_command);
84 void SwapCommand(SessionCommand* old_command,
/dports/devel/pthreadpool/pthreadpool-0.1-126-gb8374f8/src/
H A Dwindows.c248 const uint32_t old_command = pthreadpool_load_relaxed_uint32_t(&threadpool->command); in pthreadpool_parallelize() local
249 …const uint32_t new_command = ~(old_command | THREADPOOL_COMMAND_MASK) | threadpool_command_paralle… in pthreadpool_parallelize()
258 const uint32_t event_index = (old_command >> 31); in pthreadpool_parallelize()
325 const uint32_t old_command = pthreadpool_load_relaxed_uint32_t(&threadpool->command); in pthreadpool_destroy() local
333 const uint32_t event_index = (old_command >> 31); in pthreadpool_destroy()
/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Di8155.cpp468 uint8_t old_command = std::exchange(m_command, data); in write_command() local
476 if ((data & COMMAND_PA) && (~old_command & COMMAND_PA)) in write_command()
478 if ((data & COMMAND_PB) && (~old_command & COMMAND_PB)) in write_command()
489 if ((old_command & COMMAND_PC_MASK) != COMMAND_PC_ALT_2) in write_command()
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Di8155.cpp468 uint8_t old_command = std::exchange(m_command, data); in write_command() local
476 if ((data & COMMAND_PA) && (~old_command & COMMAND_PA)) in write_command()
478 if ((data & COMMAND_PB) && (~old_command & COMMAND_PB)) in write_command()
489 if ((old_command & COMMAND_PC_MASK) != COMMAND_PC_ALT_2) in write_command()
/dports/x11-wm/i3-gaps/i3-4.20.1/i3bar/src/
H A Dipc.c203 char *old_command = config.command; in got_bar_config_update() local
217 if (strings_differ(old_command, config.command)) { in got_bar_config_update()
222 free(old_command); in got_bar_config_update()
/dports/x11-wm/i3/i3-4.20.1/i3bar/src/
H A Dipc.c203 char *old_command = config.command; in got_bar_config_update() local
217 if (strings_differ(old_command, config.command)) { in got_bar_config_update()
222 free(old_command); in got_bar_config_update()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/events/
H A Daccessibility_event_rewriter.cc80 SwitchAccessCommand old_command = val.second; in SetKeyCodesForSwitchAccessCommand() local
83 if (old_command != command) { in SetKeyCodesForSwitchAccessCommand()
95 if (old_command == command) { in SetKeyCodesForSwitchAccessCommand()
/dports/x11/alltray/alltray-0.70/src/
H A Dmain.c163 gchar *old_command=NULL; in command_line_init() local
278 old_command=win->command; in command_line_init()
282 old_command=win->command; in command_line_init()
293 g_free (old_command); in command_line_init()
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/agent/
H A Dextend.h13 char *old_command; member
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/drivers/pci/
H A Dpci.c194 unsigned int old_command; in pci_hose_config_device() local
274 pci_hose_read_config_dword(hose, dev, PCI_COMMAND, &old_command); in pci_hose_config_device()
276 (old_command & 0xffff0000) | command); in pci_hose_config_device()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/drivers/pci/
H A Dpci.c194 unsigned int old_command; in pci_hose_config_device() local
274 pci_hose_read_config_dword(hose, dev, PCI_COMMAND, &old_command); in pci_hose_config_device()
276 (old_command & 0xffff0000) | command); in pci_hose_config_device()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/drivers/pci/
H A Dpci.c194 unsigned int old_command; in pci_hose_config_device() local
274 pci_hose_read_config_dword(hose, dev, PCI_COMMAND, &old_command); in pci_hose_config_device()
276 (old_command & 0xffff0000) | command); in pci_hose_config_device()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/drivers/pci/
H A Dpci.c196 unsigned int old_command; in pci_hose_config_device() local
276 pci_hose_read_config_dword(hose, dev, PCI_COMMAND, &old_command); in pci_hose_config_device()
278 (old_command & 0xffff0000) | command); in pci_hose_config_device()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/drivers/pci/
H A Dpci.c196 unsigned int old_command; in pci_hose_config_device() local
276 pci_hose_read_config_dword(hose, dev, PCI_COMMAND, &old_command); in pci_hose_config_device()
278 (old_command & 0xffff0000) | command); in pci_hose_config_device()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/drivers/pci/
H A Dpci.c196 unsigned int old_command; in pci_hose_config_device() local
276 pci_hose_read_config_dword(hose, dev, PCI_COMMAND, &old_command); in pci_hose_config_device()
278 (old_command & 0xffff0000) | command); in pci_hose_config_device()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/drivers/pci/
H A Dpci.c196 unsigned int old_command; in pci_hose_config_device() local
276 pci_hose_read_config_dword(hose, dev, PCI_COMMAND, &old_command); in pci_hose_config_device()
278 (old_command & 0xffff0000) | command); in pci_hose_config_device()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/drivers/pci/
H A Dpci.c196 unsigned int old_command; in pci_hose_config_device() local
276 pci_hose_read_config_dword(hose, dev, PCI_COMMAND, &old_command); in pci_hose_config_device()
278 (old_command & 0xffff0000) | command); in pci_hose_config_device()
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/drivers/pci/
H A Dpci.c196 unsigned int old_command; in pci_hose_config_device() local
276 pci_hose_read_config_dword(hose, dev, PCI_COMMAND, &old_command); in pci_hose_config_device()
278 (old_command & 0xffff0000) | command); in pci_hose_config_device()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/drivers/pci/
H A Dpci.c196 unsigned int old_command; in pci_hose_config_device() local
276 pci_hose_read_config_dword(hose, dev, PCI_COMMAND, &old_command); in pci_hose_config_device()
278 (old_command & 0xffff0000) | command); in pci_hose_config_device()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/drivers/pci/
H A Dpci.c196 unsigned int old_command; in pci_hose_config_device() local
276 pci_hose_read_config_dword(hose, dev, PCI_COMMAND, &old_command); in pci_hose_config_device()
278 (old_command & 0xffff0000) | command); in pci_hose_config_device()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/drivers/pci/
H A Dpci.c196 unsigned int old_command; in pci_hose_config_device() local
276 pci_hose_read_config_dword(hose, dev, PCI_COMMAND, &old_command); in pci_hose_config_device()
278 (old_command & 0xffff0000) | command); in pci_hose_config_device()

12345