Lines Matching full:on
10 // distributed under the License is distributed on an "AS IS" BASIS,
30 // single module based on properties defined in a Blueprints file. Module
35 // information on this).
38 // properties set on the module will be duplicated to the new Module, and then
42 // modules on which on which it depends (as defined by the "deps" property
70 // A binary-producing Module that depends on the library Module could then do:
87 // be called after it has finished being called on all dependencies and on all
120 // the list of module names that the DynamicDependerModule depends on
178 …// AddNinjaFileDeps adds dependencies on the specified files to the rule that creates the ninja ma…
201 // name, or nil if none exists. If there are multiple dependencies on the same module it returns
205 …Deps calls visit for each direct dependency. If there are multiple direct dependencies on the same
206 …// module visit will be called multiple times on that module and OtherModuleDependencyTag will ret…
214 …// multiple direct dependencies on the same module pred and visit will be called multiple times on…
284 …// OtherModuleErrorf reports an error on another Module. See BaseModuleContext.ModuleErrorf for m…
288 …// OtherModuleDependencyTag returns the dependency tag used to depend on a module, or nil if there…
289 …// on the module. When called inside a Visit* method with current module being visited, and there…
290 …// dependencies on the module being visited, it returns the dependency tag used for the current de…
301 // would add a dependency on with the same arguments.
308 // would add a dependency on with the same arguments.
314 // dependency on with the same argument.
364 // handle missing dependencies on its own instead of having Blueprint treat them as an error.
816 // If any of the dependencies of the module being operated on were already split
820 // If a module is split, and then a module depending on the first module is not split
821 // when the Mutator is later called on it, the dependency of the depending module will
851 // new dependencies have had the current mutator called on them. If the mutator is not
867 // If any of the dependencies of the module being operated on were already split
871 // If a module is split, and then a module depending on the first module is not split
872 // when the Mutator is later called on it, the dependency of the depending module will
885 …// SetDependencyVariation sets all dangling dependencies on the current module to point to the var…
890 // during the subsequent calls on Create*Variations* functions. To reset, set it to nil.
899 // new dependencies have had the current mutator called on them. If the mutator is not
914 // new dependencies have had the current mutator called on them. If the mutator is not
925 // ReplaceDependencies replaces all dependencies on the identical variant of the module with the
930 // ReplaceDependencies replaces all dependencies on the identical variant of the module with the
940 // CreateLocalVariations on this module without also calling AliasVariation. The alias can
941 // be used to add dependencies on the newly created variant using the variant map from
948 // CreateLocalVariations on this module without also calling AliasVariation. The alias can
949 // be used to add dependencies on the toVariationName variant using the fromVariationName
964 // modifying properties on the new modules to differentiate them. It is called
966 // and is always called on dependencies before being called on the depending module.
976 // used to transfer information on a dependency between the mutator that called AddDependency