Home
last modified time | relevance | path

Searched refs:lists (Results 1 – 25 of 26) sorted by relevance

12

/build/soong/compliance/license_metadata_proto/
Dlicense_metadata.proto34 …// license_kinds lists the kinds of licenses. e.g. SPDX-license-identifier-Apache-2.0 or legacy_no…
37 …// license_conditions lists the conditions that apply to the license kinds. e.g. notice or restric…
40 // license_texts lists the filenames of the associated license text(s).
46 // built lists the built targets.
49 // installed lists the installed targets.
55 // sources lists the targets depended on.
58 // deps lists the license metadata files depended on.
/build/soong/androidmk/androidmk/
Dandroid.go254 func splitBpList(val bpparser.Expression, keyFunc listSplitFunc) (lists map[string]bpparser.Express…
255 lists = make(map[string]bpparser.Expression)
271 lists[k] = v
280 if vA, ok := lists[k]; ok {
283 lists[k] = expression
285 lists[k] = vB
294 lists[key] = value
296 lists[key] = &bpparser.List{
306 l := lists[key]
311 lists[key] = l
[all …]
/build/soong/mk2rbc/test/
Dconfig_variables.mk.test3 # Variables that are lists of values.
/build/bazel/scripts/incremental_build/
Dgo_allowlists.py109 def lists(self): member in GoAllowlistManipulator
132 for go_list in self.parent.lists.values():
/build/bazel/rules/java/errorprone/
Derrorprone.bzl19 # empty lists get exported from Soong to Bazel as an empty string ""
/build/bazel/examples/queryview/
DREADME.md34 * `android_apps`: lists all `android_app` modules for the current product configuration
/build/make/tools/droiddoc/templates-pdk/assets/
Dandroid-developer-docs.js60 var lists = document.createElement("script");
61 lists.setAttribute("type","text/javascript");
62 lists.setAttribute("src", toRoot+"reference/lists.js");
63 document.getElementsByTagName("head")[0].appendChild(lists);
/build/soong/scripts/hiddenapi/
Dgenerate_hiddenapi_lists.py416 should_add_signature_to_list = lambda sig, lists: extract_package( argument
417 sig) in packages_needing_list and not lists #pylint: disable=cell-var-from-loop
/build/bazel/platforms/arch/variants/
Dconstants_test.bzl37 …"Expected output as a json-encoded string because attributes can't be a list of lists of strings"),
/build/bazel/utils/
Dschema_validation.scl162 fail("'len' is only valid for string, bytes, lists, or tuples, got: " + ty)
183 fail("'unique' is only valid for lists or tuples, got: " + ty)
188 … ret = "'unique' only works on lists/tuples of scalar types, got: " + type(sorted_list[i])
201 fail("'of' is only valid for lists or tuples, got: " + ty)
373 The "length" key applies to strings, bytes, lists, or tuples.
/build/soong/cmd/go2bp/
Dgo2bp.go292 Don't put the specified go package in the dependency lists.
294 Don't put the specified source files in srcs or testSrcs lists.
/build/bazel/rules/cc/
Dcc_hidl_library_test.bzl269 for lists in deps.to_list():
270 for dep in lists.exports:
Dcc_library_common.bzl152 """Adds multiple lists, but is well behaved with a `None` default."""
284 …srcs, hdrs (list[File], list[File]): tuple of lists of files; srcs have non-header extension and a…
/build/bazel/rules/cc/testing/
Dtransitions.bzl52 # values are lists of attrs that should be traversed by the aspect looking for
/build/soong/cmd/sbox/sbox_proto/
Dsbox.proto48 // when the lists of inputs changes, even if the inputs are not on the command line.
/build/soong/android/
Dandroidmk.go1032 func AndroidMkEmitAssignList(w io.Writer, varName string, lists ...[]string) {
1034 for _, l := range lists {
1043 for _, l := range lists {
/build/blueprint/
DAndroid.bp103 "pathtools/lists.go",
DLICENSE57 communication on electronic mailing lists, source code control systems,
/build/bazel/rules/license/
Dlicense_aspect.bzl86 TODO(asmundak): at the moment licensees lists are all empty because collecting
/build/soong/
DREADME.md57 ### File lists
124 * Concatenates strings and lists.
382 multi-element list, and always includes a trailing comma in lists and maps.
470 * list variable (e.g. `impl`): (lists of strings properties only) Properties are
474 * value variable (e.g. `width`): (strings or lists of strings) The value are
/build/make/tools/releasetools/
DAndroid.bp19 // - A default rule `releasetools_X_defaults` is created, which lists `srcs`, `libs` and
/build/bazel/rules/apex/
Dapex.bzl359 # Generate <APEX>_backing.txt file which lists all libraries used by the APEX.
368 # Generate installed-files.txt which lists all installed files by the APEX.
1008 # The dependency must produce _all_ of the providers in _one_ of these lists.
/build/soong/licenses/
DLICENSE57 communication on electronic mailing lists, source code control systems,
/build/bazel/docs/
Dconcepts.md92 microfactory) can bootstrap other tools (soong\_build), aggregate file lists
/build/soong/dexpreopt/
DDEXPREOPT_IMPLEMENTATION.md30 correctness). The global config contains lists of bootclasspath jars, system

12