Home
last modified time | relevance | path

Searched refs:d (Results 1 – 25 of 39) sorted by relevance

12

/build/core/
Ddevice.mk55 $(eval d := \
56 $(foreach d,$(DEVICES), \
57 $(if $(filter $(dn),$(DEVICES.$(d).DEVICE_NAME)), \
58 $(d) \
61 $(eval d := $(sort $(d)))
62 $(if $(filter 1,$(words $(d))), \
63 $(d), \
64 $(if $(filter 0,$(words $(d))), \
66 $(error Device "$(dn)" ambiguous: matches $(d)) \
Darmelf.xsc22 *(.rel.data.rel.ro* .rel.gnu.linkonce.d.rel.ro.*)
23 *(.rel.data .rel.data.* .rel.gnu.linkonce.d.*)
37 *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*)
129 …data.rel.ro : { *(.data.rel.ro.local* .gnu.linkonce.d.rel.ro.local.*) *(.data.rel.ro* .gnu.linkonc…
135 *(.data .data.* .gnu.linkonce.d.*)
136 KEEP (*(.gnu.linkonce.d.*personality*))
Dversion_defaults.mk97 BUILD_NUMBER := eng.$(USER).$(shell date +%Y%m%d.%H%M%S)
Darmelf.x31 .rel.data : { *(.rel.data .rel.data.* .rel.gnu.linkonce.d.*) }
32 .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }
135 *(.data .data.* .gnu.linkonce.d.*)
136 KEEP (*(.gnu.linkonce.d.*personality*))
Ddroiddoc.mk111 $(hide) for d in $(3) ; do find $$d -name '*.java' >> $(1) 2> /dev/null ; done ; true
139 $(full_target): PRIVATE_CURRENT_TIME := -hdf page.now "$(shell date "+%d %b %Y %k:%M")"
Darmelflib.x100 *(.data .data.* .gnu.linkonce.d.*)
101 KEEP (*(.gnu.linkonce.d.*personality*))
/build/tools/droiddoc/templates/assets/
Dprettify.js12 … c=a.indexOf(va,b);if(c>=0){var d=a.substring(b+3,c),g=10;if(d&&d.charAt(0)===ub){d=d.substring(1)…
13d=0;d<a.attributes.length;++d){var g=a.attributes[d];if(g.specified){b.push(xb);W(g,b)}}b.push(J);…
14 P))){c=o;d=z;break}}function l(j){if(j.charAt(0)!==Q)return j.charCodeAt(0);switch(j.charAt(1)){cas…
18d?fc:R)}var ha=r;function Td(a){if(r===ha){var b=document.createElement(gc);b.appendChild(document…
19d)return c;d.push(c.substring(g));return d.join(P)}}var Vd=new RegExp(kc,R),Wd=/^<\!--/,Xd=/^<\[CD…
20d,b.slice(i,v+1).join(P));i=v}else g.push(d,l)}else g.push(d,l)}else{var j=Sd(l);c.push(j);d+=j.le… argument
21 …);n[k]=r}}l.push(/[\0-\uffff]/);d=Na(l)})();var g=b.length,i=function(m){for(var l=m.source,n=m.b,…
Djquery-history.js18 var d = msie.getDoc();
19 d.open();
20 d.close();
21 d.location.hash = hash;
Djquery-resizable.min.js12 …O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L))…
19d/i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.…
29d=c.browser.mozilla&&(parseFloat(c.browser.version)<1.9);c.ui={version:"1.7.2",plugin:{add:functio…
40d="ui-resizable-"+h;var g=c('<div class="ui-resizable-handle '+d+'"></div>');if(/sw|se|ne|nw/.test… argument
Dandroid-developer-reference.js236 var d = nodes[i];
237 if (d[1] == url) {
240 else if (d[2] != null) {
241 result = find_page(url, d[2]);
/build/tools/releasetools/
Dcommon.py66 for d in range(3, 1025):
68 stat = os.fstat(d)
72 os.close(d)
81 d = {}
87 d[k] = v
96 if "mkyaffs2_extra_flags" not in d:
98 d["mkyaffs2_extra_flags"] = zip.read("META/mkyaffs2-extra-flags.txt").strip()
103 if "recovery_api_version" not in d:
105 d["recovery_api_version"] = zip.read("META/recovery-api-version.txt").strip()
109 if "tool_extensions" not in d:
[all …]
Dota_from_target_files79 def MostPopularKey(d, default): argument
82 x = [(v, k) for (k, v) in d.iteritems()]
181 d = self.descendants = {(self.uid, self.gid, self.mode, None): 1}
185 d[k] = d.get(k, 0) + v
188 d[k] = d.get(k, 0) + 1
196 for (uid, gid, _, _), count in d.iteritems():
204 for k, count in d.iteritems():
210 return d
309 d = common.Difference(recovery_img, boot_img)
310 _, _, patch = d.ComputePatch()
[all …]
/build/tools/droiddoc/src/
DSorter.java22 public Sorter(String l, Object d) in Sorter() argument
25 data = d; in Sorter()
DHierarchy.java85 int d = 0; in depth() local
90 if (n > d) { in depth()
91 d = n; in depth()
95 return d + 1; in depth()
/build/tools/atree/
Dfs.cpp45 DIR *d = opendir(path.c_str()); in remove_recursively() local
46 if (d == NULL) { in remove_recursively()
56 while (NULL != (ent = readdir(d))) { in remove_recursively()
78 closedir(d); in remove_recursively()
Dfiles.cpp385 DIR *d = opendir(full.c_str()); in list_dir() local
386 if (d == NULL) { in list_dir()
393 while (NULL != (ent = readdir(d))) { in list_dir()
415 closedir(d); in list_dir()
/build/tools/
Dmktarball.sh26 subdirs=`find ${dir_to_tar} -type d -print`
27 files=`find ${dir_to_tar} \! -type d -print`
Dfindleaves.py34 for d in dirs:
35 if d in pruneleaves:
Dmerge-event-log-tags.py144 d = md5.md5(str).digest()[:4]
145 return struct.unpack("!I", d)[0]
/build/target/board/generic/
Dsystem.prop6 rild.libargs=-d /dev/ttyS0
/build/core/tasks/
Dproduct-graph.mk26 $(foreach d,$(PRODUCTS.$(strip $(p)).INHERITS_FROM), \
/build/tools/bin2asm/
Ddata40 printf((col == 0) ? ".byte %3d" : ",%3d", buf[i]);
/build/tools/droiddoc/test/stubs/src/com/android/stubs/
DParent.java46 public int method(boolean b, char c, int i, long l, float f, double d) { in method() argument
/build/tools/droiddoc/test/stubs/expected/com/android/stubs/
DParent.java11 public int method(boolean b, char c, int i, long l, float f, double d) { throw new RuntimeExceptio… in method() argument
/build/tools/acp/
DREADME9 - Doesn't take the "-d" flag, which causes symlinks to be copied as
11 complains if you supply "-d".

12