/foundation/window/window_manager_lite/frameworks/wms/ |
H A D | lite_wm_requestor.cpp | 107 svc.token = SERVICE_TYPE_ANONYMOUS; in ClientRegister() 233 sid_.token = SERVICE_TYPE_ANONYMOUS; in Screenshot()
|
/kernel/linux/linux-5.10/drivers/xen/ |
H A D | manage.c | 220 const char *path, const char *token) in shutdown_handler() 269 const char *token) in sysrq_handler() 219 shutdown_handler(struct xenbus_watch *watch, const char *path, const char *token) shutdown_handler() argument 268 sysrq_handler(struct xenbus_watch *watch, const char *path, const char *token) sysrq_handler() argument
|
/kernel/linux/linux-5.10/include/xen/ |
H A D | xenbus.h | 71 const char *path, const char *token); 75 const char *path, const char *token);
|
/kernel/linux/linux-5.10/fs/unicode/ |
H A D | utf8-core.c | 178 static const struct match_token token[] = { in utf8_parse_version() local 185 if (match_token(version_string, token, args) != 1) in utf8_parse_version()
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | spectmgmt.c | 226 msr_report->u.action.u.measurement.msr_elem.token = request_ie->token; in ieee80211_send_refuse_measurement_request()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvif/ |
H A D | notify.c | 123 notify = (void *)(unsigned long)args->v0.token; in nvif_notify() 200 args->req.token = (unsigned long)(void *)notify; in nvif_notify_ctor()
|
/kernel/linux/linux-6.6/drivers/xen/ |
H A D | manage.c | 221 const char *path, const char *token) in shutdown_handler() 270 const char *token) in sysrq_handler() 220 shutdown_handler(struct xenbus_watch *watch, const char *path, const char *token) shutdown_handler() argument 269 sysrq_handler(struct xenbus_watch *watch, const char *path, const char *token) sysrq_handler() argument
|
/kernel/linux/linux-6.6/include/xen/ |
H A D | xenbus.h | 70 const char *path, const char *token); 74 const char *path, const char *token);
|
/kernel/linux/linux-6.6/rust/macros/ |
H A D | quote.rs | 60 for token in $id { 62 $crate::quote::ToTokens::to_tokens(&token, &mut ts);
|
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/ |
H A D | gss_krb5_internal.h | 46 struct xdr_netobj *token); 88 struct xdr_netobj *token);
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | spectmgmt.c | 226 msr_report->u.action.u.measurement.msr_elem.token = request_ie->token; in ieee80211_send_refuse_measurement_request()
|
/third_party/icu/icu4c/source/common/ |
H A D | localeprioritylist.cpp | 23 int32_t hashLocale(const UHashTok token) { in hashLocale() argument 24 auto *locale = static_cast<const Locale *>(token.pointer); in hashLocale()
|
/third_party/nghttp2/src/ |
H A D | shrpx_http3_upstream.h | 92 const ngtcp2_cid *odcid, const uint8_t *token, size_t tokenlen, 115 int http_recv_request_header(Downstream *downstream, int32_t token,
|
H A D | nghttp.h | 153 Headers::value_type *get_res_header(int32_t token); 154 Headers::value_type *get_req_header(int32_t token);
|
/third_party/node/deps/icu-small/source/common/ |
H A D | localeprioritylist.cpp | 23 int32_t hashLocale(const UHashTok token) { in hashLocale() argument 24 auto *locale = static_cast<const Locale *>(token.pointer); in hashLocale()
|
/third_party/libwebsockets/lib/roles/raw-skt/ |
H A D | ops-raw-skt.c | 174 ebuf.token = NULL; 210 wsi->user_space, ebuf.token,
|
/third_party/node/deps/v8/src/parsing/ |
H A D | scanner-inl.h | 89 #define KEYWORD_CHECK(keyword, token) in IsKeywordStart() 112 #define KEYWORD(keyword, token) keyword in CanBeKeywordCharacter() 125 // Get the shortest token that this character starts, the token may change 187 // Character flags for the fast path of scanning a keyword or identifier token. 345 Token::Value token; in ScanSingleToken() local 350 token = one_char_tokens[c0_]; in ScanSingleToken() 352 switch (token) { in ScanSingleToken() 365 return Select(token); in ScanSingleToken() 388 token in ScanSingleToken() [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
H A D | svga3d_shaderdefs.h | 347 /* SVGA3D instruction token */ 371 /* SVGA3D destination parameter token */ 391 /* SVGA3D source parameter token */ 455 /* SVGA3D shader token */ 511 SVGA3dShaderGetRegType(uint32 token) in SVGA3dShaderGetRegType() argument 514 src.value = token; in SVGA3dShaderGetRegType()
|
/third_party/vk-gl-cts/external/amber/src/src/vkscript/ |
H A D | command_parser.h | 89 Result TokenToFloat(Token* token, float* val) const; 90 Result TokenToDouble(Token* token, double* val) const;
|
/third_party/python/Doc/tools/ |
H A D | rstlint.py | 82 ":token:", 294 for token_no, token in enumerate(tokens): 296 if token[0] in ascii_letters: 297 yield lno + 1, f"Missing backslash-space between code sample and {token!r}."
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | localeprioritylist.cpp | 23 int32_t hashLocale(const UHashTok token) { in hashLocale() argument 24 auto *locale = static_cast<const Locale *>(token.pointer); in hashLocale()
|
/third_party/rust/crates/syn/tests/ |
H A D | test_ty.rs | 9 use syn::{parse_quote, token, Token, Type, TypeTuple}; 23 // mimics the token stream corresponding to `$ty<T>` in test_macro_variable_type() 56 // mimics the token stream corresponding to `$ty::<T>` in test_macro_variable_type() 95 // mimics the token stream corresponding to `Option<$ty>` in test_group_angle_brackets() 146 // mimics the token stream corresponding to `$ty::Item` in test_group_colons() 349 paren_token: token::Paren::default(), in test_tuple_comma()
|
/third_party/spirv-tools/tools/util/ |
H A D | flags.cpp | 35 // Extracts the flag name from a potential token. 53 const std::string& token) { in parse_bool_flag() 59 const std::string raw_flag(token); in parse_bool_flag() 113 // Parse a potential multi-token flag. Moves the iterator to the last flag's 114 // token if it's a multi-token flag. Returns `true` if the parsing succeeded. 115 // The iterator is moved to the last parsed token. 127 // This is a bi-token flag. Moving iterator to the last parsed token. in parse_flag() 131 // This is a mono-token fla in parse_flag() 52 parse_bool_flag(Flag<bool>& flag, bool is_short_flag, const std::string& token) parse_bool_flag() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | sae.h | 136 const struct wpabuf *token, const char *identifier); 138 const u8 **token, size_t *token_len, int *allowed_groups,
|
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_service_flow_test/ |
H A D | ams_app_service_flow_module_test.cpp | 49 std::shared_ptr<AbilityRunningRecord> GetAbility(const sptr<IRemoteObject>& token) const in GetAbility() 51 return appRecord_->GetAbilityRunningRecordByToken(token); in GetAbility() 129 sptr<IRemoteObject> token = new (std::nothrow) MockAbilityToken(); in TestCreateApplicationRecordAndSetState() local 130 outToken = token; in TestCreateApplicationRecordAndSetState() 140 loadParam->token = token; in TestCreateApplicationRecordAndSetState() 145 serviceInner_->StartAbility(token, nullptr, abilityInfo, appRecord, hapModuleInfo, nullptr, 0); in TestCreateApplicationRecordAndSetState() 152 auto abilityRecord = appRecord->GetAbilityRunningRecordByToken(token); in TestCreateApplicationRecordAndSetState()
|