Home
last modified time | relevance | path

Searched defs:nextType (Results 1 – 25 of 91) sorted by relevance

1234

/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/search/
DStringMatcherUtility.java54 int nextType = Character.getType(target.codePointAt(0)); in matches() local
90 int nextType = Character.getType(Character.codePointAt(input, 1)); local
159 protected boolean isBreak(int thisType, int prevType, int nextType) { in isBreak()
217 protected boolean isBreak(int thisType, int prevType, int nextType) { in isBreak()
/aosp_15_r20/system/tools/hidl/
DType.cpp174 for (auto* nextType : getDefinedTypes()) { in recursivePass() local
198 for (const auto* nextType : getDefinedTypes()) { in recursivePass() local
235 for (const auto* nextType : getDefinedTypes()) { in topologicalOrder() local
255 const auto* nextType = nextRef->shallowGet(); in topologicalOrder() local
DAST.cpp213 Type* nextType = lookupType(nextRef->getLookupFqName(), scope); in lookupTypes() local
269 Type* nextType = lookupType(nextRef->getLookupFqName(), scope); in lookupConstantExpressions() local
/aosp_15_r20/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/presence/pidfparser/pidf/
DPresenceTest.java144 int nextType = parser.next(); in testParsing() local
221 int nextType = parser.next(); in testMalformedParsing() local
DStatusTest.java102 int nextType = parser.next(); in testParsing() local
DNoteTest.java105 int nextType = parser.next(); in testParsing() local
DTimestampTest.java107 int nextType = parser.next(); in testParsing() local
DContactTest.java107 int nextType = parser.next(); in testParsing() local
DBasicTest.java118 int nextType = parser.next(); in testParsingWithBasicOpen() local
DTupleTest.java184 int nextType = parser.next(); in testParsing() local
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Ducnv_io.cpp389 uint8_t type, nextType; in ucnv_io_stripASCIIForCompare() local
424 uint8_t type, nextType; in ucnv_io_stripEBCDICForCompare() local
480 uint8_t type, nextType; in ucnv_compareNames() local
/aosp_15_r20/external/icu/icu4c/source/common/
H A Ducnv_io.cpp389 uint8_t type, nextType; in ucnv_io_stripASCIIForCompare() local
424 uint8_t type, nextType; in ucnv_io_stripEBCDICForCompare() local
480 uint8_t type, nextType; in ucnv_compareNames() local
/aosp_15_r20/external/icu/icu4j/main/charset/src/main/java/com/ibm/icu/charset/
H A DUConverterAlias.java277 char type, nextType; in io_stripASCIIForCompare() local
332 char type, nextType; in compareNames() local
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DGraphiteResourceKey.cpp13 static std::atomic<int32_t> nextType{ResourceKey::kInvalidDomain + 1}; in GenerateResourceType() local
/aosp_15_r20/external/skia/src/gpu/
H A DResourceKey.cpp17 static std::atomic<int32_t> nextType{ResourceKey::kInvalidDomain + 1}; in GenerateResourceType() local
/aosp_15_r20/system/tools/hidl/lint/lints/
Dsafeunion.cpp45 for (const auto* nextType : scope->getDefinedTypes()) { in lintUnionRecursively() local
/aosp_15_r20/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/presence/pidfparser/capabilities/
DAudioTest.java107 int nextType = parser.next(); in testParsing() local
DVideoTest.java107 int nextType = parser.next(); in testParsing() local
DDuplexTest.java113 int nextType = parser.next(); in testParsing() local
DServiceCapsTest.java127 int nextType = parser.next(); in testParsing() local
/aosp_15_r20/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/presence/pidfparser/omapres/
DDescriptionTest.java111 int nextType = parser.next(); in testParsing() local
DServiceIdTest.java111 int nextType = parser.next(); in testParsing() local
DVersionTest.java112 int nextType = parser.next(); in testParsing() local
DServiceDescriptionTest.java116 int nextType = parser.next(); in testParsing() local
/aosp_15_r20/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/pidfparser/
DPidfParser.java172 int nextType = parser.next(); in parsePidf() local

1234