Home
last modified time | relevance | path

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

/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.mk328 my_ldflags += -Wl,--version-script,build/soong/cc/config/cfi_exports.map
329 LOCAL_ADDITIONAL_DEPENDENCIES += build/soong/cc/config/cfi_exports.map
/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
91 Note: The map file alone does not contain all the information needed to
166 Note: Like `introduced`, the map file does not tell the whole story. The
168 the default for the entire map file.
/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/make/tools/warn/
Dwarn.py55 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/make/core/tasks/
Dfind-shareduid-violation.py33 out, err = map(lambda b: b.decode('utf-8'), p.communicate())
/build/soong/scripts/
Dgenerate-notice-files.py45 return ("%02x"*len(s)) % tuple(map(ord, s))
/build/make/tools/droiddoc/templates-ndk/assets/js/
Ddocs.js3838 resources = urls.map(function(url){ return ALL_RESOURCES_BY_URL[url]; });
3842 resources = urls.map(function(url){ return ALL_RESOURCES_BY_URL[url]; });
3918 var map;
3921 map = IS_RESOURCE_OF_TYPE[clauses[i].value];
3924 map = IS_RESOURCE_IN_LANG[clauses[i].value];
3927 map = IS_RESOURCE_TAGGED[clauses[i].value];
3931 if (!map || (!!clauses[i].negative ? map[resource.index] : !map[resource.index])) {
Dandroid_3p-bundle.js2361 …|guarded|if|impure|in|inertial|inout|is|label|library|linkage|literal|loop|map|mod|nand|new|next|n…
2478 …2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,…
2670 …ddingRight"),e.css("paddingBottom"),e.css("paddingLeft")];this.borderDif=a.map(f,function(a,b){var…
2686 …Item})},_normalize:function(b){return b.length&&b[0].label&&b[0].value?b:a.map(b,function(b){retur…
2690map(function(){return a(this).button("widget")[0]}).removeClass("ui-state-active").attr("aria-pres…
2694 …a.extend(a.ui.dialog.overlay,{instances:[],oldInstances:[],maxZ:0,events:a.map("focus,mousedown,mo…
2702map(function(){return a("a",this)[0]}),this.panels=a([]),this.anchors.each(function(b,c){var g=a(c…
2706map(this._disabledInputs,function(b){return b==a?null:b})},_disableDatepicker:function(a){var b=$(…
/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…
Djquery-1.6.2.min.js16map:function(a){return this.pushStack(e.map(this,function(b,c){return a.call(b,c,b)}))},end:functi… method
17map(a.options,function(a){return a.selected}).join("-"):"":f.nodeName(a,"select")&&(c=a.selectedIn…
/build/soong/
DREADME.md105 Integers can be summed up using the `+` operator. Appending a map produces the
389 Most conditionals supported natively by Soong are converted to a map
390 property. When building the module one of the properties in the map will be
/build/make/tools/releasetools/
Dpylintrc148 bad-functions=map,filter,input
Dtest_ota_from_target_files.py628 offset, size = map(int, tokens[entry].split(':'))