Home
last modified time | relevance | path

Searched defs:tokens (Results 1 - 25 of 172) sorted by relevance

1234567

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dconstant_test.cpp64 auto tokens = Constant::Split("", ","); in HWTEST_F() local
78 auto tokens = Constant::Split("abc_123", "_"); in HWTEST_F() local
93 auto tokens = Constant::Split("#abc123", "#"); in HWTEST_F() local
108 auto tokens = Constant::Split("abc123!", "!"); HWTEST_F() local
122 auto tokens = Constant::Split("abc!123!", "!"); HWTEST_F() local
137 auto tokens = Constant::Split("abc123", "^"); HWTEST_F() local
151 auto tokens = Constant::Split("abc$$$123", "$"); HWTEST_F() local
168 auto tokens = Constant::Split("abc&&&123", "&&"); HWTEST_F() local
[all...]
/kernel/linux/linux-6.6/rust/macros/
H A Dpaste.rs6 let mut tokens = tokens.iter(); in concat() variables
[all...]
H A Dvtable.rs8 let mut tokens: Vec<_> = ts.into_iter().collect(); variables
H A Dlib.rs343 let mut tokens = input.into_iter().collect(); in paste() variables
H A Dquote.rs43 let mut tokens; global() variables
68 let mut tokens = ::std::vec::Vec::new(); global() variables
77 let mut tokens = ::std::vec::Vec::new(); global() variables
86 let mut tokens = ::std::vec::Vec::new(); global() variables
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_debug_deal.cpp37 void AbilityDebugDeal::OnAbilitysDebugStarted(const std::vector<sptr<IRemoteObject>> &tokens) in OnAbilitysDebugStarted() argument
50 void AbilityDebugDeal::OnAbilitysDebugStoped(const std::vector<sptr<IRemoteObject>> &tokens) in OnAbilitysDebugStoped() argument
63 void AbilityDebugDeal::OnAbilitysAssertDebugChange(const std::vector<sptr<IRemoteObject>> &tokens, bool isAssertDebug) in OnAbilitysAssertDebugChange() argument
77 void AbilityDebugResponse::OnAbilitysDebugStarted(const std::vector<sptr<IRemoteObject>> &tokens) in OnAbilitysDebugStarted() argument
92 OnAbilitysDebugStoped(const std::vector<sptr<IRemoteObject>> &tokens) OnAbilitysDebugStoped() argument
107 OnAbilitysAssertDebugChange( const std::vector<sptr<IRemoteObject>> &tokens, bool isAssertDebug) OnAbilitysAssertDebugChange() argument
[all...]
/foundation/ability/ability_runtime/test/unittest/ability_debug_response_proxy_test/
H A Dability_debug_response_proxy_test.cpp67 std::vector<sptr<IRemoteObject>> tokens; in HWTEST_F() local
89 std::vector<sptr<IRemoteObject>> tokens; in HWTEST_F() local
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dability_record_mgr.cpp121 std::vector<sptr<IRemoteObject>> tokens; in GetAllTokens() local
/kernel/linux/linux-5.10/tools/lib/api/fs/
H A Dcgroup.c14 char mountpoint[PATH_MAX + 1], tokens[PATH_MAX + 1], type[PATH_MAX + 1]; in cgroupfs_find_mountpoint() local
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dability_debug_response_stub.cpp41 std::vector<sptr<IRemoteObject>> tokens; in HandleOnAbilitysDebugStarted() local
62 std::vector<sptr<IRemoteObject>> tokens; in HandleOnAbilitysDebugStoped() local
83 std::vector<sptr<IRemoteObject>> tokens; in HandleOnAbilitysAssertDebugChange() local
H A Dability_debug_response_proxy.cpp40 void AbilityDebugResponseProxy::OnAbilitysDebugStarted(const std::vector<sptr<IRemoteObject>> &tokens) in OnAbilitysDebugStarted() argument
46 void AbilityDebugResponseProxy::OnAbilitysDebugStoped(const std::vector<sptr<IRemoteObject>> &tokens) in OnAbilitysDebugStoped() argument
52 OnAbilitysAssertDebugChange( const std::vector<sptr<IRemoteObject>> &tokens, bool isAssertDebug) OnAbilitysAssertDebugChange() argument
94 SendRequest( const IAbilityDebugResponse::Message &message, const std::vector<sptr<IRemoteObject>> &tokens) SendRequest() argument
[all...]
/kernel/linux/linux-5.10/tools/perf/pmu-events/
H A Djsmn.c31 jsmn_alloc_token(jsmn_parser *parser, jsmntok_t *tokens, size_t num_tokens) jsmn_alloc_token() argument
59 jsmn_parse_primitive(jsmn_parser *parser, const char *js, size_t len, jsmntok_t *tokens, size_t num_tokens) jsmn_parse_primitive() argument
116 jsmn_parse_string(jsmn_parser *parser, const char *js, size_t len, jsmntok_t *tokens, size_t num_tokens) jsmn_parse_string() argument
173 jsmn_parse(jsmn_parser *parser, const char *js, size_t len, jsmntok_t *tokens, unsigned int num_tokens) jsmn_parse() argument
[all...]
H A Djson.c86 jsmntok_t *tokens; in parse_json() local
115 void free_json(char *map, size_t size, jsmntok_t *tokens) in free_json() argument
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/
H A Dupdate_engine_utils.cpp63 std::vector<std::string> tokens; in GetWakeupVesion() local
[all...]
/foundation/ability/ability_runtime/test/fuzztest/missionlistmanagersecond_fuzzer/
H A Dmissionlistmanagersecond_fuzzer.cpp177 std::vector<sptr<IRemoteObject>> tokens; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/fuzztest/abilitydebugresponseproxy_fuzzer/
H A Dabilitydebugresponseproxy_fuzzer.cpp73 std::vector<sptr<IRemoteObject>> tokens; in AbilityDebugResponseProxyFuzztest1() local
79 proxy->SendRequest(static_cast<IAbilityDebugResponse::Message>(int32Param), tokens); // branch tokens no empty. in AbilityDebugResponseProxyFuzztest1() local
81 proxy->SendRequest(static_cast<IAbilityDebugResponse::Message>(int32Param), tokens); // branch tokens empt in AbilityDebugResponseProxyFuzztest1() local
[all...]
/foundation/ability/ability_runtime/test/fuzztest/abilitydebugdeal_fuzzer/
H A Dabilitydebugdeal_fuzzer.cpp79 std::vector<sptr<IRemoteObject>> tokens; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrabilitydebugresponseproxy_fuzzer/
H A Dabilityinterfacesappmgrabilitydebugresponseproxy_fuzzer.cpp72 std::vector<sptr<IRemoteObject>> tokens; in DoSomethingInterestingWithMyAPI() local
/foundation/resourceschedule/device_standby/utils/policy/src/
H A Djson_utils.cpp222 std::vector<std::string> tokens; in SplitVersion() local
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetfirewall_parcel.cpp83 std::vector<std::string> tokens; in split() local
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_manager.cpp268 auto tokens = StringUtils::Split(path, "/"); in Delete() local
/kernel/linux/linux-5.10/arch/um/drivers/
H A Dvector_user.h54 char *tokens[MAXVARGS]; member
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dvector_user.h54 char *tokens[MAXVARGS]; member
/kernel/linux/linux-5.10/drivers/net/wireguard/
H A Dratelimiter.c27 u64 last_time_ns, tokens, ip; member
113 u64 now, tokens; in wg_ratelimiter_allow() local
[all...]
/kernel/linux/linux-5.10/include/linux/wimax/
H A Ddebug.h459 unsigned level, tokens; in d_parse_params() local

Completed in 10 milliseconds

1234567