/third_party/jerryscript/jerry-core/parser/js/ |
H A D | js-parser-util.c | 364 context_p->last_cbc.literal_type = context_p->token.lit_location.type; in parser_emit_cbc_literal_from_token() 365 context_p->last_cbc.literal_keyword_type = context_p->token.keyword_type; in parser_emit_cbc_literal_from_token() 1003 return "Expected '(' token."; in parser_error_to_string() 1007 return "Expected '{' token."; in parser_error_to_string() 1011 return "Expected ')' token."; in parser_error_to_string() 1015 return "Expected ']' token."; in parser_error_to_string() 1019 return "Expected ':' token."; in parser_error_to_string() 1023 return "Expected ':' token for ?: conditional expression."; in parser_error_to_string() 1027 return "Expected ';' token."; in parser_error_to_string() 1031 return "Expected 'in' token in parser_error_to_string() [all...] |
/third_party/node/lib/internal/repl/ |
H A D | utils.js | 80 // 1. Any error raised after we have encountered the 'eof' token. 114 const token = StringPrototypeSlice(this.input, 118 token) !== null) {
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-inspector-impl.cc | 446 TerminateTask(v8::Isolate* isolate, std::shared_ptr<CancelToken> token) in TerminateTask() argument 447 : m_isolate(isolate), m_token(std::move(token)) {} in TerminateTask()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | glslang_tab.cpp | 803 /* YYTOKNUM[NUM] -- (External) token number corresponding to the 804 (internal) symbol number NUM (which must be that of a token). */ 961 positive, shift that token. If negative, reduce the rule whose 1623 /* Error token number */ 1756 yytype < YYNTOKENS ? "token" : "nterm", yytname[yytype]); in yy_symbol_print() 1933 about the unexpected token YYTOKEN for the state stack whose top is 1963 that there is no unexpected or expected token to report. In that in yysyntax_error() 1969 - Of course, the expected token list depends on states to have in yysyntax_error() 1974 token list. However, the list is correct for canonical LR with in yysyntax_error() 1975 one exception: it will still contain any token tha in yysyntax_error() [all...] |
/third_party/rust/crates/proc-macro2/tests/ |
H A D | test.rs | 174 unexpected => panic!("unexpected token: {:?}", unexpected), in literal_c_string() 179 panic!("unexpected token: {:?}", unexpected); in literal_c_string() 184 panic!("unexpected token: {:?}", unexpected); in literal_c_string() 272 unexpected => panic!("unexpected token {:?}", unexpected), in literal_iter_negative() 278 unexpected => panic!("unexpected token {:?}", unexpected), in literal_iter_negative() 499 wrong => panic!("wrong token {:?}", wrong), in punct_before_comment() 524 wrong => panic!("wrong token {:?}", wrong), in raw_identifier()
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_events.c | 3396 char *token; in early_enable_events() local 3400 token = strsep(&buf, ","); in early_enable_events() 3402 if (!token) in early_enable_events() 3405 if (*token) { in early_enable_events() 3408 ftrace_set_clr_event(tr, token, 0); in early_enable_events() 3410 ret = ftrace_set_clr_event(tr, token, 1); in early_enable_events() 3412 pr_warn("Failed to enable trace event: %s\n", token); in early_enable_events()
|
H A D | blktrace.c | 1770 char *buf, *s, *token; in blk_trace_str2mask() local 1778 token = strsep(&s, ","); in blk_trace_str2mask() 1779 if (token == NULL) in blk_trace_str2mask() 1782 if (*token == '\0') in blk_trace_str2mask() 1786 if (strcasecmp(token, mask_maps[i].str) == 0) { in blk_trace_str2mask()
|
/kernel/linux/linux-6.6/net/mptcp/ |
H A D | pm_netlink.c | 1950 struct nlattr *token = info->attrs[MPTCP_PM_ATTR_TOKEN]; in mptcp_nl_cmd_set_flags() local 1969 return mptcp_pm_set_flags(net, token, &addr, &remote, bkup); in mptcp_nl_cmd_set_flags() 2042 if (nla_put_u32(skb, MPTCP_ATTR_TOKEN, msk->token)) in mptcp_event_put_token_and_ssk() 2100 int err = nla_put_u32(skb, MPTCP_ATTR_TOKEN, msk->token); in mptcp_event_created() 2128 if (nla_put_u32(skb, MPTCP_ATTR_TOKEN, msk->token)) in mptcp_event_addr_removed() 2163 if (nla_put_u32(skb, MPTCP_ATTR_TOKEN, msk->token)) in mptcp_event_addr_announced() 2279 if (nla_put_u32(skb, MPTCP_ATTR_TOKEN, msk->token) < 0) in mptcp_event()
|
/third_party/ffmpeg/libavcodec/ |
H A D | j2kenc.c | 1669 char *token; in parse_layer_rates() local 1680 token = av_strtok(s->lr_str, ",", &saveptr); in parse_layer_rates() 1681 if (token && (rate = strtol(token, NULL, 10))) { in parse_layer_rates() 1689 token = av_strtok(NULL, ",", &saveptr); in parse_layer_rates() 1690 if (!token) in parse_layer_rates() 1692 if (rate = strtol(token, NULL, 10)) { in parse_layer_rates()
|
/third_party/libwebsockets/lib/roles/http/server/ |
H A D | server.c | 771 /* disable ranges if IF_RANGE token invalid */ in lws_http_serve() 1676 /* http_version? Default to 1.0, override with token: */ in lws_http_action() 2047 &ebuf.token); in lws_http_action() 2052 m = lws_read_h1(wsi, ebuf.token, (lws_filepos_t)ebuf.len); in lws_http_action() 2106 if (strncmp(ts.token, wsi->a.vhost->name, ts.token_len)) { in lws_confirm_host_header() 2107 buf[(size_t)(ts.token - buf) + ts.token_len] = '\0'; in lws_confirm_host_header() 2109 __func__, ts.token, wsi->a.vhost->name); in lws_confirm_host_header() 2114 if (e == LWS_TOKZE_DELIMITER && ts.token[0] == ':') { in lws_confirm_host_header() 2118 port = atoi(ts.token); in lws_confirm_host_header()
|
/third_party/python/Lib/ |
H A D | inspect.py | 148 import token namespace 1181 def tokeneater(self, type, token, srowcol, erowcol, line): 1184 if token == "@": 1187 elif token in ("def", "class", "lambda"): 1188 if token == "lambda": 1220 # any other token on the same indentation level end the previous 2131 OP = token.OP 2132 ERRORTOKEN = token.ERRORTOKEN 2134 # token stream always starts with ENCODING token, ski [all...] |
/foundation/window/window_manager/wm/src/ |
H A D | window_scene_session_impl.cpp | 315 sptr<IRemoteObject> token = context_ ? context_->GetToken() : nullptr; in CreateAndConnectSpecificSession() local 316 if (token) { in CreateAndConnectSpecificSession() 355 surfaceNode_, property_, persistentId, session, windowSystemConfig_, token); in CreateAndConnectSpecificSession() 373 surfaceNode_, property_, persistentId, session, windowSystemConfig_, token); in CreateAndConnectSpecificSession() 386 surfaceNode_, property_, persistentId, session, windowSystemConfig_, token); in CreateAndConnectSpecificSession() 492 sptr<IRemoteObject> token = context_ ? context_->GetToken() : nullptr; in RecoverAndConnectSpecificSession() local 493 if (token) { in RecoverAndConnectSpecificSession() 511 iSessionStage, eventChannel, surfaceNode_, property_, session, token); in RecoverAndConnectSpecificSession() 555 sptr<IRemoteObject> token = context_ ? context_->GetToken() : nullptr; in RecoverAndReconnectSceneSession() local 558 iSessionStage, iWindowEventChannel, surfaceNode_, session, property_, token); in RecoverAndReconnectSceneSession() 4037 auto token = context_->GetToken(); NotifyDisplayInfoChange() local [all...] |
/foundation/graphic/graphic_surface/surface/src/ |
H A D | buffer_queue_producer.cpp | 234 sptr<IRemoteObject> token = arguments.ReadRemoteObject(); in GetProducerInitInfoRemote() local 235 if (token == nullptr || !arguments.ReadString(info.appName)) { in GetProducerInitInfoRemote() 247 bool result = HandleDeathRecipient(token); in GetProducerInitInfoRemote() 1164 bool BufferQueueProducer::HandleDeathRecipient(sptr<IRemoteObject> token) in HandleDeathRecipient() argument 1170 token_ = token; in HandleDeathRecipient() 1455 BLOGD("token doesn't match, ignore it, uniqueId: %{public}" PRIu64 ".", producer->GetUniqueId()); in OnRemoteDied()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_single_ver_relational_storage_executor_extend.cpp | 1520 CloudSyncData &cloudDataResult, SQLiteSingleVerRelationalContinueToken &token) in GetSyncCloudData() 1522 token.GetCloudTableSchema(tableSchema_); in GetSyncCloudData() 1525 int errCode = token.GetCloudStatement(dbHandle_, cloudDataResult, queryStmt, isStepNext); in GetSyncCloudData() 1527 (void)token.ReleaseCloudStatement(); in GetSyncCloudData() 1544 (void)token.ReleaseCloudStatement(); in GetSyncCloudData() 1519 GetSyncCloudData(const CloudUploadRecorder &uploadRecorder, CloudSyncData &cloudDataResult, SQLiteSingleVerRelationalContinueToken &token) GetSyncCloudData() argument
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_test5.cpp | 1506 sptr<IRemoteObject> token; in HWTEST_F() local 1517 systemConfig, token); in HWTEST_F() 1523 systemConfig, token); in HWTEST_F() 1527 systemConfig, token); in HWTEST_F() 1531 systemConfig, token); in HWTEST_F() 1667 * @tc.desc: SceneSesionManager find main window with token
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | mac.c | 761 id = idr_alloc(&dev->token, t, 0, MT7915_TOKEN_SIZE, GFP_ATOMIC); in mt7915_tx_prepare_skb() 766 txp->token = cpu_to_le16(id); in mt7915_tx_prepare_skb() 917 txwi = idr_remove(&dev->token, msdu); in mt7915_mac_tx_free() 971 t = idr_remove(&dev->token, le16_to_cpu(txp->token)); in mt7915_tx_complete_skb()
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | blktrace.c | 1716 char *buf, *s, *token; in blk_trace_str2mask() local 1724 token = strsep(&s, ","); in blk_trace_str2mask() 1725 if (token == NULL) in blk_trace_str2mask() 1728 if (*token == '\0') in blk_trace_str2mask() 1732 if (strcasecmp(token, mask_maps[i].str) == 0) { in blk_trace_str2mask()
|
/third_party/curl/lib/vquic/ |
H A D | curl_ngtcp2.c | 606 uint8_t *token, size_t cidlen, in cb_get_new_connection_id() 618 result = Curl_rand(NULL, token, NGTCP2_STATELESS_RESET_TOKENLEN); in cb_get_new_connection_id() 906 int32_t token, nghttp3_rcbuf *name, in cb_h3_recv_header() 918 (void)token; in cb_h3_recv_header() 926 if(token == NGHTTP3_QPACK_TOKEN__STATUS) { in cb_h3_recv_header() 605 cb_get_new_connection_id(ngtcp2_conn *tconn, ngtcp2_cid *cid, uint8_t *token, size_t cidlen, void *user_data) cb_get_new_connection_id() argument 905 cb_h3_recv_header(nghttp3_conn *conn, int64_t stream_id, int32_t token, nghttp3_rcbuf *name, nghttp3_rcbuf *value, uint8_t flags, void *user_data, void *stream_user_data) cb_h3_recv_header() argument
|
/third_party/nghttp2/src/ |
H A D | shrpx_http2_session.cc | 942 auto token = http2::lookup_token(namebuf.base, namebuf.len); in on_header_callback2() local 952 no_index, token); in on_header_callback2() 958 token); in on_header_callback2() 996 auto token = http2::lookup_token(namebuf.base, namebuf.len); in on_header_callback2() local 999 flags & NGHTTP2_NV_FLAG_NO_INDEX, token); in on_header_callback2()
|
/third_party/lz4/lib/ |
H A D | lz4hc.c | 481 BYTE* const token = op++; in LZ4HC_encodeSequence() local 511 *token = (RUN_MASK << ML_BITS); in LZ4HC_encodeSequence() 515 *token = (BYTE)(length << ML_BITS); in LZ4HC_encodeSequence() 534 *token += ML_MASK; in LZ4HC_encodeSequence() 540 *token += (BYTE)(length); in LZ4HC_encodeSequence() 743 lastRunSize = (size_t)(oend - op) - 1 /*token*/; in LZ4HC_compress_hashChain() 772 BYTE* const maxLitPos = oend - 3; /* 2 for offset, 1 for token */ in LZ4HC_compress_hashChain() 1289 int price = 1 + 2 ; /* token + 16-bit offset */ in LZ4HC_sequencePrice() 1579 lastRunSize = (size_t)(oend - op) - 1 /*token*/; in LZ4HC_compress_optimal() 1609 BYTE* const maxLitPos = oend - 3; /* 2 for offset, 1 for token */ in LZ4HC_compress_optimal() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_ctrl_iface.c | 3081 char *token, *context = NULL; in hostapd_ctrl_iface_req_range() local 3086 token = str_token(cmd, " ", &context); in hostapd_ctrl_iface_req_range() 3087 if (!token || hwaddr_aton(token, addr)) { in hostapd_ctrl_iface_req_range() 3093 token = str_token(cmd, " ", &context); in hostapd_ctrl_iface_req_range() 3094 if (!token) in hostapd_ctrl_iface_req_range() 3097 random_interval = atoi(token); in hostapd_ctrl_iface_req_range() 3101 token = str_token(cmd, " ", &context); in hostapd_ctrl_iface_req_range() 3102 if (!token) in hostapd_ctrl_iface_req_range() 3105 min_ap = atoi(token); in hostapd_ctrl_iface_req_range() [all...] |
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ |
H A D | fa_ability_thread.h | 343 * @param sessionToken The token of session. 560 * @param token the remote token 564 const std::shared_ptr<AppExecFwk::OHOSApplication> &application, const sptr<IRemoteObject> &token,
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_ui_content.h | 91 MOCK_METHOD1(SetParentToken, void(sptr<IRemoteObject> token));
|
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_runtime/context/ |
H A D | application_context.h | 109 void SetToken(const sptr<IRemoteObject> &token) override;
|
/foundation/ability/ability_runtime/frameworks/native/appkit/dfr/ |
H A D | appfreeze_inner.cpp | 208 FreezeUtil::LifecycleFlow flow = { it->token, static_cast<FreezeUtil::TimeoutState>(it->state) }; in AcquireStack()
|