Home
last modified time | relevance | path

Searched refs:dependee (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/gpu/
DGrRenderTaskCluster.cpp66 static bool depends_on(GrRenderTask* depender, GrRenderTask* dependee) { in depends_on() argument
71 if (dependee->isUsed(depender->target(i))) { in depends_on()
74 describe_task(dependee).c_str(), in depends_on()
80 if (depender->dependsOn(dependee)) { in depends_on()
83 describe_task(dependee).c_str()); in depends_on()
/third_party/skia/buildtools/checkdeps/
Drules.py127 (allow, dependent, dependee) = rule.AsDependencyTuple()
128 tup = (allow, dependent + extra_dependent_suffix, dependee)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dxcode_emulation.py1596 for dependee in matches:
1597 assert '${' not in dependee, 'Nested variables not supported: ' + dependee
/third_party/node/tools/gyp/pylib/gyp/
Dxcode_emulation.py1875 for dependee in matches:
1876 assert "${" not in dependee, "Nested variables not supported: " + dependee