Home
last modified time | relevance | path

Searched refs:token (Results 2226 - 2250 of 3271) sorted by relevance

1...<<81828384858687888990>>...131

/third_party/skia/src/gpu/
H A DGrOpFlushState.h266 InlineUpload(GrDeferredTextureUploadFn&& upload, GrDeferredUploadToken token) in InlineUpload()
267 : fUpload(std::move(upload)), fUploadBeforeToken(token) {} in InlineUpload()
272 // A set of contiguous draws that share a draw token, geometry processor, and pipeline. The
302 // All draws we store have an implicit draw token. This is the draw token for the first draw
H A DGrOpFlushState.cpp164 GrDeferredUploadToken token = fTokenTracker->issueDrawToken(); in recordDraw() local
176 fBaseDrawToken = token; in recordDraw()
/third_party/skia/src/gpu/text/
H A DGrAtlasManager.cpp201 GrDeferredUploadToken token) {
204 this->getAtlas(format)->setLastUseToken(glyph->fAtlasLocator, token);
199 addGlyphToBulkAndSetUseToken(GrDrawOpAtlas::BulkUseTokenUpdater* updater, GrMaskFormat format, GrGlyph* glyph, GrDeferredUploadToken token) global() argument
/third_party/python/Lib/lib2to3/
H A Dbtm_utils.py4 from .pgen2 import grammar, token namespace
10 token_labels = token
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.h128 // ';' Consumes the token and returns.
142 // Single-token consuming helpers
146 // True if the current token is TYPE_END.
149 // True if the next token matches the given text.
151 // True if the next token is of the given type.
154 // If the next token exactly matches the text given, consume it and return
158 // These attempt to read some kind of token from the input. If successful,
162 // Consume a token with the exact text given.
165 // where "text" is the expected token text.
167 // Consume a token o
[all...]
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dtokens.rs8 use syn::{token, Token};
178 // Notional token range for error reporting purposes. in to_tokens()
187 // Notional token range for error reporting purposes. in to_tokens()
196 // Notional token range for error reporting purposes. in to_tokens()
205 // Notional token range for error reporting purposes. in to_tokens()
214 // Notional token range for error reporting purposes. in to_tokens()
286 token::Paren(langle.span).surround(tokens, |_| ()); in to_tokens()
/third_party/rust/crates/cxx/syntax/
H A Dtokens.rs8 use syn::{token, Token};
178 // Notional token range for error reporting purposes. in to_tokens()
187 // Notional token range for error reporting purposes. in to_tokens()
196 // Notional token range for error reporting purposes. in to_tokens()
205 // Notional token range for error reporting purposes. in to_tokens()
214 // Notional token range for error reporting purposes. in to_tokens()
286 token::Paren(langle.span).surround(tokens, |_| ()); in to_tokens()
/third_party/rust/crates/syn/tests/
H A Dtest_lit.rs227 fn get_suffix(token: &str) -> String { in suffix()
228 let lit = syn::parse_str::<Lit>(token).unwrap(); in suffix()
/third_party/selinux/libsepol/cil/src/
H A Dcil_parser.c100 struct token tok; in add_hll_linemark()
226 struct token tok; in cil_parser()
306 cil_log(CIL_ERR, "Invalid token '%s' at line %d of %s\n", tok.value, tok.line, path); in cil_parser()
309 cil_log(CIL_ERR, "Unknown token type '%d' at line %d of %s\n", tok.type, tok.line, path); in cil_parser()
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_first_test/
H A Dability_manager_service_first_test.cpp592 OHOS::sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); in HWTEST_F() local
593 EXPECT_EQ(abilityMs_->GetMissionIdByToken(token), ERR_INVALID_VALUE); in HWTEST_F()
788 auto token = MockToken(AbilityType::PAGE); in HWTEST_F() local
789 EXPECT_EQ(abilityMs_->MoveUIAbilityToBackground(token), ERR_INVALID_VALUE); in HWTEST_F()
2193 OHOS::sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); in HWTEST_F() local
2197 auto res = abilityMs->ExecuteInsightIntentDone(token, intentId, result); in HWTEST_F()
2215 sptr<IRemoteObject> token = abilityRecord->GetToken(); in HWTEST_F() local
2219 auto res = abilityMs->ExecuteInsightIntentDone(token, intentId, result); in HWTEST_F()
2377 sptr<IRemoteObject> token = record->GetToken(); in HWTEST_F() local
2380 WindowOptionsUtils::UpdateWantToSetDisplayID(want, token); in HWTEST_F()
2403 sptr<IRemoteObject> token = record->GetToken(); HWTEST_F() local
[all...]
/third_party/typescript/lib/
H A Dtsc.js2253 assert(kind === undefined || node === undefined || node.kind === kind, message || "Unexpected node.", function () { return "Node ".concat(formatSyntaxKind(node === null || node === void 0 ? void 0 : node.kind), " was not a '").concat(formatSyntaxKind(kind), "' token."); }, stackCrawlMark || assertOptionalToken);
5409 The_parser_expected_to_find_a_1_to_match_the_0_token_here: diag(1007, ts.DiagnosticCategory.Error, "The_parser_expected_to_find_a_1_to_match_the_0_token_here_1007", "The parser expected to find a '{1}' to match the '{0}' token here."),
5413 Unexpected_token: diag(1012, ts.DiagnosticCategory.Error, "Unexpected_token_1012", "Unexpected token."),
5456 Unexpected_token_A_constructor_method_accessor_or_property_was_expected: diag(1068, ts.DiagnosticCategory.Error, "Unexpected_token_A_constructor_method_accessor_or_property_was_expected_1068", "Unexpected token. A constructor, method, accessor, or property was expected."),
5457 Unexpected_token_A_type_parameter_name_was_expected_without_curly_braces: diag(1069, ts.DiagnosticCategory.Error, "Unexpected_token_A_type_parameter_name_was_expected_without_curly_braces_1069", "Unexpected token. A type parameter name was expected without curly braces."),
5540 Unexpected_token_expected: diag(1179, ts.DiagnosticCategory.Error, "Unexpected_token_expected_1179", "Unexpected token. '{' expected."),
5701 Unexpected_token_Did_you_mean_or_rbrace: diag(1381, ts.DiagnosticCategory.Error, "Unexpected_token_Did_you_mean_or_rbrace_1381", "Unexpected token. Did you mean `{'}'}` or `&rbrace;`?"),
5702 Unexpected_token_Did_you_mean_or_gt: diag(1382, ts.DiagnosticCategory.Error, "Unexpected_token_Did_you_mean_or_gt_1382", "Unexpected token. Did you mean `{'>'}` or `&gt;`?"),
7301 Unexpected_token_An_annotation_property_was_expected: diag(28018, ts.DiagnosticCategory.Error, "Unexpected_token_An_annotation_property_was_expected_28018", "Unexpected token. An annotation property was expected."),
7327 function tokenIsIdentifierOrKeyword(token) {
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dctrl_iface.c1088 char *token, *context = NULL; in wmm_ac_ctrl_addts() local
1094 while ((token = str_token(cmd, " ", &context))) { in wmm_ac_ctrl_addts()
1095 if (sscanf(token, "tsid=%i", &params.tsid) == 1 || in wmm_ac_ctrl_addts()
1096 sscanf(token, "up=%i", &params.user_priority) == 1 || in wmm_ac_ctrl_addts()
1097 sscanf(token, "nominal_msdu_size=%i", in wmm_ac_ctrl_addts()
1099 sscanf(token, "mean_data_rate=%i", in wmm_ac_ctrl_addts()
1101 sscanf(token, "min_phy_rate=%i", in wmm_ac_ctrl_addts()
1103 sscanf(token, "sba=%i", in wmm_ac_ctrl_addts()
1107 if (os_strcasecmp(token, "downlink") == 0) { in wmm_ac_ctrl_addts()
1109 } else if (os_strcasecmp(token, "uplin in wmm_ac_ctrl_addts()
5452 const char *token; p2ps_ctrl_parse_cpt_priority() local
6493 char *token, *context = NULL; p2p_ctrl_group_add() local
9646 char *token, *context = NULL; wpas_ctrl_iface_mac_rand_scan() local
[all...]
/foundation/multimedia/av_session/services/session/server/
H A Davsession_service.cpp2291 int32_t AVSessionService::CastAudio(const SessionToken& token, in CastAudio() argument
2297 sptr<AVSessionItem> session = GetContainer().GetSessionById(token.sessionId); in CastAudio()
2299 AVSessionUtils::GetAnonySessionId(token.sessionId).c_str()); in CastAudio()
2412 SessionToken token; in CastAudioForNewSession() local
2413 token.sessionId = session->GetSessionId(); in CastAudioForNewSession()
2414 token.pid = session->GetPid(); in CastAudioForNewSession()
2415 token.uid = session->GetUid(); in CastAudioForNewSession()
2425 ret = CastAudio(token, castSinkDevices); in CastAudioForNewSession()
2427 AVSessionUtils::GetAnonySessionId(token.sessionId).c_str()); in CastAudioForNewSession()
2444 SessionToken token; in CastAudioForAll() local
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc37 #include "src/parsing/token.h"
188 // This can very slightly bloat bytecode, so perhaps token values should all
201 // TODO(leszeks): We could decouple deferred_ index and token to allow us in DeferredCommands()
211 int token; // A token identifying this particular path. member
215 // generates a new dispatch token that identifies one particular path. This
218 int token = GetTokenForCommand(command, statement); in RecordCommand() local
220 DCHECK_LT(token, deferred_.size()); in RecordCommand()
221 DCHECK_EQ(deferred_[token].command, command); in RecordCommand()
222 DCHECK_EQ(deferred_[token] in RecordCommand()
339 int token = static_cast<int>(deferred_.size()); GetNewTokenForCommand() local
2196 Register token = register_allocator()->NewRegister(); BuildTryFinally() local
6534 VisitLogicalTestSubExpression( Token::Value token, Expression* expr, BytecodeLabels* then_labels, BytecodeLabels* else_labels, int coverage_slot) VisitLogicalTestSubExpression() argument
6553 VisitLogicalTest(Token::Value token, Expression* left, Expression* right, int right_coverage_slot) VisitLogicalTest() argument
6568 VisitNaryLogicalTest( Token::Value token, NaryOperation* expr, const NaryCodeCoverageSlots* coverage_slots) VisitNaryLogicalTest() argument
[all...]
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtsp/
H A Drtsp_unit_test.cpp338 const std::string token = "token"; in HWTEST_F() local
340 request->tokens_[token] = value; in HWTEST_F()
341 auto ret = request->GetToken(token); in HWTEST_F()
488 const std::string token = "token"; in HWTEST_F() local
490 response->tokens_[token] = value; in HWTEST_F()
491 auto ret = response->GetToken(token); in HWTEST_F()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/
H A Dcgroup_event_handler.cpp226 const std::string& abilityName, uintptr_t token, int32_t abilityState, int32_t abilityType) in HandleAbilityStateChanged()
244 procRecord->RemoveAbilityByToken(token); in HandleAbilityStateChanged()
254 auto abiInfo = procRecord->GetAbilityInfoNonNull(token); in HandleAbilityStateChanged()
263 const std::string& abilityName, uintptr_t token, int32_t extensionState, int32_t abilityType) in HandleExtensionStateChanged()
277 procRecord->RemoveAbilityByToken(token); in HandleExtensionStateChanged()
287 auto abiInfo = procRecord->GetAbilityInfoNonNull(token); in HandleExtensionStateChanged()
225 HandleAbilityStateChanged(uid_t uid, pid_t pid, const std::string& bundleName, const std::string& abilityName, uintptr_t token, int32_t abilityState, int32_t abilityType) HandleAbilityStateChanged() argument
262 HandleExtensionStateChanged(uid_t uid, pid_t pid, const std::string& bundleName, const std::string& abilityName, uintptr_t token, int32_t extensionState, int32_t abilityType) HandleExtensionStateChanged() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dremote_executor.cpp956 ContinueToken token = nullptr; in ResponseRemoteQueryRequest() local
960 errCode = storage->ExecuteQuery(stmt, packetSize, dataSet, token); in ResponseRemoteQueryRequest()
965 SendMessage sendMessage = { sessionId, sequenceId, token == nullptr, option }; in ResponseRemoteQueryRequest()
971 } while (token != nullptr); in ResponseRemoteQueryRequest()
972 if (token != nullptr) { in ResponseRemoteQueryRequest()
973 storage->ReleaseRemoteQueryContinueToken(token); in ResponseRemoteQueryRequest()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Deeh.c341 * eeh_token_to_phys - Convert EEH address token to phys address
342 * @token: I/O token, should be address in the form 0xA....
347 static inline unsigned long eeh_token_to_phys(unsigned long token) in eeh_token_to_phys() argument
358 ptep = find_init_mm_pte(token, &hugepage_shift); in eeh_token_to_phys()
360 return token; in eeh_token_to_phys()
369 pa |= token & ((1ul << hugepage_shift) - 1); in eeh_token_to_phys()
583 * @token: I/O address
592 int eeh_check_failure(const volatile void __iomem *token) in eeh_check_failure() argument
598 addr = eeh_token_to_phys((unsigned long __force) token); in eeh_check_failure()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/netfilter/
H A Dnft_concat_range.sh1103 for token in $(nft list counter inet filter test); do
1104 [ ${found} -eq 1 ] && echo "${token}" && return
1105 [ "${token}" = "packets" ] && found=1
1112 for token in $(nft list counter netdev perf test); do
1113 [ ${found} -eq 1 ] && echo "${token}" && return
1114 [ "${token}" = "packets" ] && found=1
/kernel/linux/linux-5.10/drivers/scsi/aic94xx/
H A Daic94xx_seq.c277 struct asd_dma_tok *token; in asd_download_seq() local
296 token = asd_alloc_coherent(asd_ha, MAX_DMA_OVLY_COUNT, GFP_KERNEL); in asd_download_seq()
297 if (!token) { in asd_download_seq()
309 memcpy(token->vaddr, prog + page*MAX_DMA_OVLY_COUNT, left); in asd_download_seq()
310 asd_write_reg_addr(asd_ha, OVLYDMAADR, token->dma_handle); in asd_download_seq()
334 asd_free_coherent(asd_ha, token); in asd_download_seq()
/kernel/linux/linux-5.10/tools/bpf/
H A Dbpf_dbg.c1006 char sp, *token, separator = ','; in cmd_load_bpf() local
1019 token = bpf_string; in cmd_load_bpf()
1020 while ((token = strchr(token, separator)) && (++token)[0]) { in cmd_load_bpf()
1026 if (sscanf(token, "%hu %hhu %hhu %u,", in cmd_load_bpf()
/kernel/linux/linux-5.10/fs/nilfs2/
H A Dsuper.c759 int token; in parse_options() local
764 token = match_token(p, tokens, args); in parse_options()
765 switch (token) { in parse_options()
1265 int token; in nilfs_identify() local
1271 token = match_token(p, tokens, args); in nilfs_identify()
1272 if (token == Opt_snapshot) in nilfs_identify()
/kernel/linux/linux-5.10/fs/ceph/
H A Dsuper.c291 int token, ret; in ceph_parse_mount_param() local
297 token = fs_parse(fc, ceph_mount_parameters, param, &result); in ceph_parse_mount_param()
298 dout("%s fs_parse '%s' token %d\n", __func__, param->key, token); in ceph_parse_mount_param()
299 if (token < 0) in ceph_parse_mount_param()
300 return token; in ceph_parse_mount_param()
302 switch (token) { in ceph_parse_mount_param()
/kernel/linux/linux-6.6/fs/ceph/
H A Dsuper.c409 int token, ret; in ceph_parse_mount_param() local
415 token = fs_parse(fc, ceph_mount_parameters, param, &result); in ceph_parse_mount_param()
416 dout("%s fs_parse '%s' token %d\n", __func__, param->key, token); in ceph_parse_mount_param()
417 if (token < 0) in ceph_parse_mount_param()
418 return token; in ceph_parse_mount_param()
420 switch (token) { in ceph_parse_mount_param()
/kernel/linux/linux-6.6/fs/nilfs2/
H A Dsuper.c760 int token; in parse_options() local
765 token = match_token(p, tokens, args); in parse_options()
766 switch (token) { in parse_options()
1265 int token; in nilfs_identify() local
1271 token = match_token(p, tokens, args); in nilfs_identify()
1272 if (token == Opt_snapshot) in nilfs_identify()

Completed in 79 milliseconds

1...<<81828384858687888990>>...131