Home
last modified time | relevance | path

Searched defs:CONTAINS (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/tool/pps/
Dpps_algorithm.h14 #define CONTAINS(c, e) (FIND(c, e) != std::end(c)) macro
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
DTerritoryContainment.java35 private static final AttributeKey CONTAINS = AttributeKey.keyOf("group", "contains"); field in TerritoryContainment
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DSortedSetRelation.java49 CONTAINS = A_NOT_B | A_AND_B, // A (unnecessary) field in SortedSetRelation
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DSortedSetRelation.java47 CONTAINS = A_NOT_B | A_AND_B, // A (unnecessary) field in SortedSetRelation
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_uitest.js35 CONTAINS: 1, property
/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_validate.c66 #define CONTAINS(haystack, needle) \ macro