/build/make/tools/droiddoc/test/generics/src/com/android/generics/ |
D | Foo.java | 19 public class Foo<V> { 20 public Foo(V v) { in Foo() 23 public V foo(V arg) { in foo()
|
D | FooBar.java | 19 public class FooBar<K,V,L> extends Foo<V> implements Bar<K> { 41 public FooBar<V,K,L> b(Bar<? extends K> arg) { in b() 48 public V v;
|
/build/kati/testcase/ |
D | func_nop.mk | 1 define V 6 echo $(V)
|
D | ninja_regen_find_link.sh | 35 V := \$(shell find -L linkdir/d/link) 37 @echo \$(V)
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | jquery-resizable.min.js | 12 …ce(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr… argument 19 …V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;bre… argument
|
D | prettify.js | 5 …,S="pln",nc="string",T="lang-",oc="src",U="str",pc="'\"",qc="'\"`",rc="\"'",V="com",sc="lang-regex…
|
/build/kati/ |
D | pathutil.go | 167 glog.V(3).Infof("readdir: %s [%v]", dir, id) 177 glog.V(3).Infof("opendir: %s", dir) 227 glog.V(3).Infof("readdir:%s => %v: %v", dir, id, ents) 392 glog.V(3).Infof("find print: %s", name) 398 glog.V(2).Infof("find: path:%s id:%v depth:%d", path, id, depth) 401 glog.V(1).Infof("find: %s %s not found", fc.chdir, path) 405 glog.V(3).Infof("find: path:%s ent:%s depth:%d", path, ent.name, depth) 421 glog.V(3).Infof("find: not dir: %s/%s", path, ent.name) 425 glog.V(3).Infof("find: prune: %s", path) 429 glog.V(3).Infof("find: depth: %d >= %d", depth, fc.depth) [all …]
|
D | parser.go | 111 glog.V(4).Infof("buf:%q", buf) 118 glog.V(4).Infof("no concat line:%q", buf) 204 glog.V(1).Infof("parseAssign %s op:%q opt:%s", line, op, p.defOpt) 286 glog.V(1).Infof("stmt: %#v", rast) 346 glog.V(1).Infof("parseEq ( %q )", in) 350 glog.V(1).Infof("parse eq: %q: %v", in, err) 360 glog.V(1).Infof("parse eq 2nd: %q: %v", in, err) 378 glog.V(1).Infof("extra %q", extra) 557 glog.V(1).Infof("override define? %q", data) 590 glog.V(1).Infof("export %v", east) [all …]
|
D | worker.go | 190 glog.V(1).Infof("run: %s", j.n.Output) 203 glog.V(1).Infof("child: %s (%d)", p.n.Output, p.numDeps) 275 glog.V(1).Infof("ready: %s", j.n.Output) 296 glog.V(1).Infof("wait: %s (%d)", j.n.Output, j.numDeps) 301 glog.V(1).Infof("done: %s", jr.j.n.Output) 317 glog.V(1).Infof("dep: %s (%d) %s", af.neededBy.n.Output, af.neededBy.numDeps, af.j.n.Output) 325 …glog.V(1).Infof("job=%d ready=%d free=%d busy=%d", len(wm.jobs)-wm.finishCnt, wm.readyQueue.Len(),… 366 glog.V(2).Infof("finish %d skip %d", wm.finishCnt, wm.skipCnt)
|
D | dep.go | 85 glog.V(1).Infof("rule trie: add %q %v %s", name, r.outputPatterns[0], r) 87 glog.V(1).Infof("rule trie: add entry %q %v %s", name, r.outputPatterns[0], r) 103 glog.V(1).Infof("rule trie: lookup %q", name) 117 glog.V(1).Infof("rule trie: lookup %q => %v", name, rules) 170 glog.V(1).Infof("merge? %q", db.ruleVars) 171 glog.V(1).Infof("merge? %q", outputs[0]) 179 glog.V(1).Info("merge!") 284 glog.V(1).Infof("Evaluating command: %s", output) 374 if glog.V(1) { 465 glog.V(1).Infof("expand static pattern: outputs=%q inputs=%q -> %q", r.outputs, r.inputs, rules)
|
D | serialize.go | 110 V string member 384 return literal(sv.V), nil 386 return tmpval([]byte(sv.V)), nil 402 return &varref{varname: dv, paren: sv.V[0]}, nil 404 v, err := strconv.Atoi(sv.V) 426 paren: sv.V[0], 454 lhs: sv.Children[0].V, 455 op: sv.Children[1].V, 459 return &funcNop{expr: sv.V}, nil 463 value: strings.Split(sv.V, " "), [all …]
|
D | depgraph.go | 50 glog.V(3).Infof("vpath check %s [%#v]", n.Output, g.vpaths) 52 glog.V(2).Infof("vpath fix %s=>%s", n.Output, output) 106 glog.V(1).Infof("%s var %q", origin, v)
|
D | eval.go | 209 if glog.V(1) { 255 if glog.V(1) { 267 if glog.V(1) { 325 if glog.V(1) { 340 if glog.V(1) { 348 glog.V(1).Infof("target specific var: %#v", assign) 361 if glog.V(1) { 564 if glog.V(1) { 579 if glog.V(1) {
|
D | func.go | 186 glog.V(1).Infof("subst from:%q to:%q text:%q", from, to, text) 952 glog.V(1).Infof("sh builtin: %v", err) 955 glog.V(2).Infof("builtin command: %#v", bc) 967 if glog.V(1) { 1009 glog.V(1).Infof("shell compact no match: %s", exp) 1028 if glog.V(1) { 1053 if glog.V(1) { 1061 if glog.V(1) { 1070 if glog.V(1) { 1112 glog.V(1).Infof("eval %v=>%q at %s", f.args[1], s, ev.srcpos) [all …]
|
D | exec.go | 49 glog.V(1).Infof("MakeJob: %s for %s", output, neededBy.n.Output) 101 glog.V(1).Infof("new: %s (%d)", j.n.Output, j.numDeps)
|
D | ninja.go | 323 glog.V(2).Infof("cmd %q=>%q", r.cmd, cmd) 495 glog.V(1).Infof("node %s=%s => %s=alias", o, s, node.Output) 561 glog.V(1).Infof("node %s dep node %q %s", node.Output, d.Output, n.done[d.Output]) 568 glog.V(1).Infof("node %s order node %q %s", node.Output, d.Output, n.done[d.Output]) 653 glog.V(1).Infof("ignore export %q (export:%t)", name, export) 725 glog.V(1).Infof("node %q %s", node.Output, n.done[node.Output])
|
D | expr.go | 60 return serializableVar{Type: "literal", V: string(s)} 77 return serializableVar{Type: "tmpval", V: string(t)} 176 V: string(v.paren), 213 return serializableVar{Type: "paramref", V: strconv.Itoa(int(p))} 270 V: string(v.paren),
|
D | strutil.go | 53 glog.V(2).Infof("splitSpace(%q)=%q", s, r) 74 glog.V(2).Infof("splitSpace(%q)=%q", s, r)
|
D | evalcmd.go | 253 glog.V(1).Infof("evalcmd: %q => %q", r.cmd, cmds) 305 if glog.V(1) {
|
D | var.go | 117 V: v.String(),
|
/build/soong/third_party/zip/testdata/ |
D | readme.notzip | 3 �VHREADMEUT K�L���Lux��mTMO�@�ﯘRAJlN"q��R!�C�k{lo�ޱ�#!��3k��J�(ϛ7o�… 4 &�?BK>�� FO���`\V�.���0��: 14 �VH��READMEUTK�Lux��PKL�eThis is the source …
|
/build/make/common/ |
D | strings.mk | 22 …bst P,p,$(subst Q,q,$(subst R,r,$(subst S,s,$(subst T,t,$(subst U,u,$(subst V,v,$(subst W,w,$(subs… 29 …t p,P,$(subst q,Q,$(subst r,R,$(subst s,S,$(subst t,T,$(subst u,U,$(subst v,V,$(subst w,W,$(subst …
|
/build/make/tools/releasetools/testdata/ |
D | testkey_RSA4096.key | 16 zdMSK0nJuiU0mfipa/ZqGvU0ZaU49qKuenUs1Jm+3/hMJfvu1ljJEEcuBD2Axv+V
|
/build/make/core/ |
D | product_config.mk | 35 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
|
D | envsetup.mk | 32 ALL_VERSIONS := Q R S T U V W X Y Z
|