Home
last modified time | relevance | path

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

12345678910>>...13

/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.jq5 def onlyDeps:
9 def mergeDepsForSameModule:
13 def toMergeMap:
17 def moduleGraphNoVariants:
21 def removeSelfEdges:
27 def nextDepths($m):
42 def maxDepths($m):
49 def variantlessDistancesFromLeaves($root):
DfindModulesCrossPkgBoundary.jq5 def getBlueprintDirPaths:
9 def getNonNullActionModules:
13 def getOutputsOfModule:
17 def getOutputsOfModules($nonNullActionModules):
21 def getDepOutputs($outputsOfModules):
27 def getDepOutputsOfModule($outputsOfModules):
32 def isDirPathMatch($blueprintDirPath; $allBlueprintDirPaths):
33 def _isDirPathMatch($blueprintDirPath; $allBlueprintDirPaths):
48 def isActionInputMatch($outputsOfModules; $allBlueprintDirPaths):
DfilterSubtree.jq5 def isBlueprint($p): .Blueprint | index($p) != null
8 def isBlueprintPrefix($p): .Blueprint | startswith($p)
DfindModulesWithNameSrcCollision.jq6 def isActionInputMatch($name; $blueprintDirPath): . as $actionInput |
11 def isActionInputsMatch($name; $blueprint): getActionInputs as $actionInputs |
/build/blueprint/
Dlive_tracker.go43 func (l *liveTracker) AddBuildDefDeps(def *buildDef) error {
47 ruleDef, err := l.innerAddRule(def.Rule)
51 def.RuleDef = ruleDef
53 err = l.innerAddNinjaStringListDeps(def.Outputs)
58 err = l.innerAddNinjaStringListDeps(def.Inputs)
63 err = l.innerAddNinjaStringListDeps(def.Implicits)
68 err = l.innerAddNinjaStringListDeps(def.OrderOnly)
73 err = l.innerAddNinjaStringListDeps(def.Validations)
78 for _, value := range def.Variables {
85 for _, value := range def.Args {
[all …]
/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/bazel/rules/cc/
Dcc_prebuilt_binary_test.bzl20 def _cc_prebuilt_binary_basic_test_impl(ctx):
33 def _cc_prebuilt_binary_simple_test():
47 def _cc_prebuilt_binary_stripping_flags_test_impl(ctx):
68 def _cc_prebuilt_binary_stripping_flags_test(**kwargs):
74 def _cc_prebuilt_binary_strip_keep_symbols_test():
93 def _cc_prebuilt_binary_strip_keep_symbols_and_debug_frame_test():
112 def _cc_prebuilt_binary_strip_keep_symbols_list_test():
132 def _cc_prebuilt_binary_strip_all_test():
150 def _cc_prebuilt_binary_no_stripping_action_test_impl(ctx):
166 def _cc_prebuilt_binary_no_stripping_action_test(**kwargs):
[all …]
Dsanitizer_blocklist_test.bzl59 def test_sanitizer_blocklist_with_ubsan_static():
80 def test_sanitizer_blocklist_with_cfi_static():
101 def test_no_sanitizer_blocklist_without_sanitizer_static():
121 def test_sanitizer_blocklist_with_ubsan_shared():
142 def test_sanitizer_blocklist_with_cfi_shared():
163 def test_no_sanitizer_blocklist_without_sanitizer_shared():
183 def test_sanitizer_blocklist_with_ubsan_binary():
204 def test_sanitizer_blocklist_with_cfi_binary():
225 def test_no_sanitizer_blocklist_without_sanitizer_binary():
245 def test_sanitizer_blocklist_on_dep_with_cfi():
[all …]
Dcc_binary_test.bzl21 def strip_test_assert_flags(env, strip_action, strip_flags):
33 def _cc_binary_strip_test(ctx):
66 def _cc_binary_strip_default():
84 def _cc_binary_strip_keep_symbols():
106 def _cc_binary_strip_keep_symbols_and_debug_frame():
128 def _cc_binary_strip_keep_symbols_list():
150 def _cc_binary_strip_all():
171 def _cc_binary_suffix_test_impl(ctx):
208 def _cc_binary_suffix():
226 def _cc_binary_empty_suffix():
[all …]
/build/bazel/utils/
Dschema_validation_test.bzl19 def _string_comparison_test_impl(ctx):
33 def _string_comparison_test(*, name, actual, expected):
42 def _test_string_success():
54 def _choices_success():
73 def _choices_failure():
92 def _value_success():
107 def _value_failure():
122 def _length_success():
169 def _length_failure_1():
184 def _length_failure_2():
[all …]
/build/blueprint/proptools/
Dproptools.go80 func BoolDefault(b *bool, def bool) bool {
84 return def
95 func StringDefault(s *string, def string) string {
99 return def
119 func IntDefault(i *int64, def int) int {
123 return def
/build/bazel/toolchains/clang/host/linux-x86/
Dcc_toolchain_features_ubsan_test.bzl38 def _ubsan_sanitizer_test(
64 def _test_ubsan_integer_overflow_feature():
97 def _test_ubsan_misc_undefined_feature():
113 def _ubsan_disablement_test(
141 def ubsan_disablement_linux_test(
154 def ubsan_disablement_linux_bionic_test(
167 def ubsan_disablement_android_test(
180 def _test_ubsan_implicit_integer_sign_change_disabled_when_linux_with_integer():
199 def _test_ubsan_implicit_integer_sign_change_not_disabled_when_specified():
221 def _test_ubsan_implicit_integer_sign_change_not_disabled_without_integer():
[all …]
Dcc_toolchain_features_cfi_test.bzl45 def test_cfi_c_and_cpp_has_correct_flags():
77 def test_cfi_s_has_correct_flags():
108 def test_cross_dso_not_added_when_cfi_disabled():
127 def test_cross_dso_not_added_when_static_binary():
164 def test_cfi_assembly_support_has_correct_flags():
186 def test_cfi_assembly_support_does_not_add_flags_for_s():
210 def test_cfi_exports_map_has_correct_flags():
237 def test_cfi_cross_dso_has_correct_flags():
259 def test_cfi_cross_dso_does_not_add_flags_for_s():
282 def test_cfi_implies_lto():
[all …]
/build/soong/mk2rbc/
Dmk2rbc_test.go44 def init(g, handle):
57 def init(g, handle):
75 def init(g, handle):
97 def init(g, handle):
118 def init(g, handle):
139 def init(g, handle):
160 def init(g, handle):
182 def init(g, handle):
207 def init(g, handle):
236 def init(g, handle):
[all …]
/build/make/tools/aconfig/fake_device_config/src/android/provider/
DDeviceConfig.java26 public static boolean getBoolean(String ns, String name, boolean def) { in getBoolean() argument
35 public boolean getBoolean(String name, boolean def) { in getBoolean() argument
/build/bazel/examples/soong_config_variables/plus_os/
Dtest.bzl23 def _test_device_present():
40 def _test_device_absent():
55 def _test_host_present():
72 def _test_host_absent():
87 def soong_config_variables_plus_os_test_suite(name):
/build/make/tools/droiddoc/templates-pdk/components/
Dmasthead.cs2 def:custom_masthead() ?>
18 /def ?><?cs # custom_masthead ?>
/build/bazel/rules/
Dprebuilt_xml_test.bzl27 def _test_prebuilt_xml_commands_impl(ctx):
66 def _test_prebuilt_xml_commands():
83 def _test_prebuilt_xml_commands_dtd():
102 def _test_prebuilt_xml_commands_xsd():
120 def _test_prebuilt_xml_PrebuiltFileInfo_impl(ctx):
150 def _test_prebuilt_xml_PrebuiltFileInfo():
166 def _test_prebuilt_xml_schema_validation_impl(ctx):
187 def _test_prebuilt_xml_dtd_schema_validation():
204 def _test_prebuilt_xml_xsd_schema_validation():
221 def _test_prebuilt_xml_minimal_schema_validation():
[all …]
/build/bazel/rules/license/
Dlicense_aspect.bzl11 def _maybe_expand(rule, transitive_licenses):
18 def create_metadata_file_info(ctx):
27 def _rule_licenses_aspect_impl(_rule, ctx):
66 def _license_kind_to_json(kind):
69 def _quotes_or_null(s):
74 def _license_file(license_rule):
78 def _divine_package_name(license):
83 def license_map(deps):
126 def _used_license_to_json(license_rule, licensed_rules):
139 def license_map_to_json(licensees):
[all …]
/build/bazel/rules/abi/
Dabi_dump_test.bzl42 def _abi_linker_action_test_impl(ctx):
142 def _abi_linker_action_test(**kwargs):
151 def _test_abi_linker_action():
232 def _abi_linker_action_run_test_impl(ctx):
250 def _abi_linker_action_run_test(**kwargs):
259 def _test_abi_linker_action_run_for_enabled():
276 def _abi_linker_action_not_run_test_impl(ctx):
294 def _abi_linker_action_not_run_test(**kwargs):
307 def _abi_linker_action_not_run_for_no_device_test(**kwargs):
321 def _abi_linker_action_not_run_for_coverage_test(**kwargs):
[all …]
/build/bazel/rules/android/
Dframework_resources_test.bzl21 def _exists(unused_value):
29 def _test_native_providers(name):
43 def _test_starlark_rule(name):
57 def _test_native_providers_impl(env, target):
65 def _test_starlark_rule_impl(env, target):
85 def framework_resources_test_suite(name):
/build/bazel/rules/java/
Dversions.bzl36 def _compatible_versions_for_api_level(api_level):
62 def _supports_pre_java_9(api_level):
68 def _supports_post_java_9(api_level):
85 def _default_version(api_level):
89 def _get_version(java_version = None, api_level = None):
97 def _kt_jvm_version_from_normalized_java_version(java_version):
/build/make/core/
Dproduct_config.rbc19 def _init_globals(input_variables_init):
52 def __print_attr(attr, value):
68 def _printvars(state):
98 def __sort_pcm_names(pcm_names):
103 def _product_configuration(top_pcm_name, top_pcm, input_variables_init):
191 def evaluate_finalized_product_variables(configs, top_level_pcm_name, trace=False):
254 def _dictionary_difference(a, b):
261 def _board_configuration(board_config_init, input_variables_init):
280 def _substitute_inherited(configs, pcm_name, cfg):
306 def _value_expand(configs, attr, values_list):
[all …]
/build/soong/bp2build/
Dandroidbp_to_build_templates.go60 def _generic_soong_module_impl(ctx):
84 def _is_supported_type(value):
97 def soong_module(name, soong_module_type, **kwargs):
123 def _%[1]s_impl(ctx):

12345678910>>...13