Home
last modified time | relevance | path

Searched refs:firstRead (Results 1 – 2 of 2) sorted by relevance

/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/expr/
DExprModelTest.java392 List<Expr> firstRead = getReadFirst(shouldRead); in testPostConditionalDependencies() local
394 assertExactMatch(firstRead, a, b, c); in testPostConditionalDependencies()
408 firstRead = getReadFirst(shouldRead); in testPostConditionalDependencies()
409 assertExactMatch(firstRead, d, e, u1, u2); in testPostConditionalDependencies()
432 firstRead = getReadFirst(shouldRead); in testPostConditionalDependencies()
433 assertExactMatch(firstRead, u1, u2); in testPostConditionalDependencies()
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp3068 bool firstRead = true; in dumpTee() local
3074 bool wasFirstRead = firstRead; in dumpTee()
3075 firstRead = false; in dumpTee()