/build/make/tools/aconfig/aconfig_device_paths/src/ |
D | lib.rs | 46 path.push(dir.path()); in parsed_flags_proto_paths() 47 path.push("etc"); in parsed_flags_proto_paths() 48 path.push("aconfig_flags.pb"); in parsed_flags_proto_paths() 50 result.push(path); in parsed_flags_proto_paths()
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | prettify.js | 13 …push(I,c);for(var d=0;d<a.attributes.length;++d){var g=a.attributes[d];if(g.specified){b.push(xb);… 15 …push(t);continue}var u=l(t),x;if(e+2<p&&Sb===f[e+1]){x=l(f[e+2]);e+=2}else x=u;k.push([u,x]);if(!(… 16 …push(E=A)}var D=[L];h&&D.push(M);D.push.apply(D,s);for(e=0;e<B.length;++e){A=B[e];D.push(n(A[0]));… 18 …push(dc+v(m)+ec)}return new RegExp(w.join(O),d?fc:R)}var ha=r;function Td(a){if(r===ha){var b=docu… 19 …push(c.substring(g));return d.join(P)}}var Vd=new RegExp(kc,R),Wd=/^<\!--/,Xd=/^<\[CDATA\[/,Yd=/^<… 20 …push(d,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+… 21 …=0;)c[j.charAt(f)]=w;var s=w[1],k=P+s;if(!n.hasOwnProperty(k)){l.push(s);n[k]=r}}l.push(/[\0-\ufff… 22 …n+x+A,k.substring(A),i,q)}else q.push(n+x,h)}m.c=q};return i}function C(a){var b=[],c=[];if(a.trip…
|
D | android-developer-resource-browser.js | 90 resource.topics.push(tag); 115 searchTags.push(tag.toLowerCase()); 123 taggedWithHtml.push(humanizeList(searchTags, function(item) { 148 results.push(resource); 152 results.push(resource); 165 loadedResults.push({ node: resultJqNode, result: result }); 182 out.push(itemFormatter(arr[i]) + 211 params[key].push(val);
|
D | jquery-resizable.min.js | 12 …push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){retu… method in Array 19 …push(W[1]);if(W[2]){V=RegExp.rightContext;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.rela… method in Array 29 …i[k].prototype;for(var j in n){m.plugins[j]=m.plugins[j]||[];m.plugins[j].push([l,n[j]])}},call:fu… 40 …s.originalElement.css("resize","none");this._proportionallyResizeElements.push(this.originalElemen…
|
D | jquery-1.6.2.min.js | 16 …push(g.selector):s.splice(i--,1);e=f(a.target).closest(q,a.currentTarget);for(j=0,k=e.length;j<k;j… property 17 …push("mouseenter"+k,"mouseleave"+k);continue}l=h,L[h]?(a.push(L[h]+k),h=h+k):h=(L[h]||h)+k;if(c===…
|
D | android-developer-docs.js | 185 topics.push({name:topic,title:ANDROID_TAGS['topic'][topic]}); 217 resources.push(resource);
|
/build/soong/ui/metrics/ |
D | event_test.go | 30 et.push(&event{ 51 et.push(&event{
|
D | event.go | 112 func (t *EventTracer) push(e *event) { func 152 t.push(newEvent(name, desc))
|
/build/make/tools/aconfig/printflags/src/ |
D | main.rs | 47 v.push(format!("{:02x}", byte)); in xxd() 80 mount_points.push(canonical_path.get(0).unwrap().as_str().to_owned()); in main() 98 flags.entry(key).or_default().push(value); in main() 105 value.push(dc_value.to_string()); in main()
|
/build/make/tools/droiddoc/templates-pdk/ |
D | head_tag.cs | 32 _gaq.push(['_setAccount', 'UA-10664927-1']); in _gaq.push() 33 _gaq.push(['_trackPageview']); in _gaq.push()
|
/build/make/tools/droiddoc/templates-pdk/assets/design/ |
D | default.js | 19 relativePagePathParts.push('..'); 22 relativePagePathParts.push(pathParts[pathParts.length - (upDirs - i) - 1]); 24 relativePagePathParts.push(pathParts[pathParts.length - 1]);
|
/build/make/tools/aconfig/aflags/src/ |
D | aconfig_storage_source.rs | 32 result.push(Flag { in list_flags()
|
D | load_protos.rs | 58 result.push(convert_parsed_flag(&path, &flag)); in load()
|
/build/make/tools/aconfig/aconfig/src/storage/ |
D | mod.rs | 54 self.boolean_flags.push(pf); in insert() 70 packages.push(FlagPackage::new(parsed_flag.package(), index as u32)); in group_flags_by_package()
|
/build/make/tools/aconfig/aconfig/src/ |
D | commands.rs | 125 parsed_flag.trace.push(tracepoint); in parse_flags() 144 parsed_flags.parsed_flag.push(parsed_flag); in parse_flags() 182 parsed_flag.trace.push(tracepoint); in parse_flags()
|
D | dump.rs | 113 str.push('\n'); in dump_custom_format()
|
D | main.rs | 180 opened_files.push(Input { source: path.to_string(), reader: file }); in open_zero_or_more_files()
|
/build/make/tools/aconfig/aconfig_storage_file/src/ |
D | lib.rs | 310 flags.push(FlagValueSummary { in list_flags() 360 flags.push(FlagValueAndInfoSummary { in list_flags_with_info()
|
/build/make/tools/aconfig/aconfig/src/codegen/ |
D | java.rs | 95 Some(flag_list) => flag_list.push(flag.clone()), in gen_flags_by_namespace()
|
/build/bazel/rules/tradefed/ |
D | tradefed.bzl | 556 # push onto the device during test runtime, but we'll let the test
|