Home
last modified time | relevance | path

Searched refs:notEmpty (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAMDGPUMetadata.h137 return !notEmpty(); in empty()
141 bool notEmpty() const { in notEmpty() function
298 return !notEmpty(); in empty()
303 bool notEmpty() const { in notEmpty() function
355 return !notEmpty(); in empty()
360 bool notEmpty() const { in notEmpty() function
/third_party/skia/tests/
DRefCntTest.cpp273 sk_sp<SkRefCnt> notEmpty = sk_make_sp<SkRefCnt>(); in DEF_TEST() local
276 REPORTER_ASSERT(reporter, notEmpty != empty); in DEF_TEST()
277 REPORTER_ASSERT(reporter, empty != notEmpty); in DEF_TEST()
/third_party/flutter/skia/tests/
DRefCntTest.cpp273 sk_sp<SkRefCnt> notEmpty = sk_make_sp<SkRefCnt>(); in DEF_TEST() local
276 REPORTER_ASSERT(reporter, notEmpty != empty); in DEF_TEST()
277 REPORTER_ASSERT(reporter, empty != notEmpty); in DEF_TEST()
/third_party/node/deps/icu-small/source/common/
Dlocid.cpp1091 inline bool notEmpty(const char* str) { in notEmpty() function in __anoncc3d72fc0111::AliasReplacer
1110 return notEmpty(replacement) ? in deleteOrReplace()
1172 if (notEmpty(region)) { in generateKey()
1176 if (notEmpty(variant)) { in generateKey()
1346 if (notEmpty(replacedVariant)) { in replaceLanguage()
1597 if (notEmpty(script)) { in outputToString()
1601 if (notEmpty(region)) { in outputToString()
1606 if (!notEmpty(script) && !notEmpty(region)) { in outputToString()
1620 if (notEmpty(extensions)) { in outputToString()
1641 if (!notEmpty(language)) { in replace()
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Dlocid.cpp1111 inline bool notEmpty(const char* str) { in notEmpty() function in __anonc62391db0111::AliasReplacer
1130 return notEmpty(replacement) ? in deleteOrReplace()
1192 if (notEmpty(region)) { in generateKey()
1196 if (notEmpty(variant)) { in generateKey()
1366 if (notEmpty(replacedVariant)) { in replaceLanguage()
1618 if (notEmpty(script)) { in outputToString()
1622 if (notEmpty(region)) { in outputToString()
1627 if (!notEmpty(script) && !notEmpty(region)) { in outputToString()
1646 if (notEmpty(extensions)) { in outputToString()
1667 if (!notEmpty(language)) { in replace()
[all …]
/third_party/icu/icu4c/source/common/
Dlocid.cpp1107 inline bool notEmpty(const char* str) { in notEmpty() function in __anonefa50e6d0111::AliasReplacer
1126 return notEmpty(replacement) ? in deleteOrReplace()
1188 if (notEmpty(region)) { in generateKey()
1192 if (notEmpty(variant)) { in generateKey()
1362 if (notEmpty(replacedVariant)) { in replaceLanguage()
1614 if (notEmpty(script)) { in outputToString()
1618 if (notEmpty(region)) { in outputToString()
1623 if (!notEmpty(script) && !notEmpty(region)) { in outputToString()
1642 if (notEmpty(extensions)) { in outputToString()
1663 if (!notEmpty(language)) { in replace()
[all …]