Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/cmake/modules/
DOverridableFetchContent.cmake220 # OVERRIDABLE_FETCH_CONTENT_<contentName>_<variable> where <contentName> is the
227 # set OVERRIDABLE_FETCH_CONTENT_GIT_REPOSITORY_AND_TAG_TO_URL_<contentName>
240 # set OVERRIDABLE_FETCH_CONTENT_<contentName>_MATCH to a regular expression
241 # to match the archive URL and OVERRIDABLE_FETCH_CONTENT_<contentName>_REPLACE
471 # * <contentName>_LICENSE_FILE: License file relative to
472 # <contentName>_SOURCE_DIR if found.
473 # * <contentName>_LICENSE_URL: License URL if the file is found.
518 # via the <contentName>_LICENSE_FILE and <contentName>_LICENSE_URL variables
519 # where <contentName> is the value passed as the CONTENT_NAME argument of this
523 # OVERRIDABLE_FETCH_CONTENT_LICENSE_CHECK_<contentName> to ON for one
/external/lottie/lottie/src/main/java/com/airbnb/lottie/
DLottieDrawable.java1224 final String contentName; field in LottieDrawable.ColorFilterData
1228 ColorFilterData(@Nullable String layerName, @Nullable String contentName, in ColorFilterData() argument
1231 this.contentName = contentName; in ColorFilterData()
1242 if (contentName != null) { in hashCode()
1243 hashCode = hashCode * 31 * contentName.hashCode(); in hashCode()