Home
last modified time | relevance | path

Searched refs:def (Results 1 – 25 of 58) sorted by relevance

123

/build/blueprint/
Dlive_tracker.go41 func (l *liveTracker) AddBuildDefDeps(def *buildDef) error {
45 ruleDef, err := l.addRule(def.Rule)
49 def.RuleDef = ruleDef
51 err = l.addNinjaStringListDeps(def.Outputs)
56 err = l.addNinjaStringListDeps(def.Inputs)
61 err = l.addNinjaStringListDeps(def.Implicits)
66 err = l.addNinjaStringListDeps(def.OrderOnly)
71 err = l.addNinjaStringListDeps(def.Validations)
76 for _, value := range def.Variables {
83 for _, value := range def.Args {
[all …]
Dpackage_ctx.go551 func (p *staticPool) def(config interface{}) (*poolDef, error) { func
552 def, err := parsePoolParams(p.pctx.scope, &p.params)
556 return def, nil
622 func (p *poolFunc) def(config interface{}) (*poolDef, error) { func
627 def, err := parsePoolParams(p.pctx.scope, &params)
631 return def, nil
658 func (p *builtinPool) def(config interface{}) (*poolDef, error) { func
757 func (r *staticRule) def(interface{}) (*ruleDef, error) { func
758 def, err := parseRuleParams(r.scope(), &r.params)
762 return def, nil
[all …]
Dscope.go43 def(config interface{}) (*poolDef, error) methodSpec
54 def(config interface{}) (*ruleDef, error) methodSpec
333 def, err := parseRuleParams(ruleScope, params)
341 def_: def,
408 func (l *localRule) def(interface{}) (*ruleDef, error) { func
/build/bazel/json_module_graph/
Dlibrary.jq3 def transformModule(f):
8 def transformModuleReferences(f):
17 def deleteDependencyVariations:
24 def emptyIfNull: if . == null then {} else . end
27 def flattenVariations:
31 def removeLinkVariation:
35 def removeEmptyVariations:
40 def mapDelta($outer; $inner):
51 def depDelta(f):
58 def differentDep($od; $ov):
[all …]
DdistanceFromLeaves.jq3 def onlyDeps:
7 def mergeDepsForSameModule:
11 def toMergeMap:
15 def moduleGraphNoVariants:
19 def removeSelfEdges:
25 def nextDepths($m):
40 def maxDepths($m):
47 def variantlessDistancesFromLeaves($root):
DfilterSubtree.jq3 def isBlueprint($p): .Blueprint | index($p) != null
6 def isBlueprintPrefix($p): .Blueprint | startswith($p)
DprintModule.jq3 def printModule($mod):
/build/make/tools/droiddoc/templates-pdk/
Dcustomizations.cs2 def:sdk_nav() ?>
9 <?cs /def ?>
11 def:resources_tab_nav() ?>
23 <?cs /def ?>
25 def:guide_nav() ?>
37 <?cs /def ?>
39 def:design_nav() ?>
41 <?cs /def ?>
44 def:default_left_nav() ?>
110 /def ?>
[all …]
/build/blueprint/proptools/
Dproptools.go74 func BoolDefault(b *bool, def bool) bool {
78 return def
89 func StringDefault(s *string, def string) string {
93 return def
104 func IntDefault(i *int64, def int) int {
108 return def
/build/bazel/rules_cc/cc/
Ddefs.bzl22 def _add_tags(attrs):
29 def cc_binary(**attrs):
41 def cc_test(**attrs):
53 def cc_library(**attrs):
65 def cc_import(**attrs):
77 def cc_proto_library(**attrs):
89 def fdo_prefetch_hints(**attrs):
101 def fdo_profile(**attrs):
113 def cc_toolchain(**attrs):
125 def cc_toolchain_suite(**attrs):
[all …]
/build/make/core/
Dproduct_config.rbc19 def _global_init():
52 def __print_attr(attr, value):
69 def _printvars(globals, cfg):
79 def __printvars_rearrange_list(value_list):
84 def _product_configuration(top_pcm_name, top_pcm):
191 def _substitute_inherited(configs, pcm_name, cfg):
217 def _value_expand(configs, attr, values_list):
237 def _percolate_inherited(configs, cfg_name, cfg, children_names):
260 def __move_items(to_list, from_cfg, attr):
266 def _indirect(pcm_name):
[all …]
/build/soong/android/soongconfig/
Dmodules.go48 for _, def := range file.Defs {
49 switch def := def.(type) {
51 newErrs := processImportModuleDef(mtDef, def)
83 func processImportModuleDef(v *SoongConfigDefinition, def *parser.Module) (errs []error) {
84 switch def.Type {
86 return processModuleTypeDef(v, def)
88 return processStringVariableDef(v, def)
90 return processBoolVariableDef(v, def)
125 func processModuleTypeDef(v *SoongConfigDefinition, def *parser.Module) (errs []error) {
129 _, errs = proptools.UnpackProperties(def.Properties, props)
[all …]
/build/soong/bp2build/
Dandroidbp_to_build_templates.go57 def _generic_soong_module_impl(ctx):
81 def _is_supported_type(value):
94 def soong_module(name, soong_module_type, **kwargs):
120 def _%[1]s_impl(ctx):
Dbzl_conversion_test.go80 def _custom_impl(ctx):
109 def _custom_defaults_impl(ctx):
134 def _custom_test__impl(ctx):
/build/soong/bpfix/bpfix/
Dbpfix.go265 for _, def := range f.tree.Defs {
266 mod, ok := def.(*parser.Module)
306 for _, def := range f.tree.Defs {
307 mod, ok := def.(*parser.Module)
352 for _, def := range f.tree.Defs {
353 mod, ok := def.(*parser.Module)
389 for _, def := range f.tree.Defs {
390 mod, ok := def.(*parser.Module)
430 for _, def := range f.tree.Defs {
431 mod, ok := def.(*parser.Module)
[all …]
/build/soong/python/scripts/
Dstub_template_host.txt18 def SearchPathEnv(name):
28 def FindPythonBinary():
37 def ExtractRunfiles():
43 def Main():
/build/make/tools/droiddoc/templates-pdk/components/
Dmasthead.cs2 def:custom_masthead() ?>
18 /def ?><?cs # custom_masthead ?>
/build/bazel/rules_cc/examples/
Dexperimental_cc_shared_library.bzl49 def _separate_static_and_dynamic_link_libraries(
80 def _create_linker_context(ctx, linker_inputs):
85 def _merge_cc_shared_library_infos(ctx):
103 def _build_exports_map_from_only_dynamic_deps(merged_shared_library_infos):
117 def _build_link_once_static_libs_map(merged_shared_library_infos):
131 def _wrap_static_library_with_alwayslink(ctx, feature_configuration, cc_toolchain, linker_input):
154 def _check_if_target_under_path(value, pattern):
164 def _check_if_target_can_be_exported(target, current_label, permissions):
180 def _check_if_target_should_be_exported_without_filter(target, current_label, permissions):
183 def _check_if_target_should_be_exported_with_filter(target, current_label, exports_filter, permissi…
[all …]
/build/bazel/rules/
Dlunch.bzl22 def _validate_env_value(env_var, env_value):
36 def _lunch_impl(rctx):
60 def lunch():
Dstatic_libc.bzl8 def _libc_config_impl(ctx):
23 def static_libc(
Dsoong_injection.bzl1 def _impl(rctx):
Dcc_object.bzl23 def split_srcs_hdrs(files):
34 def _cc_object_impl(ctx):
112 def cc_object(
/build/blueprint/parser/
Dprinter.go64 for _, def := range p.defs {
65 p.printDef(def)
80 for _, def := range p.defs {
81 p.printDef(def)
87 func (p *printer) printDef(def Definition) {
88 if assignment, ok := def.(*Assignment); ok {
90 } else if module, ok := def.(*Module); ok {
/build/make/tools/rbcrun/testdata/
Dcli_and_env.star5 def test():
/build/soong/android/
Ddefaults.go263 for _, def := range defaults.properties() {
264 if proptools.TypeEqual(defaultableProp, def) {
265 err := proptools.PrependProperties(defaultableProp, def, nil)

123