/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cGPUShader5Tests.cpp | 304 /** 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 D | yacc.c | 594 /* 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 D | t42parse.c | 562 /* 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 D | scene_session_manager_test4.cpp | 1701 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 D | prom_init.c | 1774 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 D | prom_init.c | 1804 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 D | readme.tex | 313 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 D | ability_tool.cpp | 117 identity_.token = SERVICE_TYPE_ANONYMOUS; in RunCommand()
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | ams_mgr_stub.h | 39 * @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 D | ability_test_helper.cpp | 51 identity_.token = SERVICE_TYPE_ANONYMOUS; in Initialize()
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ability_runtime/ |
H A D | js_ui_ability.h | 57 * @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 D | js_ui_service_extension.h | 73 * @param token the remote token. 78 const sptr<IRemoteObject> &token) override;
|
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/ |
H A D | rtsp_request.h | 102 std::string GetToken(const std::string &token);
|
H A D | rtsp_response.h | 70 std::string GetToken(const std::string &token) const;
|
/foundation/ability/ability_runtime/test/unittest/free_install_observer_manager_test/ |
H A D | free_install_observer_manager_test.cpp | 63 sptr<Token> token = nullptr; in MockToken() local
|
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/ |
H A D | bundle_callback.cpp | 148 svcIdentity_->token = SERVICE_TYPE_ANONYMOUS;
in GenerateLocalServiceId()
|
/foundation/graphic/graphic_2d/interfaces/inner_api/composer/ |
H A D | vsync_receiver.h | 131 const sptr<IRemoteObject>& token = nullptr,
|
/foundation/window/window_manager/test/common/mock/ |
H A D | mock_uicontent.h | 82 MOCK_METHOD1(SetParentToken, void(sptr<IRemoteObject> token));
|
/foundation/communication/ipc/ipc/test/unittest/ipc/server/ |
H A D | IpcServerTest.cpp | 116 .token = 1,
|
/foundation/communication/ipc/interfaces/innerkits/c/ipc/include/ |
H A D | serializer.h | 39 uintptr_t token; member
|
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/ |
H A D | net_conn_hievent_test.cpp | 227 NetManagerBaseAccessToken token; in HWTEST_F() local
|
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/include/ |
H A D | datashare_helper_impl.h | 28 DataShareHelperImpl(const Uri &uri, const sptr<IRemoteObject> &token,
|
/foundation/distributeddatamgr/data_share/frameworks/native/provider/include/ |
H A D | js_datashare_ext_ability.h | 55 * @param token the remote token. 60 const sptr<IRemoteObject> &token) override;
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/include/ |
H A D | device_matrix.h | 66 bool Initialize(uint32_t token, std::string storeId);
|
/foundation/communication/dhcp/frameworks/native/src/ |
H A D | dhcp_client_proxy_lite.cpp | 99 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()
|