Home
last modified time | relevance | path

Searched refs:state (Results 6801 - 6825 of 7313) sorted by relevance

1...<<271272273274275276277278279280>>...293

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_lower_64bit.cpp1026 static bool store_64bit_intr(nir_src *src, void *state) in store_64bit_intr() argument
1028 bool *s = (bool *)state; in store_64bit_intr()
1033 static bool double2vec2(nir_src *src, UNUSED void *state) in double2vec2() argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_clear.c635 /* SResults 0 & 1 are set based on the stencil compare state. in si_get_htile_clear_value()
668 struct pipe_framebuffer_state *fb = &sctx->framebuffer.state; in si_fast_clear()
928 /* Update the framebuffer state to reflect the change. */ in si_fast_clear()
1107 struct pipe_framebuffer_state *fb = &sctx->framebuffer.state; in si_clear()
1234 util_copy_framebuffer_state(&saved_fb, &sctx->framebuffer.state); in si_try_normal_clear()
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsinfo.c307 /* tri-state 0 : done, 1 : error, -1 : proceed */ in parse_options()
472 printf("\tDevice state: %lu\n", vol->dev->d_state); in ntfs_dump_volume()
474 printf("\tVolume State: %lu\n", vol->state); in ntfs_dump_volume()
518 printf("\tState of FILE_Bitmap Inode: %lu\n", vol->lcnbmp_ni->state); in ntfs_dump_volume()
535 printf("\tAttribute State: %lu\n", vol->lcnbmp_na->state); in ntfs_dump_volume()
/third_party/mesa3d/src/loader/
H A Dloader_dri3_helper.c100 /* Sets the adaptive sync window property state. */
103 uint32_t state) in set_adaptive_sync_property()
115 if (state) in set_adaptive_sync_property()
118 XCB_ATOM_CARDINAL, 32, 1, &state); in set_adaptive_sync_property()
102 set_adaptive_sync_property(xcb_connection_t *conn, xcb_drawable_t drawable, uint32_t state) set_adaptive_sync_property() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_state.c204 assert(so->size <= ARRAY_SIZE(so->state)); in nv50_blend_state_create()
341 assert(so->size <= ARRAY_SIZE(so->state)); in nv50_rasterizer_state_create()
435 assert(so->size <= ARRAY_SIZE(so->state)); in nv50_zsa_state_create()
/third_party/lwip/test/unit/dhcp/
H A Dtest_dhcp.c912 fail_unless(dhcp->state == DHCP_STATE_REQUESTING); in START_TEST()
922 fail_unless(dhcp->state == DHCP_STATE_REQUESTING); in START_TEST()
1033 fail_unless(netif_dhcp_data(&net_test)->state == DHCP_STATE_REQUESTING); in START_TEST()
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-ir.h325 const CompactInterpreterFrameState* state) in CheckpointedInterpreterState()
326 : bytecode_position(bytecode_position), register_frame(state) {} in CheckpointedInterpreterState()
338 CheckpointedInterpreterState state; member in v8::internal::maglev::DeoptInfo
751 // mark the _current_ state of this Node according to the register allocator.
1251 // we set up the interpreter frame state for code generation. At that point we
324 CheckpointedInterpreterState(BytecodeOffset bytecode_position, const CompactInterpreterFrameState* state) CheckpointedInterpreterState() argument
/third_party/node/deps/v8/src/objects/
H A Dbigint.cc1273 bigint::RightShiftState state; in RightShiftByAbsolute() local
1275 bigint::RightShift_ResultLength(GetDigits(x), sign, shift, &state); in RightShiftByAbsolute()
1281 bigint::RightShift(GetRWDigits(result), GetDigits(x), shift, state); in RightShiftByAbsolute() local
/third_party/node/deps/v8/src/parsing/
H A Dpreparser.h1035 V8_INLINE void AddTemplateExpression(TemplateLiteralState* state, in AddTemplateExpression() argument
1037 V8_INLINE void AddTemplateSpan(TemplateLiteralState* state, bool should_cook, in AddTemplateSpan() argument
1040 TemplateLiteralState* state, int start, const PreParserExpression& tag) { in CloseTemplateLiteral()
1039 CloseTemplateLiteral( TemplateLiteralState* state, int start, const PreParserExpression& tag) CloseTemplateLiteral() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Drenderer_utils.cpp960 void ApplyFeatureOverrides(angle::FeatureSetBase *features, const egl::DisplayState &state) in ApplyFeatureOverrides() argument
962 features->overrideFeatures(state.featureOverridesEnabled, true); in ApplyFeatureOverrides()
963 features->overrideFeatures(state.featureOverridesDisabled, false); in ApplyFeatureOverrides()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/
H A Djsimd.h1228 (void *state, JOCTET *buffer, JCOEFPTR block, int last_dc_val,
1232 (void *state, JOCTET *buffer, JCOEFPTR block, int last_dc_val,
1238 (void *state, JOCTET *buffer, JCOEFPTR block, int last_dc_val,
/third_party/python/Modules/_io/
H A Dbufferedio.c111 _PyIO_State *state = IO_STATE(); in bufferediobase_unsupported() local
112 if (state != NULL) in bufferediobase_unsupported()
113 PyErr_SetString(state->unsupported_operation, message); in bufferediobase_unsupported()
123 state.
1245 state at this point. */ in _io__Buffered_seek_impl()
/third_party/python/Python/
H A Dimport.c407 module-specific state). They are still recorded in the extensions
2316 void *state; in exec_builtin_or_dynamic() local
2327 state = PyModule_GetState(mod); in exec_builtin_or_dynamic()
2328 if (state) { in exec_builtin_or_dynamic()
/third_party/python/Modules/
H A D_winapi.c90 void *state = _PyModule_GetState(module); in winapi_get_state() local
91 assert(state != NULL); in winapi_get_state()
92 return (WinApiState *)state; in winapi_get_state()
1869 Wait until the specified object is in the signaled state or
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_er.c1400 data.set_sel_reg.state = WPS_ER_SET_SEL_REG_DONE; in wps_er_http_set_sel_reg_cb()
1407 data.set_sel_reg.state = WPS_ER_SET_SEL_REG_FAILED; in wps_er_http_set_sel_reg_cb()
1543 data.set_sel_reg.state = WPS_ER_SET_SEL_REG_START; in wps_er_set_sel_reg()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_er.c1400 data.set_sel_reg.state = WPS_ER_SET_SEL_REG_DONE; in wps_er_http_set_sel_reg_cb()
1407 data.set_sel_reg.state = WPS_ER_SET_SEL_REG_FAILED; in wps_er_http_set_sel_reg_cb()
1543 data.set_sel_reg.state = WPS_ER_SET_SEL_REG_START; in wps_er_set_sel_reg()
/foundation/multimedia/av_session/services/session/server/
H A Davsession_service.cpp370 std::string state) { SuperLauncher(deviceId, serviceName, extraInfo, state); }); in PullMigrateStub()
739 AppManagerAdapter::GetInstance().SetServiceCallbackForAppStateChange([this] (int uid, int state) { in InitAMS()
740 SLOGD("uid = %{public}d, state = %{public}d", uid, state); in InitAMS()
741 HandleAppStateChange(uid, state); in InitAMS()
989 SLOGI("Call mediaController player in sink side when cast state is connected."); in HandleCallStartEvent()
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_impl.cpp457 MEDIA_LOG_I_SHORT("current state is initialized/stopped SetPlayRangeWithMode start: " in SetPlayRangeWithMode()
535 MEDIA_LOG_I_SHORT("PrepareAsync pipeline state " PUBLIC_LOG_S, StringnessPlayerState(pipelineStates_).c_str()); in PrepareAsync()
773 MEDIA_LOG_D_SHORT("InitialPlay, pending to change state of playing"); in Play()
1068 // change player state to PLAYER_STATE_ERROR when seek error. in NotifySeek()
2418 MEDIA_LOG_I_SHORT("sending pending state change: " PUBLIC_LOG_S, in UpdateStateNoLock()
2422 MEDIA_LOG_I_SHORT("sending newest state change: " PUBLIC_LOG_S, in UpdateStateNoLock()
2451 // Report position firstly to make sure that client can get real position when seek done in playing state. in NotifySeekDone()
2670 void __attribute__((no_sanitize("cfi"))) HiPlayerImpl::OnStateChanged(PlayerStateId state, bool isSystemOperation) in OnStateChanged() argument
2676 } else if ((curState_ == PlayerStateId::EOS) && (state == PlayerStateId::PAUSE)) { in OnStateChanged()
2680 curState_ = state; in OnStateChanged()
[all...]
/third_party/FreeBSD/sys/dev/usb/storage/
H A Dumass.c82 * The protocols are implemented using a state machine, for the transfers as
83 * well as for the resets. The state machine is contained in umass_t_*_callback.
84 * The state machine is started through either umass_command_start() or
347 * The drive does not reset the Unit Attention state after REQUEST
3086 UINT8 state; in umass_status() local
3100 state = USB_GET_STATE(sc->sc_xfer[phase]); in umass_status()
3108 dprintf("/ST:%02d ",state); in umass_status()
3109 if (state == USB_ST_SETUP) { in umass_status()
3111 } else if (state == USB_ST_TRANSFERRED) { in umass_status()
/third_party/rust/crates/syn/src/
H A Dexpr.rs778 fn hash<H: Hasher>(&self, state: &mut H) { in hash()
780 Member::Named(m) => m.hash(state), in hash()
781 Member::Unnamed(m) => m.hash(state), in hash()
831 fn hash<H: Hasher>(&self, state: &mut H) { in hash()
832 self.index.hash(state); in hash()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp2386 TAG_LOGD(AceLogTag::ACE_WEB, "Normal state, drawsize_ : %{public}s", drawSize_.ToString().c_str()); in OnAreaChangedInner()
5695 ScrollResult WebPattern::HandleScroll(float offset, int32_t source, NestedState state, float velocity) in HandleScroll() argument
5698 return HandleScroll(GetNestedScrollParent(), offset, source, state); in HandleScroll()
5702 int32_t source, NestedState state) in HandleScroll()
5714 return parent->HandleScroll(offset, source, state); in HandleScroll()
6323 void WebPattern::SetAccessibilityState(bool state) in SetAccessibilityState() argument
6327 if (!state) { in SetAccessibilityState()
6332 accessibilityState_ = state; in SetAccessibilityState()
6333 delegate_->SetAccessibilityState(state); in SetAccessibilityState()
6337 if (accessibilityState_ != state) { in SetAccessibilityState()
5701 HandleScroll(RefPtr<NestableScrollContainer> parent, float offset, int32_t source, NestedState state) HandleScroll() argument
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_stub.cpp2692 std::string state = Str16ToStr8(data.ReadString16()); in ForceTimeoutForTestInner() local
2693 int result = ForceTimeoutForTest(abilityName, state); in ForceTimeoutForTestInner()
2999 int32_t state = data.ReadInt32(); in SetMissionContinueStateInner() local
3000 int result = SetMissionContinueState(token, static_cast<AAFwk::ContinueState>(state)); in SetMissionContinueStateInner()
3960 bool state = false; in GetAbilityStateByPersistentIdInner() local
3961 int32_t result = GetAbilityStateByPersistentId(persistentId, state); in GetAbilityStateByPersistentIdInner()
3963 if (!reply.WriteBool(state)) { in GetAbilityStateByPersistentIdInner()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_pipeline.c415 /* We allocate fixed-length substreams for shader state, however some
416 * parts of the state may have unbound length. Their additional space
596 /* Upload UBO state for the constant data. */ in tu6_emit_xs()
803 /* TODO: streamout state should be in a non-GMEM draw state */ in tu6_setup_streamout()
2188 /* The static state is ignored if it's dynamic. In that case assume in tu6_emit_rb_mrt_controls()
2387 * created from it, so you can't store any long-lived state there, and you in tu_pipeline_allocate_cs()
3105 VkDynamicState state = dynamic_info->pDynamicStates[i]; in tu_pipeline_builder_parse_dynamic() local
3106 switch (state) { in tu_pipeline_builder_parse_dynamic()
3108 if (state in tu_pipeline_builder_parse_dynamic()
[all...]
/third_party/node/deps/v8/src/execution/
H A Disolate.cc59 #include "src/execution/vm-state-inl.h"
586 // The active stack's jump buffer does not match the current state, use in Iterate()
1486 VMState<EXTERNAL> state(this); in ReportFailedAccessCheck()
1533 VMState<EXTERNAL> state(this); in MayAccess()
1648 VMState<EXTERNAL> state(this); in InvokeApiInterruptCallbacks()
1915 // avoid leaving the stack in an invalid state. in ThrowInternal()
3954 // Create LocalIsolate/LocalHeap for the main thread and set state to Running. in ThrowInternal()
4101 // If we are deserializing, read the state into the now-empty heap. in ThrowInternal()
4138 // Verify that the current heap state (usually deserialized from the snapshot) in ThrowInternal()
5310 StateTag state in ThrowInternal() local
[all...]
/third_party/python/Tools/clinic/
H A Dclinic.py4065 self.state = self.state_dsl_start
4209 self.state(line)
4212 self.state(None)
4238 def next(self, state, line=None):
4239 # real_print(self.state.__name__, "->", state.__name__, ", line=", line)
4240 self.state = state
4242 self.state(line)
4444 # These rules are enforced with a single state variabl
[all...]

Completed in 92 milliseconds

1...<<271272273274275276277278279280>>...293