/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/search/ |
D | StringMatcherUtility.java | 54 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/ |
D | Type.cpp | 174 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
|
D | AST.cpp | 213 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/ |
D | PresenceTest.java | 144 int nextType = parser.next(); in testParsing() local 221 int nextType = parser.next(); in testMalformedParsing() local
|
D | StatusTest.java | 102 int nextType = parser.next(); in testParsing() local
|
D | NoteTest.java | 105 int nextType = parser.next(); in testParsing() local
|
D | TimestampTest.java | 107 int nextType = parser.next(); in testParsing() local
|
D | ContactTest.java | 107 int nextType = parser.next(); in testParsing() local
|
D | BasicTest.java | 118 int nextType = parser.next(); in testParsingWithBasicOpen() local
|
D | TupleTest.java | 184 int nextType = parser.next(); in testParsing() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A D | ucnv_io.cpp | 389 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 D | ucnv_io.cpp | 389 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 D | UConverterAlias.java | 277 char type, nextType; in io_stripASCIIForCompare() local 332 char type, nextType; in compareNames() local
|
/aosp_15_r20/external/skia/src/gpu/graphite/ |
H A D | GraphiteResourceKey.cpp | 13 static std::atomic<int32_t> nextType{ResourceKey::kInvalidDomain + 1}; in GenerateResourceType() local
|
/aosp_15_r20/external/skia/src/gpu/ |
H A D | ResourceKey.cpp | 17 static std::atomic<int32_t> nextType{ResourceKey::kInvalidDomain + 1}; in GenerateResourceType() local
|
/aosp_15_r20/system/tools/hidl/lint/lints/ |
D | safeunion.cpp | 45 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/ |
D | AudioTest.java | 107 int nextType = parser.next(); in testParsing() local
|
D | VideoTest.java | 107 int nextType = parser.next(); in testParsing() local
|
D | DuplexTest.java | 113 int nextType = parser.next(); in testParsing() local
|
D | ServiceCapsTest.java | 127 int nextType = parser.next(); in testParsing() local
|
/aosp_15_r20/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/presence/pidfparser/omapres/ |
D | DescriptionTest.java | 111 int nextType = parser.next(); in testParsing() local
|
D | ServiceIdTest.java | 111 int nextType = parser.next(); in testParsing() local
|
D | VersionTest.java | 112 int nextType = parser.next(); in testParsing() local
|
D | ServiceDescriptionTest.java | 116 int nextType = parser.next(); in testParsing() local
|
/aosp_15_r20/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/pidfparser/ |
D | PidfParser.java | 172 int nextType = parser.next(); in parsePidf() local
|