Home
last modified time | relevance | path

Searched defs:tokens (Results 1 – 25 of 221) sorted by relevance

123456789

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dconstant_test.cpp64 auto tokens = Constant::Split("", ","); variable
78 auto tokens = Constant::Split("abc_123", "_"); variable
93 auto tokens = Constant::Split("#abc123", "#"); variable
108 auto tokens = Constant::Split("abc123!", "!"); variable
122 auto tokens = Constant::Split("abc!123!", "!"); variable
137 auto tokens = Constant::Split("abc123", "^"); variable
151 auto tokens = Constant::Split("abc$$$123", "$"); variable
168 auto tokens = Constant::Split("abc&&&123", "&&"); variable
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/queries/
H A DCommandInterceptor.java73 String[] tokens = query.substring(COMMAND_PREFIX.length()).split("\\s+"); in accept() local
84 private boolean quickViewer(String[] tokens) { in quickViewer()
101 private boolean gestureScale(String[] tokens) { in gestureScale()
114 private boolean jobProgressDialog(String[] tokens) { in jobProgressDialog()
129 private boolean docDetails(String[] tokens) { in docDetails()
142 private boolean forcePaging(String[] tokens) { in forcePaging()
185 public boolean accept(String[] tokens) { in accept()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_debug_deal.cpp37 void AbilityDebugDeal::OnAbilitysDebugStarted(const std::vector<sptr<IRemoteObject>> &tokens) in OnAbilitysDebugStarted()
50 void AbilityDebugDeal::OnAbilitysDebugStoped(const std::vector<sptr<IRemoteObject>> &tokens) in OnAbilitysDebugStoped()
63 void AbilityDebugDeal::OnAbilitysAssertDebugChange(const std::vector<sptr<IRemoteObject>> &tokens, … in OnAbilitysAssertDebugChange()
77 void AbilityDebugResponse::OnAbilitysDebugStarted(const std::vector<sptr<IRemoteObject>> &tokens) in OnAbilitysDebugStarted()
92 void AbilityDebugResponse::OnAbilitysDebugStoped(const std::vector<sptr<IRemoteObject>> &tokens) in OnAbilitysDebugStoped()
108 const std::vector<sptr<IRemoteObject>> &tokens, bool isAssertDebug) in OnAbilitysAssertDebugChange()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dability_debug_response_proxy.cpp40 …id AbilityDebugResponseProxy::OnAbilitysDebugStarted(const std::vector<sptr<IRemoteObject>> &token… in OnAbilitysDebugStarted()
46 …oid AbilityDebugResponseProxy::OnAbilitysDebugStoped(const std::vector<sptr<IRemoteObject>> &token… in OnAbilitysDebugStoped()
53 const std::vector<sptr<IRemoteObject>> &tokens, bool isAssertDebug) in OnAbilitysAssertDebugChange()
95 const IAbilityDebugResponse::Message &message, const std::vector<sptr<IRemoteObject>> &tokens) in SendRequest()
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
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/sqlite/
H A DSqlCheckerTest.java29 final ArrayList<String> tokens = new ArrayList<>(); in getTokens() local
163 private SqlChecker getChecker(String... tokens) { in getChecker()
167 private void checkEnsureNoInvalidTokens(boolean ok, String sql, String... tokens) { in checkEnsureNoInvalidTokens()
203 private void checkEnsureSingleTokenOnly(boolean ok, String sql, String... tokens) { in checkEnsureSingleTokenOnly()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DBackgroundActivityStartCallback.java37 boolean isActivityStartAllowed(Collection<IBinder> tokens, int uid, String packageName); in isActivityStartAllowed()
47 boolean canCloseSystemDialogs(Collection<IBinder> tokens, int uid); in canCloseSystemDialogs()
/aosp12/packages/providers/TvProvider/tests/src/com/android/providers/tv/util/
H A DSqliteTokenFinderTest.java35 List<Pair<Integer, String>> tokens = new ArrayList<>(); in getTokens() local
45 private void checkTokens(String sql, Pair<Integer, String>... tokens) { in checkTokens()
51 private void checkTokensRegular(String sql, @Nullable String tokens) { in checkTokensRegular()
/aosp12/hardware/qcom/display/msm8909/sdm/libs/core/fb/
H A Dhw_info.cpp71 int HWInfo::ParseString(const char *input, char *tokens[], const uint32_t max_token, in ParseString()
104 char *tokens[max_count] = { NULL }; in GetDynamicBWLimits() local
152 char *tokens[max_count] = { NULL }; in GetHWResourceInfo() local
369 char *tokens[max_count] = { NULL }; in GetMDSSRotatorInfo() local
417 char *tokens[max_count] = { NULL }; in GetV4L2RotatorInfo() local
497 void HWInfo::ParseFormats(char *tokens[], uint32_t token_count, HWSubBlockType sub_blk_type, in ParseFormats()
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
H A Dhw_info.cpp71 int HWInfo::ParseString(const char *input, char *tokens[], const uint32_t max_token, in ParseString()
104 char *tokens[max_count] = { NULL }; in GetDynamicBWLimits() local
152 char *tokens[max_count] = { NULL }; in GetHWResourceInfo() local
365 char *tokens[max_count] = { NULL }; in GetMDSSRotatorInfo() local
413 char *tokens[max_count] = { NULL }; in GetV4L2RotatorInfo() local
493 void HWInfo::ParseFormats(char *tokens[], uint32_t token_count, HWSubBlockType sub_blk_type, in ParseFormats()
/aosp12/hardware/qcom/display/msm8998/sdm/libs/core/fb/
H A Dhw_info.cpp71 int HWInfo::ParseString(const char *input, char *tokens[], const uint32_t max_token, in ParseString()
104 char *tokens[max_count] = { NULL }; in GetDynamicBWLimits() local
152 char *tokens[max_count] = { NULL }; in GetHWResourceInfo() local
364 char *tokens[max_count] = { NULL }; in GetMDSSRotatorInfo() local
412 char *tokens[max_count] = { NULL }; in GetV4L2RotatorInfo() local
492 void HWInfo::ParseFormats(char *tokens[], uint32_t token_count, HWSubBlockType sub_blk_type, in ParseFormats()
/aosp12/hardware/qcom/sdm845/display/sdm/libs/core/fb/
H A Dhw_info.cpp71 int HWInfo::ParseString(const char *input, char *tokens[], const uint32_t max_token, in ParseString()
104 char *tokens[max_count] = { NULL }; in GetDynamicBWLimits() local
152 char *tokens[max_count] = { NULL }; in GetHWResourceInfo() local
362 char *tokens[max_count] = { NULL }; in GetMDSSRotatorInfo() local
410 char *tokens[max_count] = { NULL }; in GetV4L2RotatorInfo() local
492 void HWInfo::ParseFormats(char *tokens[], uint32_t token_count, HWSubBlockType sub_blk_type, in ParseFormats()
/aosp12/hardware/qcom/sm8150/display/sdm/libs/core/fb/
H A Dhw_info.cpp71 int HWInfo::ParseString(const char *input, char *tokens[], const uint32_t max_token, in ParseString()
104 char *tokens[max_count] = { NULL }; in GetDynamicBWLimits() local
152 char *tokens[max_count] = { NULL }; in GetHWResourceInfo() local
362 char *tokens[max_count] = { NULL }; in GetMDSSRotatorInfo() local
412 char *tokens[max_count] = { NULL }; in GetV4L2RotatorInfo() local
497 void HWInfo::ParseFormats(char *tokens[], uint32_t token_count, HWSubBlockType sub_blk_type, in ParseFormats()
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DHanziToPinyinTest.java43 ArrayList<Token> tokens = HanziToPinyin.getInstance().getTokens(hanziString); in test() local
68 ArrayList<Token> tokens = HanziToPinyin.getInstance().getTokens(ONE_HANZI); in testGetToken() local
/aosp12/hardware/qcom/sm7250/display/sdm/libs/core/fb/
H A Dhw_info.cpp71 int HWInfo::ParseString(const char *input, char *tokens[], const uint32_t max_token, in ParseString()
110 char *tokens[max_count] = { NULL }; in GetHWResourceInfo() local
151 void HWInfo::ParseFormats(char *tokens[], uint32_t token_count, HWSubBlockType sub_blk_type, in ParseFormats()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_debug_response_proxy_test/
H A Dability_debug_response_proxy_test.cpp67 std::vector<sptr<IRemoteObject>> tokens; variable
89 std::vector<sptr<IRemoteObject>> tokens; variable
/aosp12/packages/inputmethods/LatinIME/tools/dicttool/compat/android/text/
H A DTextUtils.java70 public static String join(CharSequence delimiter, Object[] tokens) { in join()
89 public static String join(CharSequence delimiter, Iterable<?> tokens) { in join()
/aosp12/system/bt/gd/packet/parser/
H A Dlogging.h35 LogMessage(ParseLocation loc, std::initializer_list<const Loggable*> tokens) in LogMessage()
40 …LogMessage(bool debug, std::initializer_list<const Loggable*> tokens) : debug_(debug), tokens_(tok… in LogMessage()
/aosp12/hardware/qcom/display/msm8996/sdm/libs/core/fb/
H A Dhw_info.cpp71 int HWInfo::ParseString(const char *input, char *tokens[], const uint32_t max_token, in ParseString()
125 char *tokens[max_count] = { NULL }; in GetDynamicBWLimits() local
167 char *tokens[max_count] = { NULL }; in GetHWResourceInfo() local
370 char *tokens[max_count] = { NULL }; in GetMDSSRotatorInfo() local
475 void HWInfo::ParseFormats(char *tokens[], uint32_t token_count, HWSubBlockType sub_blk_type, in ParseFormats()
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DTokenBucket.java53 public TokenBucket(int deltaMs, int capacity, int tokens) { in TokenBucket()
71 public void reset(int tokens) { in reset()
/aosp12/frameworks/base/media/java/android/media/session/
H A DISession2TokensListener.aidl26 void onSession2TokensChanged(in List<Session2Token> tokens); in onSession2TokensChanged()
/aosp12/frameworks/base/apex/media/aidl/private/android/media/
H A DIMediaCommunicationServiceCallback.aidl24 void onSession2Changed(in MediaParceledListSlice tokens); in onSession2Changed()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DMediaSessionBasedFilter.kt114 val tokens = mutableSetOf(data.token) regex
205 val tokens = mutableListOf(controller) regex
/aosp12/bionic/libc/upstream-openbsd/lib/libc/stdlib/
H A Dgetsubopt.c45 getsubopt(char **optionp, char * const *tokens, char **valuep) in getsubopt()
/aosp12/hardware/qcom/display/msm8996/libqdutils/
H A Dqd_utils.cpp34 int parseLine(char *input, char *tokens[], const uint32_t maxToken, uint32_t *count) { in parseLine()
58 char *tokens[maxCount] = { NULL }; in querySDEInfo() local

123456789