Home
last modified time | relevance | path

Searched refs:token (Results 1851 - 1875 of 2266) sorted by relevance

1...<<71727374757677787980>>...91

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_http.c836 switch (nv->token) { in http_request_on_header()
964 switch (nv->token) { in http_response_on_header()
1325 switch (nv->token) { in nghttp3_http_on_header()
/third_party/node/deps/v8/src/objects/
H A Djs-locale.cc206 std::string token;
208 while (std::getline(token_stream, token, '-')) {
209 tokens.push_back(token);
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cGPUShader5Tests.cpp304 /** Replace first occurance of <token> with <text> in <string> starting at <search_posistion>
306 * @param token Token string
308 * @param text String that will be used as replacement for <token>
311 void Utils::replaceToken(const glw::GLchar* token, size_t& search_position, const glw::GLchar* text, in replaceToken() argument
315 const size_t token_length = strlen(token); in replaceToken()
316 const size_t token_position = string.find(token, search_position); in replaceToken()
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/
H A Dyacc.c594 /* YYTOKNUM[NUM] -- (External) token number corresponding to the
595 (internal) symbol number NUM (which must be that of a token). */
644 /* Error token number */
843 determined by a syntactically unacceptable token.
849 lookahead token, it should also be invoked before reporting a syntax
1095 about the unexpected token YYTOKEN for the state stack whose top is
1096 YYSSP.]b4_lac_if([[ In order to see if a particular token T is a
1128 that there is no unexpected or expected token to report. In that
1139 - Of course, the expected token list depends on states to have
1144 token lis
[all...]
/third_party/skia/third_party/externals/freetype/src/type42/
H A Dt42parse.c562 /* with exactly one space after the `RD' token. */ in t42_parse_sfnts()
886 FT_ERROR(( "t42_parse_charstrings: invalid token\n" )); in t42_parse_charstrings()
1218 T1_TokenRec token; in FT_LOCAL_DEF() local
1221 /* skip the `known' keyword and the token following it */ in FT_LOCAL_DEF()
1223 T1_ToToken( parser, &token ); in FT_LOCAL_DEF()
1225 /* if the last token was an array, skip it! */ in FT_LOCAL_DEF()
1226 if ( token.type == T1_TOKEN_TYPE_ARRAY ) in FT_LOCAL_DEF()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test4.cpp1701 sptr<IRemoteObject> token = sptr<IRemoteObjectMocker>::MakeSptr(); in HWTEST_F() local
1702 ASSERT_NE(token, nullptr); in HWTEST_F()
1708 ssm_->extSessionInfoMap_.insert(std::make_pair(token, extensionWindowAbilityInfo)); in HWTEST_F()
1715 ssm_->ProcessModalExtensionPointDown(token, posX, posY); in HWTEST_F()
1721 ssm_->ProcessModalExtensionPointDown(token, posX, posY); in HWTEST_F()
1724 ssm_->ProcessModalExtensionPointDown(token, posX, posY); in HWTEST_F()
1727 ssm_->ProcessModalExtensionPointDown(token, posX, posY); in HWTEST_F()
1730 ssm_->ProcessModalExtensionPointDown(token, posX, posY); in HWTEST_F()
/third_party/skia/third_party/externals/opengl-registry/xml/
H A Dreadme.tex313 token (enumerant) names used in the API.
368 Each \tag{enum} tag defines a single GL (or other API) token.
375 \item \attr{name} - enumerant name, a legal C preprocessor token name.
378 the same token (used to address a few accidental incompatibilities
386 where token names have been changed as a result of profile changes
592 \item \attr{name} - version name, used as the C preprocessor token under
595 \item \attr{protect} - an additional preprocessor token used to protect
683 \item \attr{protect} - an additional preprocessor token used to protect
/foundation/ability/form_fwk/services/src/
H A Dform_data_proxy_record.cpp111 std::string token = std::to_string(tokenId_); in GetSubscribeFormDataProxies() local
112 std::string uri = formDataProxy.key + "?" + "user=" + userId + "&srcToken=" + token + in GetSubscribeFormDataProxies()
419 std::string token = std::to_string(tokenId_); in ConvertSubscribeMapToRequests() local
431 std::string uri = key + "?" + "user=" + userId + "&srcToken=" + token + "&dstBundleName=" + bundleName_; in ConvertSubscribeMapToRequests()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_ability_runtime_test/
H A Dability_context_impl_test.cpp268 wptr<IRemoteObject> token(new IPCObjectStub()); in HWTEST_F()
269 context_->SetWeakSessionToken(token); in HWTEST_F()
295 wptr<IRemoteObject> token(new IPCObjectStub()); in HWTEST_F()
296 context_->SetWeakSessionToken(token); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/
H A Djs_ui_extension.cpp121 const sptr<IRemoteObject> &token) in Init()
126 UIExtension::Init(record, application, handler, token); in Init()
488 executorInfo.token = context->GetToken(); in ForegroundWindowWithInsightIntent()
1036 const sptr<IRemoteObject> &token, Rosen::DisplayId displayId, float density, Rosen::DisplayOrientation orientation) in OnDisplayInfoChange()
119 Init(const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler, const sptr<IRemoteObject> &token) Init() argument
1035 OnDisplayInfoChange( const sptr<IRemoteObject> &token, Rosen::DisplayId displayId, float density, Rosen::DisplayOrientation orientation) OnDisplayInfoChange() argument
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt.cpp106 char token[3] = {0}; // The length of token is 3. variable
107 (void)sprintf_s(token, sizeof(token), "%02X", scanResult.advData[i]);
108 strStream << token; variable
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_distributor.cpp56 void VSyncConnection::VSyncConnectionDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& token) in OnRemoteDied() argument
58 auto tokenSptr = token.promote(); in OnRemoteDied()
69 VLOGI("%{public}s: token doesn't match, ignore it.", __func__); in OnRemoteDied()
82 const sptr<IRemoteObject>& token, in VSyncConnection()
90 token_(token), in VSyncConnection()
79 VSyncConnection( const sptr<VSyncDistributor>& distributor, std::string name, const sptr<IRemoteObject>& token, uint64_t id, uint64_t windowNodeId) VSyncConnection() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_state_machine.cpp264 ContinueToken token; in AbortInner() local
265 context_->GetContinueToken(token); in AbortInner()
266 if (token != nullptr) { in AbortInner()
267 syncInterface_->ReleaseContinueToken(token); in AbortInner()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/notify/
H A Ddevice_manager_notify.cpp683 const std::string &token, int32_t status, int32_t reason) in OnAuthResult()
685 if (pkgName.empty() || token.empty() || deviceId.empty()) { in OnAuthResult()
686 LOGE("Invalid para, pkgName: %{public}s, token: %{public}s", pkgName.c_str(), GetAnonyString(token).c_str()); in OnAuthResult()
711 tempCbk->OnAuthResult(deviceId, token, status, reason); in OnAuthResult()
682 OnAuthResult(const std::string &pkgName, const std::string &deviceId, const std::string &token, int32_t status, int32_t reason) OnAuthResult() argument
/test/xts/acts/communication/dsoftbus/capi_ipc/entry/src/main/cpp/
H A Dipc_capi.cpp888 const char *token = ""; in OHIPCParcelWriteInterfaceToken() local
889 int ret = OH_IPCParcel_WriteInterfaceToken(parcel, token); in OHIPCParcelWriteInterfaceToken()
904 char *token = nullptr; in OHIPCParcelReadInterfaceToken() local
907 int ret = OH_IPCParcel_ReadInterfaceToken(parcel, &token, &len, allocator); in OHIPCParcelReadInterfaceToken()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DPluralRules.java1411 // the token t is always one item ahead in parseConstraint()
1500 /* Returns a parse exception wrapping the token and context strings. */
1501 private static ParseException unexpected(String token, String context) { in unexpected() argument
1502 return new ParseException("unexpected token '" + token + in unexpected()
1507 * Returns the token at x if available, else throws a parse exception.
1514 throw new ParseException("missing token at end of '" + context + "'", -1); in nextToken()
2071 * Checks whether a token is a valid keyword.
2073 * @param token the token t
2076 isValidKeyword(String token) isValidKeyword() argument
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dsymbol.c32 #include "token.h"
800 struct token *token = built_in_token(stream, ident); in create_symbol() local
802 sym = alloc_symbol(token->pos, type); in create_symbol()
803 bind_symbol(sym, token->ident, namespace); in create_symbol()
/foundation/ability/ability_lite/services/abilitymgr_lite/tools/src/
H A Dability_tool.cpp117 identity_.token = SERVICE_TYPE_ANONYMOUS; in RunCommand()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dams_mgr_stub.h39 * @param token, the unique identification to update the extension.
43 virtual void UpdateExtensionState(const sptr<IRemoteObject> &token, const ExtensionState state) override;
/foundation/ability/ability_lite/services/abilitymgr_lite/unittest/utils/
H A Dability_test_helper.cpp51 identity_.token = SERVICE_TYPE_ANONYMOUS; in Initialize()
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ability_runtime/
H A Djs_ui_ability.h57 * @param token the remote token
61 std::shared_ptr<AbilityHandler> &handler, const sptr<IRemoteObject> &token) override;
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ui_service_extension_ability/
H A Djs_ui_service_extension.h73 * @param token the remote token.
78 const sptr<IRemoteObject> &token) override;
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/
H A Drtsp_request.h102 std::string GetToken(const std::string &token);
H A Drtsp_response.h70 std::string GetToken(const std::string &token) const;
/foundation/ability/ability_runtime/test/unittest/free_install_observer_manager_test/
H A Dfree_install_observer_manager_test.cpp63 sptr<Token> token = nullptr; in MockToken() local

Completed in 40 milliseconds

1...<<71727374757677787980>>...91