Home
last modified time | relevance | path

Searched refs:replace (Results 1 – 25 of 31) sorted by relevance

12

/build/make/tools/
Dauto_gen_test_config.py79 config = config.replace(PLACEHOLDER_LABEL, label)
80 config = config.replace(PLACEHOLDER_MODULE, module)
81 config = config.replace(PLACEHOLDER_PACKAGE, package)
82 config = config.replace(PLACEHOLDER_TEST_TYPE, test_type)
83 config = config.replace(PLACEHOLDER_RUNNER, runner)
Dproduct_debug.py60 href = href.replace("$(SRC_TARGET_DIR)", "build/target")
Dwarn.py3190 line = line.replace('‘', "'")
3191 line = line.replace('’', "'")
3237 return s.replace('\\', '\\\\').replace('"', '\\"')
/build/make/tools/droiddoc/templates-pdk/assets/
Dmicrotemplate.js23 .replace(/[\r\t\n]/g, " ")
25 .replace(/((^|%>)[^\t]*)'/g, "$1\r")
26 .replace(/\t=(.*?)%>/g, "',$1,'")
Dprettify.js11replace(/([^=<>:&a-z])/g,nb);b+=ob;return b}(),Ja=/&/g,Ka=/</g,La=/>/g,Kd=/\"/g;function Ld(a){ret…
12 …rCode(i)+a.substring(c+1))}}return a.replace(Md,I).replace(Nd,J).replace(Od,vb).replace(Pd,wb).rep…
13 …h;g<i;++g){var m=a[g];if(m.ignoreCase)d=o;else if(/[a-z]/i.test(m.source.replace(/\\u[0-9a-f]{4}|\…
17 …];var u=p.charAt(0);if(p.length>=2&&u===L)f[e]=q(p);else if(u!==Q)f[e]=p.replace(/[a-zA-Z]/g,funct…
20 …j);d+=j.length}}return{source:c.join(P),tags:g}}function $d(a){return!!a.replace(/\s(\w+)\s*=\s*(?…
Djquery-history.js40 hash = '#' + hash.replace(hashTrim, '');
55 return currentHash.replace(hashTrim, '');
Dsearch_autocomplete.js107 var text = search.value.replace(/(^ +)|( +$)/g, '');
239 '(' + queryAlnumDot.replace(/\./g, '\\.') + ')', 'ig');
241 gMatches[i].__hilabel = gMatches[i].label.replace(
Dandroid-developer-resource-browser.js51 result.topicsHtml.replace(/\<.*?\>/g,'').toLowerCase().indexOf(keyword) >= 0)
196 paramStr = paramStr.replace(/^[?#]/, '');
Djquery-1.6.2.min.js16replace(" "," to ")),n!==!0&&(c=n?n(c):p(o(c)))}}return c}function bZ(a,c,d){var e=a.contents,f=a.…
17replace(x,""));if(h==="hover"){a.push("mouseenter"+k,"mouseleave"+k);continue}l=h,L[h]?(a.push(L[h…
Djquery-resizable.min.js12replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}…
19replace(/\\/g,"");Z=I.find[Y](X,T,ab);if(Z!=null){aa=aa.replace(I.match[Y],"");break}}}}if(!Z){Z=T…
29replace(b,"")):(a.test(j)?(m?k.setAttributeNS(h,j.replace(a,"aaa:"),l):f.call(this,k,j.replace(a,"…
/build/soong/
Dgo.mod7 replace github.com/golang/protobuf v0.0.0 => ../../external/golang-protobuf
9 replace github.com/google/blueprint v0.0.0 => ../blueprint
/build/make/tools/droiddoc/templates-ndk/assets/js/
Dprettify.js5replace(/[A-Za-z]/g,function(a){a=a.charCodeAt(0);return"["+String.fromCharCode(a&-33,a|32)+"]"}))…
6 …<<1|1]=a;break;case 3:case 4:g=a.nodeValue,g.length&&(g=p?g.replace(/\r\n?/g,"\n"):g.replace(/[\t\…
7 …hite-space"));var p=l&&"pre"===l.substring(0,3);m(a);return{a:h.join("").replace(/\n$/,""),c:t}}fu…
11 …^\\\]]|\\[\S\s])*(?:]|$))+\/)/]);(h=a.types)&&e.push(["typ",h]);a=(""+a.keywords).replace(/^ | $/g,
12 "");a.length&&e.push(["kwd",RegExp("^(?:"+a.replace(/[\s,]+/g,"|")+")\\b"),q]);m.push(["pln",/^\s+/…
Dandroid_3p-bundle.js214 pattern += '|' + preceders[i].replace(/([^=<>:&a-z])/g, '\\$1');
235 return str.replace(pr_amp, '&amp;')
236 .replace(pr_lt, '&lt;')
237 .replace(pr_gt, '&gt;')
238 .replace(pr_quot, '&quot;');
243 return str.replace(pr_amp, '&amp;')
244 .replace(pr_lt, '&lt;')
245 .replace(pr_gt, '&gt;');
279 return html.replace(pr_ltEnt, '<')
280 .replace(pr_gtEnt, '>')
[all …]
Ddocs.js1976 var text = search.value.replace(/(^ +)|( +$)/g, '');
2534 '(' + queryAlnumDot.replace(/\./g, '\\.') + ')', 'ig');
2536 gMatches[i].__hilabel = gMatches[i].label.replace(
2540 gGoogleMatches[i].__hilabel = gGoogleMatches[i].label.replace(
2784 return string.replace(/</g,"&lt;")
2785 .replace(/>/g,"&gt;");
3760 cardSize = cardSize.replace(/^\s+|\s+$/,'');
3965 clause.attr = parts[0].replace(/^\s+|\s+$/g,'');
3976 clause.value = parts[1].replace(/^\s+|\s+$/g,'');
/build/make/core/tasks/check_boot_jars/
Dcheck_boot_jars.py55 package_name = package_name.replace('/', '.')
/build/blueprint/
Dmodule_ctx.go561 replace []replace member
791 mctx.replace = append(mctx.replace, replace{target, mctx.module})
Dcontext.go2030 replace []replace
2037 var replace []replace
2085 …if len(mctx.reverseDeps) > 0 || len(mctx.replace) > 0 || len(mctx.rename) > 0 || len(mctx.newModul…
2088 replace: mctx.replace,
2108 replace = append(replace, globalStateChange.replace...)
2174 errs = c.handleReplacements(replace)
2470 type replace struct { struct
2509 func (c *Context) handleReplacements(replacements []replace) []error {
2511 for _, replace := range replacements {
2512 for _, m := range replace.from.reverseDeps {
[all …]
/build/make/tools/releasetools/
Dbuild_image.py97 unsparse_image_path = UnsparseImage(image_path, replace=False)
113 def UnsparseImage(sparse_image_path, replace=True): argument
118 if replace:
360 unsparse_image = UnsparseImage(out_file, replace=False)
Dedify_generator.py65 return "".join(out).replace("\0", " ").rstrip("\n")
Dota_from_target_files387 source_prop = prop.replace("ro.product", "ro.product.{}".format(source),
1936 replace = {'OTA/super_{}.img'.format(dev): 'IMAGES/{}.img'.format(dev)
1979 to_delete += replace.values()
1987 for src, dst in replace.items():
Dota_from_target_files.py387 source_prop = prop.replace("ro.product", "ro.product.{}".format(source),
1936 replace = {'OTA/super_{}.img'.format(dev): 'IMAGES/{}.img'.format(dev)
1979 to_delete += replace.values()
1987 for src, dst in replace.items():
/build/make/core/
Dchecktree109 print s.replace(" ", "\\ ")
/build/soong/dexpreopt/
Ddexpreopt.go274 replace(verifyUsesLibs, httpLegacyImpl, httpLegacy)
275 replace(verifyOptionalUsesLibs, httpLegacyImpl, httpLegacy)
605 func replace(l []string, from, to string) { func
/build/soong/cmd/pom2mk/
Dpom2mk.go349 Usage: %s [--rewrite <regex>=<replace>] [-exclude <module>] [--extra-deps <module>=<module>[,<modul…
351 -rewrite <regex>=<replace>
356 the Make module name using <replace>. If no matches are found, <artifactId> is used.
/build/soong/cmd/pom2bp/
Dpom2bp.go461 Usage: %s [--rewrite <regex>=<replace>] [-exclude <module>] [--extra-deps <module>=<module>[,<modul…
463 -rewrite <regex>=<replace>
468 the Android.bp module name using <replace>. If no matches are found, <artifactId> is used.

12