Home
last modified time | relevance | path

Searched refs:map (Results 1 – 25 of 28) sorted by relevance

12

/build/bazel/json_module_graph/
DdistanceFromLeaves.jq4 { Name: .Name, Deps: .Deps | map(.Name) }
8 group_by(.Name) | map({Name: .[0].Name, Deps: map(.Deps) | flatten | unique | sort})
12 map({key: .Name, value: .Deps}) | from_entries
16 map(onlyDeps) | mergeDepsForSameModule | toMergeMap
21 map(.key as $key | {key: .key, value: .value | [.[] | select(. != $key)]}) |
28 map({
33 map($old[.]) |
41 map({key: ., value: -1}) | from_entries |
Dlibrary.jq49 # Transforms the variation map of dependencies (as specified by f) to a delta
50 # from the variation map of the module that depends on them
71 map({
75 Modules: map(.Name)
83 { Name: .Name, Deps: .Deps | map(.Name) }
87 group_by(.Name) | map({Name: .[0].Name, Deps: map(.Deps) | flatten | unique | sort})
91 map({key: .Name, value: .Deps}) | from_entries
95 map(onlyDeps) | mergeDepsForSameModule | toMergeMap
100 map(.key as $key | {key: .key, value: .value | [.[] | select(. != $key)]}) |
105 map($m[.] // []) + [.] | flatten | unique
DdirectDeps.jq3 [.[] | select(.Name == $arg) | .Deps | map(.Name)] | flatten | unique | sort
DusedVariations.jq5 {key: .[0].key, value: map(.value) | unique}] |
DprintModule.jq9 .Deps |= map(deleteDependencyVariations) |
DvariantTransitions.jq10 .Deps |= map(deleteDependencyVariations) |
DREADME.md26 * `usedVariations` returns a map that shows which variations are used in the
/build/make/core/
Dchecktree14 excludes_compiled = map(re.compile, excludes)
65 return map(matchit, lines)
82 files = map(lambda s: cwd+s, files)
87 added_depot_path = map(quotate, added_depot_path)
91 added = map(split_perforce_parts, added)
Dconfig_sanitizers.mk382 my_ldflags += -Wl,--version-script,build/soong/cc/config/cfi_exports.map
383 LOCAL_ADDITIONAL_DEPENDENCIES += build/soong/cc/config/cfi_exports.map
/build/make/tools/
Dcompare_fileslist.py39 lines = map(string.split, lines)
40 lines = map(lambda (x,y): (y,int(x)), lines)
Dfindleaves.py28 pruneleaves = set(map(lambda x: os.path.split(x)[1], prune))
Dgenerate-notice-files.py45 return ("%02x"*len(s)) % tuple(map(ord, s))
/build/soong/docs/
Dmap_files.md4 map.txt files. These files are [linker version scripts] with comments that are
5 semantically meaningful to [gen_stub_libs.py]. For an example of a map file, see
6 [libc.map.txt].
9 [libc.map.txt]: https://cs.android.com/android/platform/superproject/+/master:bionic/libc/libc.map.…
49 These map files can (and should) also be used as version scripts for building
52 symbol visibility of the library to expose only the interface named by the map
96 Note: The map file alone does not contain all the information needed to
175 Note: Like `introduced`, the map file does not tell the whole story. The
177 the default for the entire map file.
/build/pesto/experiments/prepare_bazel_test_env/data/static/build/bazel/rules/
Dcc_tf_test_launcher.sh26 --template:map test=atest \
/build/make/tools/warn/
Dwarn.py57 proc_result = pool.map(classify_warnings_fn, arg_groups[cpu])
/build/make/tools/atree/
Dfiles.h41 const map<string, string>& variables,
Dfiles.cpp129 const map<string, string>& variables, in replace_variables()
150 for (map<string, string>::const_iterator it = variables.begin(); in replace_variables()
164 for (map<string, string>::const_iterator it = variables.begin(); in replace_variables()
179 const map<string, string>& variables, in read_list_file()
Datree.cpp18 map<string, string> g_variables;
/build/soong/scripts/hiddenapi/
Dgenerate_hiddenapi_lists.py148 lines = map(lambda line: line.strip(), lines)
159 lines = map(lambda line: line + '\n', lines)
194 … source, "".join(map(lambda x: " " + str(x) + "\n", keys_subset - self._dict_keyset)))
/build/make/tools/releasetools/
Dfind_shareduid_violation.py66 out, err = map(lambda b: b.decode("utf-8"), p.communicate())
Dota_metadata.proto97 // A map of name:content of property files, e.g. ota-property-files.
98 map<string, string> property_files = 4;
Dtest_utils.py228 offset, size = map(int, tokens[entry].split(':'))
Dmerge_target_files.py721 for policy in (map(lambda partition_and_path: get_file(*partition_and_path),
735 for policy in (map(lambda partition_and_path: get_file(*partition_and_path),
/build/soong/scripts/
Dgenerate-notice-files.py45 return ("%02x"*len(s)) % tuple(map(ord, s))
/build/make/tools/droiddoc/templates-pdk/assets/
Djquery-resizable.min.js12map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},…
19map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return thi…
40 …ddingRight"),g.css("paddingBottom"),g.css("paddingLeft")];this.borderDif=c.map(d,function(k,m){var…

12