/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | StringTrieBuilder.java | 61 if(state!=State.ADDING) { in addImpl() 82 switch(state) { in buildImpl() 88 state=State.BUILDING_FAST; in buildImpl() 99 state=State.BUILDING_SMALL; in buildImpl() 118 state=State.BUILT; in buildImpl() 130 state=State.ADDING; in clearImpl() 141 if(state==State.BUILDING_FAST) { in registerNode() 878 private State state=State.ADDING; field in StringTrieBuilder
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | lexer.py | 552 def tokenize(self, source, name=None, filename=None, state=None): 555 stream = self.tokeniter(source, name, filename, state) 599 def tokeniter(self, source, name, filename=None, state=None): 614 if state is not None and state != 'root': 615 assert state in ('variable', 'block'), 'invalid state' 616 stack.append(state + '_begin') 618 state = 'root' 701 # handle state change [all...] |
/third_party/node/deps/v8/src/base/platform/ |
H A D | time.cc | 520 // The state as a single 32-bit opaque value. 523 // The state as usable values. 527 // changes in state, which in turn makes for fewer retries. 548 LastTimeAndRolloversState state; in RolloverProtectedNow() local 557 state.as_opaque_32 = original; in RolloverProtectedNow() 560 if (now_8 < state.as_values.last_8) ++state.as_values.rollovers; in RolloverProtectedNow() 561 state.as_values.last_8 = now_8; in RolloverProtectedNow() 563 // If the state hasn't changed, exit the loop. in RolloverProtectedNow() 564 if (state in RolloverProtectedNow() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
H A D | noop_pipe.c | 728 struct pipe_vertex_state *state = CALLOC_STRUCT(pipe_vertex_state); in noop_create_vertex_state() local 730 if (!state) in noop_create_vertex_state() 734 full_velem_mask, state); in noop_create_vertex_state() 735 return state; in noop_create_vertex_state() 739 struct pipe_vertex_state *state) in noop_vertex_state_destroy() 741 pipe_vertex_buffer_unreference(&state->input.vbuffer); in noop_vertex_state_destroy() 742 pipe_resource_reference(&state->input.indexbuf, NULL); in noop_vertex_state_destroy() 743 FREE(state); in noop_vertex_state_destroy() 738 noop_vertex_state_destroy(struct pipe_screen *screen, struct pipe_vertex_state *state) noop_vertex_state_destroy() argument
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | cli-text.c | 107 void *state; in append_port_list() local 115 PA_HASHMAP_FOREACH(p, ports, state) { in append_port_list() 141 void *state; in pa_card_list_to_string() local 160 PA_HASHMAP_FOREACH(profile, card->profiles, state) in pa_card_list_to_string() 241 pa_sink_state_to_string(sink->state), in pa_sink_list_to_string() 352 pa_source_state_to_string(source->state), in pa_source_list_to_string() 480 state_table[o->state], in pa_source_output_list_to_string() 577 state_table[i->state], in pa_sink_input_list_to_string()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/ |
H A D | DisplayGbm.cpp | 314 const gl::FramebufferState &state) in framebufferGL() 316 return new FramebufferGL(state, createGLFB(context), true, false); in framebufferGL() 348 DisplayGbm::DisplayGbm(const egl::DisplayState &state) in DisplayGbm() argument 349 : DisplayEGL(state), in DisplayGbm() 801 SurfaceImpl *DisplayGbm::createWindowSurface(const egl::SurfaceState &state, in createWindowSurface() argument 811 return new SurfaceGbm(state, buffer); in createWindowSurface() 814 SurfaceImpl *DisplayGbm::createPbufferSurface(const egl::SurfaceState &state, in createPbufferSurface() argument 825 return new SurfaceGbm(state, buffer); in createPbufferSurface() 313 framebufferGL(const gl::Context *context, const gl::FramebufferState &state) framebufferGL() argument
|
/third_party/skia/src/core/ |
H A D | SkBitmapProcState.cpp | 638 void SkBitmapProcState::DebugMatrixProc(const SkBitmapProcState& state, 644 state.fMatrixProc(state, bitmapXY, count, x, y); 648 if (state.fInvMatrix.isScaleTranslate()) { 649 proc = state.fBilerp ? check_scale_filter : check_scale_nofilter; 651 proc = state.fBilerp ? check_affine_filter : check_affine_nofilter; 654 proc(bitmapXY, count, state.fPixmap.width(), state.fPixmap.height());
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-aat-layout-common.hh | 456 HBUINT16 newState; /* Byte offset from beginning of state table 457 * to the new state. Really?!?! Or just state 475 HBUINT16 newState; /* Byte offset from beginning of state table to the new state. */ 513 const Entry<Extra> &get_entry (int state, unsigned int klass) const in get_entry() 521 unsigned int entry = states[state * nClasses + klass]; in get_entry() 545 * "Because the stateTableOffset in the state table header is (strictly in sanitize() 547 * state where that should not be StartOfText. To determine if this is in sanitize() 549 * from the actual stateTableOffset, use it as the initial state in sanitize() 752 int state = StateTableT::STATE_START_OF_TEXT; drive() local [all...] |
/third_party/rust/crates/nom/src/combinator/ |
H A D | mod.rs | 708 state: Some(State::Running), in iterator() 716 state: Option<State<E>>, 722 match self.state.take().unwrap() { in finish() 738 if let State::Running = self.state.take().unwrap() { in next() 744 self.state = Some(State::Running); in next() 748 self.state = Some(State::Done); in next() 752 self.state = Some(State::Failure(e)); in next() 756 self.state = Some(State::Incomplete(i)); in next()
|
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | cyapa_gen5.c | 789 /* Normal state of Gen5 with no data to response */ in gen5_idle_state_parse() 816 cyapa->state = CYAPA_STATE_GEN5_BL; in gen5_idle_state_parse() 823 cyapa->state = CYAPA_STATE_GEN5_APP; in gen5_idle_state_parse() 826 cyapa->state = CYAPA_STATE_NO_DEVICE; in gen5_idle_state_parse() 861 cyapa->state = CYAPA_STATE_GEN5_BL; in gen5_hid_description_header_parse() 868 cyapa->state = CYAPA_STATE_GEN5_APP; in gen5_hid_description_header_parse() 875 cyapa->state = CYAPA_STATE_GEN5_BL; in gen5_hid_description_header_parse() 882 cyapa->state = CYAPA_STATE_GEN5_APP; in gen5_hid_description_header_parse() 885 cyapa->state = CYAPA_STATE_NO_DEVICE; in gen5_hid_description_header_parse() 918 cyapa->state in gen5_report_data_header_parse() 1596 cyapa_pip_deep_sleep(struct cyapa *cyapa, u8 state) cyapa_pip_deep_sleep() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | mac.c | 122 if (!test_bit(MT76_STATE_RUNNING, &phy->mt76->state)) in mt7615_mac_set_timing() 177 if (!test_bit(MT76_HW_SCANNING, &mphy->state) && in mt7615_get_status_freq_info() 178 !test_bit(MT76_HW_SCHED_SCANNING, &mphy->state) && in mt7615_get_status_freq_info() 179 !test_bit(MT76_STATE_ROC, &mphy->state)) { in mt7615_get_status_freq_info() 350 if (!test_bit(MT76_STATE_RUNNING, &mphy->state)) in mt7615_mac_fill_rx() 1463 if (test_bit(MT76_STATE_PM, &dev->phy.mt76->state)) in mt7615_mac_tx_free() 1751 struct mt76_channel_state *state; in mt7615_phy_update_channel() local 1770 state = mphy->chan_state; in mt7615_phy_update_channel() 1771 state->cc_busy += busy_time; in mt7615_phy_update_channel() 1772 state in mt7615_phy_update_channel() 2038 mt7615_wait_reset_state(struct mt7615_dev *dev, u32 state) mt7615_wait_reset_state() argument [all...] |
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | samsung_tty.c | 288 struct dma_tx_state state; in s3c24xx_serial_stop_tx() local 308 dmaengine_tx_status(dma->tx_chan, dma->tx_cookie, &state); in s3c24xx_serial_stop_tx() 314 count = dma->tx_bytes_requested - state.residue; in s3c24xx_serial_stop_tx() 333 struct circ_buf *xmit = &port->state->xmit; in s3c24xx_serial_tx_dma_complete() 335 struct dma_tx_state state; in s3c24xx_serial_tx_dma_complete() local 339 dmaengine_tx_status(dma->tx_chan, dma->tx_cookie, &state); in s3c24xx_serial_tx_dma_complete() 340 count = dma->tx_bytes_requested - state.residue; in s3c24xx_serial_tx_dma_complete() 438 struct circ_buf *xmit = &port->state->xmit; in s3c24xx_serial_start_tx_dma() 472 struct circ_buf *xmit = &port->state->xmit; in s3c24xx_serial_start_next_tx() 494 struct circ_buf *xmit = &port->state in s3c24xx_serial_start_tx() 541 struct dma_tx_state state; s3c24xx_serial_stop_rx() local 614 struct dma_tx_state state; s3c24xx_serial_rx_dma_complete() local 720 struct dma_tx_state state; s3c24xx_serial_rx_chars_dma() local [all...] |
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ov8865.c | 705 struct ov8865_state state; member 2227 u16 vts = sensor->state.mode->output_size_y + vblank; in ov8865_vts_configure() 2304 if (sensor->state.streaming) in ov8865_state_configure() 2319 sensor->state.mode = mode; in ov8865_state_configure() 2320 sensor->state.mbus_code = mbus_code; in ov8865_state_configure() 2387 ret = ov8865_state_configure(sensor, sensor->state.mode, in ov8865_sensor_init() 2388 sensor->state.mbus_code); in ov8865_sensor_init() 2390 dev_err(sensor->dev, "failed to configure state\n"); in ov8865_sensor_init() 2468 exposure_max = sensor->state.mode->output_size_y + ctrl->val - in ov8865_s_ctrl() 2619 struct ov8865_state *state in ov8865_s_stream() local 2813 __ov8865_get_pad_crop(struct ov8865_sensor *sensor, struct v4l2_subdev_state *state, unsigned int pad, enum v4l2_subdev_format_whence which, struct v4l2_rect *r) __ov8865_get_pad_crop() argument 2832 ov8865_get_selection(struct v4l2_subdev *subdev, struct v4l2_subdev_state *state, struct v4l2_subdev_selection *sel) ov8865_get_selection() argument 2884 struct ov8865_state *state = &sensor->state; ov8865_suspend() local 2910 struct ov8865_state *state = &sensor->state; ov8865_resume() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | mac.c | 309 if (!test_bit(MT76_STATE_RUNNING, &mphy->state)) in mt7915_mac_fill_rx() 1162 if (!test_bit(MT76_STATE_RUNNING, &phy->mt76->state)) in mt7915_mac_set_timing() 1251 struct mt76_channel_state *state = mphy->chan_state; in mt7915_update_channel() local 1262 state->noise = -(phy->noise >> 4); in mt7915_update_channel() 1266 mt7915_wait_reset_state(struct mt7915_dev *dev, u32 state) in mt7915_wait_reset_state() argument 1271 (READ_ONCE(dev->recovery.state) & state), in mt7915_wait_reset_state() 1274 WARN(!ret, "Timeout waiting for MCU reset state %x\n", state); in mt7915_wait_reset_state() 1338 set_bit(MT76_RESET, &dev->mphy.state); in mt7915_mac_restart() [all...] |
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | cyapa_gen5.c | 790 /* Normal state of Gen5 with no data to response */ in gen5_idle_state_parse() 817 cyapa->state = CYAPA_STATE_GEN5_BL; in gen5_idle_state_parse() 824 cyapa->state = CYAPA_STATE_GEN5_APP; in gen5_idle_state_parse() 827 cyapa->state = CYAPA_STATE_NO_DEVICE; in gen5_idle_state_parse() 862 cyapa->state = CYAPA_STATE_GEN5_BL; in gen5_hid_description_header_parse() 869 cyapa->state = CYAPA_STATE_GEN5_APP; in gen5_hid_description_header_parse() 876 cyapa->state = CYAPA_STATE_GEN5_BL; in gen5_hid_description_header_parse() 883 cyapa->state = CYAPA_STATE_GEN5_APP; in gen5_hid_description_header_parse() 886 cyapa->state = CYAPA_STATE_NO_DEVICE; in gen5_hid_description_header_parse() 919 cyapa->state in gen5_report_data_header_parse() 1597 cyapa_pip_deep_sleep(struct cyapa *cyapa, u8 state) cyapa_pip_deep_sleep() argument [all...] |
/third_party/mbedtls/library/ |
H A D | ecp.c | 130 ecp_rsm_init = 0, /* nothing so far, dummy initial state */ 137 } state; member 149 ctx->state = ecp_rsm_init; in ecp_restart_rsm_init() 186 } state; member 196 ctx->state = ecp_rsma_mul1; in ecp_restart_ma_init() 1866 if (rs_ctx->rsm->state == ecp_rsm_pre_dbl) { in ecp_precompute_comb() 1869 if (rs_ctx->rsm->state == ecp_rsm_pre_norm_dbl) { in ecp_precompute_comb() 1872 if (rs_ctx->rsm->state == ecp_rsm_pre_add) { in ecp_precompute_comb() 1875 if (rs_ctx->rsm->state == ecp_rsm_pre_norm_add) { in ecp_precompute_comb() 1885 rs_ctx->rsm->state in ecp_precompute_comb() 3474 static uint32_t state = 42; self_test_rng() local [all...] |
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_receiver.c | 1086 * Grab and release the state mutex, so we know that any current in conn_connect() 1285 * really does not help to improve the state of the world, either. in submit_one_flush() 1352 * drbd_may_finish_epoch() - Applies an epoch_event to the epoch's state, eventually finishes it. 2246 pcmd = (device->state.conn >= C_SYNC_SOURCE && in e_end_block() 2247 device->state.conn <= C_PAUSED_SYNC_T && in e_end_block() 2722 if (device->state.conn == C_SYNC_TARGET) in receive_Data() 2725 if (device->state.pdsk < D_INCONSISTENT) { in receive_Data() 2819 if (device->state.conn == C_VERIFY_S || device->state.conn == C_VERIFY_T) in drbd_rs_c_min_rate_throttle() 3018 if (device->state in receive_DataRequest() [all...] |
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | core.c | 104 suspend_state_t state); 527 /* return 0 if the state is valid */ 528 static int regulator_check_states(suspend_state_t state) in regulator_check_states() argument 530 return (state > PM_SUSPEND_MAX || state == PM_SUSPEND_TO_IDLE); in regulator_check_states() 538 suspend_state_t state) in regulator_check_consumers() 544 voltage = ®ulator->voltage[state]; in regulator_check_consumers() 625 regulator_get_suspend_state(struct regulator_dev *rdev, suspend_state_t state) in regulator_get_suspend_state() argument 630 switch (state) { in regulator_get_suspend_state() 643 regulator_get_suspend_state_check(struct regulator_dev *rdev, suspend_state_t state) in regulator_get_suspend_state_check() argument 536 regulator_check_consumers(struct regulator_dev *rdev, int *min_uV, int *max_uV, suspend_state_t state) regulator_check_consumers() argument 729 regulator_print_state(char *buf, int state) regulator_print_state() argument 3570 _regulator_do_set_suspend_voltage(struct regulator_dev *rdev, int min_uV, int max_uV, suspend_state_t state) _regulator_do_set_suspend_voltage() argument 3596 regulator_set_voltage_unlocked(struct regulator *regulator, int min_uV, int max_uV, suspend_state_t state) regulator_set_voltage_unlocked() argument 3655 regulator_set_voltage_rdev(struct regulator_dev *rdev, int min_uV, int max_uV, suspend_state_t state) regulator_set_voltage_rdev() argument 3756 regulator_get_optimal_voltage(struct regulator_dev *rdev, int *current_uV, int *min_uV, int *max_uV, suspend_state_t state, int n_coupled) regulator_get_optimal_voltage() argument 3899 regulator_do_balance_voltage(struct regulator_dev *rdev, suspend_state_t state, bool skip_coupled) regulator_do_balance_voltage() argument 3982 regulator_balance_voltage(struct regulator_dev *rdev, suspend_state_t state) regulator_balance_voltage() argument 4042 regulator_suspend_toggle(struct regulator_dev *rdev, suspend_state_t state, bool en) regulator_suspend_toggle() argument 4059 regulator_suspend_enable(struct regulator_dev *rdev, suspend_state_t state) regulator_suspend_enable() argument 4066 regulator_suspend_disable(struct regulator_dev *rdev, suspend_state_t state) regulator_suspend_disable() argument 4086 _regulator_set_suspend_voltage(struct regulator *regulator, int min_uV, int max_uV, suspend_state_t state) _regulator_set_suspend_voltage() argument 4105 regulator_set_suspend_voltage(struct regulator *regulator, int min_uV, int max_uV, suspend_state_t state) regulator_set_suspend_voltage() argument 5550 suspend_state_t state = pm_suspend_target_state; regulator_suspend() local 5567 suspend_state_t state = pm_suspend_target_state; regulator_resume() local [all...] |
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | core.c | 94 suspend_state_t state); 511 /* return 0 if the state is valid */ 512 static int regulator_check_states(suspend_state_t state) in regulator_check_states() argument 514 return (state > PM_SUSPEND_MAX || state == PM_SUSPEND_TO_IDLE); in regulator_check_states() 522 suspend_state_t state) in regulator_check_consumers() 528 voltage = ®ulator->voltage[state]; in regulator_check_consumers() 610 regulator_get_suspend_state(struct regulator_dev *rdev, suspend_state_t state) in regulator_get_suspend_state() argument 615 switch (state) { in regulator_get_suspend_state() 628 regulator_get_suspend_state_check(struct regulator_dev *rdev, suspend_state_t state) in regulator_get_suspend_state_check() argument 520 regulator_check_consumers(struct regulator_dev *rdev, int *min_uV, int *max_uV, suspend_state_t state) regulator_check_consumers() argument 714 regulator_print_state(char *buf, int state) regulator_print_state() argument 3712 _regulator_do_set_suspend_voltage(struct regulator_dev *rdev, int min_uV, int max_uV, suspend_state_t state) _regulator_do_set_suspend_voltage() argument 3738 regulator_set_voltage_unlocked(struct regulator *regulator, int min_uV, int max_uV, suspend_state_t state) regulator_set_voltage_unlocked() argument 3797 regulator_set_voltage_rdev(struct regulator_dev *rdev, int min_uV, int max_uV, suspend_state_t state) regulator_set_voltage_rdev() argument 3898 regulator_get_optimal_voltage(struct regulator_dev *rdev, int *current_uV, int *min_uV, int *max_uV, suspend_state_t state, int n_coupled) regulator_get_optimal_voltage() argument 4041 regulator_do_balance_voltage(struct regulator_dev *rdev, suspend_state_t state, bool skip_coupled) regulator_do_balance_voltage() argument 4124 regulator_balance_voltage(struct regulator_dev *rdev, suspend_state_t state) regulator_balance_voltage() argument 4184 regulator_suspend_toggle(struct regulator_dev *rdev, suspend_state_t state, bool en) regulator_suspend_toggle() argument 4201 regulator_suspend_enable(struct regulator_dev *rdev, suspend_state_t state) regulator_suspend_enable() argument 4208 regulator_suspend_disable(struct regulator_dev *rdev, suspend_state_t state) regulator_suspend_disable() argument 4228 _regulator_set_suspend_voltage(struct regulator *regulator, int min_uV, int max_uV, suspend_state_t state) _regulator_set_suspend_voltage() argument 4247 regulator_set_suspend_voltage(struct regulator *regulator, int min_uV, int max_uV, suspend_state_t state) regulator_set_suspend_voltage() argument 5785 suspend_state_t state = pm_suspend_target_state; regulator_suspend() local 5802 suspend_state_t state = pm_suspend_target_state; regulator_resume() local [all...] |
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_receiver.c | 1090 * Grab and release the state mutex, so we know that any current in conn_connect() 1291 * really does not help to improve the state of the world, either. in submit_one_flush() 1354 * drbd_may_finish_epoch() - Applies an epoch_event to the epoch's state, eventually finishes it. 2216 pcmd = (device->state.conn >= C_SYNC_SOURCE && in e_end_block() 2217 device->state.conn <= C_PAUSED_SYNC_T && in e_end_block() 2688 if (device->state.conn == C_SYNC_TARGET) in receive_Data() 2691 if (device->state.pdsk < D_INCONSISTENT) { in receive_Data() 2785 if (device->state.conn == C_VERIFY_S || device->state.conn == C_VERIFY_T) in drbd_rs_c_min_rate_throttle() 2980 if (device->state in receive_DataRequest() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mediatek/ |
H A D | mtk_eth_soc.c | 530 const struct phylink_link_state *state) in mtk_mac_config() 540 mac->interface != state->interface) { in mtk_mac_config() 542 switch (state->interface) { in mtk_mac_config() 576 if (!mac->id && state->interface != PHY_INTERFACE_MODE_SGMII && in mtk_mac_config() 577 !phy_interface_mode_is_8023z(state->interface) && in mtk_mac_config() 582 state->interface)) in mtk_mac_config() 586 state->interface); in mtk_mac_config() 601 switch (state->interface) { in mtk_mac_config() 617 mac->interface = state->interface; in mtk_mac_config() 621 if (state in mtk_mac_config() 529 mtk_mac_config(struct phylink_config *config, unsigned int mode, const struct phylink_link_state *state) mtk_mac_config() argument 2225 mtk_poll_tx_done(struct mtk_eth *eth, struct mtk_poll_state *state, u8 mac, struct sk_buff *skb) mtk_poll_tx_done() argument 2255 mtk_poll_tx_qdma(struct mtk_eth *eth, int budget, struct mtk_poll_state *state) mtk_poll_tx_qdma() argument 2305 mtk_poll_tx_pdma(struct mtk_eth *eth, int budget, struct mtk_poll_state *state) mtk_poll_tx_pdma() argument 2347 struct mtk_poll_state state = {}; mtk_poll_tx() local [all...] |
/kernel/linux/linux-6.6/net/ceph/ |
H A D | messenger_v2.c | 1407 if (con->state != CEPH_CON_S_V2_HELLO) { in prepare_auth_request() 1408 dout("%s con %p state changed to %d\n", __func__, con, in prepare_auth_request() 1409 con->state); in prepare_auth_request() 1445 if (con->state != CEPH_CON_S_V2_AUTH) { in prepare_auth_request_more() 1446 dout("%s con %p state changed to %d\n", __func__, con, in prepare_auth_request_more() 1447 con->state); in prepare_auth_request_more() 1779 con->state = CEPH_CON_S_V2_BANNER_PREFIX; in prepare_read_banner_prefix() 1795 con->state = CEPH_CON_S_V2_BANNER_PAYLOAD; in prepare_read_banner_payload() 1815 if (con->state == CEPH_CON_S_V2_HELLO || in prepare_read_control() 1816 con->state in prepare_read_control() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | rosen_render_offscreen_canvas.cpp | 1965 void RosenRenderOffscreenCanvas::FillText(const std::string& text, double x, double y, const PaintState& state) in FillText() argument 1967 if (!UpdateOffParagraph(text, false, state, HasShadow())) { in FillText() 1973 void RosenRenderOffscreenCanvas::StrokeText(const std::string& text, double x, double y, const PaintState& state) in StrokeText() argument 1976 if (!UpdateOffParagraph(text, true, state, true)) { in StrokeText() 1982 if (!UpdateOffParagraph(text, true, state)) { in StrokeText() 1988 double RosenRenderOffscreenCanvas::MeasureText(const std::string& text, const PaintState& state) in MeasureText() argument 1993 style.text_align = ConvertTxtTextAlign(state.GetTextAlign()); in MeasureText() 1994 style.text_direction = ConvertTxtTextDirection(state.GetOffTextDirection()); in MeasureText() 1997 style.textAlign = ConvertTxtTextAlign(state.GetTextAlign()); in MeasureText() 1998 style.textDirection = ConvertTxtTextDirection(state in MeasureText() 2031 MeasureTextHeight(const std::string& text, const PaintState& state) MeasureTextHeight() argument 2074 MeasureTextMetrics(const std::string& text, const PaintState& state) MeasureTextMetrics() argument 2222 UpdateOffParagraph( const std::string& text, bool isStroke, const PaintState& state, bool hasShadow) UpdateOffParagraph() argument [all...] |
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | dw_mmc.c | 179 debugfs_create_u32("state", S_IRUSR, root, &host->state); in dw_mci_init_debugfs() 272 /* Change state to continue to handle CMD11 weirdness */ in dw_mci_prepare_command() 273 WARN_ON(slot->host->state != STATE_SENDING_CMD); in dw_mci_prepare_command() 274 slot->host->state = STATE_SENDING_CMD11; in dw_mci_prepare_command() 1208 if (host->state == STATE_WAITING_CMD11_DONE) in dw_mci_setup_bus() 1356 dev_vdbg(&slot->mmc->class_dev, "queue request: state=%d\n", in dw_mci_queue_request() 1357 host->state); in dw_mci_queue_request() 1361 if (host->state == STATE_WAITING_CMD11_DONE) { in dw_mci_queue_request() 1367 * in the closest possible state in dw_mci_queue_request() 1962 enum dw_mci_state state; dw_mci_tasklet_func() local [all...] |
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | dw_mmc.c | 181 debugfs_create_u32("state", S_IRUSR, root, &host->state); in dw_mci_init_debugfs() 277 /* Change state to continue to handle CMD11 weirdness */ in dw_mci_prepare_command() 278 WARN_ON(slot->host->state != STATE_SENDING_CMD); in dw_mci_prepare_command() 279 slot->host->state = STATE_SENDING_CMD11; in dw_mci_prepare_command() 1213 if (host->state == STATE_WAITING_CMD11_DONE) in dw_mci_setup_bus() 1392 dev_vdbg(&slot->mmc->class_dev, "queue request: state=%d\n", in dw_mci_queue_request() 1393 host->state); in dw_mci_queue_request() 1397 if (host->state == STATE_WAITING_CMD11_DONE) { in dw_mci_queue_request() 1403 * in the closest possible state in dw_mci_queue_request() 2066 enum dw_mci_state state; dw_mci_tasklet_func() local [all...] |