Home
last modified time | relevance | path

Searched refs:CMD_STOP (Results 1 – 25 of 272) sorted by relevance

1234567891011

/dports/cad/openfpgaloader/openFPGALoader-0.6.1/src/
H A DdirtyJtag.cpp30 CMD_STOP = 0x00, enumerator
111 CMD_STOP}; in getVersion()
159 CMD_STOP}; in setClkFreq()
198 buf[buffer_idx++] = CMD_STOP; in writeTMS()
218 CMD_STOP}; in toggleClk()
338 CMD_STOP, in writeTDI()
361 buf[3] = CMD_STOP; in writeTDI()
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/issue1051/
H A Dpsi_common_i2c_master_tb.vhd258 ApplyCmd(CMD_STOP, X"00", 'X', CmdVld, CmdRdy, CmdType, CmdData, CmdAck);
273 ApplyCmd(CMD_STOP, X"00", 'X', CmdVld, CmdRdy, CmdType, CmdData, CmdAck);
283 ApplyCmd(CMD_STOP, X"00", 'X', CmdVld, CmdRdy, CmdType, CmdData, CmdAck);
299 ApplyCmd(CMD_STOP, X"00", 'X', CmdVld, CmdRdy, CmdType, CmdData, CmdAck);
309 ApplyCmd(CMD_STOP, X"00", 'X', CmdVld, CmdRdy, CmdType, CmdData, CmdAck);
325 ApplyCmd(CMD_STOP, X"00", 'X', CmdVld, CmdRdy, CmdType, CmdData, CmdAck);
335 ApplyCmd(CMD_STOP, X"00", 'X', CmdVld, CmdRdy, CmdType, CmdData, CmdAck);
347 ApplyCmd(CMD_STOP, X"00", 'X', CmdVld, CmdRdy, CmdType, CmdData, CmdAck);
367 ApplyCmd(CMD_STOP, X"00", 'X', CmdVld, CmdRdy, CmdType, CmdData, CmdAck);
379 ApplyCmd(CMD_STOP, X"00", 'X', CmdVld, CmdRdy, CmdType, CmdData, CmdAck);
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/sun/management/jmxremote/startstop/
H A DJMXStartStopTest.java407 private static final String CMD_STOP = "ManagementAgent.stop"; field in JMXStartStopTest
428 jcmd(CMD_STOP); in test_01()
568 jcmd(CMD_STOP); in test_06()
569 jcmd(CMD_STOP); in test_06()
644 jcmd(CMD_STOP); in test_08()
680 jcmd(CMD_STOP); in test_09()
715 jcmd(CMD_STOP); in test_10()
722 jcmd(CMD_STOP); in test_10()
747 jcmd(CMD_STOP); in test_11()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/sun/management/jmxremote/startstop/
H A DJMXStartStopTest.java407 private static final String CMD_STOP = "ManagementAgent.stop"; field in JMXStartStopTest
428 jcmd(CMD_STOP); in test_01()
568 jcmd(CMD_STOP); in test_06()
569 jcmd(CMD_STOP); in test_06()
644 jcmd(CMD_STOP); in test_08()
680 jcmd(CMD_STOP); in test_09()
715 jcmd(CMD_STOP); in test_10()
722 jcmd(CMD_STOP); in test_10()
747 jcmd(CMD_STOP); in test_11()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/samples/roses/
H A Dclroses.py75 CMD_STOP, CMD_GO = range(2) variable in rose
76 cmd_state = CMD_STOP
222 if self.cmd_state == self.CMD_STOP:
226 self.cmd_state = self.CMD_STOP
233 if self.cmd_state == self.CMD_STOP:
250 if self.cmd_state == self.CMD_STOP:
/dports/games/spring/spring_98.0/rts/Sim/Units/CommandAI/
H A DFactoryCAI.cpp178 if (cmdID != CMD_STOP) { in GiveCommandReal()
234 commandQue[cmdNum] = Command(CMD_STOP); in GiveCommandReal()
241 commandQue[cmdNum] = Command(CMD_STOP); in GiveCommandReal()
312 cmd = Command(CMD_STOP); in RemoveBuildCommand()
323 const Command frontCommand = commandQue.empty()? Command(CMD_STOP): commandQue.front(); in DecreaseQueueCount()
389 case CMD_STOP: { in SlowUpdate()
/dports/audio/festalon/festalon/src/drivers/
H A Dxmms.c37 #define CMD_STOP 0x4000 macro
118 if(command&CMD_STOP) in FESTAD_Update()
193 command=CMD_STOP; in stop()
/dports/deskutils/dstask/dstask-0.24.1/
H A Dconst.go39 CMD_STOP = "stop" const
150 CMD_STOP,
/dports/www/dillo2/dillo-3.0.5/dpid/
H A Ddpidc.c18 char *CMD_STOP = "<cmd='DpiBye' '>"; variable
96 strcpy(buffer, CMD_STOP); in main()
/dports/multimedia/libbluray/libbluray-1.3.0/src/libbluray/bdj/java/org/videolan/
H A DBDJAppProxy.java93 AppCommand cmd = new AppCommand(AppCommand.CMD_STOP, new Boolean(force)); in stop()
142 AppCommand cmd = new AppCommand(AppCommand.CMD_STOP, new Boolean(true)); in release()
343 case AppCommand.CMD_STOP: in run()
424 public static final int CMD_STOP = 3; field in BDJAppProxy.AppCommand
/dports/multimedia/handbrake/libbluray-1.3.0/src/libbluray/bdj/java/org/videolan/
H A DBDJAppProxy.java93 AppCommand cmd = new AppCommand(AppCommand.CMD_STOP, new Boolean(force)); in stop()
142 AppCommand cmd = new AppCommand(AppCommand.CMD_STOP, new Boolean(true)); in release()
343 case AppCommand.CMD_STOP: in run()
424 public static final int CMD_STOP = 3; field in BDJAppProxy.AppCommand
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/ThirdParty/DirectShowSamples/
H A Dsource.h135 enum Command {CMD_INIT, CMD_PAUSE, CMD_RUN, CMD_STOP, CMD_EXIT}; enumerator
140 HRESULT Stop(void) { return CallWorker(CMD_STOP); } in Stop()
/dports/net/yate/yate-6.4.0-1/libs/ysig/
H A Dtestpart.cpp28 #define CMD_STOP 0 macro
35 { "stop", CMD_STOP, },
164 case CMD_STOP: in control()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/packetengines/
H A Dyellowfin.c290 CMD_NOP=0x60000000, CMD_STOP=0x70000000, enumerator
758 yp->rx_ring[i-1].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_init_ring()
766 yp->tx_ring[i].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_init_ring()
771 yp->tx_ring[--i].dbdma_cmd = cpu_to_le32(CMD_STOP | BRANCH_ALWAYS); in yellowfin_init_ring()
779 yp->tx_ring[j].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_init_ring()
847 yp->tx_ring[0].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_start_xmit()
851 yp->tx_ring[entry+1].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_start_xmit()
867 yp->tx_ring[next_entry<<1].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_start_xmit()
1174 yp->rx_ring[entry].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_rx()
1266 yp->rx_ring[i].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_close()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/packetengines/
H A Dyellowfin.c290 CMD_NOP=0x60000000, CMD_STOP=0x70000000, enumerator
758 yp->rx_ring[i-1].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_init_ring()
766 yp->tx_ring[i].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_init_ring()
771 yp->tx_ring[--i].dbdma_cmd = cpu_to_le32(CMD_STOP | BRANCH_ALWAYS); in yellowfin_init_ring()
779 yp->tx_ring[j].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_init_ring()
847 yp->tx_ring[0].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_start_xmit()
851 yp->tx_ring[entry+1].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_start_xmit()
867 yp->tx_ring[next_entry<<1].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_start_xmit()
1174 yp->rx_ring[entry].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_rx()
1266 yp->rx_ring[i].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_close()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/packetengines/
H A Dyellowfin.c290 CMD_NOP=0x60000000, CMD_STOP=0x70000000, enumerator
758 yp->rx_ring[i-1].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_init_ring()
766 yp->tx_ring[i].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_init_ring()
771 yp->tx_ring[--i].dbdma_cmd = cpu_to_le32(CMD_STOP | BRANCH_ALWAYS); in yellowfin_init_ring()
779 yp->tx_ring[j].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_init_ring()
847 yp->tx_ring[0].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_start_xmit()
851 yp->tx_ring[entry+1].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_start_xmit()
867 yp->tx_ring[next_entry<<1].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_start_xmit()
1174 yp->rx_ring[entry].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_rx()
1266 yp->rx_ring[i].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_close()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/management/jmxremote/startstop/
H A DManagementAgentJcmd.java44 private static final String CMD_STOP = "ManagementAgent.stop"; field in ManagementAgentJcmd
108 return jcmd(CMD_STOP); in stop()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sun/management/jmxremote/startstop/
H A DManagementAgentJcmd.java44 private static final String CMD_STOP = "ManagementAgent.stop"; field in ManagementAgentJcmd
108 return jcmd(CMD_STOP); in stop()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sun/management/jmxremote/startstop/
H A DManagementAgentJcmd.java44 private static final String CMD_STOP = "ManagementAgent.stop"; field in ManagementAgentJcmd
108 return jcmd(CMD_STOP); in stop()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sun/management/jmxremote/startstop/
H A DManagementAgentJcmd.java44 private static final String CMD_STOP = "ManagementAgent.stop"; field in ManagementAgentJcmd
108 return jcmd(CMD_STOP); in stop()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sun/management/jmxremote/startstop/
H A DManagementAgentJcmd.java44 private static final String CMD_STOP = "ManagementAgent.stop"; field in ManagementAgentJcmd
108 return jcmd(CMD_STOP); in stop()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sun/management/jmxremote/startstop/
H A DManagementAgentJcmd.java44 private static final String CMD_STOP = "ManagementAgent.stop"; field in ManagementAgentJcmd
108 return jcmd(CMD_STOP); in stop()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/management/jmxremote/startstop/
H A DManagementAgentJcmd.java44 private static final String CMD_STOP = "ManagementAgent.stop"; field in ManagementAgentJcmd
108 return jcmd(CMD_STOP); in stop()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sun/management/jmxremote/startstop/
H A DManagementAgentJcmd.java44 private static final String CMD_STOP = "ManagementAgent.stop"; field in ManagementAgentJcmd
108 return jcmd(CMD_STOP); in stop()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jshell/share/classes/jdk/jshell/execution/
H A DRemoteCodes.java71 static final String CMD_STOP = "CMD_STOP"; field in RemoteCodes

1234567891011