Searched refs:map (Results 1 – 24 of 24) sorted by relevance
/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 | 316 my_ldflags += -Wl,--version-script,build/soong/cc/config/cfi_exports.map 317 LOCAL_ADDITIONAL_DEPENDENCIES += build/soong/cc/config/cfi_exports.map
|
D | definitions.mk | 1565 -Wl,-Map=$(@).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))
|
D | warn.py | 3126 group_results = pool.map(classify_warnings, groups)
|
/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/make/core/tasks/ |
D | find-shareduid-violation.py | 33 out, err = map(lambda b: b.decode('utf-8'), p.communicate())
|
/build/kati/testcase/tools/ |
D | findleaves.py | 28 pruneleaves = set(map(lambda x: os.path.split(x)[1], prune))
|
/build/soong/ |
D | README.md | 87 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/ |
D | runtest.rb | 85 test_files = ARGV.map do |test|
|
D | ninja.cc | 802 map<string, string> used_envs_;
|
D | dep.cc | 808 map<Symbol, RuleMerger> rules_;
|
D | INTERNALS.md | 491 step is actually fairly complicated because kati needs to map GNU make's
|
/build/make/tools/droiddoc/templates-ndk/assets/js/ |
D | docs.js | 3838 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])) {
|
D | android_3p-bundle.js | 2361 …|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… 2690 …map(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… 2702 …map(function(){return a("a",this)[0]}),this.panels=a([]),this.anchors.each(function(b,c){var g=a(c… 2706 …map(this._disabledInputs,function(b){return b==a?null:b})},_disableDatepicker:function(a){var b=$(…
|
/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…
|
D | jquery-1.6.2.min.js | 16 …map:function(a){return this.pushStack(e.map(this,function(b,c){return a.call(b,c,b)}))},end:functi… method 17 …map(a.options,function(a){return a.selected}).join("-"):"":f.nodeName(a,"select")&&(c=a.selectedIn…
|
/build/soong/cc/ |
D | pylintrc | 81 bad-functions=map,filter,apply,input
|
/build/make/tools/releasetools/ |
D | pylintrc | 148 bad-functions=map,filter,input
|
D | test_ota_from_target_files.py | 760 offset, size = map(int, tokens[entry].split(':'))
|