/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 50 thisType = nextType; in matches() 51 nextType = i < (targetLength - 1) in matches() 53 if (isBreak(thisType, lastType, nextType) in matches() 69 private static boolean isBreak(int thisType, int prevType, int nextType) { 79 if (nextType == Character.UPPERCASE_LETTER) {
|
/aosp12/system/tools/hidl/lint/lints/ |
H A D | safeunion.cpp | 45 for (const auto* nextType : scope->getDefinedTypes()) { in lintUnionRecursively() local 46 if (!nextType->isCompoundType()) { in lintUnionRecursively() 48 lintUnionRecursively(static_cast<const Scope*>(nextType), visited, errors); in lintUnionRecursively() 52 const CompoundType* compoundType = static_cast<const CompoundType*>(nextType); in lintUnionRecursively()
|
/aosp12/system/tools/hidl/ |
H A D | Type.cpp | 174 for (auto* nextType : getDefinedTypes()) { in recursivePass() local 175 err = nextType->recursivePass(stage, func, visited); in recursivePass() 198 for (const auto* nextType : getDefinedTypes()) { in recursivePass() local 199 err = nextType->recursivePass(stage, func, visited); in recursivePass() 235 for (const auto* nextType : getDefinedTypes()) { in topologicalOrder() local 236 auto err = nextType->topologicalOrder(reversedOrder, stack); in topologicalOrder() 241 std::cerr << " '" << nextType->typeName() << "' in '" << typeName() << "'"; in topologicalOrder() 242 if (nextType->isNamedType()) { in topologicalOrder() 243 std::cerr << " at " << static_cast<const NamedType*>(nextType)->location(); in topologicalOrder() 255 const auto* nextType = nextRef->shallowGet(); in topologicalOrder() local [all …]
|
H A D | AST.cpp | 213 Type* nextType = lookupType(nextRef->getLookupFqName(), scope); in lookupTypes() local 214 if (nextType == nullptr) { in lookupTypes() 221 nextRef->set(nextType); in lookupTypes() 269 Type* nextType = lookupType(nextRef->getLookupFqName(), scope); in lookupConstantExpressions() local 270 if (nextType == nullptr) { in lookupConstantExpressions() 276 nextRef->set(nextType); in lookupConstantExpressions()
|
/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 111 if (nextType == XmlPullParser.START_TAG in testParsing() 117 nextType = parser.next(); in testParsing() 118 } while(nextType != XmlPullParser.END_DOCUMENT); in testParsing()
|
H A D | VideoTest.java | 107 int nextType = parser.next(); in testParsing() local 111 if (nextType == XmlPullParser.START_TAG in testParsing() 117 nextType = parser.next(); in testParsing() 118 } while(nextType != XmlPullParser.END_DOCUMENT); in testParsing()
|
H A D | DuplexTest.java | 113 int nextType = parser.next(); in testParsing() local 117 if (nextType == XmlPullParser.START_TAG in testParsing() 123 nextType = parser.next(); in testParsing() 124 } while(nextType != XmlPullParser.END_DOCUMENT); in testParsing()
|
H A D | ServiceCapsTest.java | 127 int nextType = parser.next(); in testParsing() local 131 if (nextType == XmlPullParser.START_TAG in testParsing() 137 nextType = parser.next(); in testParsing() 138 } while(nextType != XmlPullParser.END_DOCUMENT); in testParsing()
|
/aosp12/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/presence/pidfparser/pidf/ |
H A D | ContactTest.java | 107 int nextType = parser.next(); in testParsing() local 111 if (nextType == XmlPullParser.START_TAG in testParsing() 117 nextType = parser.next(); in testParsing() 118 } while(nextType != XmlPullParser.END_DOCUMENT); in testParsing()
|
H A D | NoteTest.java | 105 int nextType = parser.next(); in testParsing() local 109 if (nextType == XmlPullParser.START_TAG in testParsing() 115 nextType = parser.next(); in testParsing() 116 } while(nextType != XmlPullParser.END_DOCUMENT); in testParsing()
|
H A D | StatusTest.java | 102 int nextType = parser.next(); in testParsing() local 106 if (nextType == XmlPullParser.START_TAG in testParsing() 112 nextType = parser.next(); in testParsing() 113 } while(nextType != XmlPullParser.END_DOCUMENT); in testParsing()
|
H A D | TimestampTest.java | 107 int nextType = parser.next(); in testParsing() local 111 if (nextType == XmlPullParser.START_TAG in testParsing() 117 nextType = parser.next(); in testParsing() 118 } while(nextType != XmlPullParser.END_DOCUMENT); in testParsing()
|
H A D | BasicTest.java | 118 int nextType = parser.next(); in testParsingWithBasicOpen() local 122 if (nextType == XmlPullParser.START_TAG in testParsingWithBasicOpen() 128 nextType = parser.next(); in testParsingWithBasicOpen() 129 } while(nextType != XmlPullParser.END_DOCUMENT); in testParsingWithBasicOpen()
|
H A D | PresenceTest.java | 145 int nextType = parser.next(); in testParsing() local 149 if (nextType == XmlPullParser.START_TAG in testParsing() 155 nextType = parser.next(); in testParsing() 156 } while(nextType != XmlPullParser.END_DOCUMENT); in testParsing()
|
H A D | TupleTest.java | 184 int nextType = parser.next(); in testParsing() local 188 if (nextType == XmlPullParser.START_TAG in testParsing() 194 nextType = parser.next(); in testParsing() 195 } while(nextType != XmlPullParser.END_DOCUMENT); in testParsing()
|
/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 115 if (nextType == XmlPullParser.START_TAG in testParsing() 121 nextType = parser.next(); in testParsing() 122 } while(nextType != XmlPullParser.END_DOCUMENT); in testParsing()
|
H A D | ServiceIdTest.java | 111 int nextType = parser.next(); in testParsing() local 115 if (nextType == XmlPullParser.START_TAG in testParsing() 121 nextType = parser.next(); in testParsing() 122 } while(nextType != XmlPullParser.END_DOCUMENT); in testParsing()
|
H A D | VersionTest.java | 112 int nextType = parser.next(); in testParsing() local 116 if (nextType == XmlPullParser.START_TAG in testParsing() 122 nextType = parser.next(); in testParsing() 123 } while(nextType != XmlPullParser.END_DOCUMENT); in testParsing()
|
H A D | ServiceDescriptionTest.java | 116 int nextType = parser.next(); in testParsing() local 120 if (nextType == XmlPullParser.START_TAG in testParsing() 126 nextType = parser.next(); in testParsing() 127 } while(nextType != XmlPullParser.END_DOCUMENT); in testParsing()
|
/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 173 if (nextType == XmlPullParser.START_TAG in parsePidf() 179 nextType = parser.next(); in parsePidf() 180 } while(nextType != XmlPullParser.END_DOCUMENT); in parsePidf()
|