Home
last modified time | relevance | path

Searched refs:source_state (Results 1 – 25 of 100) sorted by relevance

1234

/dports/science/py-pymol/pymol-open-source-2.4.0/test/inp/
H A DC1080isomore.pml35 isomesh m9,tst1,state=-1,source_state=1
37 isomesh m7,tst1,state=4,source_state=1
39 isomesh m7,tst6,state=3,source_state=1
41 isomesh m7,tst5,state=2,source_state=4
43 isomesh m7,tst2,state=1,source_state=2
55 isomesh m5a,tst5,source_state=1
71 isosurface s5a,tst5,source_state=1
77 isosurface s7,tst1,state=4,source_state=1
79 isosurface s7,tst6,state=3,source_state=1
81 isosurface s7,tst5,state=2,source_state=4
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/vr/windows_mixed_reality/
H A Dmixed_reality_input_helper.cc52 data.pressed = source_state->IsSelectPressed(); in GetWebXRGamepad()
54 data.value = source_state->SelectPressedValue(); in GetWebXRGamepad()
60 data.pressed = source_state->IsGrasped(); in GetWebXRGamepad()
68 if (!source_state->SupportsControllerProperties()) in GetWebXRGamepad()
73 data.pressed = source_state->IsThumbstickPressed(); in GetWebXRGamepad()
79 data.x_axis = source_state->ThumbstickX(); in GetWebXRGamepad()
80 data.y_axis = -source_state->ThumbstickY(); in GetWebXRGamepad()
85 data.pressed = source_state->IsTouchpadPressed(); in GetWebXRGamepad()
86 data.touched = source_state->IsTouchpadTouched() || data.pressed; in GetWebXRGamepad()
93 data.x_axis = source_state->TouchpadX(); in GetWebXRGamepad()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/vr/windows_mixed_reality/
H A Dmixed_reality_input_helper.cc52 data.pressed = source_state->IsSelectPressed(); in GetWebXRGamepad()
54 data.value = source_state->SelectPressedValue(); in GetWebXRGamepad()
60 data.pressed = source_state->IsGrasped(); in GetWebXRGamepad()
68 if (!source_state->SupportsControllerProperties()) in GetWebXRGamepad()
73 data.pressed = source_state->IsThumbstickPressed(); in GetWebXRGamepad()
79 data.x_axis = source_state->ThumbstickX(); in GetWebXRGamepad()
80 data.y_axis = -source_state->ThumbstickY(); in GetWebXRGamepad()
85 data.pressed = source_state->IsTouchpadPressed(); in GetWebXRGamepad()
86 data.touched = source_state->IsTouchpadTouched() || data.pressed; in GetWebXRGamepad()
93 data.x_axis = source_state->TouchpadX(); in GetWebXRGamepad()
[all …]
/dports/security/webfwlog/webfwlog-1.1.1/webfwlog/
H A Dindex.php204 $source_state = array(); variable
206 $source_state["data_source"] = "{$FWLOG["data_source"]}";
208 $source_state["data_tables"] = $FWLOG["data_tables"];
210 $source_state["syslog_file"] = "{$FWLOG["syslog_file"]}";
211 $_SESSION["fwlog_source"] = $source_state;
/dports/net/samba412/samba-4.12.15/source3/torture/
H A Dmsg_source.c27 struct source_state {
45 struct source_state *state; in sink_send()
47 req = tevent_req_create(mem_ctx, &state, struct source_state); in sink_send()
72 struct source_state *state = tevent_req_data(
73 req, struct source_state);
/dports/graphics/clutter/clutter-1.26.4/clutter/deprecated/
H A Dclutter-state.c324 return pb->source_state - pa->source_state; in sort_props_func()
417 State *source_state = NULL; in clutter_state_remove_key_internal() local
451 && (source_state == NULL || (source_state == key->source_state)) in clutter_state_remove_key_internal()
581 if (key->source_state != NULL && in clutter_state_new_frame()
1222 State *source_state = NULL; in clutter_state_set_key() local
1242 state_key->source_state = source_state; in clutter_state_set_key()
1311 State *source_state = NULL; in clutter_state_get_keys() local
1342 source_state == key->source_state) && in clutter_state_get_keys()
1874 if (state_key->source_state != NULL) in clutter_state_key_get_source_state_name()
2093 State *source_state, *target_state; in parse_state_transition() local
[all …]
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/deprecated/
H A Dclutter-state.c324 return pb->source_state - pa->source_state; in sort_props_func()
417 State *source_state = NULL; in clutter_state_remove_key_internal() local
451 && (source_state == NULL || (source_state == key->source_state)) in clutter_state_remove_key_internal()
581 if (key->source_state != NULL && in clutter_state_new_frame()
1222 State *source_state = NULL; in clutter_state_set_key() local
1242 state_key->source_state = source_state; in clutter_state_set_key()
1311 State *source_state = NULL; in clutter_state_get_keys() local
1342 source_state == key->source_state) && in clutter_state_get_keys()
1874 if (state_key->source_state != NULL) in clutter_state_key_get_source_state_name()
2093 State *source_state, *target_state; in parse_state_transition() local
[all …]
/dports/audio/rhvoice/RHVoice-1.2.4/src/core/
H A Dfst.cpp124 if(current_arc==source_state->end()) in next()
128 if(current_arc==source_state->end()) in next()
131 current_arc=source_state->find_arc(0); in next()
138 current_arc=source_state->end(); in next()
140 current_arc=source_state->find_arc(0); in next()
/dports/audio/rhvoice/RHVoice-1.2.4/src/include/core/
H A Dfst.hpp145 source_state(sstate), in arc_filter()
146 current_arc(source_state->find_arc(isymbol)) in arc_filter()
148 if(current_arc==source_state->end()) in arc_filter()
149 current_arc=source_state->find_arc(0); in arc_filter()
161 return (current_arc==source_state->end()); in done()
164 state_iterator source_state; member in RHVoice::fst::arc_filter
/dports/science/py-pymol/pymol-open-source-2.4.0/modules/pymol/
H A Dcreating.py512 state=1, carve=None, source_state=0, quiet=1, _self=cmd): argument
567 int(source_state)-1,int(quiet),
571 state=1, carve=None, source_state=0, quiet=1, _self=cmd): argument
631 int(source_state)-1,int(quiet))
671 def slice_new(name, map, state=1, source_state=0, _self=cmd): argument
711 carve=None, source_state=0, side=1, mode=3, quiet=1, argument
762 carve=None,source_state=0,quiet=1,_self=cmd): argument
800 float(carve),int(source_state)-1,int(quiet),
827 carve=None, source_state=0, quiet=1, _self=cmd): argument
956 def create(name, selection, source_state=0, argument
[all …]
H A Dcomputing.py167 source_state=1, target_state=state)
231 self_cmd.create(clean_obj, clean2_sele, zoom=0, source_state=state,target_state=1)
250 source_state=1, target_state=state)
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/exclusive_access/
H A Dfullscreen_controller_state_test.cc219 State source_state = state_; in TransitionAStepTowardState() local
220 if (source_state == destination_state) in TransitionAStepTowardState()
223 StateTransitionInfo next = NextTransitionInShortestPath(source_state, in TransitionAStepTowardState()
229 << GetStateString(source_state) << ", " in TransitionAStepTowardState()
252 State source_state = state_; in InvokeEvent() local
253 State next_state = transition_table_[source_state][event]; in InvokeEvent()
255 EXPECT_FALSE(ShouldSkipStateAndEventPair(source_state, event)) in InvokeEvent()
288 state_ = source_state; in InvokeEvent()
/dports/net/py-h11/h11-0.12.0/docs/source/
H A Dmake-state-diagrams.py115 for (source_state, t) in EVENT_TRIGGERED_TRANSITIONS[role].items():
121 and source_state is not target_state):
124 if (event_type is Response and source_state is IDLE):
142 edges.e(source_state, target_state, name, color,
/dports/security/webfwlog/webfwlog-1.1.1/webfwlog/include/
H A Dstate.php288 $source_state = array(); variable
290 $source_state["data_source"] = "{$_GET["data_source"]}";
292 $source_state["data_tables"] = explode (" ","{$_GET["data_table"]}");
294 $source_state["syslog_file"] = "{$_GET["syslog_file"]}";
295 $_SESSION["fwlog_source"] = $source_state;
/dports/net-mgmt/librenms/librenms-21.5.1/tests/snmpsim/
H A Dlinux_chronyd.snmprec7source_state": "*", "source_name": "PPS", "stratum": "0", "polling_rate": "3", "reachability": "37…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/indexeddb/
H A Didb_request_test.cc512 AsyncTraceStateForTesting source_state; in TEST() local
514 size_t id = source_state.PopulateForNewEvent(event_name); in TEST()
516 AsyncTraceStateForTesting state(std::move(source_state)); in TEST()
519 EXPECT_TRUE(source_state.IsEmpty()); in TEST()
523 AsyncTraceStateForTesting source_state; in TEST() local
525 size_t id = source_state.PopulateForNewEvent(event_name); in TEST()
530 state = std::move(source_state); in TEST()
533 EXPECT_TRUE(source_state.IsEmpty()); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/indexeddb/
H A Didb_request_test.cc512 AsyncTraceStateForTesting source_state; in TEST() local
514 size_t id = source_state.PopulateForNewEvent(event_name); in TEST()
516 AsyncTraceStateForTesting state(std::move(source_state)); in TEST()
519 EXPECT_TRUE(source_state.IsEmpty()); in TEST()
523 AsyncTraceStateForTesting source_state; in TEST() local
525 size_t id = source_state.PopulateForNewEvent(event_name); in TEST()
530 state = std::move(source_state); in TEST()
533 EXPECT_TRUE(source_state.IsEmpty()); in TEST()
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DSound.cpp508 ALenum source_state; in PlaySound() local
583 alGetSourcei(m_sources[m_i], AL_SOURCE_STATE, &source_state); in PlaySound()
584 if ((source_state != AL_PLAYING) && (source_state != AL_PAUSED)) { in PlaySound()
594 source_state = alGetError(); in PlaySound()
595 if (source_state != AL_NONE) in PlaySound()
596 ErrorLogger() << "PlaySound: OpenAL ERROR: " << alGetString(source_state); in PlaySound()
/dports/games/spacezero/spacezero/src/
H A Dstreamsound.c173 ALenum source_state; in Stream() local
256 alGetSourcei ( streamsource[0], AL_SOURCE_STATE, &source_state ); in Stream()
257 if ( source_state != AL_PLAYING ){ in Stream()
/dports/science/py-pymol/pymol-open-source-2.4.0/layer5/
H A DPyMOL.h388 const char *selection, int source_state,
502 int source_state, int target_state, int quiet,
520 int source_state, int quiet);
524 int source_state, int quiet);
528 int state, float carve, int source_state, int side,
534 int source_state, int quiet);
/dports/lang/nyan/nyan-3c263e2/nyan/
H A Dstate.cpp52 void State::update(std::shared_ptr<State> &&source_state) { in update() argument
55 for (auto &it : source_state.get()->objects) { in update()
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/l10n_it_edi/tests/
H A Dtest_ir_mail_server.py134 def _test_receipt(self, receipt_type, source_state, destination_state): argument
138 self.invoice.l10n_it_send_state = source_state
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/vr/windows_mixed_reality/wrappers/
H A Dwmr_input_source_state.cc30 ComPtr<ISpatialInteractionSourceState> source_state) in WMRInputSourceStateImpl() argument
31 : source_state_(source_state) { in WMRInputSourceStateImpl()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/vr/windows_mixed_reality/wrappers/
H A Dwmr_input_source_state.cc30 ComPtr<ISpatialInteractionSourceState> source_state) in WMRInputSourceStateImpl() argument
31 : source_state_(source_state) { in WMRInputSourceStateImpl()
/dports/multimedia/mpv/mpv-0.34.1/audio/out/
H A Dao_openal.c366 ALint source_state = 0; in get_state() local
367 alGetSourcei(source, AL_SOURCE_STATE, &source_state); in get_state()
368 state->playing = source_state == AL_PLAYING; in get_state()

1234