Home
last modified time | relevance | path

Searched refs:tokenCount (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/bufferhub/
DBufferHubService.cpp279 std::map<int, uint32_t> tokenCount; in debug() local
286 auto mapIter = tokenCount.find(node->id()); in debug()
287 if (mapIter != tokenCount.end()) { in debug()
290 tokenCount.emplace(node->id(), 1U); in debug()
303 for (auto iter = tokenCount.begin(); iter != tokenCount.end(); ++iter) { in debug()
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java2397 int tokenCount = countTokens(text); in createMoreChipPlainText() local
2398 MoreImageSpan moreSpan = createMoreSpan(tokenCount - CHIP_LIMIT); in createMoreChipPlainText()
2407 int tokenCount = 0; in countTokens() local
2411 tokenCount++; in countTokens()
2416 return tokenCount; in countTokens()
/frameworks/base/services/print/java/com/android/server/print/
DUserState.java1603 final int tokenCount = this.mStartedPrinterDiscoveryTokens.size(); in dumpLocked() local
1604 for (int i = 0; i < tokenCount; i++) { in dumpLocked()
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java4437 final int tokenCount = mOpUserRestrictions.size(); in removeUser() local
4438 for (int i = tokenCount - 1; i >= 0; i--) { in removeUser()
/frameworks/native/vulkan/api/
Dvulkan.api6211 u32 tokenCount