/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
|
/third_party/node/deps/v8/src/json/ |
H A D | json-parser.h | 209 void Consume(JsonToken token) { in Consume() argument 210 DCHECK_EQ(peek(), token); in Consume() local 214 void Expect(JsonToken token) { in Expect() argument 222 void ExpectNext(JsonToken token) { in ExpectNext() argument 227 bool Check(JsonToken token) { in Check() argument [all...] |
/third_party/mksh/ |
H A D | expr.c | 49 enum token { enum [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_tex.cpp | 303 void TexInstr::set_tex_param(const std::string& token) in set_tex_param() argument 316 std::cerr << "Token '" << token << "': "; set_tex_param() local [all...] |
H A D | sfn_instr_fetch.cpp | 398 void FetchInstr::set_param_from_string(const std::string& token) in set_param_from_string() argument 409 std::cerr << "Token '" << token << "' in set_param_from_string() local 414 set_flag_from_string(const std::string& token) set_flag_from_string() argument 420 std::cerr << "Token: " << token << " : "; set_flag_from_string() local [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
H A D | DirectiveParser.cpp | 45 DirectiveType getDirective(const pp::Token *token) in getDirective() argument 111 isEOD(const pp::Token *token) isEOD() argument 116 skipUntilEOD(pp::Lexer *lexer, pp::Token *token) skipUntilEOD() argument 162 lex(Token *token) lex() argument 194 parseDirective(Token *token) parseDirective() argument 273 parseDefine(Token *token) parseDefine() argument 367 parseUndef(Token *token) parseUndef() argument 407 parseIf(Token *token) parseIf() argument 413 parseIfdef(Token *token) parseIfdef() argument 419 parseIfndef(Token *token) parseIfndef() argument 425 parseElse(Token *token) parseElse() argument 466 parseElif(Token *token) parseElif() argument 506 parseEndif(Token *token) parseEndif() argument 530 parseError(Token *token) parseError() argument 538 stream << *token; parseError() local 545 parsePragma(Token *token) parsePragma() argument 605 parseExtension(Token *token) parseExtension() argument 700 parseVersion(Token *token) parseVersion() argument 815 parseLine(Token *token) parseLine() argument 886 parseConditionalIf(Token *token) parseConditionalIf() argument 927 parseExpressionIf(Token *token) parseExpressionIf() argument 953 parseExpressionIfdef(Token *token) parseExpressionIfdef() argument [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cSparseTexture2Tests.cpp | 267 void replaceToken(const GLchar* token, const GLchar* text, std::string& string) in replaceToken() argument [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_elements_base_vertex/ |
H A D | esextcDrawElementsBaseVertexTests.cpp | 1358 std::string token = *token_value_pairs[2 * n_token_value_pair + 0]; in setUpFunctionalTestObjects() local
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
H A D | DirectiveParser.cpp | 49 static DirectiveType getDirective(const pp::Token *token) in getDirective() argument 115 isEOD(const pp::Token *token) isEOD() argument 120 skipUntilEOD(pp::Lexer *lexer, pp::Token *token) skipUntilEOD() argument 229 lex(Token *token) lex() argument 261 parseDirective(Token *token) parseDirective() argument 341 parseDefine(Token *token) parseDefine() argument 437 parseUndef(Token *token) parseUndef() argument 478 parseIf(Token *token) parseIf() argument 484 parseIfdef(Token *token) parseIfdef() argument 490 parseIfndef(Token *token) parseIfndef() argument 496 parseElse(Token *token) parseElse() argument 537 parseElif(Token *token) parseElif() argument 577 parseEndif(Token *token) parseEndif() argument 601 parseError(Token *token) parseError() argument 609 stream << *token; parseError() local 616 parsePragma(Token *token) parsePragma() argument 676 parseExtension(Token *token) parseExtension() argument 759 parseVersion(Token *token) parseVersion() argument 846 parseLine(Token *token) parseLine() argument 917 parseConditionalIf(Token *token) parseConditionalIf() argument 958 parseExpressionIf(Token *token) parseExpressionIf() argument 985 parseExpressionIfdef(Token* token) parseExpressionIfdef() argument [all...] |
/third_party/skia/third_party/externals/freetype/src/psaux/ |
H A D | psobjs.c | 755 T1_TokenRec token; ps_parser_to_token_array() local 1038 T1_TokenRec token; FT_LOCAL_DEF() local 1336 T1_Token token; FT_LOCAL_DEF() local [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | icuplug.cpp | 54 uint32_t token; /**< must be U_PLUG_TOKEN */ member 275 UPlugTokenReturn token; in uplug_callPlug() local
|
/third_party/python/Parser/ |
H A D | pegen.c | 149 initialize_token(Parser *p, Token *token, const char *start, const char *end, int token_type) { in initialize_token() argument 443 Token *token = NULL; _PyPegen_get_last_nonnwhitespace_token() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_pwd.c | 36 u8 token[4]; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ap_config.c | 314 char *token; in hostapd_config_read_wpa_psk() local
|
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgToken.hpp | 244 inline TokenStream& TokenStream::operator<< (const Token& token) in operator <<() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap_pwd.c | 36 u8 token[4]; member
|
/third_party/vulkan-loader/loader/ |
H A D | cJSON.c | 353 unsigned char token; in print_string_ptr() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ap_config.c | 284 char *token; in hostapd_config_read_wpa_psk() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | sae.c | 771 sae_write_commit(struct sae_data *sae, struct wpabuf *buf, const struct wpabuf *token, const char *identifier) sae_write_commit() argument 871 sae_parse_commit_token(struct sae_data *sae, const u8 **pos, const u8 *end, const u8 **token, size_t *token_len) sae_parse_commit_token() argument 1120 sae_parse_commit(struct sae_data *sae, const u8 *data, size_t len, const u8 **token, size_t *token_len, int *allowed_groups) sae_parse_commit() argument [all...] |
/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | ability_impl.cpp | 34 Init(const std::shared_ptr<OHOSApplication> &application, const std::shared_ptr<AbilityLocalRecord> &record, std::shared_ptr<Ability> &ability, std::shared_ptr<AbilityHandler> &handler, const sptr<IRemoteObject> &token) Init() argument
|
/foundation/ability/ability_runtime/test/unittest/mission_list_manager_test/ |
H A D | mission_list_manager_test.cpp | 1697 sptr<IRemoteObject> token = abilityRecord->GetToken(); in HWTEST_F() local 1718 sptr<IRemoteObject> token = nullptr; in HWTEST_F() local 1736 sptr<IRemoteObject> token = nullptr; in HWTEST_F() local 1812 sptr<IRemoteObject> token = abilityRecord->GetToken(); in HWTEST_F() local 1889 sptr<IRemoteObject> token = abilityRecord->GetToken(); in HWTEST_F() local 1915 sptr<IRemoteObject> token = abilityRecord->GetToken(); HWTEST_F() local 4581 sptr<IRemoteObject> token = abilityRecord->GetToken(); HWTEST_F() local 4603 sptr<IRemoteObject> token = abilityRecord->GetToken(); HWTEST_F() local 5022 sptr<IRemoteObject> token = abilityRecord->GetToken(); HWTEST_F() local 5051 sptr<IRemoteObject> token = abilityRecord->GetToken(); HWTEST_F() local 5081 sptr<IRemoteObject> token = abilityRecord->GetToken(); HWTEST_F() local 5108 sptr<IRemoteObject> token = abilityRecord->GetToken(); HWTEST_F() local 5151 sptr<IRemoteObject> token = abilityRecord->GetToken(); HWTEST_F() local 5175 sptr<IRemoteObject> token = abilityRecord->GetToken(); HWTEST_F() local 5200 sptr<IRemoteObject> token = abilityRecord->GetToken(); HWTEST_F() local [all...] |
/foundation/ability/form_fwk/services/src/ |
H A D | form_data_proxy_record.cpp | 111 std::string token = std::to_string(tokenId_); in GetSubscribeFormDataProxies() local 419 std::string token = std::to_string(tokenId_); in ConvertSubscribeMapToRequests() local
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/ |
H A D | app_mgr_service_inner_test.cpp | 400 OHOS::sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); in HWTEST_F() local 435 OHOS::sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); in HWTEST_F() local 1239 OHOS::sptr<IRemoteObject> token in HWTEST_F() local 1263 OHOS::sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local 1345 OHOS::sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local 1508 OHOS::sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local 1568 OHOS::sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local 1603 OHOS::sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local 1626 OHOS::sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local 1712 sptr<IRemoteObject> token = new MockAbilityToken(); HWTEST_F() local 1746 sptr<IRemoteObject> token = new MockAbilityToken(); HWTEST_F() local 1920 sptr<IRemoteObject> token = new MockAbilityToken(); HWTEST_F() local 1958 sptr<IRemoteObject> token = new MockAbilityToken(); HWTEST_F() local 2591 sptr<IRemoteObject> token = new MockAbilityToken(); HWTEST_F() local 4250 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local 4454 OHOS::sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local [all...] |
/foundation/ability/ability_runtime/test/unittest/ability_connect_manager_test/ |
H A D | ability_connect_manager_test.cpp | 550 auto token = abilityRecord->GetToken(); in HWTEST_F() local 718 auto token = abilityRecord->GetToken(); in HWTEST_F() local 1075 auto token = abilityRecord->GetToken(); HWTEST_F() local 1115 auto token = abilityRecord->GetToken(); HWTEST_F() local 1162 auto token = abilityRecord->GetToken(); HWTEST_F() local 1187 auto token = abilityRecord->GetToken(); HWTEST_F() local 1244 auto token = abilityRecord->GetToken(); HWTEST_F() local 1295 auto token = abilityRecord->GetToken(); HWTEST_F() local 1331 auto token = abilityRecord->GetToken(); HWTEST_F() local 1530 sptr<IRemoteObject> token = abilityRecord->GetToken(); HWTEST_F() local 1603 sptr<IRemoteObject> token = abilityRecord->GetToken(); HWTEST_F() local 1628 sptr<IRemoteObject> token = abilityRecord->GetToken(); HWTEST_F() local 1652 sptr<IRemoteObject> token = abilityRecord->GetToken(); HWTEST_F() local 1679 sptr<IRemoteObject> token = abilityRecord->GetToken(); HWTEST_F() local 1735 sptr<IRemoteObject> token = abilityRecord->GetToken(); HWTEST_F() local 2835 sptr<IRemoteObject> token = abilityRecord->GetToken(); HWTEST_F() local [all...] |
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_second_test/ |
H A D | app_mgr_service_inner_second_test.cpp | 1806 OHOS::sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local 1860 OHOS::sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local 2061 sptr<IRemoteObject> token = new MockAbilityToken(); HWTEST_F() local [all...] |