Home
last modified time | relevance | path

Searched defs:IsFalse (Results 1 – 2 of 2) sorted by relevance

/aosp12/build/soong/ui/build/
H A Denvironment.go140 func (e *Environment) IsFalse(key string) bool { func
/aosp12/system/logging/logcat/tests/
H A Dlogcat_test.cpp774 static testing::AssertionResult IsFalse(int ret, const char* command) { in IsFalse() function