Searched refs:map (Results 1 – 25 of 28) sorted by relevance
12
/build/bazel/json_module_graph/ |
D | distanceFromLeaves.jq | 4 { 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 |
|
D | library.jq | 49 # 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
|
D | directDeps.jq | 3 [.[] | select(.Name == $arg) | .Deps | map(.Name)] | flatten | unique | sort
|
D | usedVariations.jq | 5 {key: .[0].key, value: map(.value) | unique}] |
|
D | printModule.jq | 9 .Deps |= map(deleteDependencyVariations) |
|
D | variantTransitions.jq | 10 .Deps |= map(deleteDependencyVariations) |
|
D | README.md | 26 * `usedVariations` returns a map that shows which variations are used in the
|
/build/make/core/ |
D | checktree | 14 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)
|
D | config_sanitizers.mk | 382 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/ |
D | compare_fileslist.py | 39 lines = map(string.split, lines) 40 lines = map(lambda (x,y): (y,int(x)), lines)
|
D | findleaves.py | 28 pruneleaves = set(map(lambda x: os.path.split(x)[1], prune))
|
D | generate-notice-files.py | 45 return ("%02x"*len(s)) % tuple(map(ord, s))
|
/build/soong/docs/ |
D | map_files.md | 4 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/ |
D | cc_tf_test_launcher.sh | 26 --template:map test=atest \
|
/build/make/tools/warn/ |
D | warn.py | 57 proc_result = pool.map(classify_warnings_fn, arg_groups[cpu])
|
/build/make/tools/atree/ |
D | files.h | 41 const map<string, string>& variables,
|
D | files.cpp | 129 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()
|
D | atree.cpp | 18 map<string, string> g_variables;
|
/build/soong/scripts/hiddenapi/ |
D | generate_hiddenapi_lists.py | 148 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/ |
D | find_shareduid_violation.py | 66 out, err = map(lambda b: b.decode("utf-8"), p.communicate())
|
D | ota_metadata.proto | 97 // A map of name:content of property files, e.g. ota-property-files. 98 map<string, string> property_files = 4;
|
D | test_utils.py | 228 offset, size = map(int, tokens[entry].split(':'))
|
D | merge_target_files.py | 721 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/ |
D | generate-notice-files.py | 45 return ("%02x"*len(s)) % tuple(map(ord, s))
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | jquery-resizable.min.js | 12 …map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},… 19 …map(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