/external/llvm-project/llvm/include/llvm/Support/ |
D | AMDGPUMetadata.h | 138 return !notEmpty(); in empty() 142 bool notEmpty() const { in notEmpty() function 297 return !notEmpty(); in empty() 302 bool notEmpty() const { in notEmpty() function 354 return !notEmpty(); in empty() 359 bool notEmpty() const { in notEmpty() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | AMDGPUMetadata.h | 137 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
|
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/ |
D | MonitorBasedArrayBlockingQueue.java | 79 private final Monitor.Guard notEmpty; field in MonitorBasedArrayBlockingQueue 165 notEmpty = in MonitorBasedArrayBlockingQueue() 291 if (monitor.enterIf(notEmpty)) { in poll() 305 if (monitor.enterWhen(notEmpty, timeout, unit)) { in poll() 319 monitor.enterWhen(notEmpty); in take() 330 if (monitor.enterIf(notEmpty)) { in peek()
|
D | MonitorBasedPriorityBlockingQueue.java | 90 private final Monitor.Guard notEmpty = field in MonitorBasedPriorityBlockingQueue 230 if (monitor.enterWhen(notEmpty, timeout, unit)) { in poll() 244 monitor.enterWhen(notEmpty); in take()
|
/external/guava/android/guava-tests/benchmark/com/google/common/util/concurrent/ |
D | MonitorBasedArrayBlockingQueue.java | 79 private final Monitor.Guard notEmpty; field in MonitorBasedArrayBlockingQueue 165 notEmpty = in MonitorBasedArrayBlockingQueue() 291 if (monitor.enterIf(notEmpty)) { in poll() 305 if (monitor.enterWhen(notEmpty, timeout, unit)) { in poll() 319 monitor.enterWhen(notEmpty); in take() 330 if (monitor.enterIf(notEmpty)) { in peek()
|
D | MonitorBasedPriorityBlockingQueue.java | 90 private final Monitor.Guard notEmpty = field in MonitorBasedPriorityBlockingQueue 230 if (monitor.enterWhen(notEmpty, timeout, unit)) { in poll() 244 monitor.enterWhen(notEmpty); in take()
|
/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/ |
D | AutoValueNotEclipseTest.java | 62 ConcreteOptional notEmpty = ConcreteOptional.builder().setOptional("foo").build(); in genericOptionalOfNullable() local 63 assertThat(notEmpty.optional()).hasValue("foo"); in genericOptionalOfNullable()
|
D | AutoOneOfTest.java | 624 MaybeEmpty notEmpty = MaybeEmpty.ofString("foo"); in voidPropertyNotEqualToNonVoid() local 625 assertThat(empty).isNotEqualTo(notEmpty); in voidPropertyNotEqualToNonVoid() 626 assertThat(notEmpty).isNotEqualTo(empty); in voidPropertyNotEqualToNonVoid() 631 MaybeEmpty notEmpty = MaybeEmpty.ofString("foo"); in voidPropertyWrongType() local 633 notEmpty.empty(); in voidPropertyWrongType()
|
/external/antlr/gunit/src/main/resources/org/antlr/gunit/swingui/ |
D | gunit.stg | 9 <if(it.notEmpty)>
|
/external/icu/icu4c/source/common/ |
D | locid.cpp | 1043 inline bool notEmpty(const char* str) { in notEmpty() function in __anon256d8f030111::AliasReplacer 1062 return notEmpty(replacement) ? in deleteOrReplace() 1116 if (notEmpty(region)) { in generateKey() 1120 if (notEmpty(variant)) { in generateKey() 1290 if (notEmpty(replacedVariant)) { in replaceLanguage() 1443 if (notEmpty(script)) { in outputToString() 1447 if (notEmpty(region)) { in outputToString() 1452 if (!notEmpty(script) && !notEmpty(region)) { in outputToString() 1471 if (notEmpty(extensions)) { in outputToString() 1492 if (!notEmpty(language)) { in replace() [all …]
|
/external/skia/tests/ |
D | RefCntTest.cpp | 273 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()
|
/external/skqp/tests/ |
D | RefCntTest.cpp | 273 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()
|