Home
last modified time | relevance | path

Searched refs:val (Results 1 – 25 of 27) sorted by relevance

12

/build/tools/zipalign/
DZipEntry.h105 void setMarked(bool val) { mMarked = val; } in setMarked() argument
117 static inline void putShortLE(unsigned char* buf, short val) { in putShortLE() argument
118 buf[0] = (unsigned char) val; in putShortLE()
119 buf[1] = (unsigned char) (val >> 8); in putShortLE()
121 static inline void putLongLE(unsigned char* buf, long val) { in putLongLE() argument
122 buf[0] = (unsigned char) val; in putLongLE()
123 buf[1] = (unsigned char) (val >> 8); in putLongLE()
124 buf[2] = (unsigned char) (val >> 16); in putLongLE()
125 buf[3] = (unsigned char) (val >> 24); in putLongLE()
/build/tools/
Dproduct_debug.py21 def break_lines(key, val): argument
24 return (key,val)
25 return (key, "\n".join(val.split()))
48 + "\n".join([ "<tr><th>%(key)s</th><td>%(val)s</td></tr>" % { "key": key, "val": val }
49 for key,val in variables])
83 variables = [break_lines(key,val) for key,val in variables]
Dpost_process_props.py39 val = prop.get("persist.sys.usb.config")
40 if val == "":
41 val = "adb"
43 val = val + ",adb"
44 prop.put("persist.sys.usb.config", val)
Dcompare_fileslist.py21 val = None
24 if not val:
25 val = v
27 if val != v:
/build/tools/droiddoc/templates-pdk/assets/
Dandroid-developer-resource-browser.js24 var keywords = $(this).val().split(/\s+/g);
202 var val = p[1] ? decodeURIComponent(p[1]) : p[1];
203 if (val === '0')
204 val = 0;
205 if (val === '1')
206 val = 1;
211 params[key].push(val);
213 params[key] = val;
Dandroid-developer-docs.js113 var val = document.cookie.substring(valStart, valEnd);
114 return val;
120 function writeCookie(cookie, val, section, expiration) { argument
121 if (val==undefined) return;
128 …document.cookie = cookie_namespace + section + cookie + "=" + val + "; expires=" + expiration+"; p…
Dandroid-developer-reference.js66 selectedLevel = parseInt($("#apiLevelSelector option:selected").val());
210 var selectedLevel = $("#apiLevelSelector option:selected").val();
282 var selectedLevel = $("#apiLevelSelector option:selected").val();
/build/tools/droiddoc/templates-ds/assets/js/grid/
D960.gridder.js80 jQuery("#g-setup-" + d).val(e);
99 jQuery("#g-setup-" + d).val(c.settings[d]);
111 c.setVariable(jQuery(e).attr("id"), jQuery(e).val());
115 c.setVariable("gColumns", $(this).val());
/build/tools/droiddoc/templates-ds/assets/js/
Ddocs.js95 if ($("#search_autocomplete").val() == '') {
103 if ($("#search_autocomplete").val() == '') {
799 var val = document.cookie.substring(valStart, valEnd);
800 return val;
806 function writeCookie(cookie, val, section, expiration) { argument
807 if (val==undefined) return;
814 var cookieValue = cookie_namespace + section + cookie + "=" + val
1716 $("#search_autocomplete").val("").blur();
1983 selectedLevel = parseInt($("#apiLevelSelector option:selected").val());
2139 var selectedLevel = $("#apiLevelSelector option:selected").val();
[all …]
Dprettify.js22 …]*\w)?|\/?>$/i],["atn",/^(?!style[\s=]|on)[a-z](?:[\w:-]*\w)?/i],["lang-uq.val",/^=\s*([^\s"'>]*(?…
23 /^style\s*=\s*([^\s"'>]+)/i]]),["in.tag"]);k(x([],[["atv",/^[\S\s]+/]]),["uq.val"]);k(u({keywords:F…
Dglobal-libraries-combined.js3val:function(a){var c,d,e,g=this[0];{if(!!arguments.length){e=f.isFunction(a);return this.each(fun… property
11val(b.term),b.close(c);break;default:clearTimeout(b.searching),b.searching=setTimeout(function(){b…
35 …]*\w)?|\/?>$/i],["atn",/^(?!style[\s=]|on)[a-z](?:[\w:-]*\w)?/i],["lang-uq.val",/^=\s*([^\s"'>]*(?…
36 /^style\s*=\s*([^\s"'>]+)/i]]),["in.tag"]);k(x([],[["atv",/^[\S\s]+/]]),["uq.val"]);k(u({keywords:F…
/build/tools/droiddoc/templates-sac/assets/js/
Ddocs.js118 if ($("#search_autocomplete").val() == '') {
126 if ($("#search_autocomplete").val() == '') {
864 var val = document.cookie.substring(valStart, valEnd);
865 return val;
871 function writeCookie(cookie, val, section, expiration) { argument
872 if (val==undefined) return;
879 var cookieValue = cookie_namespace + section + cookie + "=" + val
1830 $("#search_autocomplete").val("").blur();
2087 selectedLevel = parseInt($("#apiLevelSelector option:selected").val());
2243 var selectedLevel = $("#apiLevelSelector option:selected").val();
[all …]
Dprettify.js22 …]*\w)?|\/?>$/i],["atn",/^(?!style[\s=]|on)[a-z](?:[\w:-]*\w)?/i],["lang-uq.val",/^=\s*([^\s"'>]*(?…
23 /^style\s*=\s*([^\s"'>]+)/i]]),["in.tag"]);k(x([],[["atv",/^[\S\s]+/]]),["uq.val"]);k(u({keywords:F…
Dandroid_3p-bundle.js2108 …e|private|public|rec|return|static|struct|then|to|true|try|type|upcast|use|val|void|when|while|wit…
2686val(b.term),b.close(c);break;default:clearTimeout(b.searching),b.searching=setTimeout(function(){b…
2690 …Button:function(){if(this.type==="input"){this.options.label&&this.element.val(this.options.label)…
2706val(b),this._pos=e?e.length?e:[e.pageX,e.pageY]:null;if(!this._pos){var h=document.documentElement…
/build/tools/droiddoc/templates-ndk/assets/js/
Ddocs.js132 if ($("#search_autocomplete").val() == '') {
140 if ($("#search_autocomplete").val() == '') {
1056 var val = document.cookie.substring(valStart, valEnd);
1057 return val;
1063 function writeCookie(cookie, val, section) { argument
1064 if (val==undefined) return;
1067 var cookieValue = cookie_namespace + section + cookie + "=" + val
1253 $("select.ide").val(selected);
1796 'query: ' + $("#search_autocomplete").val().toLowerCase());
2569 $("#search_autocomplete").val("").blur();
[all …]
Dprettify.js22 …]*\w)?|\/?>$/i],["atn",/^(?!style[\s=]|on)[a-z](?:[\w:-]*\w)?/i],["lang-uq.val",/^=\s*([^\s"'>]*(?…
23 /^style\s*=\s*([^\s"'>]+)/i]]),["in.tag"]);k(x([],[["atv",/^[\S\s]+/]]),["uq.val"]);k(u({keywords:F…
Dandroid_3p-bundle.js2108 …e|private|public|rec|return|static|struct|then|to|true|try|type|upcast|use|val|void|when|while|wit…
2686val(b.term),b.close(c);break;default:clearTimeout(b.searching),b.searching=setTimeout(function(){b…
2690 …Button:function(){if(this.type==="input"){this.options.label&&this.element.val(this.options.label)…
2706val(b),this._pos=e?e.length?e:[e.pageX,e.pageY]:null;if(!this._pos){var h=document.documentElement…
/build/tools/droiddoc/templates-sdk-dev/assets/js/
Ddocs.js132 if ($("#search_autocomplete").val() == '') {
140 if ($("#search_autocomplete").val() == '') {
1046 var val = document.cookie.substring(valStart, valEnd);
1047 return val;
1053 function writeCookie(cookie, val, section) { argument
1054 if (val==undefined) return;
1057 var cookieValue = cookie_namespace + section + cookie + "=" + val
1243 $("select.ide").val(selected);
1786 'query: ' + $("#search_autocomplete").val().toLowerCase());
2559 $("#search_autocomplete").val("").blur();
[all …]
Dprettify.js22 …]*\w)?|\/?>$/i],["atn",/^(?!style[\s=]|on)[a-z](?:[\w:-]*\w)?/i],["lang-uq.val",/^=\s*([^\s"'>]*(?…
23 /^style\s*=\s*([^\s"'>]+)/i]]),["in.tag"]);k(x([],[["atv",/^[\S\s]+/]]),["uq.val"]);k(u({keywords:F…
Dandroid_3p-bundle.js2108 …e|private|public|rec|return|static|struct|then|to|true|try|type|upcast|use|val|void|when|while|wit…
2686val(b.term),b.close(c);break;default:clearTimeout(b.searching),b.searching=setTimeout(function(){b…
2690 …Button:function(){if(this.type==="input"){this.options.label&&this.element.val(this.options.label)…
2706val(b),this._pos=e?e.length?e:[e.pageX,e.pageY]:null;if(!this._pos){var h=document.documentElement…
/build/tools/droiddoc/templates-sdk/assets/js/
Ddocs.js101 if ($("#search_autocomplete").val() == '') {
109 if ($("#search_autocomplete").val() == '') {
1026 var val = document.cookie.substring(valStart, valEnd);
1027 return val;
1033 function writeCookie(cookie, val, section) { argument
1034 if (val==undefined) return;
1037 var cookieValue = cookie_namespace + section + cookie + "=" + val
1217 $("select.ide").val(selected);
1760 'query: ' + $("#search_autocomplete").val().toLowerCase());
2562 $("#search_autocomplete").val("").blur();
[all …]
Dprettify.js22 …]*\w)?|\/?>$/i],["atn",/^(?!style[\s=]|on)[a-z](?:[\w:-]*\w)?/i],["lang-uq.val",/^=\s*([^\s"'>]*(?…
23 /^style\s*=\s*([^\s"'>]+)/i]]),["in.tag"]);k(x([],[["atv",/^[\S\s]+/]]),["uq.val"]);k(u({keywords:F…
Dandroid_3p-bundle.js2108 …e|private|public|rec|return|static|struct|then|to|true|try|type|upcast|use|val|void|when|while|wit…
2686val(b.term),b.close(c);break;default:clearTimeout(b.searching),b.searching=setTimeout(function(){b…
2690 …Button:function(){if(this.type==="input"){this.options.label&&this.element.val(this.options.label)…
2706val(b),this._pos=e?e.length?e:[e.pageX,e.pageY]:null;if(!this._pos){var h=document.documentElement…
/build/tools/droiddoc/templates-ds/
Dsdkpage.cs401 linkId = $("a#downloadForRealz").attr("name") + $("#bitpicker input:checked").val(); in onAgreeChecked()
/build/tools/droiddoc/templates-sac/
Dsdkpage.cs400 linkId = $("a#downloadForRealz").attr("name") + $("#bitpicker input:checked").val(); in onAgreeChecked()

12