Home
last modified time | relevance | path

Searched refs:matchesSpec (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/
DObserverManager.java219 if (!matchesSpec(schemaType, observerInfo.mObserverSpec)) { in onDocumentChange()
283 if (!matchesSpec(schemaName, observerInfo.mObserverSpec)) { in onSchemaChange()
319 if (matchesSpec(schemaType, observerInfo.mObserverSpec)) { in isSchemaTypeObserved()
348 if (!matchesSpec(schemaType, observerInfo.mObserverSpec)) { in getObserversForSchemaType()
457 private static boolean matchesSpec( in matchesSpec() method in ObserverManager
/packages/modules/NeuralNetworks/runtime/
DModelBuilder.cpp608 static bool matchesSpec(TailSpec spec, const Operand& operand, in matchesSpec() function
650 if (!matchesSpec(tail[i - tailStartIndex], operand, smallOperandValues)) { in countMatchingTrailingArguments()