Home
last modified time | relevance | path

Searched refs:state (Results 9151 - 9175 of 20575) sorted by relevance

1...<<361362363364365366367368369370>>...823

/third_party/skia/third_party/externals/icu/source/i18n/
H A Duitercollationiterator.h69 state(ITER_CHECK_FWD), start(startIndex), in FCDUIterCollationIterator()
148 State state; member in FCDUIterCollationIterator
H A Dutf8collationiterator.h85 state(CHECK_FWD), start(p), in FCDUTF8CollationIterator()
162 State state; member in FCDUTF8CollationIterator
/third_party/skia/third_party/externals/libwebp/src/webp/
H A Ddemux.h99 // If 'state' is non-NULL it will be set to indicate the status of the demuxer.
107 const WebPData* data, WebPDemuxState* state) { in WebPDemuxPartial()
108 return WebPDemuxInternal(data, 1, state, WEBP_DEMUX_ABI_VERSION); in WebPDemuxPartial()
132 // returned a state > WEBP_DEMUX_PARSING_HEADER.
106 WebPDemuxPartial( const WebPData* data, WebPDemuxState* state) WebPDemuxPartial() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DTexture.h50 TextureBase(DeviceBase* device, const TextureDescriptor* descriptor, TextureState state);
100 TextureBase(DeviceBase* device, TextureState state);
/third_party/skia/third_party/externals/freetype/src/gxvalid/
H A Dgxvmorx5.c142 FT_UShort state, in gxv_morx_subtable_type5_entry_validate()
162 FT_UNUSED( state ); in gxv_morx_subtable_type5_entry_validate()
141 gxv_morx_subtable_type5_entry_validate( FT_UShort state, FT_UShort flags, GXV_StateTable_GlyphOffsetCPtr glyphOffset_p, FT_Bytes table, FT_Bytes limit, GXV_Validator gxvalid ) gxv_morx_subtable_type5_entry_validate() argument
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Duiter.h77 * an unknown state.
81 * a valid state for each position. This will be clearly documented
239 * Get the "state" of the iterator in the form of a single 32-bit word.
240 * It is recommended that the state value be calculated to be as small as
248 * The iterator state is defined as a uint32_t value because it is designed
249 * for use in ucol_nextSortKeyPart() which provides 32 bits to store the state
259 * An opaque state value allows an iterator implementation to provide
269 * a valid state for each position, in which case they return UITER_NO_STATE instead.
273 * @return the state word
286 * Restore the "state" o
[all...]
/third_party/protobuf/python/google/protobuf/
H A Dmessage.py366 Sets a listener that this message will call on certain state transitions.
387 def __setstate__(self, state):
390 serialized = state['serialized']
/third_party/pulseaudio/src/pulsecore/
H A Dstrlist.c123 const char *state = NULL; in pa_strlist_parse() local
126 while ((r = pa_split_spaces(s, &state))) { in pa_strlist_parse()
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_autoexpand.py142 # reset state by successfully expanding once
147 initial_state = self.auto_expand.state
150 new_state = self.auto_expand.state
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dedit_readline.c39 static char * readline_completion_func(const char *text, int state) in readline_completion_func() argument
49 if (state == 0) { in readline_completion_func()
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgShader.hpp54 void tokenize (GeneratorState& state, TokenStream& stream) const;
106 void tokenize (GeneratorState& state, TokenStream& str) const;
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrRenderer.hpp113 : state (state_) in DrawCommand()
122 const RenderState& state; member in rr::DrawCommand
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dedit_readline.c39 static char * readline_completion_func(const char *text, int state) in readline_completion_func() argument
49 if (state == 0) { in readline_completion_func()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DRenderbufferD3D.cpp20 RenderbufferD3D::RenderbufferD3D(const gl::RenderbufferState &state, RendererD3D *renderer) in RenderbufferD3D() argument
21 : RenderbufferImpl(state), mRenderer(renderer), mRenderTarget(nullptr), mImage(nullptr) in RenderbufferD3D()
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/ability_delegator/
H A Dmock_ability_delegator_stub.h59 MOCK_METHOD3(AbilityTransitionDone, int(const sptr<IRemoteObject>& token, int state, const PacMap&));
66 void DumpState(const std::string& args, std::vector<std::string>& state) override;
127 MOCK_METHOD2(SetMissionContinueState, int(const sptr<IRemoteObject>& token, const AAFwk::ContinueState& state));
176 int ForceTimeoutForTest(const std::string& abilityName, const std::string& state) override;
239 MOCK_METHOD3(AbilityTransitionDone, int(const sptr<IRemoteObject>& token, int state, const PacMap&));
246 void DumpState(const std::string& args, std::vector<std::string>& state) override;
307 MOCK_METHOD2(SetMissionContinueState, int(const sptr<IRemoteObject>& token, const AAFwk::ContinueState& state));
356 int ForceTimeoutForTest(const std::string& abilityName, const std::string& state) override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_model_ng.cpp284 void IndexerModelNG::SetEnableHapticFeedback(bool state) in SetEnableHapticFeedback() argument
286 ACE_UPDATE_LAYOUT_PROPERTY(IndexerLayoutProperty, EnableHapticFeedback, state); in SetEnableHapticFeedback()
323 void IndexerModelNG::SetAdaptiveWidth(bool state) in SetAdaptiveWidth() argument
325 ACE_UPDATE_LAYOUT_PROPERTY(IndexerLayoutProperty, AdaptiveWidth, state); in SetAdaptiveWidth()
341 void IndexerModelNG::SetAdaptiveWidth(FrameNode* frameNode, bool state) in SetAdaptiveWidth() argument
343 ACE_UPDATE_NODE_LAYOUT_PROPERTY(IndexerLayoutProperty, AdaptiveWidth, state, frameNode); in SetAdaptiveWidth()
593 void IndexerModelNG::SetEnableHapticFeedback(FrameNode* frameNode, bool state) in SetEnableHapticFeedback() argument
595 ACE_UPDATE_NODE_LAYOUT_PROPERTY(IndexerLayoutProperty, EnableHapticFeedback, state, frameNode); in SetEnableHapticFeedback()
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dui_ability_thread.cpp242 AddLifecycleEvent(lifeCycleStateInfo.state, methodName); in HandleAbilityTransaction()
250 void UIAbilityThread::AddLifecycleEvent(uint32_t state, std::string &methodName) const in AddLifecycleEvent() argument
252 if (state == AAFwk::ABILITY_STATE_FOREGROUND_NEW) { in AddLifecycleEvent()
257 if (state == AAFwk::ABILITY_STATE_BACKGROUND_NEW) { in AddLifecycleEvent()
285 void UIAbilityThread::ScheduleRestoreAbilityState(const AppExecFwk::PacMap &state) in ScheduleRestoreAbilityState() argument
292 abilityImpl_->DispatchRestoreAbilityState(state); in ScheduleRestoreAbilityState()
318 lifeCycleStateInfo.state, in ScheduleAbilityTransaction()
321 AddLifecycleEvent(lifeCycleStateInfo.state, methodName); in ScheduleAbilityTransaction()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_indexer.cpp177 void JSIndexer::SetUsingPopup(bool state) in SetUsingPopup() argument
179 IndexerModel::GetInstance()->SetUsingPopup(state); in SetUsingPopup()
452 bool state = true; in SetAutoCollapse() local
454 state = args[0]->ToBoolean(); in SetAutoCollapse()
456 IndexerModel::GetInstance()->SetAutoCollapse(state); in SetAutoCollapse()
544 bool state = true; in SetEnableHapticFeedback() local
546 state = args[0]->ToBoolean(); in SetEnableHapticFeedback()
548 IndexerModel::GetInstance()->SetEnableHapticFeedback(state); in SetEnableHapticFeedback()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.h822 float offset, int32_t source, NestedState state = NestedState::GESTURE, float velocity = 0.f) override;
830 void UpdateNestedScrollVelocity(float offset, NestedState state);
840 ScrollResult HandleScrollParentFirst(float& offset, int32_t source, NestedState state);
841 ScrollResult HandleScrollSelfFirst(float& offset, int32_t source, NestedState state);
842 ScrollResult HandleScrollSelfOnly(float& offset, int32_t source, NestedState state);
843 ScrollResult HandleScrollParallel(float& offset, int32_t source, NestedState state);
844 bool HandleOutBoundary(float& offset, int32_t source, NestedState state, ScrollResult& result);
847 void ExecuteScrollFrameBegin(float& mainDelta, ScrollState state);
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_utils.cpp209 void ConvertStateChangeParamToJS(napi_env env, napi_value result, const std::string &device, int state, int cause) in ConvertStateChangeParamToJS() argument
216 napi_create_int32(env, GetProfileConnectionState(state), &profileState); in ConvertStateChangeParamToJS()
217 napi_set_named_property(env, result, "state", profileState); in ConvertStateChangeParamToJS()
224 void ConvertScoStateChangeParamToJS(napi_env env, napi_value result, const std::string &device, int state) in ConvertScoStateChangeParamToJS() argument
231 napi_create_int32(env, GetScoConnectionState(state), &profileState); in ConvertScoStateChangeParamToJS()
232 napi_set_named_property(env, result, "state", profileState); in ConvertScoStateChangeParamToJS()
320 int GetProfileConnectionState(int state) in GetProfileConnectionState() argument
323 switch (state) { in GetProfileConnectionState()
392 int GetScoConnectionState(int state) in GetScoConnectionState() argument
395 switch (state) { in GetScoConnectionState()
[all...]
/foundation/multimedia/audio_framework/frameworks/native/opensles/test/unittest/opensles_recorder_test/src/
H A Daudio_opensles_recorder_unit_test.cpp182 SLOHBufferQueueState state; in HWTEST() local
183 SLresult result = (*bufferQueueItf_)->GetState(bufferQueueItf_, &state); in HWTEST()
189 SLOHBufferQueueState state; in HWTEST() local
190 SLresult result = (*bufferQueueItf_)->GetState(nullptr, &state); in HWTEST()
221 SLuint32 state; in HWTEST() local
222 SLresult result = (*captureItf_)->GetRecordState(captureItf_, &state); in HWTEST()
228 SLuint32 state; in HWTEST() local
229 SLresult result = (*captureItf_)->GetRecordState(nullptr, &state); in HWTEST()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/
H A Dcanvas_test.cpp737 * @tc.desc: Test for restoring Canvas Matrix and clip value state to count.
789 bool state = canvas->GetOffscreen(); in HWTEST_F() local
790 ASSERT_TRUE(state); in HWTEST_F()
804 bool state = canvas->GetUICapture(); in HWTEST_F() local
805 ASSERT_TRUE(state); in HWTEST_F()
819 bool state = canvas->GetRecordingState(); in HWTEST_F() local
820 ASSERT_TRUE(state); in HWTEST_F()
834 bool state = canvas->GetRecordingState(); in HWTEST_F() local
835 ASSERT_TRUE(!state); in HWTEST_F()
/foundation/multimedia/av_session/frameworks/native/session/test/unittest/
H A Davsession_test.cpp403 * @tc.desc: Return the result of set av playback state
427 * @tc.desc: Return the result of set av playback state
446 * @tc.desc: Return the result of set av playback state
470 * @tc.desc: Return the result of set av playback state
528 * @tc.desc: Return the result of get av playback state
547 AVPlaybackState state; in HWTEST_F() local
548 EXPECT_EQ(avsession_->GetAVPlaybackState(state), AVSESSION_SUCCESS); in HWTEST_F()
549 EXPECT_EQ(state.GetState(), g_playbackState.GetState()); in HWTEST_F()
550 EXPECT_EQ(state.GetSpeed(), g_playbackState.GetSpeed()); in HWTEST_F()
551 EXPECT_EQ(state in HWTEST_F()
[all...]
/foundation/window/window_manager/dm/src/
H A Ddisplay_manager_adapter.cpp273 bool ScreenManagerAdapter::SetSpecifiedScreenPower(ScreenId screenId, ScreenPowerState state, PowerStateChangeReason reason) in SetSpecifiedScreenPower() argument
276 return displayManagerServiceProxy_->SetSpecifiedScreenPower(screenId, state, reason); in SetSpecifiedScreenPower()
279 bool ScreenManagerAdapter::SetScreenPowerForAll(ScreenPowerState state, PowerStateChangeReason reason) in SetScreenPowerForAll() argument
282 return displayManagerServiceProxy_->SetScreenPowerForAll(state, reason); in SetScreenPowerForAll()
349 bool DisplayManagerAdapter::SetScreenPowerById(ScreenId screenId, ScreenPowerState state, in SetScreenPowerById() argument
354 return displayManagerServiceProxy_->SetScreenPowerById(screenId, state, reason); in SetScreenPowerById()
357 bool DisplayManagerAdapter::SetDisplayState(DisplayState state) in SetDisplayState() argument
361 return displayManagerServiceProxy_->SetDisplayState(state); in SetDisplayState()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/output_control/src/
H A Doutput_controller.cpp636 void OutputController::SetTimeInitState(const bool state) in SetTimeInitState() argument
638 isTimeInit_.store(state); in SetTimeInitState()
646 void OutputController::SetBaselineInitState(const bool state) in SetBaselineInitState() argument
648 isBaselineInit_.store(state); in SetBaselineInitState()
656 void OutputController::SetProcessDynamicBalanceState(const bool state) in SetProcessDynamicBalanceState() argument
658 isInDynamicBalance_.store(state); in SetProcessDynamicBalanceState()
666 void OutputController::SetAllowControlState(const bool state) in SetAllowControlState() argument
668 isAllowControl_.store(state); in SetAllowControlState()

Completed in 29 milliseconds

1...<<361362363364365366367368369370>>...823