Home
last modified time | relevance | path

Searched refs:g (Results 1 – 13 of 13) sorted by relevance

/build/tools/droiddoc/templates-sdk/assets/
Dandroid-developer-docs.css1282 .g-tpl-240 .g-unit,
1283 .g-unit .g-tpl-240 .g-unit,
1284 .g-unit .g-unit .g-tpl-240 .g-unit {
1290 .g-unit .g-unit .g-tpl-240 .g-first,
1291 .g-unit .g-tpl-240 .g-first,
1292 .g-tpl-240 .g-first {
1299 .g-tpl-240-alt .g-unit,
1300 .g-unit .g-tpl-240-alt .g-unit,
1301 .g-unit .g-unit .g-tpl-240-alt .g-unit {
1307 .g-unit .g-unit .g-tpl-240-alt .g-first,
[all …]
Dprettify.js12 …f(va,b);if(c>=0){var d=a.substring(b+3,c),g=10;if(d&&d.charAt(0)===ub){d=d.substring(1);g=16}var i…
13g=a.attributes[d];if(g.specified){b.push(xb);W(g,b)}}b.push(J);for(var i=a.firstChild;i;i=i.nextSi…
17 …ing.fromCharCode(B&-33,B|32)+Tb})}return f.join(P)}var w=[];g=0;for(i=a.length;g<i;++g){m=a[g];if(…
18g=a.firstChild;g;g=g.nextSibling)W(g,d);return d.join(P)}function Ud(a){var b=0;return function(c)…
19g=i+1;break;case jc:b=0;break;default:++b}}if(!d)return c;d.push(c.substring(g));return d.join(P)}…
20g.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);… variable
21g=b.length,i=function(m){for(var l=m.source,n=m.b,q=[n,S],v=0,w=l.match(d)||[],j={},f=0,s=w.length…
Djquery-resizable.min.js12g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>…
19g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++){}return T[V]&&Q(T[V])?U[1]:U[1].toUpperCase…
29g(m,n,o,l){function k(q){var p=c[m][n][q]||[];return(typeof p=="string"?p.split(/,?\s+/):p)}var j=… function
40g=c('<div class="ui-resizable-handle '+d+'"></div>');if(/sw|se|ne|nw/.test(h)){g.css({zIndex:++j.z… argument
/build/tools/droiddoc/templates-pdk/assets/
Dandroid-developer-docs.css1150 .g-tpl-240 .g-unit,
1151 .g-unit .g-tpl-240 .g-unit,
1152 .g-unit .g-unit .g-tpl-240 .g-unit {
1158 .g-unit .g-unit .g-tpl-240 .g-first,
1159 .g-unit .g-tpl-240 .g-first,
1160 .g-tpl-240 .g-first {
1167 .g-tpl-240-alt .g-unit,
1168 .g-unit .g-tpl-240-alt .g-unit,
1169 .g-unit .g-unit .g-tpl-240-alt .g-unit {
1175 .g-unit .g-unit .g-tpl-240-alt .g-first,
[all …]
Dprettify.js12 …f(va,b);if(c>=0){var d=a.substring(b+3,c),g=10;if(d&&d.charAt(0)===ub){d=d.substring(1);g=16}var i…
13g=a.attributes[d];if(g.specified){b.push(xb);W(g,b)}}b.push(J);for(var i=a.firstChild;i;i=i.nextSi…
17 …ing.fromCharCode(B&-33,B|32)+Tb})}return f.join(P)}var w=[];g=0;for(i=a.length;g<i;++g){m=a[g];if(…
18g=a.firstChild;g;g=g.nextSibling)W(g,d);return d.join(P)}function Ud(a){var b=0;return function(c)…
19g=i+1;break;case jc:b=0;break;default:++b}}if(!d)return c;d.push(c.substring(g));return d.join(P)}…
20g.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);… variable
21g=b.length,i=function(m){for(var l=m.source,n=m.b,q=[n,S],v=0,w=l.match(d)||[],j={},f=0,s=w.length…
Djquery-resizable.min.js12g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>…
19g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++){}return T[V]&&Q(T[V])?U[1]:U[1].toUpperCase…
29g(m,n,o,l){function k(q){var p=c[m][n][q]||[];return(typeof p=="string"?p.split(/,?\s+/):p)}var j=… function
40g=c('<div class="ui-resizable-handle '+d+'"></div>');if(/sw|se|ne|nw/.test(h)){g.css({zIndex:++j.z… argument
/build/tools/rgb2565/
Dto565.c22 #define to565(r,g,b) \ argument
23 ((((r) >> 3) << 11) | (((g) >> 2) << 5) | ((b) >> 3))
59 int g = in[1] + error[i*3+1]; in to_565_raw_dither() local
60 int gb = (g < 0) ? 0 : ((g > 255) ? 255 : g); in to_565_raw_dither()
78 e = g - from565_g(out); in to_565_raw_dither()
/build/core/combo/
DHOST_windows-x86.mk38 HOST_CXX := $(TOOLS_PREFIX)g++$(TOOLS_EXE_SUFFIX)
DTARGET_linux-x86.mk32 TARGET_CXX := $(TARGET_TOOLS_PREFIX)g++$(HOST_EXECUTABLE_SUFFIX)
DTARGET_linux-arm.mk54 TARGET_CXX := $(TARGET_TOOLS_PREFIX)g++$(HOST_EXECUTABLE_SUFFIX)
/build/tools/zipalign/
DREADME.txt9 <align> is in bytes, e.g. "4" provides 32-bit alignment
/build/core/
Dproduct_config.mk34 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 \
/build/
Dbuildspec.mk.default86 # E.g., "ADDITIONAL_BUILD_PROPERTIES += ro.prop1=5 prop2=value"