Home
last modified time | relevance | path

Searched refs:token (Results 2551 - 2575 of 3253) sorted by relevance

1...<<101102103104105106107108109110>>...131

/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()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dprom_init.c1774 u32 token; in prom_rtas_os_term() local
1784 token = be32_to_cpu(val); in prom_rtas_os_term()
1785 prom_debug("ibm,os-term: %x\n", token); in prom_rtas_os_term()
1786 if (token == 0) in prom_rtas_os_term()
1787 prom_panic("Could not get token for ibm,os-term\n"); in prom_rtas_os_term()
1788 os_term_args.token = cpu_to_be32(token); in prom_rtas_os_term()
2476 #define dt_push_token(token, mem_start, mem_end) do { \
2478 *(__be32 *)room = cpu_to_be32(token); \
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dprom_init.c1804 u32 token; in prom_rtas_os_term() local
1814 token = be32_to_cpu(val); in prom_rtas_os_term()
1815 prom_debug("ibm,os-term: %x\n", token); in prom_rtas_os_term()
1816 if (token == 0) in prom_rtas_os_term()
1817 prom_panic("Could not get token for ibm,os-term\n"); in prom_rtas_os_term()
1818 os_term_args.token = cpu_to_be32(token); in prom_rtas_os_term()
2506 #define dt_push_token(token, mem_start, mem_end) do { \
2508 *(__be32 *)room = cpu_to_be32(token); \
/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/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
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dbundle_callback.cpp148 svcIdentity_->token = SERVICE_TYPE_ANONYMOUS; in GenerateLocalServiceId()
/foundation/graphic/graphic_2d/interfaces/inner_api/composer/
H A Dvsync_receiver.h131 const sptr<IRemoteObject>& token = nullptr,
/foundation/window/window_manager/test/common/mock/
H A Dmock_uicontent.h82 MOCK_METHOD1(SetParentToken, void(sptr<IRemoteObject> token));
/foundation/communication/ipc/ipc/test/unittest/ipc/server/
H A DIpcServerTest.cpp116 .token = 1,
/foundation/communication/ipc/interfaces/innerkits/c/ipc/include/
H A Dserializer.h39 uintptr_t token; member
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnet_conn_hievent_test.cpp227 NetManagerBaseAccessToken token; in HWTEST_F() local
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/include/
H A Ddatashare_helper_impl.h28 DataShareHelperImpl(const Uri &uri, const sptr<IRemoteObject> &token,
/foundation/distributeddatamgr/data_share/frameworks/native/provider/include/
H A Djs_datashare_ext_ability.h55 * @param token the remote token.
60 const sptr<IRemoteObject> &token) override;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/include/
H A Ddevice_matrix.h66 bool Initialize(uint32_t token, std::string storeId);
/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_client_proxy_lite.cpp99 g_sid.token = SERVICE_TYPE_ANONYMOUS; in RegisterDhcpClientCallBack()
108 DHCP_LOGE("Write interface token error: %{public}s", __func__); in RegisterDhcpClientCallBack()
151 DHCP_LOGE("Write interface token error: %{public}s", __func__); in StartDhcpClient()
189 DHCP_LOGE("Write interface token error: %{public}s", __func__); in SetConfiguration()
227 DHCP_LOGE("Write interface token error: %{public}s", __func__); in StopDhcpClient()

Completed in 26 milliseconds

1...<<101102103104105106107108109110>>...131