Searched refs:dependee (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/src/gpu/ |
H A D | GrRenderTaskCluster.cpp | 65 // Returns whether `dependee` is a formal dependent or if it uses a surface `depender` targets. 66 static bool depends_on(GrRenderTask* depender, GrRenderTask* dependee) { in depends_on() argument 67 // Check if depender writes to something dependee reads. in depends_on() 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/ |
H A D | rules.py | 34 """Returns a tuple (allow, dependent dir, dependee dir) for this rule, 36 is allowed to depend on the dependee, without knowing the external 92 dependee files in the directory. Rules may also be added that apply 93 only to dependee files whose filename (last component of their path) 107 # that apply to dependee files whose basename matches the regular 122 """Returns a list of tuples (allow, dependent dir, dependee dir) for the 127 (allow, dependent, dependee) = rule.AsDependencyTuple() 128 tup = (allow, dependent + extra_dependent_suffix, dependee) 147 dependee_regexp: The rule will only be applied to dependee files 150 dependee file [all...] |
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | xcode_emulation.py | 1868 for dependee in matches: 1869 assert "${" not in dependee, "Nested variables not supported: " + dependee
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | xcode_emulation.py | 1862 for dependee in matches: 1863 assert "${" not in dependee, "Nested variables not supported: " + dependee
|
Completed in 7 milliseconds