Home
last modified time | relevance | path

Searched defs:states (Results 176 – 200 of 8771) sorted by relevance

12345678910>>...351

/dports/emulators/mess/mame-mame0226/src/devices/cpu/m6502/
H A Dm6502make.py191 def save_tables(f, device, states): argument
216 def save_dasm(f, device, states): argument
238 def saves(fname, device, opcodes, states): argument
252 def saved(fname, device, opcodes, states): argument
/dports/emulators/mame/mame-mame0226/src/devices/cpu/m6502/
H A Dm6502make.py191 def save_tables(f, device, states): argument
216 def save_dasm(f, device, states): argument
238 def saves(fname, device, opcodes, states): argument
252 def saved(fname, device, opcodes, states): argument
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/services/src/test/java/org/mozilla/gecko/fxa/login/
H A DTestFxAccountLoginStateMachine.java58 public final LinkedList<State> states; field in TestFxAccountLoginStateMachine.Trace
61 public Trace(LinkedList<State> states, LinkedList<Transition> transitions) { in Trace()
72 final LinkedList<State> states = new LinkedList<State>(this.states); in toString() local
105 final LinkedList<State> states = new LinkedList<State>(); in trace() local
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/tests/background/junit4/src/org/mozilla/gecko/fxa/login/
H A DTestFxAccountLoginStateMachine.java58 public final LinkedList<State> states; field in TestFxAccountLoginStateMachine.Trace
61 public Trace(LinkedList<State> states, LinkedList<Transition> transitions) { in Trace()
72 final LinkedList<State> states = new LinkedList<State>(this.states); in toString() local
105 final LinkedList<State> states = new LinkedList<State>(); in trace() local
/dports/ftp/filezilla/filezilla-3.55.1/src/interface/
H A Dclearprivatedata.cpp69 const std::vector<CState*> *states = CContextManager::Get()->GetAllStates(); in Run() local
118 const std::vector<CState*> *states = CContextManager::Get()->GetAllStates(); in OnTimer() local
155 const std::vector<CState*> *states = CContextManager::Get()->GetAllStates(); in ClearReconnect() local
/dports/net-mgmt/librenms/librenms-21.5.1/includes/discovery/sensors/state/
H A Dcompas.inc.php30 $states = [ variable
56 $states = [ variable
H A Dfortigate.inc.php39 $states = [ variable
78 $states = [ variable
/dports/x11-wm/leftwm/leftwm-0.2.11/leftwm-core/src/display_servers/xlib_display_server/
H A Devent_translate_client_message.rs38 let mut states = xw.get_window_states_atoms(event.window); in from_event() localVariable
61 let states = xw.get_window_states(event.window); in from_event() localVariable
/dports/science/R-cran-Epi/Epi/R/
H A DmcutLexis.R5 new.states = NULL, # Names of the event types (states)
6 precursor.states = transient(L0), # NULL,
7 seq.states = TRUE, # Should state names reflect ordering of events
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/audio_network_adaptor/
H A Daudio_network_adaptor_impl_unittest.cc59 AudioNetworkAdaptorStates states; in CreateAudioNetworkAdaptor() local
99 auto states = CreateAudioNetworkAdaptor(); in TEST() local
146 auto states = CreateAudioNetworkAdaptor(); in TEST() local
163 auto states = CreateAudioNetworkAdaptor(); in TEST() local
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Sandbox/
H A DfutureStatesTrajectoryUsage.cpp9 StatesTrajectory states; in simulate() local
33 StatesTrajectory states = simulate(model, initState, 0.05); in main() local
/dports/security/sslproxy/SSLproxy-0.9.2/tests/testproxy/
H A Dfilter_pass_testset_1.json37 "states": { object
58 "states": { object
78 "states": { object
98 "states": { object
118 "states": { object
138 "states": { object
158 "states": { object
178 "states": { object
198 "states": { object
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/auto_scheduler/
H A Dcost_model.cc45 void RandomModelNode::Predict(const SearchTask& task, const Array<State>& states, in Predict()
65 void PythonBasedModelNode::Predict(const SearchTask& task, const Array<State>& states, in Predict()
71 void PythonBasedModelNode::PredictStages(const SearchTask& task, const Array<State>& states, in PredictStages()
162 .set_body_typed([](CostModel model, SearchTask task, Array<State> states) { in __anon99bc9f3a0402()
/dports/devel/sfml/SFML-2.5.1/src/SFML/Graphics/
H A DRenderTarget.cpp239 void RenderTarget::draw(const Drawable& drawable, const RenderStates& states) in draw()
247 PrimitiveType type, const RenderStates& states) in draw()
325 void RenderTarget::draw(const VertexBuffer& vertexBuffer, const RenderStates& states) in draw()
333 std::size_t vertexCount, const RenderStates& states) in draw()
653 void RenderTarget::setupDraw(bool useVertexCache, const RenderStates& states) in setupDraw()
716 void RenderTarget::cleanupDraw(const RenderStates& states) in cleanupDraw()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/maps/quests/logic/
H A DBringListOfItemsQuestLogic.java179 ConversationStates[] states; in listMissingItems() local
208 …final ConversationStates[] states = new ConversationStates[] {ConversationStates.ATTENDING, Conver… in playerDoesNotWantToGiveItems() local
228 …final ConversationStates[] states = new ConversationStates[] {ConversationStates.ATTENDING, Conver… in playerWantsToGiveItems() local
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/schema/
H A Dqxsdstatemachine.cpp89 QVector<StateId> &states = hash[transition]; in addTransition() local
97 QVector<StateId> &states = m_epsilonTransitions[start]; in addEpsilonTransition() local
259 const QVector<StateId> states = it4.value(); in outputGraph() local
367 const QSet<StateId> states = workStates.takeFirst(); in toDFA() local
410 …ypename XsdStateMachine<TransitionType>::StateType> XsdStateMachine<TransitionType>::states() const in states() function in XsdStateMachine
/dports/misc/py-gluonnlp/gluon-nlp-0.10.0/scripts/machine_translation/
H A Dgnmt.py113 def __call__(self, inputs, states=None, valid_length=None): argument
136 …def forward(self, inputs, states=None, valid_length=None): #pylint: disable=arguments-differ, mis… argument
220 def forward(self, step_input, states): # pylint: disable=arguments-differ argument
255 def hybrid_forward(self, F, step_input, states): #pylint: disable=arguments-differ argument
406 def forward(self, inputs, states, valid_length=None): # pylint: disable=arguments-differ argument
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/source/ads/
H A DAdPlaybackState.java53 @AdState public final int[] states; field in AdPlaybackState.AdGroup
67 int count, @AdState int[] states, @NullableType Uri[] uris, long[] durationsUs) { in AdGroup()
135 @AdState int[] states = copyStatesWithSpaceForAdCount(this.states, count); in withAdCount() local
152 @AdState int[] states = copyStatesWithSpaceForAdCount(this.states, index + 1); in withAdUri() local
175 @AdState int[] states = copyStatesWithSpaceForAdCount(this.states, index + 1); in withAdState() local
215 @AdState int[] states = Arrays.copyOf(this.states, count); in withAllAdsSkipped() local
225 private static @AdState int[] copyStatesWithSpaceForAdCount(@AdState int[] states, int count) { in copyStatesWithSpaceForAdCount()
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/source/ads/
H A DAdPlaybackState.java53 @AdState public final int[] states; field in AdPlaybackState.AdGroup
67 int count, @AdState int[] states, @NullableType Uri[] uris, long[] durationsUs) { in AdGroup()
135 @AdState int[] states = copyStatesWithSpaceForAdCount(this.states, count); in withAdCount() local
152 @AdState int[] states = copyStatesWithSpaceForAdCount(this.states, index + 1); in withAdUri() local
175 @AdState int[] states = copyStatesWithSpaceForAdCount(this.states, index + 1); in withAdState() local
215 @AdState int[] states = Arrays.copyOf(this.states, count); in withAllAdsSkipped() local
225 private static @AdState int[] copyStatesWithSpaceForAdCount(@AdState int[] states, int count) { in copyStatesWithSpaceForAdCount()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/source/ads/
H A DAdPlaybackState.java53 @AdState public final int[] states; field in AdPlaybackState.AdGroup
67 int count, @AdState int[] states, @NullableType Uri[] uris, long[] durationsUs) { in AdGroup()
135 @AdState int[] states = copyStatesWithSpaceForAdCount(this.states, count); in withAdCount() local
152 @AdState int[] states = copyStatesWithSpaceForAdCount(this.states, index + 1); in withAdUri() local
175 @AdState int[] states = copyStatesWithSpaceForAdCount(this.states, index + 1); in withAdState() local
215 @AdState int[] states = Arrays.copyOf(this.states, count); in withAllAdsSkipped() local
225 private static @AdState int[] copyStatesWithSpaceForAdCount(@AdState int[] states, int count) { in copyStatesWithSpaceForAdCount()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/apps/HelloAndroidCamera2/src/com/android/ex/camera2/utils/
H A DStateWaiter.java120 public int waitForAnyOfStates(Collection<Integer> states, final long timeoutMs) { in waitForAnyOfStates()
180 public void appendStateNames(StringBuilder s, Collection<Integer> states) { in appendStateNames()
212 private Collection<Integer> checkStateCollectionInRange(Collection<Integer> states) { in checkStateCollectionInRange()
/dports/games/libretro-scummvm/scummvm-7b1e929/devtools/create_titanic/
H A Dscript_states.cpp513 void writeUpdateStates(const char *name, const UpdateState8 *states) { in writeUpdateStates()
526 void writeUpdateStates(const char *name, const UpdateState12 *states) { in writeUpdateStates()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tests/python/unittest/
H A Dtest_auto_scheduler_evolutionary_search.py45 def predict(self, task, states): argument
91 def predict(self, task, states): argument
/dports/games/scummvm/scummvm-2.5.1/devtools/create_titanic/
H A Dscript_states.cpp507 void writeUpdateStates(const char *name, const UpdateState8 *states) { in writeUpdateStates()
520 void writeUpdateStates(const char *name, const UpdateState12 *states) { in writeUpdateStates()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/muq2/modules/SamplingAlgorithms/src/
H A DAMProposal.cpp21 void AMProposal::Adapt(unsigned int const t, std::vector<std::shared_ptr<SamplingState>> const& sta… in Adapt()
64 …AMProposal::Update(unsigned int const numSamps, std::vector<std::shared_ptr<SamplingState>> const&… in Update()

12345678910>>...351