Home
last modified time | relevance | path

Searched refs:token (Results 1126 - 1150 of 3256) sorted by relevance

1...<<41424344454647484950>>...131

/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dpapr-sysparm.h6 const u32 token; member
9 #define mk_papr_sysparm(x_) ((papr_sysparm_t){ .token = x_, })
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/
H A Diwl-spectrum.h61 u8 token; member
69 u8 token; member
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvif/
H A Duserc361.c38 nvif_userc361_doorbell(struct nvif_user *user, u32 token) in nvif_userc361_doorbell() argument
40 nvif_wr32(&user->object, 0x90, token); in nvif_userc361_doorbell()
/kernel/linux/linux-5.10/include/linux/
H A Dirqbypass.h21 * via a shared token (ex. eventfd_ctx). Producers and consumers register
22 * independently. When a token match is found, the optional @stop callback
34 * @token: opaque token to match between producer and consumer (non-NULL)
47 void *token; member
60 * @token: opaque token to match between producer and consumer (non-NULL)
73 void *token; member
/kernel/linux/linux-6.6/include/linux/
H A Dirqbypass.h21 * via a shared token (ex. eventfd_ctx). Producers and consumers register
22 * independently. When a token match is found, the optional @stop callback
34 * @token: opaque token to match between producer and consumer (non-NULL)
47 void *token; member
60 * @token: opaque token to match between producer and consumer (non-NULL)
73 void *token; member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/
H A Diwl-spectrum.h61 u8 token; member
69 u8 token; member
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvif/
H A Duserc361.c38 nvif_userc361_doorbell(struct nvif_user *user, u32 token) in nvif_userc361_doorbell() argument
40 nvif_wr32(&user->object, 0x90, token); in nvif_userc361_doorbell()
/kernel/liteos_a/shell/full/include/
H A Dshcmdparse.h50 typedef UINT32 (*FUNC_ONE_TOKEN)(VOID *ctx, UINT32 index, CHAR *token);
64 extern UINT32 OsCmdParseOneToken(CmdParsed *cmdParsed, UINT32 index, const CHAR *token);
/kernel/liteos_m/components/shell/include/
H A Dshcmdparse.h49 typedef UINT32 (*FUNC_ONE_TOKEN)(VOID *ctx, UINT32 index, CHAR *token);
63 extern UINT32 OsCmdParseOneToken(CmdParsed *cmdParsed, UINT32 index, const CHAR *token);
/test/xts/device_attest/services/oem_adapter/include/
H A Ddevice_attest_oem_adapter.h54 * @brief Read token value from device.
56 * @param token : the result token value, if read successfully.
57 * @param len : length of the token.
58 * @returns 0 if success and get the update area token,
60 * -2 if no pre-made token.
62 int32_t OEMReadToken(char *token, uint32_t len);
65 * @brief Write token value to device.
67 * @param token : the token t
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dfeedback.h39 _mesa_feedback_token( struct gl_context *ctx, GLfloat token ) in _mesa_feedback_token()
42 ctx->Feedback.Buffer[ctx->Feedback.Count] = token; in _mesa_feedback_token()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DPixelShader.hpp27 explicit PixelShader(const unsigned long *token);
31 static int validate(const unsigned long *const token); // Returns number of instructions if valid
/third_party/typescript/tests/baselines/reference/
H A DinterfaceDeclaration4.js24 token:string;
29 public token: string;
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_numliterals.py7 from ..pgen2 import token namespace
15 _accept_type = token.NUMBER
/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_proxy.cpp36 SystemSessionConfig& systemConfig, sptr<IRemoteObject> token) in CreateAndConnectSpecificSession()
67 if (token != nullptr) { in CreateAndConnectSpecificSession()
68 if (!data.WriteRemoteObject(token)) { in CreateAndConnectSpecificSession()
100 sptr<WindowSessionProperty> property, sptr<ISession>& session, sptr<IRemoteObject> token) in RecoverAndConnectSpecificSession()
131 if (token != nullptr && !data.WriteRemoteObject(token)) { in RecoverAndConnectSpecificSession()
157 sptr<ISession>& session, sptr<WindowSessionProperty> property, sptr<IRemoteObject> token) in RecoverAndReconnectSceneSession()
188 if (token != nullptr && !data.WriteRemoteObject(token)) { in RecoverAndReconnectSceneSession()
640 WSError SceneSessionManagerProxy::SetSessionLabel(const sptr<IRemoteObject>& token, cons argument
33 CreateAndConnectSpecificSession(const sptr<ISessionStage>& sessionStage, const sptr<IWindowEventChannel>& eventChannel, const std::shared_ptr<RSSurfaceNode>& surfaceNode, sptr<WindowSessionProperty> property, int32_t& persistentId, sptr<ISession>& session, SystemSessionConfig& systemConfig, sptr<IRemoteObject> token) CreateAndConnectSpecificSession() argument
98 RecoverAndConnectSpecificSession(const sptr<ISessionStage>& sessionStage, const sptr<IWindowEventChannel>& eventChannel, const std::shared_ptr<RSSurfaceNode>& surfaceNode, sptr<WindowSessionProperty> property, sptr<ISession>& session, sptr<IRemoteObject> token) RecoverAndConnectSpecificSession() argument
155 RecoverAndReconnectSceneSession(const sptr<ISessionStage>& sessionStage, const sptr<IWindowEventChannel>& eventChannel, const std::shared_ptr<RSSurfaceNode>& surfaceNode, sptr<ISession>& session, sptr<WindowSessionProperty> property, sptr<IRemoteObject> token) RecoverAndReconnectSceneSession() argument
672 SetSessionIcon(const sptr<IRemoteObject>& token, const std::shared_ptr<Media::PixelMap>& icon) SetSessionIcon() argument
801 PendingSessionToForeground(const sptr<IRemoteObject>& token) PendingSessionToForeground() argument
830 PendingSessionToBackgroundForDelegator(const sptr<IRemoteObject>& token, bool shouldBackToCaller) PendingSessionToBackgroundForDelegator() argument
1155 GetFocusSessionToken(sptr<IRemoteObject>& token) GetFocusSessionToken() argument
1353 SetSessionContinueState(const sptr<IRemoteObject>& token, const ContinueState& continueState) SetSessionContinueState() argument
1833 UpdateModalExtensionRect(const sptr<IRemoteObject>& token, Rect rect) UpdateModalExtensionRect() argument
1874 ProcessModalExtensionPointDown(const sptr<IRemoteObject>& token, int32_t posX, int32_t posY) ProcessModalExtensionPointDown() argument
1908 AddExtensionWindowStageToSCB(const sptr<ISessionStage>& sessionStage, const sptr<IRemoteObject>& token, uint64_t surfaceNodeId) AddExtensionWindowStageToSCB() argument
1946 RemoveExtensionWindowStageFromSCB(const sptr<ISessionStage>& sessionStage, const sptr<IRemoteObject>& token) RemoveExtensionWindowStageFromSCB() argument
2011 UpdateExtWindowFlags(const sptr<IRemoteObject>& token, uint32_t extWindowFlags, uint32_t extWindowActions) UpdateExtWindowFlags() argument
[all...]
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_manager.cpp548 void AppRunningManager::HandleAbilityAttachTimeOut(const sptr<IRemoteObject> &token, in HandleAbilityAttachTimeOut() argument
552 if (token == nullptr) { in HandleAbilityAttachTimeOut()
553 TAG_LOGE(AAFwkTag::APPMGR, "null token"); in HandleAbilityAttachTimeOut()
557 auto appRecord = GetAppRunningRecordByAbilityToken(token); in HandleAbilityAttachTimeOut()
563 std::shared_ptr<AbilityRunningRecord> abilityRecord = appRecord->GetAbilityRunningRecordByToken(token); in HandleAbilityAttachTimeOut()
574 if ((isPage || appRecord->IsLastAbilityRecord(token)) && (!appRecord->IsKeepAliveApp() || in HandleAbilityAttachTimeOut()
580 auto timeoutTask = [appRecordWptr, token]() { in HandleAbilityAttachTimeOut()
586 appRecord->TerminateAbility(token, true, true); in HandleAbilityAttachTimeOut()
591 void AppRunningManager::PrepareTerminate(const sptr<IRemoteObject> &token, bool clearMissionFlag) in PrepareTerminate() argument
593 if (token in PrepareTerminate()
626 TerminateAbility(const sptr<IRemoteObject> &token, bool clearMissionFlag, std::shared_ptr<AppMgrServiceInner> appMgrServiceInner) TerminateAbility() argument
718 GetRunningProcessInfoByToken( const sptr<IRemoteObject> &token, AppExecFwk::RunningProcessInfo &info) GetRunningProcessInfoByToken() argument
[all...]
/foundation/communication/netmanager_base/test/fuzztest/netconnclient_fuzzer/
H A Dnet_conn_client_fuzzer.cpp124 NETMGR_LOG_D("Write token failed."); in WriteInterfaceToken()
149 NetManagerBaseAccessToken token; in SystemReadyFuzzTest() local
160 NetManagerBaseAccessToken token; in RegisterNetSupplierFuzzTest() local
183 NetManagerBaseAccessToken token; in UnregisterNetSupplierFuzzTest() local
195 NetManagerBaseAccessToken token; in HasDefaultNetFuzzTest() local
210 NetManagerBaseAccessToken token; in GetAllNetsFuzzTest() local
222 NetManagerBaseAccessToken token; in BindSocketFuzzTest() local
236 NetManagerBaseAccessToken token; in SetAirplaneModeFuzzTest() local
256 NetManagerBaseAccessToken token; in UpdateNetSupplierInfoFuzzTest() local
262 NETMGR_LOG_D("UpdateNetSupplierInfoFuzzTest write token faile in UpdateNetSupplierInfoFuzzTest()
276 NetManagerBaseAccessToken token; GetAddressByNameFuzzTest() local
311 NetManagerBaseAccessToken token; GetAddressesByNameFuzzTest() local
369 NetManagerBaseAccessToken token; RegisterNetSupplierCallbackFuzzTest() local
406 NetManagerBaseAccessToken token; RegisterNetConnCallbackBySpecifierFuzzTest() local
477 NetManagerBaseAccessToken token; UnregisterNetConnCallbackFuzzTest() local
502 NetManagerBaseAccessToken token; GetDefaultNetFuzzTest() local
513 NetManagerBaseAccessToken token; GetConnectionPropertiesFuzzTest() local
533 NetManagerBaseAccessToken token; GetNetCapabilitiesFuzzTest() local
572 NetManagerBaseAccessToken token; IsDefaultNetMeteredFuzzTest() local
602 NetManagerBaseAccessToken token; SetGlobalHttpProxyFuzzTest() local
616 NetManagerBaseAccessToken token; GetGlobalHttpProxyFuzzTest() local
627 NetManagerBaseAccessToken token; GetDefaultHttpProxyFuzzTest() local
640 NetManagerBaseAccessToken token; GetNetIdByIdentifierFuzzTest() local
663 NetManagerBaseAccessToken token; RegisterNetInterfaceCallbackFuzzTest() local
687 NetManagerBaseAccessToken token; GetNetInterfaceConfigurationFuzzTest() local
709 NetManagerBaseAccessToken token; SetInternetPermissionFuzzTest() local
1355 NetManagerBaseAccessToken token; RegisterPreAirplaneCallbackFuzzTest() local
1374 NetManagerBaseAccessToken token; UnregisterPreAirplaneCallbackFuzzTest() local
[all...]
/kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/
H A Dtopology.c223 switch (le32_to_cpu(sg_elem->token)) { in audioreach_get_sg_array()
256 switch (le32_to_cpu(cont_elem->token)) { in audioreach_get_cont_array()
289 switch (le32_to_cpu(mod_elem->token)) { in audioreach_get_module_array()
321 switch (le32_to_cpu(sg_elem->token)) { in audioreach_parse_sg_tokens()
349 dev_err(apm->dev, "Not a valid token %d for graph\n", sg_elem->token); in audioreach_parse_sg_tokens()
378 switch (le32_to_cpu(cont_elem->token)) { in audioreach_parse_cont_tokens()
398 dev_err(apm->dev, "Not a valid token %d for graph\n", cont_elem->token); in audioreach_parse_cont_tokens()
424 uint32_t token; in audioreach_parse_common_tokens() local
[all...]
/third_party/mksh/
H A Dsyn.c30 int start_token; /* token than began nesting (eg, FOR) */
72 static bool reject; /* token(cf) gets symbol again */
77 #define token(cf) ((reject) ? (ACCEPT, symbol) : (symbol = yylex(cf))) macro
80 if ((unsigned int)token(cf) != (unsigned int)(c)) \
109 while (token(0) == '|') { in pipeline()
130 while ((c = token(0)) == LOGAND || c == LOGOR) { in andor()
151 * we don't worry about what flags to pass token() in c_list()
153 c = token(0); in c_list()
281 switch (c = token(cf|KEYWORD|sALIAS|CMDASN)) { in get_command()
356 while (token(CONTI in get_command()
[all...]
/third_party/vulkan-loader/scripts/
H A Dloader_extension_generator.py112 def __init__(self, token, apiname = 'Vulkan', supported = True):
113 self.token = token
114 self.constant = token.replace('_VERSION_', '_API_VERSION_')
115 self.number = token[token.find('_VERSION_') + len('_VERSION_'):].replace('_', '.')
358 # Returns an APIVersion object corresponding to the specified version token or None
359 def getAPIVersion(self, token):
361 if token in ['VK_VERSION_1_0', 'VK_VERSION_1_1', 'VK_VERSION_1_2']:
363 token
[all...]
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack.c792 const nghttp3_nv *nv, int32_t token, in encoder_qpack_map_find()
803 if (token != p->nv.token || in encoder_qpack_map_find()
804 (token == -1 && (hash != p->hash || !qpack_nv_name_eq(&p->nv, nv))) || in encoder_qpack_map_find()
1286 * mode for header field |nv|. |token| is a token of header field
1291 const nghttp3_nv *nv, int32_t token) { in qpack_encoder_decide_indexing_mode()
1296 switch (token) { in qpack_encoder_decide_indexing_mode()
1320 if (token >= 1000) { in qpack_encoder_decide_indexing_mode()
1421 int32_t token; in nghttp3_qpack_encoder_encode_nv() local
788 encoder_qpack_map_find(nghttp3_qpack_encoder *encoder, int *exact_match, nghttp3_qpack_entry **pmatch, nghttp3_qpack_entry **ppb_match, const nghttp3_nv *nv, int32_t token, uint32_t hash, uint64_t krcnt, int allow_blocking, int name_only) encoder_qpack_map_find() argument
1290 qpack_encoder_decide_indexing_mode(nghttp3_qpack_encoder *encoder, const nghttp3_nv *nv, int32_t token) qpack_encoder_decide_indexing_mode() argument
1583 nghttp3_qpack_lookup_stable(const nghttp3_nv *nv, int32_t token, nghttp3_qpack_indexing_mode indexing_mode) nghttp3_qpack_lookup_stable() argument
1612 nghttp3_qpack_encoder_lookup_dtable( nghttp3_qpack_encoder *encoder, const nghttp3_nv *nv, int32_t token, uint32_t hash, nghttp3_qpack_indexing_mode indexing_mode, uint64_t krcnt, int allow_blocking) nghttp3_qpack_encoder_lookup_dtable() argument
2168 nghttp3_qpack_encoder_dtable_literal_add(nghttp3_qpack_encoder *encoder, const nghttp3_nv *nv, int32_t token, uint32_t hash) nghttp3_qpack_encoder_dtable_literal_add() argument
[all...]
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp400 OHOS::sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); in HWTEST_F() local
406 loadParam.token = token; in HWTEST_F()
435 OHOS::sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); in HWTEST_F() local
443 appMgrServiceInner->CheckLoadAbilityConditions(token, nullptr, nullptr); in HWTEST_F()
445 appMgrServiceInner->CheckLoadAbilityConditions(token, abilityInfo_, nullptr); in HWTEST_F()
449 appMgrServiceInner->CheckLoadAbilityConditions(token, nullptr, applicationInfo_); in HWTEST_F()
451 appMgrServiceInner->CheckLoadAbilityConditions(token, abilityInfo_, applicationInfo_); in HWTEST_F()
1165 loadParam->token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); in HWTEST_F()
1239 OHOS::sptr<IRemoteObject> token in HWTEST_F() local
1263 OHOS::sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local
1345 OHOS::sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local
1508 OHOS::sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local
1568 OHOS::sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local
1603 OHOS::sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local
1626 OHOS::sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local
1712 sptr<IRemoteObject> token = new MockAbilityToken(); HWTEST_F() local
1746 sptr<IRemoteObject> token = new MockAbilityToken(); HWTEST_F() local
1920 sptr<IRemoteObject> token = new MockAbilityToken(); HWTEST_F() local
1958 sptr<IRemoteObject> token = new MockAbilityToken(); HWTEST_F() local
2591 sptr<IRemoteObject> token = new MockAbilityToken(); HWTEST_F() local
4250 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local
4454 OHOS::sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/test/fuzztest/abilitymgrappexitreasonhelper_fuzzer/
H A Dabilitymgrappexitreasonhelper_fuzzer.cpp54 sptr<Token> token = nullptr; in GetFuzzAbilityToken() local
61 token = abilityRecord->GetToken(); in GetFuzzAbilityToken()
63 return token; in GetFuzzAbilityToken()
/foundation/ability/ability_runtime/test/fuzztest/abilitymgrcontrolinterceptor_fuzzer/
H A Dabilitymgrcontrolinterceptor_fuzzer.cpp53 sptr<Token> token = nullptr; in GetFuzzAbilityToken() local
60 token = abilityRecord->GetToken(); in GetFuzzAbilityToken()
62 return token; in GetFuzzAbilityToken()
/foundation/ability/ability_runtime/test/fuzztest/appmgrrest_fuzzer/
H A Dappmgrrest_fuzzer.cpp55 sptr<Token> token = nullptr; in GetFuzzAbilityToken() local
63 token = abilityRecord->GetToken(); in GetFuzzAbilityToken()
66 return token; in GetFuzzAbilityToken()

Completed in 21 milliseconds

1...<<41424344454647484950>>...131