Home
last modified time | relevance | path

Searched refs:nextType (Results 1 – 20 of 20) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/search/
H A DStringMatcherUtility.java45 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 Dsafeunion.cpp45 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 DType.cpp174 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 DAST.cpp213 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 DAudioTest.java107 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 DVideoTest.java107 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 DDuplexTest.java113 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 DServiceCapsTest.java127 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 DContactTest.java107 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 DNoteTest.java105 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 DStatusTest.java102 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 DTimestampTest.java107 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 DBasicTest.java118 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 DPresenceTest.java145 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 DTupleTest.java184 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 DDescriptionTest.java111 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 DServiceIdTest.java111 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 DVersionTest.java112 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 DServiceDescriptionTest.java116 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 DPidfParser.java170 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()