Home
last modified time | relevance | path

Searched refs:V (Results 1 – 25 of 26) sorted by relevance

12

/build/make/tools/droiddoc/test/generics/src/com/android/generics/
DFoo.java19 public class Foo<V> {
20 public Foo(V v) { in Foo()
23 public V foo(V arg) { in foo()
DFooBar.java19 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/
Dfunc_nop.mk1 define V
6 echo $(V)
Dninja_regen_find_link.sh35 V := \$(shell find -L linkdir/d/link)
37 @echo \$(V)
/build/make/tools/droiddoc/templates-pdk/assets/
Djquery-resizable.min.js12 …ce(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr… argument
19V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;bre… argument
Dprettify.js5 …,S="pln",nc="string",T="lang-",oc="src",U="str",pc="'\"",qc="'\"`",rc="\"'",V="com",sc="lang-regex…
/build/kati/
Dpathutil.go167 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 …]
Dparser.go111 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 …]
Dworker.go190 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)
Ddep.go85 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)
Dserialize.go110 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 …]
Ddepgraph.go50 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)
Deval.go209 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) {
Dfunc.go186 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 …]
Dexec.go49 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)
Dninja.go323 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])
Dexpr.go60 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),
Dstrutil.go53 glog.V(2).Infof("splitSpace(%q)=%q", s, r)
74 glog.V(2).Infof("splitSpace(%q)=%q", s, r)
Devalcmd.go253 glog.V(1).Infof("evalcmd: %q => %q", r.cmd, cmds)
305 if glog.V(1) {
Dvar.go117 V: v.String(),
/build/soong/third_party/zip/testdata/
Dreadme.notzip3 �V��H����READMEUT �K�L���Lux �������mTMO�@�ﯘRAJlN"q��R!�C�k{lo�ޱ�#!��3k��J�(ϛ7o�…
4 &�?BK>�� FO���`\V�.� ���0��:
14 �V��H�����������������READMEUT�K�Lux �������PK������L������eThis is the source …
/build/make/core/
Dproduct_config.mk35 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 _
Denvsetup.mk31 ALL_VERSIONS := O P Q R S T U V W X Y Z
Ddefinitions.mk3455 …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…
3458 …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/droiddoc/templates-ndk/assets/js/
Dandroid_3p-bundle.js2614 …ar s=aI.pageY-au.position().top;b("html").bind("mousemove.jsp",function(aJ){V(aJ.pageY-s,false)}).…
2615V(aS)}}else{if(aM>0){if(I+aQ<aS){Q.scrollByY(aP)}else{V(aS)}}else{aK();return}}aJ=setTimeout(s,aI?… class
2616 …s?"addClass":"removeClass"]("jspDisabled")}}function M(s,aI){var aJ=s/(Z-v);V(aJ*i,aI)}function N(…
2617V(aK*i,aJ)},positionDragX:function(s,aI){W(s,aI)},positionDragY:function(aI,s){V(aI,s)},animate:fu…

12