/aosp12/system/tools/hidl/lint/lints/ |
H A D | safeunion.cpp | 45 for (const auto* nextType : scope->getDefinedTypes()) { in lintUnionRecursively() local
|
/aosp12/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/presence/pidfparser/capabilities/ |
H A D | AudioTest.java | 107 int nextType = parser.next(); in testParsing() local
|
H A D | VideoTest.java | 107 int nextType = parser.next(); in testParsing() local
|
H A D | DuplexTest.java | 113 int nextType = parser.next(); in testParsing() local
|
H A D | ServiceCapsTest.java | 127 int nextType = parser.next(); in testParsing() local
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/search/ |
H A D | StringMatcherUtility.java | 45 int nextType = Character.getType(target.codePointAt(0)); in matches() local
|
/aosp12/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/presence/pidfparser/pidf/ |
H A D | StatusTest.java | 102 int nextType = parser.next(); in testParsing() local
|
H A D | ContactTest.java | 107 int nextType = parser.next(); in testParsing() local
|
H A D | NoteTest.java | 105 int nextType = parser.next(); in testParsing() local
|
H A D | TimestampTest.java | 107 int nextType = parser.next(); in testParsing() local
|
H A D | BasicTest.java | 118 int nextType = parser.next(); in testParsingWithBasicOpen() local
|
H A D | TupleTest.java | 184 int nextType = parser.next(); in testParsing() local
|
H A D | PresenceTest.java | 145 int nextType = parser.next(); in testParsing() local
|
/aosp12/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/presence/pidfparser/omapres/ |
H A D | DescriptionTest.java | 111 int nextType = parser.next(); in testParsing() local
|
H A D | ServiceIdTest.java | 111 int nextType = parser.next(); in testParsing() local
|
H A D | VersionTest.java | 112 int nextType = parser.next(); in testParsing() local
|
H A D | ServiceDescriptionTest.java | 116 int nextType = parser.next(); in testParsing() local
|
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/pidfparser/ |
H A D | PidfParser.java | 170 int nextType = parser.next(); in parsePidf() local
|
/aosp12/system/tools/hidl/ |
H A 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
|
H A D | AST.cpp | 213 Type* nextType = lookupType(nextRef->getLookupFqName(), scope); in lookupTypes() local 269 Type* nextType = lookupType(nextRef->getLookupFqName(), scope); in lookupConstantExpressions() local
|