Searched refs:map (Results 1 – 19 of 19) 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 | 328 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/ |
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 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/ |
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/make/tools/warn/ |
D | warn.py | 55 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/make/core/tasks/ |
D | find-shareduid-violation.py | 33 out, err = map(lambda b: b.decode('utf-8'), p.communicate())
|
/build/soong/scripts/ |
D | generate-notice-files.py | 45 return ("%02x"*len(s)) % tuple(map(ord, 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/ |
D | README.md | 105 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/ |
D | pylintrc | 148 bad-functions=map,filter,input
|
D | test_ota_from_target_files.py | 628 offset, size = map(int, tokens[entry].split(':'))
|