Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_foreach_lowering.cpp96 clang::CallExpr* CE, int* slot, bool* hasOptions) { in matchKernelLaunchCall() argument
107 *hasOptions = false; in matchKernelLaunchCall()
109 *hasOptions = true; in matchKernelLaunchCall()
223 bool hasOptions; in VisitCallExpr() local
224 const clang::FunctionDecl* kernel = matchKernelLaunchCall(CE, &slot, &hasOptions); in VisitCallExpr()
240 const unsigned numAllocations = numArgsOrig - (hasOptions ? 2 : 1); in VisitCallExpr()
306 allocArgIndexStart = hasOptions ? 2 : 1; in VisitCallExpr()
346 if (!hasOptions) { in VisitCallExpr()
Dslang_rs_foreach_lowering.h58 bool* hasOptions);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DWorkLockActivityControllerTest.java130 argThat(hasOptions(taskId, taskOverlay)), in setActivityStartCode()
146 argThat(hasOptions(taskId, taskOverlay)), in verifyStartActivity()
160 private static ArgumentMatcher<Bundle> hasOptions(final int taskId, final boolean overlay) {