Home
last modified time | relevance | path

Searched refs:state (Results 7476 - 7500 of 7702) sorted by relevance

1...<<291292293294295296297298299300>>...309

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTessellationTests.cpp6758 QueriedState state;
6762 queryState(result, gl, QUERY_BOOLEAN, GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED, state);
6764 if (!state.isUndefined())
6767 verifyStateBoolean(result, gl, GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED, state.getBoolAccess(), QUERY_INTEGER);
6768 verifyStateBoolean(result, gl, GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED, state.getBoolAccess(), QUERY_INTEGER64);
6769 verifyStateBoolean(result, gl, GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED, state.getBoolAccess(), QUERY_FLOAT);
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_mgmt_sta.c637 hmac_vap->mgmt_timetout_param.state = MAC_VAP_STATE_STA_WAIT_AUTH_SEQ2; in hmac_sta_wait_auth()
951 hmac_vap->mgmt_timetout_param.state = MAC_VAP_STATE_STA_WAIT_ASOC; in hmac_sta_wait_asoc()
/foundation/ability/form_fwk/services/src/
H A Dform_data_mgr.cpp1417 * @brief Create form state host record.
1418 * @param provider The provider of the form state
1473 HILOG_ERROR("filed to get form state host record"); in AcquireFormDataBack()
1483 * @brief acquire form state callback.
1484 * @param state form state.
1489 ErrCode FormDataMgr::AcquireFormStateBack(AppExecFwk::FormState state, const std::string &provider, in AcquireFormStateBack() argument
1495 HILOG_ERROR("filed to get form state host record"); in AcquireFormStateBack()
1498 iter->second.OnAcquireState(state, want); in AcquireFormStateBack()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_stub_test.cpp1442 int32_t state = 0; in HWTEST_F() local
1444 data.WriteInt32(state); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_third_test/
H A Dability_manager_service_third_test.cpp715 abilityMs_->timeoutMap_.insert({"state", "abilityName"}); in HWTEST_F()
716 EXPECT_TRUE(abilityMs_->IsNeedTimeoutForTest("abilityName", "state")); in HWTEST_F()
1113 bool state; in HWTEST_F() local
1114 int32_t res = abilityMs->GetAbilityStateByPersistentId(persistentId, state); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H A Dwater_flow_sw_layout_test.cpp651 Dimension offset, ScrollState state, ScrollSource source) { in HWTEST_F()
653 willScrollState = state; in HWTEST_F()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/
H A Daudio_policy_manager_stub.cpp691 AudioPermissionState state = static_cast<AudioPermissionState>(data.ReadInt32()); in CheckRecordingStateChangeInternal() local
692 bool ret = CheckRecordingStateChange(appTokenId, appFullTokenId, appUid, state); in CheckRecordingStateChangeInternal()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_service_test.cpp1315 bool state = true; in HWTEST_F() local
1319 int32_t ret = NetConnService::GetInstance()->SetAirplaneMode(state); in HWTEST_F()
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/manager/src/
H A Dsoftbus_broadcast_mgr.c109 static void BcBtStateChanged(int32_t listenerId, int32_t state) in BcBtStateChanged() argument
113 if (state != SOFTBUS_BC_BT_STATE_TURN_OFF) { in BcBtStateChanged()
116 DISC_LOGI(DISC_BROADCAST, "receive bt turn off event, start reset broadcast mgr state.."); in BcBtStateChanged()
201 DISC_CHECK_AND_RETURN_RET_LOGE(ret >= 0, ret, DISC_BROADCAST, "add bt state listener failed"); in InitBroadcastMgr()
648 DISC_LOGD(DISC_BROADCAST, "enter scan state change"); in BcScanStateChanged()
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_stub_test.cpp2721 ScreenPowerState state = ScreenPowerState{0}; in HWTEST_F() local
2722 data.WriteUint32(static_cast<uint32_t>(state)); in HWTEST_F()
/third_party/curl/lib/vtls/
H A Dsectransp.c3016 if(ssl_connection_complete == connssl->state) {
3103 connssl->state = ssl_connection_complete;
3109 /* Reset our connect state machine */
/third_party/backends/backend/
H A Depson2.c1615 setOptionState(Epson_Scanner *s, SANE_Bool state, SANE_Int option, in setOptionState() argument
1618 if (state) in setOptionState()
2239 * will leave the scanner in a sane state. in sane_start()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.c1625 switch (cmdbuf->state.suspend_resume) { in tu_cmd_begin_iterator()
1639 switch (cmdbuf->state.suspend_resume) { in tu_cmd_end_iterator()
/third_party/mesa3d/src/nouveau/codegen/lib/
H A Dgk104.asm791 // check state of the warp and continue if it didn't cause the trap
806 // we only let a single faulting thread store its state
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-debug.cc902 CHECK_EQ(LookupIterator::ACCESSOR, it.state()); in JSFunctionVerify()
905 CHECK(!it.IsFound() || it.state() != LookupIterator::ACCESSOR || in JSFunctionVerify()
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-agent-impl.cc369 protocol::DictionaryValue* state) in V8DebuggerAgentImpl()
374 m_state(state), in V8DebuggerAgentImpl()
902 // Ranges array contains positions in script where blackbox state is changed. in isFunctionBlackboxed()
1245 // TODO(dgozman): this changes the global state and forces all context groups in setPauseOnExceptionsImpl()
1635 // inspector about blackboxed state, we should reset state each time when we in didParseSource()
367 V8DebuggerAgentImpl( V8InspectorSessionImpl* session, protocol::FrontendChannel* frontendChannel, protocol::DictionaryValue* state) V8DebuggerAgentImpl() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Duresbund.cpp504 static void ures_setIsStackObject( UResourceBundle* resB, UBool state) { in ures_setIsStackObject() argument
505 if(state) { in ures_setIsStackObject()
/third_party/python/Objects/
H A Dbytesobject.c3203 PyDoc_STRVAR(reduce_doc, "Return state information for pickling.");
3206 striter_setstate(striterobject *it, PyObject *state) in striter_setstate() argument
3208 Py_ssize_t index = PyLong_AsSsize_t(state); in striter_setstate()
3221 PyDoc_STRVAR(setstate_doc, "Set state information for unpickling.");
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211_capa.c1599 enum nl80211_dfs_state state = in phy_info_freq() local
1602 switch (state) { in phy_info_freq()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/i2c/gpio_i2c/
H A Ddrv_gpio_i2c.c1101 int gpio_i2c_suspend(pm_basedev *pdev, pm_message_t state) in gpio_i2c_suspend() argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_jd.c811 * is in a disjoint state (ie. being reset). in jd_done_nolock()
1399 /* Register a completed job as a disjoint event when the GPU is in a disjoint state in kbase_jd_submit()
1486 /* Retain state before the katom disappears */ in kbase_jd_done_worker()
1555 * atom's retained state in kbase_jd_done_worker()
1816 kctx->jctx.renderpasses[i].state = KBASE_JD_RP_COMPLETE; in kbase_jd_init()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_jd.c754 * is in a disjoint state (ie. being reset). in jd_done_nolock()
1300 /* Register a completed job as a disjoint event when the GPU is in a disjoint state in kbase_jd_submit()
1383 /* Retain state before the katom disappears */ in kbase_jd_done_worker()
1451 * reference, and handle any actions that were logged against the atom's retained state */ in kbase_jd_done_worker()
1702 kctx->jctx.renderpasses[i].state = KBASE_JD_RP_COMPLETE; in kbase_jd_init()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_jm_rb.c237 * check_secure_atom - Check if the given atom is in the given secure state and
238 * has a ringbuffer state of at least
241 * @secure: Desired secure state
243 * Return: true if atom is in the given state, false otherwise
257 * secure state in the ringbuffers of at least
258 * state
261 * @secure: Desired secure state
263 * Return: true if any atoms are in the given state, false otherwise
320 /* *** BREAK OUT: No state transition *** */ in kbasep_js_job_check_ref_cores()
331 /* Proceed to next state */ in kbasep_js_job_check_ref_cores()
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_jm_rb.c242 * check_secure_atom - Check if the given atom is in the given secure state and
243 * has a ringbuffer state of at least
246 * @secure: Desired secure state
248 * Return: true if atom is in the given state, false otherwise
263 * secure state in the ringbuffers of at least
264 * state
267 * @secure: Desired secure state
269 * Return: true if any atoms are in the given state, false otherwise
334 /* *** BREAK OUT: No state transition *** */ in kbasep_js_job_check_ref_cores()
347 /* Proceed to next state */ in kbasep_js_job_check_ref_cores()
[all...]
/foundation/ability/form_fwk/test/unittest/fms_form_provider_stub_test/
H A Dfms_form_provider_stub_test.cpp91 int OnAcquireStateResult(FormState state, const std::string &provider, const Want &wantArg,

Completed in 80 milliseconds

1...<<291292293294295296297298299300>>...309