Home
last modified time | relevance | path

Searched refs:map (Results 1 – 24 of 24) 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.mk316 my_ldflags += -Wl,--version-script,build/soong/cc/config/cfi_exports.map
317 LOCAL_ADDITIONAL_DEPENDENCIES += build/soong/cc/config/cfi_exports.map
Ddefinitions.mk1565 -Wl,-Map=$(@).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))
Dwarn.py3126 group_results = pool.map(classify_warnings, groups)
/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/kati/testcase/tools/
Dfindleaves.py28 pruneleaves = set(map(lambda x: os.path.split(x)[1], prune))
/build/soong/
DREADME.md87 Integers can be summed up using the `+` operator. Appending a map produces the
201 to a map property, where one of the values in the map will be selected and
/build/kati/
Druntest.rb85 test_files = ARGV.map do |test|
Dninja.cc802 map<string, string> used_envs_;
Ddep.cc808 map<Symbol, RuleMerger> rules_;
DINTERNALS.md491 step is actually fairly complicated because kati needs to map GNU make'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/cc/
Dpylintrc81 bad-functions=map,filter,apply,input
/build/make/tools/releasetools/
Dpylintrc148 bad-functions=map,filter,input
Dtest_ota_from_target_files.py760 offset, size = map(int, tokens[entry].split(':'))