Home
last modified time | relevance | path

Searched refs:some_condition (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/Paste/docs/
DStyleGuide.txt16 assert some_condition(a, b), (
/external/skia/site/dev/contrib/
Dstyle.md495 if (some_condition) {
/external/valgrind/drd/tests/
Dtsan_unittest.cpp6885 volatile /*to fake the compiler*/ bool some_condition = true; variable
6894 if (some_condition) { // Or here in FunctionWithControlFlow()
6895 if (some_condition) { in FunctionWithControlFlow()