/third_party/node/deps/v8/src/execution/loong64/ |
H A D | simulator-loong64.cc | 832 // setup the architecture state. in Simulator() 841 // Set up architecture state. in Simulator() 887 // Sets the register in the architecture state. It will also deal with updating 888 // Simulator internal state for special registers such as PC. 944 // Get the register from the architecture state. This function does handle 2347 const char* state = IsEnabledStop(code) ? "Enabled" : "Disabled"; in PrintStopInfo() local 2349 // Don't print the state of unused breakpoints. in PrintStopInfo() 2353 code, code, state, count, watched_stops_[code].desc); in PrintStopInfo() 2356 code, state, count); in PrintStopInfo()
|
/third_party/node/deps/v8/src/execution/ppc/ |
H A D | simulator-ppc.cc | 734 // setup the architecture state. in Simulator() 747 // Set up architecture state. in Simulator() 789 // Sets the register in the architecture state. 795 // Get the register from the architecture state. 1325 const char* state = isEnabledStop(code) ? "Enabled" : "Disabled"; in PrintStopInfo() local 1327 // Don't print the state of unused breakpoints. in PrintStopInfo() 1331 state, count, watched_stops_[code].desc); in PrintStopInfo() 1333 PrintF("stop %i - 0x%x: \t%s, \tcounter = %i\n", code, code, state, in PrintStopInfo()
|
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.cc | 801 // setup the architecture state. in Simulator() 810 // Set up architecture state. in Simulator() 859 // Sets the register in the architecture state. It will also deal with updating 860 // Simulator internal state for special registers such as PC. 917 // Get the register from the architecture state. This function does handle 2541 const char* state = IsEnabledStop(code) ? "Enabled" : "Disabled"; in PrintStopInfo() local 2543 // Don't print the state of unused breakpoints. in PrintStopInfo() 2547 code, code, state, count, watched_stops_[code].desc); in PrintStopInfo() 2550 code, state, count); in PrintStopInfo()
|
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.cc | 858 // setup the architecture state. in Simulator() 867 // Set up architecture state. in Simulator() 915 // Sets the register in the architecture state. It will also deal with updating 916 // Simulator internal state for special registers such as PC. 973 // Get the register from the architecture state. This function does handle 2532 const char* state = IsEnabledStop(code) ? "Enabled" : "Disabled"; in PrintStopInfo() local 2534 // Don't print the state of unused breakpoints. in PrintStopInfo() 2537 PrintF("stop %i - 0x%x: \t%s, \tcounter = %i, \t%s\n", code, code, state, in PrintStopInfo() 2540 PrintF("stop %i - 0x%x: \t%s, \tcounter = %i\n", code, code, state, in PrintStopInfo()
|
/third_party/node/deps/v8/src/execution/riscv64/ |
H A D | simulator-riscv64.cc | 2189 // setup the architecture state. in Simulator() 2200 // Set up architecture state. in Simulator() 2244 // Sets the register in the architecture state. It will also deal with 2245 // updating Simulator internal state for special registers such as PC. 2302 // Get the register from the architecture state. This function does handle 3069 const char* state = IsEnabledStop(code) ? "Enabled" : "Disabled"; in PrintStopInfo() local 3071 // Don't print the state of unused breakpoints. in PrintStopInfo() 3075 code, code, state, count, watched_stops_[code].desc); in PrintStopInfo() 3078 code, state, count); in PrintStopInfo()
|
/third_party/python/Modules/ |
H A D | _testcapimodule.c | 3807 /* Since no new thread state was created, there is no exception to in run_in_subinterp() 3809 state. */ in run_in_subinterp() 4520 PyGILState_STATE state; in temporary_c_thread() local 4525 /* Allocate a Python thread state for this thread */ in temporary_c_thread() 4526 state = PyGILState_Ensure(); in temporary_c_thread() 4538 /* Destroy the Python thread state for this thread */ in temporary_c_thread() 4539 PyGILState_Release(state); in temporary_c_thread() 5463 "TSS key not in an uninitialized state at " in test_pythread_tss_key_state() 5473 "but with TSS key in an uninitialized state"); in test_pythread_tss_key_state() 5484 "TSS key initialization state wa in test_pythread_tss_key_state() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/ |
H A D | indexer_pattern.cpp | 1356 auto onScroll = [weak = WeakClaim(this)](Dimension offset, ScrollState state) { in UpdatePopupListGradientView()
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_test.cpp | 1306 scensession->sessionChangeCallback_->OnNeedAvoid_ = [](bool state){}; in HWTEST_F()
|
/third_party/ffmpeg/libavcodec/ |
H A D | mpegvideo.c | 505 * prior state of the MpegEncContext. 803 s->parse_context.state = -1; in ff_mpv_common_init()
|
/third_party/alsa-utils/alsaloop/ |
H A D | pcmjob.c | 2058 snd_output_printf(loop->state, ##args)
|
/third_party/node/deps/openssl/openssl/ |
H A D | Configure | 3235 state %predefined;
|
/third_party/openssl/ |
H A D | Configure | 3230 state %predefined;
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
H A D | readme.tex | 535 parameter values, and possibly current GL state as well.
|
/third_party/selinux/libsepol/src/ |
H A D | kernel_to_cil.c | 1323 value = boolean->state ? "true" : "false"; in map_boolean_to_strs()
|
H A D | kernel_to_conf.c | 1306 value = boolean->state ? "true" : "false"; in map_boolean_to_strs()
|
H A D | write.c | 732 buf[items++] = cpu_to_le32(booldatum->state); in cond_write_bool()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wps_supplicant.c | 837 switch (ev->state) { in wpa_supplicant_wps_event_er_set_sel_reg() 840 "uuid=%s state=START sel_reg=%d dev_passwd_id=%u " in wpa_supplicant_wps_event_er_set_sel_reg() 847 "uuid=%s state=DONE", uuid_str); in wpa_supplicant_wps_event_er_set_sel_reg() 851 "uuid=%s state=FAILED", uuid_str); in wpa_supplicant_wps_event_er_set_sel_reg()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | scan.c | 448 /* Optimize provisioning state scan based on GO information */ in wpa_supplicant_optimize_freqs() 983 * If we are already in scanning state, we shall reschedule the in wpa_supplicant_scan() 1027 if (wpa_s->global->p2p->state == P2P_LISTEN_ONLY) { in wpa_supplicant_scan() 1949 * wpa_supplicant_notify_scanning - Indicate possible scan state change 1955 * wpas_notify_scanning() is called whenever the scanning state changed from the 1956 * previously notified state. 2830 * maintain flushed state. */ in wpa_supplicant_get_scan_results() 3438 * wpas_scan_reset_sched_scan - Reset sched_scan state 3442 * internal scan state to continue with a regular scan on the following
|
H A D | wps_supplicant.c | 860 switch (ev->state) { in wpa_supplicant_wps_event_er_set_sel_reg() 863 "uuid=%s state=START sel_reg=%d dev_passwd_id=%u " in wpa_supplicant_wps_event_er_set_sel_reg() 870 "uuid=%s state=DONE", uuid_str); in wpa_supplicant_wps_event_er_set_sel_reg() 874 "uuid=%s state=FAILED", uuid_str); in wpa_supplicant_wps_event_er_set_sel_reg()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_api_impl_bridge.cpp | 212 panda::NumberRef::New(vm, static_cast<int32_t>(routerPageResult->state)), in GetPageInfoByUniqueId() 214 const char* routerPageKeys[] = { "context", "index", "name", "path", "state", "pageId" }; in GetPageInfoByUniqueId() 225 panda::NumberRef::New(vm, static_cast<int32_t>(navDestinationResult->state)), in GetPageInfoByUniqueId() 229 const char* navDestinationKeys[] = { "navigationId", "name", "state", "index", "param", "navDestinationId" }; in GetPageInfoByUniqueId() 272 int64_t state = GetArkUINodeModifiers()->getUIStateModifier()->getUIState(nativeNode); in GetUIState() local 273 return panda::NumberRef::New(vm, state); in GetUIState() 283 auto state = secondArg->ToNumber(vm)->Value(); in SetSupportedUIState() local 284 GetArkUINodeModifiers()->getUIStateModifier()->setSupportedUIState(nativeNode, state); in SetSupportedUIState()
|
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/ |
H A D | camera_framework_unittest.cpp | 631 void OnFocusState(FocusState state) override 637 void OnExposureState(ExposureState state) override 675 void OnSlowMotionState(const SlowMotionState state) in OnSlowMotionState() argument 8318 collapsible and in the "expand" state 8323 device is collapsible and in the "expand" state 8359 collapsible and in the "expand" state 8364 device is collapsible and in the "expand" state 8399 * Function: In the scenario where the device is foldable and in a folded state, the goal is to ensure that the method 8400 correctly returns the list of cameras that support the current folded state. 8404 * CaseDescription: In the scenario where the device is foldable and in a folded state, th [all...] |
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/mission/ |
H A D | dms_mission_manager_test.cpp | 137 void RemoteMissionListenerTest::NotifyNetDisconnect(const std::string& deviceId, int32_t state) in NotifyNetDisconnect() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_render_service_connection_proxy.cpp | 2681 if (!data.WriteInt32(info.state)) { in ReportGameStateDataRs()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | glslang_tab.cpp | 847 /* Stored state numbers (used for stacks). */ 1056 /* YYFINAL -- State number of the termination state. */ 1237 /** Accessing symbol of state STATE. */ 1521 /* YYDEFACT[STATE-NUM] -- Default reduction number in state STATE-NUM. 1661 /* YYTABLE[YYPACT[STATE-NUM]] -- What to do in state STATE-NUM. If 4215 state STATE-NUM. */ 4567 | yy_stack_print -- Print the state stack from its BOTTOM up to its | 4672 this state because they are default actions. */ in yypcontext_expected_tokens() 4792 - If this state is a consistent state wit [all...] |
/third_party/backends/backend/genesys/ |
H A D | gl646.cpp | 558 regs->state.is_xpa_on = (session.params.flags & ScanFlag::USE_XPA) != ScanFlag::NONE; in init_regs_for_scan_session() 1720 /* registers are restored to an iddl state, give up if no head to park */ in move_back_home()
|