Home
last modified time | relevance | path

Searched refs:state (Results 17826 - 17850 of 20560) sorted by relevance

1...<<711712713714715716717718719720>>...823

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-string-gen.cc906 RegExpBuiltinsAssembler regexp_asm(state()); in MaybeCallFunctionAtSymbol()
1158 RegExpMatchAllAssembler regexp_asm(state()); in TF_BUILTIN()
1265 ToDirectStringAssembler to_direct(state(), subject_string); in StringToArray()
1636 ToDirectStringAssembler to_direct(state(), string); in SubString()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_vbuf.c117 /* Which buffers are used by the vertex element state. */
181 /* If non-NULL, this is a vertex element state used for the translate
202 static void u_vbuf_delete_vertex_elements(void *ctx, void *state,
383 * its own preprocessed state per vertex element CSO. */
393 /* need to include the count into the stored state data too. */ in u_vbuf_set_vertex_elements_internal()
402 memcpy(&cso->state, velems, key_size); in u_vbuf_set_vertex_elements_internal()
962 static void u_vbuf_delete_vertex_elements(void *ctx, void *state, in u_vbuf_delete_vertex_elements() argument
966 struct cso_velements *cso = (struct cso_velements*)state; in u_vbuf_delete_vertex_elements()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_query.c1571 struct pipe_compute_state state = {}; in r600_create_query_result_shader() local
1584 state.ir_type = PIPE_SHADER_IR_TGSI; in r600_create_query_result_shader()
1585 state.prog = tokens; in r600_create_query_result_shader()
1587 rctx->query_result_shader = rctx->b.create_compute_state(&rctx->b, &state); in r600_create_query_result_shader()
/third_party/node/deps/uv/src/win/
H A Dtty.c233 /* Obtain the tty_output_lock because the virtual window state is shared in uv_tty_init()
265 /* Init keycode-to-vt100 mapper state. */ in uv_tty_init()
274 /* Init utf8-to-utf16 conversion state. */ in uv_tty_init()
278 /* Initialize eol conversion state */ in uv_tty_init()
281 /* Init ANSI parser state. */ in uv_tty_init()
343 /* Save the cursor size and the cursor state. */ in uv__tty_capture_initial_style()
551 screen state to undo the visual effect of the VK_RETURN */ in uv_tty_line_read_thread()
1094 writes don't interfere with the screen state. It will be the ReadConsole in uv__cancel_read_console()
1106 /* Save screen state before sending the VK_RETURN event */ in uv__cancel_read_console()
1305 /* Reset the cursor size and the cursor state in uv__tty_reset()
2443 uv_tty_set_vterm_state(uv_tty_vtermstate_t state) global() argument
2450 uv_tty_get_vterm_state(uv_tty_vtermstate_t* state) global() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DFramebufferGL.cpp191 bool RequiresMultiviewClear(const FramebufferState &state, bool scissorTestEnabled) in RequiresMultiviewClear() argument
196 for (const FramebufferAttachment &colorAttachment : state.getColorAttachments()) in RequiresMultiviewClear()
210 const FramebufferAttachment *depthAttachment = state.getDepthAttachment(); in RequiresMultiviewClear()
221 const FramebufferAttachment *stencilAttachment = state.getStencilAttachment(); in RequiresMultiviewClear()
1248 // Don't need to sync state for the default FBO. in syncState()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DSurfaceVk.cpp395 const gl::FramebufferState &state) in createDefaultFramebuffer()
400 return FramebufferVk::CreateUserFBO(renderer, state); in createDefaultFramebuffer()
1007 // Notify the parent classes of the surface's new state. in recreateSwapchain()
1388 const gl::FramebufferState &state) in createDefaultFramebuffer()
1391 return FramebufferVk::CreateDefaultFBO(renderer, state, this); in createDefaultFramebuffer()
1733 // Note return errors is early exit may leave new Image and Swapchain in unknown state. in acquireNextSwapchainImage()
394 createDefaultFramebuffer(const gl::Context *context, const gl::FramebufferState &state) createDefaultFramebuffer() argument
1387 createDefaultFramebuffer(const gl::Context *context, const gl::FramebufferState &state) createDefaultFramebuffer() argument
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dps.c241 char state; member
344 {"S", "Process state:\n"
350 {"STAT", "Process state (S) plus:\n"
566 *s++ = tb->state; in string_field()
701 // and the second and third (name and state) are the only non-numeric fields. in get_ps()
708 if (1>sscanf(s = end, ") %c%n", &tb->state, &i)) return 0; in get_ps()
1523 int bold = !FLAG(b) && mix.tb[i+topoff]->state == 'R'; in top_common()
/third_party/toybox/toys/pending/
H A Dvi.c403 int state = 0, finished = 0; in text_codepoint() local
405 for (;!(finished = utf8_dec(text_byte(offset), scratch, &state)); offset++) in text_codepoint()
406 if (!state) return -1; in text_codepoint()
408 if (!finished && !state) return -1; in text_codepoint()
/third_party/toybox/toys/posix/
H A Dps.c284 char state; member
387 {"S", "Process state:\n"
393 {"STAT", "Process state (S) plus:\n"
609 *s++ = tb->state; in string_field()
744 // and the second and third (name and state) are the only non-numeric fields. in get_ps()
751 if (1>sscanf(s = end, ") %c%n", &tb->state, &i)) return 0; in get_ps()
1670 int bold = !FLAG(b) && mix.tb[i+topoff]->state == 'R'; in top_common()
/third_party/typescript/tests/baselines/reference/
H A DparserRealSource7.js769 var context: TypeCollectionContext = walker.state;
820 var context: TypeCollectionContext = walker.state;
1456 var context = walker.state;
1506 var context = walker.state;
/third_party/python/Python/
H A Dpystate.c2 /* Thread and interpreter state structures and their interfaces */
265 /* Get the interpreter state to a minimal consistent state.
269 The runtime state is not manipulated. Instead it is assumed that
334 // Allocate the interpreter and add it to the runtime state. in PyInterpreterState_New()
399 // Clear the current/main thread state last. in interpreter_clear()
460 // Use the current Python thread state to call audit hooks and to collect in PyInterpreterState_Clear()
461 // garbage. It can be different than the current Python thread state in PyInterpreterState_Clear()
533 * is a current interpreter state, it *must* be the main interpreter.
755 /* Get the thread state t
892 PyInterpreterState *state = _PyInterpreterState_GET(); PyState_FindModule() local
[all...]
/third_party/pulseaudio/src/modules/raop/
H A Draop-client.c872 static void rtsp_stream_cb(pa_rtsp_client *rtsp, pa_rtsp_state_t state, pa_rtsp_status_t status, pa_headerlist *headers, void *userdata) { in rtsp_stream_cb() argument
879 switch (state) { in rtsp_stream_cb()
1237 static void rtsp_auth_cb(pa_rtsp_client *rtsp, pa_rtsp_state_t state, pa_rtsp_status_t status, pa_headerlist *headers, void *userdata) { in rtsp_auth_cb() argument
1244 switch (state) { in rtsp_auth_cb()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/
H A Deapol_supp_sm.c2 * EAPOL supplicant state machines
27 /* IEEE 802.1X-2004 - Supplicant - EAPOL state machines */
30 * struct eapol_sm - Internal data for EAPOL state machines
37 unsigned int idleWhile; /* for EAP state machine */
57 /* Supplicant PAE state machine */
82 /* Key Receive state machine */
90 /* Supplicant Backend state machine */
164 /* Port Timers state machine - implemented as a function that will be called
239 * not enabled. Since this variable is used only within HELD state, in SM_STATE()
240 * clearing it on initialization does not change actual state machin in SM_STATE()
1011 eapol_supp_pae_state(int state) eapol_supp_pae_state() argument
1034 eapol_supp_be_state(int state) eapol_supp_be_state() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_supp/
H A Deapol_supp_sm.c2 * EAPOL supplicant state machines
26 /* IEEE 802.1X-2004 - Supplicant - EAPOL state machines */
29 * struct eapol_sm - Internal data for EAPOL state machines
36 unsigned int idleWhile; /* for EAP state machine */
56 /* Supplicant PAE state machine */
81 /* Key Receive state machine */
89 /* Supplicant Backend state machine */
173 /* Port Timers state machine - implemented as a function that will be called
257 * not enabled. Since this variable is used only within HELD state, in SM_STATE()
258 * clearing it on initialization does not change actual state machin in SM_STATE()
1036 eapol_supp_pae_state(int state) eapol_supp_pae_state() argument
1059 eapol_supp_be_state(int state) eapol_supp_be_state() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dpasn_supplicant.c138 pasn->sae.state = SAE_COMMITTED; in wpas_pasn_wd_sae_commit()
245 pasn->sae.state = SAE_ACCEPTED; in wpas_pasn_wd_sae_rx()
268 pasn->sae.state = SAE_CONFIRMED; in wpas_pasn_wd_sae_confirm()
1049 pasn->sae.state = SAE_NOTHING; in wpas_pasn_start()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c3495 struct fw_hdr *card_fw, enum dev_state state, in t4_prep_fw()
3530 } else if (fs_fw_usable && state == DEV_STATE_UNINIT && in t4_prep_fw()
3556 "chip state %d, " in t4_prep_fw()
3559 state, in t4_prep_fw()
6624 * t4_sge_decode_idma_state - decode the idma state
6626 * @state: the state idma is stuck in
6628 void t4_sge_decode_idma_state(struct adapter *adapter, int state) in t4_sge_decode_idma_state() argument
6778 if (state < sge_idma_decode_nstates) in t4_sge_decode_idma_state()
6779 CH_WARN(adapter, "idma state in t4_sge_decode_idma_state()
3493 t4_prep_fw(struct adapter *adap, struct fw_info *fw_info, const u8 *fw_data, unsigned int fw_size, struct fw_hdr *card_fw, enum dev_state state, int *reset) t4_prep_fw() argument
6869 t4_fw_hello(struct adapter *adap, unsigned int mbox, unsigned int evt_mbox, enum dev_master master, enum dev_state *state) t4_fw_hello() argument
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A DFlashPoint.c303 enum scam_id_st state; member
5091 * out is detected. This routines issue halt state machine
5539 FPT_scamInfo[p_our_id].state = ID_ASSIGNED; in FPT_scini()
5544 if ((FPT_scamInfo[i].state == ID_UNASSIGNED) || in FPT_scini()
5545 (FPT_scamInfo[i].state == ID_UNUSED)) { in FPT_scini()
5547 FPT_scamInfo[i].state = LEGACY; in FPT_scini()
5611 state = ID_ASSIGNED; in FPT_scini()
5646 if ((FPT_scamInfo[i].state == ID_ASSIGNED) || in FPT_scini()
5647 (FPT_scamInfo[i].state == LEGACY)) in FPT_scini()
6230 FPT_scamInfo[i].state in FPT_inisci()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c3465 struct fw_hdr *card_fw, enum dev_state state, in t4_prep_fw()
3500 } else if (fs_fw_usable && state == DEV_STATE_UNINIT && in t4_prep_fw()
3526 "chip state %d, " in t4_prep_fw()
3529 state, in t4_prep_fw()
6594 * t4_sge_decode_idma_state - decode the idma state
6596 * @state: the state idma is stuck in
6598 void t4_sge_decode_idma_state(struct adapter *adapter, int state) in t4_sge_decode_idma_state() argument
6748 if (state < sge_idma_decode_nstates) in t4_sge_decode_idma_state()
6749 CH_WARN(adapter, "idma state in t4_sge_decode_idma_state()
3463 t4_prep_fw(struct adapter *adap, struct fw_info *fw_info, const u8 *fw_data, unsigned int fw_size, struct fw_hdr *card_fw, enum dev_state state, int *reset) t4_prep_fw() argument
6839 t4_fw_hello(struct adapter *adap, unsigned int mbox, unsigned int evt_mbox, enum dev_master master, enum dev_state *state) t4_fw_hello() argument
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dipr.c280 "Logical unit not accessible, target port in unavailable state"},
1929 u8 state; member
1932 { IPR_PATH_STATE_NO_INFO, "has no path state information available" },
1952 u8 state = path_state & IPR_PATH_STATE_MASK; in ipr_log_fabric_path() local
1959 if (path_state_desc[j].state != state) in ipr_log_fabric_path()
1983 ipr_err("Path state=%02X IOA Port=%d Cascade=%d Phy=%d\n", path_state, in ipr_log_fabric_path()
2001 u8 state = path_state & IPR_PATH_STATE_MASK; in ipr_log64_fabric_path() local
2009 if (path_state_desc[j].state != state) in ipr_log64_fabric_path()
8708 ipr_pci_error_detected(struct pci_dev *pdev, pci_channel_state_t state) ipr_pci_error_detected() argument
[all...]
H A DFlashPoint.c303 enum scam_id_st state; member
5060 * out is detected. This routines issue halt state machine
5508 FPT_scamInfo[p_our_id].state = ID_ASSIGNED; in FPT_scini()
5513 if ((FPT_scamInfo[i].state == ID_UNASSIGNED) || in FPT_scini()
5514 (FPT_scamInfo[i].state == ID_UNUSED)) { in FPT_scini()
5516 FPT_scamInfo[i].state = LEGACY; in FPT_scini()
5580 state = ID_ASSIGNED; in FPT_scini()
5615 if ((FPT_scamInfo[i].state == ID_ASSIGNED) || in FPT_scini()
5616 (FPT_scamInfo[i].state == LEGACY)) in FPT_scini()
6199 FPT_scamInfo[i].state in FPT_inisci()
[all...]
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_first_test/
H A Dability_manager_service_first_test.cpp780 * @tc.desc: Test the state of MoveUIAbilityToBackground
1426 * @tc.desc: Test the state of RegisterAppDebugListener
1440 * @tc.desc: Test the state of UnregisterAppDebugListener
1454 * @tc.desc: Test the state of AttachAppDebug
1467 * @tc.desc: Test the state of DetachAppDebug
1530 * @tc.desc: Test the state of RegisterAutoStartupSystemCallback
1544 * @tc.desc: Test the state of RegisterAutoStartupSystemCallback
1559 * @tc.desc: Test the state of UnregisterAutoStartupSystemCallback
1573 * @tc.desc: Test the state of UnregisterAutoStartupSystemCallback
1588 * @tc.desc: Test the state o
2161 std::string state; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
H A Djs_drag_controller.cpp121 void SetMouseDragMonitorState(std::shared_ptr<DragControllerAsyncCtx> asyncCtx, bool state);
552 void SetMouseDragMonitorState(std::shared_ptr<DragControllerAsyncCtx> asyncCtx, bool state) in SetMouseDragMonitorState() argument
557 auto ret = InteractionInterface::GetInstance()->SetMouseDragMonitorState(state); in SetMouseDragMonitorState()
559 TAG_LOGW(AceLogTag::ACE_DRAG, "Set mouse drag monitor state %{public}d failed, return value is %{public}d", in SetMouseDragMonitorState()
560 state, ret); in SetMouseDragMonitorState()
563 TAG_LOGI(AceLogTag::ACE_DRAG, "Set mouse drag monitor state %{public}d success", state); in SetMouseDragMonitorState()
843 HandleFail(asyncCtx, ERROR_CODE_INTERNAL_ERROR, "drag state is reject."); in OnMultipleComplete()
879 HandleFail(asyncCtx, ERROR_CODE_INTERNAL_ERROR, "drag state is reject."); in OnComplete()
1575 HandleFail(asyncCtx, ERROR_CODE_INTERNAL_ERROR, "drag state erro in HandleStopDragCallback()
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/server/src/
H A Daudio_policy_server.cpp251 AUDIO_INFO_LOG("datashare is ready and need init mic mute state"); in HandleKvDataShareEvent()
479 AUDIO_ERR_LOG("subscribe create power state callback Create Error"); in SubscribePowerStateChangeEvents()
485 AUDIO_ERR_LOG("register power state callback failed"); in SubscribePowerStateChangeEvents()
487 AUDIO_INFO_LOG("register power state callback success"); in SubscribePowerStateChangeEvents()
538 AUDIO_INFO_LOG("receive DATA_SHARE_READY action and need init mic mute state"); in OnReceiveEvent()
590 void AudioPolicyServer::AudioPolicyServerPowerStateCallback::OnPowerStateChanged(PowerMgr::PowerState state) in OnPowerStateChanged() argument
592 policyServer_->audioPolicyService_.HandlePowerStateChanged(state); in OnPowerStateChanged()
823 // Check whether the currentRingerMode is suitable for the ringtone mute state. in SetSingleStreamMute()
828 AUDIO_ERR_LOG("ACCESS_NOTIFICATION_POLICY_PERMISSION permission denied for ringtone mute state!"); in SetSingleStreamMute()
839 // If mute state i in SetSingleStreamMute()
1517 CheckRecordingStateChange(uint32_t appTokenId, uint64_t appFullTokenId, int32_t appUid, AudioPermissionState state) CheckRecordingStateChange() argument
[all...]
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor.cpp148 void P2pV1Processor::SwitchState(ProcessorState state, int timeoutInMillis) in SwitchState() argument
152 state_ = state; in SwitchState()
153 CONN_LOGI(CONN_WIFI_DIRECT, "%{public}s => %{public}s", GetStateName(old).c_str(), GetStateName(state).c_str()); in SwitchState()
156 std::string P2pV1Processor::GetStateName(ProcessorState state) in GetStateName() argument
159 if (it.second == state) { in GetStateName()
569 CONN_LOGI(CONN_WIFI_DIRECT, "unexpected message type=%{public}d, current state=%{public}s", in ProcessNegotiateCommandCommon()
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Domap_hwmod.c92 * states. IP blocks start out in an UNKNOWN state, then once they
93 * are registered via the hwmod code, proceed to the REGISTERED state.
95 * enters the CLKS_INITED state; and finally, once the module has been
96 * reset and the integration registers programmed, the INITIALIZED state
98 * the IDLE state to save power, or in the case of a critical system
99 * module, the ENABLED state.
121 * in the appropriate state
541 pr_warn("omap_hwmod: %s: dma can be disabled only from enabled state\n", oh->name); in _set_dmadisable()
1551 * previous state was HW_AUTO. in _deassert_hardreset()
1562 * _read_hardreset - read the HW reset line state o
3952 omap_hwmod_set_postsetup_state(struct omap_hwmod *oh, u8 state) omap_hwmod_set_postsetup_state() argument
[all...]

Completed in 93 milliseconds

1...<<711712713714715716717718719720>>...823