/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 205 my $state = 'TEXT'; 219 push @content, [ $state, $cur_item, $lineno ] if $cur_item ne ''; 221 $state = 'PROG'; 236 push @content, [ $state, $cur_item, $prog_start ] if $cur_item ne ''; 237 $state = 'TEXT'; 259 if ($state eq 'PROG') { 263 elsif ($state eq 'TEXT') { 264 push @content, [ $state, $cur_item, $lineno ] if $cur_item ne '';
|
/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | view_abstract_test_ng.cpp | 1508 auto state = static_cast<VisualState>(INDEX); in HWTEST_F() local 1509 ViewStackProcessor::GetInstance()->SetVisualState(state); in HWTEST_F() 1580 auto state = static_cast<VisualState>(INDEX); in HWTEST_F() local 1581 ViewStackProcessor::GetInstance()->SetVisualState(state); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/ |
H A D | search_model_ng.cpp | 682 void SearchModelNG::SetEnableHapticFeedback(bool state) in SetEnableHapticFeedback() argument 690 pattern->SetEnableHapticFeedback(state); in SetEnableHapticFeedback() 1871 void SearchModelNG::SetEnableHapticFeedback(FrameNode* frameNode, bool state) in SetEnableHapticFeedback() argument 1878 pattern->SetEnableHapticFeedback(state); in SetEnableHapticFeedback()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_model_ng.cpp | 1908 void TextFieldModelNG::SetEnableHapticFeedback(bool state) in SetEnableHapticFeedback() argument 1912 pattern->SetEnableHapticFeedback(state); in SetEnableHapticFeedback() 2154 void TextFieldModelNG::SetEnableHapticFeedback(FrameNode* frameNode, bool state) in SetEnableHapticFeedback() argument 2159 pattern->SetEnableHapticFeedback(state); in SetEnableHapticFeedback()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_field_pattern_test.cpp | 2222 bool state = pattern->IsMouseOverScrollBar(info); in HWTEST_F() local 2223 EXPECT_FALSE(state); in HWTEST_F() 2238 bool state = pattern->AllowCopy(); in HWTEST_F() local 2239 EXPECT_TRUE(state); in HWTEST_F()
|
/foundation/multimedia/audio_framework/services/audio_policy/client/src/proxy/ |
H A D | audio_policy_proxy.cpp | 136 CHECK_AND_RETURN_RET_LOG(error == ERR_NONE, error, "get persistent microphoneMute state failed, error: %d", error); in GetPersistentMicMuteState() 799 AudioPermissionState state) in CheckRecordingStateChange() 811 data.WriteInt32(state); in CheckRecordingStateChange() 1288 int32_t AudioPolicyProxy::SetCaptureSilentState(bool state) in SetCaptureSilentState() argument 1298 data.WriteBool(state); in SetCaptureSilentState() 798 CheckRecordingStateChange(uint32_t appTokenId, uint64_t appFullTokenId, int32_t appUid, AudioPermissionState state) CheckRecordingStateChange() argument
|
/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hcapture_session.cpp | 235 stateMachine_.StateGuard([&errCode, this](const CaptureSessionState state) { in BeginConfig() 239 MEDIA_ERR_LOG("HCaptureSession::BeginConfig in invalid state %{public}d", state); in BeginConfig() 349 MEDIA_ERR_LOG("EnableMovingPhoto, invalid session state: %{public}d, start after preview", currentState); in StartMovingPhotoStream() 952 MEDIA_ERR_LOG("HCaptureSession::SetColorSpace(), Invalid session state: %{public}d", currentState); in SetColorSpace() 1566 infoDumper.Msg("session state:[" + GetSessionState() + "]"); in DumpSessionInfo() 2181 [&targetState](const auto& state) {return state == targetState; }); in CheckTransfer()
|
H A D | hcamera_service.cpp | 823 // the callback cannot be triggered to obtain the mute state. Therefore, in SetMuteCallback() 824 // when the SA sets the callback, the callback is triggered immediately to return the mute state. in SetMuteCallback() 1179 int32_t HCameraService::AllowOpenByOHSide(std::string cameraId, int32_t state, bool& canOpenCamera) in AllowOpenByOHSide() argument 1200 int32_t HCameraService::NotifyCameraState(std::string cameraId, int32_t state) in NotifyCameraState() argument 1204 "HCameraService::NotifyCameraState SetStateOfACamera %{public}s:%{public}d", cameraId.c_str(), state); in NotifyCameraState() 1205 HCameraDeviceManager::GetInstance()->SetStateOfACamera(cameraId, state); in NotifyCameraState()
|
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_root_test.cpp | 835 WindowState state = WindowState::STATE_INITIAL; in HWTEST_F() local 837 windowRoot_->ProcessWindowStateChange(state, reason); in HWTEST_F() 1505 WindowState state = WindowState::STATE_INITIAL; in HWTEST_F() local 1514 windowRoot_->ProcessWindowStateChange(state, reason); in HWTEST_F()
|
/third_party/ffmpeg/libavformat/ |
H A D | rtsp.c | 1319 rt->state = RTSP_STATE_IDLE; in ff_rtsp_read_reply() 1864 /* Initialize the authentication state for the POST session. The HTTP in ff_rtsp_connect() 1875 * Therefore, we copy the full auth state, which works for both basic in ff_rtsp_connect() 1990 rt->state = RTSP_STATE_IDLE; in ff_rtsp_connect() 2023 if (rt->state == RTSP_STATE_STREAMING) { in parse_rtsp_message() 2033 if (rt->state != RTSP_STATE_STREAMING) in parse_rtsp_message()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_device.c | 2353 * through descriptor state. in v3dv_AllocateMemory() 2752 /* Events are created in the unsignaled state */ in v3dv_CreateEvent() 2753 event->state = false; in v3dv_CreateEvent() 2777 return p_atomic_read(&event->state) ? VK_EVENT_SET : VK_EVENT_RESET; in v3dv_GetEventStatus() 2784 p_atomic_set(&event->state, 1); in v3dv_SetEvent() 2792 p_atomic_set(&event->state, 0); in v3dv_ResetEvent()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | module-instantiate.cc | 494 // asm.js instantiation should have changed the state of the buffer. in Build() 874 if (to_primitive_it.state() != LookupIterator::NOT_FOUND) return false; in HasDefaultToNumberBehaviour() 879 if (value_of_it.state() != LookupIterator::DATA) return false; in HasDefaultToNumberBehaviour() 889 if (to_string_it.state() != LookupIterator::DATA) return false; in HasDefaultToNumberBehaviour() 968 switch (it.state()) { in LookupImportAsm() 1377 "mismatch in shared state of memory, declared = %d, imported = %d", in ProcessImportedMemory()
|
/third_party/node/test/fixtures/wpt/streams/readable-byte-streams/ |
H A D | general.any.js | 275 assert_equals(pullCount, 0, 'No pull as start() just finished and is not yet reflected to the state of the stream'); 297 assert_equals(pullCount, 0, 'No pull as start() just finished and is not yet reflected to the state of the stream'); 352 assert_equals(pullCount, 0, 'No pull() as start() just finished and is not yet reflected to the state of the stream'); 489 assert_equals(pullCount, 0, 'No pull as start() just finished and is not yet reflected to the state of the stream'); 803 assert_equals(pullCount, 0, 'No pull as start() just finished and is not yet reflected to the state of the stream'); 1490 // even if the stream has not yet entered the closed state. 1509 // even if the stream has not yet entered the closed state. 2268 }, 'ReadableStream with byte source: respondWithNewView() with a zero-length view (in the closed state)'); 2308 '(in the readable state)'); 2347 '(in the closed state)'); [all...] |
/third_party/musl/porting/liteos_a/user/ldso/ |
H A D | dynlink.c | 44 int state; member 2016 debug.state = RT_CONSISTENT; in __dls3() 2075 debug.state = RT_ADD; in dlopen() 2173 debug.state = RT_CONSISTENT; in dlopen()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
H A D | dynlink.c | 44 int state; member 2015 debug.state = RT_CONSISTENT; in __dls3() 2074 debug.state = RT_ADD; in dlopen() 2172 debug.state = RT_CONSISTENT; in dlopen()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | s_server.c | 876 {"state", OPT_STATE, '-', "Print the SSL states"}, 1008 int state = 0, crl_format = FORMAT_UNDEF, crl_download = 0; in s_server_main() local 1413 state = 1; in s_server_main() 1888 if (state) in s_server_main() 1992 if (state) in s_server_main()
|
/third_party/openssl/apps/ |
H A D | s_server.c | 876 {"state", OPT_STATE, '-', "Print the SSL states"}, 1008 int state = 0, crl_format = FORMAT_UNDEF, crl_download = 0; in s_server_main() local 1413 state = 1; in s_server_main() 1883 if (state) in s_server_main() 1987 if (state) in s_server_main()
|
/third_party/skia/modules/skparagraph/src/ |
H A D | ParagraphImpl.cpp | 1697 void ParagraphImpl::setState(InternalState state) { in GetLineFontMetrics() 1698 if (fState <= state) { in GetLineFontMetrics() 1699 fState = state; in GetLineFontMetrics() 1703 fState = state; in GetLineFontMetrics()
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
H A D | mod.rs | 303 /// of the state of this option. It only affects `SslStream::ssl_read` and 775 // out. When that happens, we wouldn't be able to look up the callback's state in the in set_servername_callback() 1916 /// Information about the state of a cipher. 2192 /// The state of an SSL/TLS session. 2306 .field("state", &self.state_string_long()) in fmt() 2474 /// Returns a short string describing the state of the session. in fmt() 2477 let state = unsafe { in fmt() 2482 str::from_utf8(state.to_bytes()).unwrap() in fmt() 2485 /// Returns a longer string describing the state of the session. 2488 let state in state_string_long() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | sae.c | 1772 if (sae->state == SAE_COMMITTED && group != sae->group) { in sae_group_allowed() 1905 * the peer and it is in Authenticated state, the new Commit Message in sae_parse_commit_scalar() 1909 if (sae->state == SAE_ACCEPTED && sae->peer_commit_scalar_accepted && in sae_parse_commit_scalar() 2450 const char * sae_state_txt(enum sae_state state) in sae_state_txt() argument 2452 switch (state) { in sae_state_txt()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | renderergl_utils.cpp | 2424 // unbind native image implicitly. Please make sure state in GetNativeTextureType() 2444 // unbind native image implicitly. Please make sure state in GetNativeTextureTarget() 2577 const gl::PixelStoreStateBase &state, in ShouldApplyLastRowPaddingWorkaround() 2598 glFormat.computePackUnpackEndByte(type, size, state, is3D, &endByte)); in ShouldApplyLastRowPaddingWorkaround() 2600 ANGLE_CHECK_GL_MATH(contextGL, glFormat.computeRowPitch(type, size.width, state.alignment, in ShouldApplyLastRowPaddingWorkaround() 2601 state.rowLength, &rowPitch)); in ShouldApplyLastRowPaddingWorkaround() 2575 ShouldApplyLastRowPaddingWorkaround(ContextGL *contextGL, const gl::Extents &size, const gl::PixelStoreStateBase &state, const gl::Buffer *pixelBuffer, GLenum format, GLenum type, bool is3D, const void *pixels, bool *shouldApplyOut) ShouldApplyLastRowPaddingWorkaround() argument
|
/base/hiviewdfx/hiview/core/ |
H A D | hiview_platform.cpp | 195 bool state = platformConfig.ParsesConfig(platformConfigInfo);
in CreateWorkingDirectories() local 196 if (state) {
in CreateWorkingDirectories()
|
/base/notification/common_event_service/services/test/moduletest/common_event_services_publish_ordered_module_test/ |
H A D | common_event_services_publish_ordered_module_test.cpp | 1224 std::vector<std::string> state; in HWTEST_F() local 1226 dumpType, event, userId, state); in HWTEST_F()
|
/base/msdp/device_status/services/communication/client/src/ |
H A D | devicestatus_srv_proxy.cpp | 445 int32_t DeviceStatusSrvProxy::GetCoordinationState(const std::string &udId, bool &state) in GetCoordinationState() argument 463 READBOOL(reply, state, IPC_PROXY_DEAD_OBJECT_ERR); in GetCoordinationState()
|
/base/security/access_token/services/privacymanager/test/unittest/ |
H A D | permission_record_manager_test.cpp | 585 appStateData.state = static_cast<int32_t>(ApplicationState::APP_STATE_FOREGROUND); in HWTEST_F() 591 appStateData.state = static_cast<int32_t>(ApplicationState::APP_STATE_BACKGROUND); in HWTEST_F()
|