HomeSort by relevance Sort by last modified time
    Searched defs:bg (Results 1 - 25 of 159) sorted by null

1 2 3 4 5 6 7

  /external/clang/test/CodeGenCXX/
cfi-nvcall.cpp 17 // CHECK-LABEL: @bg
18 // CHECK-STRICT-LABEL: @bg
19 extern "C" void bg(B *b) { function
2007-04-10-PackedUnion.cpp 21 XYZ bg; member in union:ABCU
static-init-3.cpp 27 X2< B > bg = X1< X2< B > >::get(); variable
  /external/libvncserver/libvncclient/
hextile.c 35 CARDBPP bg, fg; local
64 if (!ReadFromRFBServer(client, (char *)&bg, sizeof(bg)))
67 FillRectangle(client, x, y, w, h, bg);
  /external/skia/gm/
color4f.cpp 71 SkPaint bg; local
74 bg.setColor(0xFFFFFFFF);
81 surface->getCanvas()->drawPaint(bg);
xfermodes2.cpp 96 SkBitmap bg; variable
97 bg.allocN32Pixels(2, 2, true);
98 memcpy(bg.getPixels(), kCheckData, sizeof(kCheckData));
102 fBG.reset(SkShader::CreateBitmapShader(bg,
xfermodes3.cpp 181 SkBitmap bg; variable
182 bg.allocN32Pixels(2, 2, true);
183 SkAutoLockPixels bgAlp(bg);
184 memcpy(bg.getPixels(), kCheckData, sizeof(kCheckData));
188 fBGShader.reset(SkShader::CreateBitmapShader(bg,
  /external/replicaisland/src/com/replica/replicaisland/
DrawableFactory.java 152 TiledBackgroundVertexGrid bg = (TiledBackgroundVertexGrid)entry; local
153 bg.reset();
ScrollerComponent.java 94 TiledBackgroundVertexGrid bg = drawableFactory.allocateTiledBackgroundVertexGrid(); local
95 bg.setGrid(mVertGrid);
96 background = bg;
  /frameworks/base/tests/RenderThreadTest/src/com/example/renderthread/
SubActivity.java 50 View bg = findViewById(R.id.bg_container); local
51 bg.setAlpha(0f);
52 bg.animate().alpha(1f).setDuration(MainActivity.DURATION);
  /external/e2fsprogs/lib/ext2fs/
openfs.c 38 int bg; local
46 bg = EXT2_DESC_PER_BLOCK(fs->super) * i;
47 if (ext2fs_bg_has_super(fs, bg))
49 ret_blk = ext2fs_group_first_block2(fs, bg) + has_super;
54 * metablock group. Ideally we should be testing each bg
  /external/testng/src/main/java/org/testng/internal/annotations/
AnnotationHelper.java 62 IConfigurationAnnotation bg = (IConfigurationAnnotation) finder.findAnnotation(ctor, IBeforeGroups.class); local
69 if (bs != null || as != null || bt != null || at != null || bg != null || ag != null
72 result = createConfiguration(bs, as, bt, at, bg, ag, bc, ac, bm, am);
86 IConfigurationAnnotation bg = (IConfigurationAnnotation) finder.findAnnotation(m, IBeforeGroups.class); local
93 if (bs != null || as != null || bt != null || at != null || bg != null || ag != null
96 result = createConfiguration(bs, as, bt, at, bg, ag, bc, ac, bm, am);
104 IConfigurationAnnotation bt, IConfigurationAnnotation at, IConfigurationAnnotation bg, IConfigurationAnnotation ag,
125 if (bg != null) {
126 result.setBeforeGroups(bg.getBeforeGroups());
127 finishInitialize(result, bg);
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
TreeTraverserTest.java 107 static final BinaryTree bg = new BinaryTree('g', null, null); field in class:TreeTraverserTest
108 static final BinaryTree bf = new BinaryTree('f', bg, null);
  /external/guava/guava-tests/test/com/google/common/collect/
TreeTraverserTest.java 109 static final BinaryTree bg = new BinaryTree('g', null, null); field in class:TreeTraverserTest
110 static final BinaryTree bf = new BinaryTree('f', bg, null);
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
Slider.java 122 final Drawable bg = (disabled && style.disabledBackground != null) ? style.disabledBackground : style.background; local
131 float height = getHeight() - bg.getTopHeight() - bg.getBottomHeight();
133 position = y - bg.getBottomHeight() - knobHeight * 0.5f;
138 float width = getWidth() - bg.getLeftWidth() - bg.getRightWidth();
140 position = x - bg.getLeftWidth() - knobWidth * 0.5f;
Touchpad.java 166 final Drawable bg = style.background; local
167 if (bg != null) bg.draw(batch, x, y, w, h);
ProgressBar.java 115 final Drawable bg = (disabled && style.disabledBackground != null) ? style.disabledBackground : style.background; local
134 if (bg != null) {
135 bg.draw(batch, x + (int)((width - bg.getMinWidth()) * 0.5f), y, bg.getMinWidth(), height);
136 bgTopHeight = bg.getTopHeight();
137 positionHeight -= bgTopHeight + bg.getBottomHeight();
149 position = Math.min(positionHeight - knobHeight, position) + bg.getBottomHeight();
156 if (bg != null) offset = bgTopHeight;
169 if (bg != null)
277 final Drawable bg = (disabled && style.disabledBackground != null) ? style.disabledBackground : style.background; local
288 final Drawable bg = (disabled && style.disabledBackground != null) ? style.disabledBackground : style.background; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vdpau/
mixer.c 256 vlVdpOutputSurface *bg = vlGetDataHTAB(background_surface); local
257 if (!bg) {
261 vl_compositor_set_rgba_layer(&vmixer->cstate, compositor, layer++, bg->sampler_view,
  /frameworks/base/core/java/android/app/
SharedElementCallback.java 174 Drawable bg = imageView.getBackground(); local
175 if (d != null && (bg == null || bg.getAlpha() == 0)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeOverlay.java 70 Color bg = gc.getDevice().getSystemColor(SWT.COLOR_WIDGET_BACKGROUND); local
71 gc.setBackground(bg);
LintTooltip.java 51 Color bg = display.getSystemColor(SWT.COLOR_INFO_BACKGROUND); local
52 setBackground(bg);
66 icon.setBackground(bg);
  /system/extras/ext4_utils/
allocate.h 27 int bg; member in struct:region
78 u32 get_free_blocks(u32 bg);
79 u32 get_free_inodes(u32 bg);
80 u32 reserve_inodes(int bg, u32 inodes);
82 u16 get_directories(int bg);
83 u16 get_bg_flags(int bg);
93 u32 block, u32 len, int bg);
99 void reserve_bg_chunk(int bg, u32 start_block, u32 size);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionBarContainer.java 62 final Drawable bg = Build.VERSION.SDK_INT >= 21 local
65 ViewCompat.setBackground(this, bg);
91 public void setPrimaryBackground(Drawable bg) {
96 mBackground = bg;
97 if (bg != null) {
98 bg.setCallback(this);
109 public void setStackedBackground(Drawable bg) {
114 mStackedBackground = bg;
115 if (bg != null) {
116 bg.setCallback(this)
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
jquery-1.6.2.min.js 16 (function(a,b){function cv(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cs(a){if(!cg[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){ch||(ch=c.createElement("iframe"),ch.frameBorder=ch.width=ch.height=0),b.appendChild(ch);if(!ci||!ch.createElement)ci=(ch.contentWindow||ch.contentDocument).document,ci.write((c.compatMode==="CSS1Compat"?"<!doctype html>":"")+"<html><body>"),ci.close();d=ci.createElement(a),ci.body.appendChild(d),e=f.css(d,"display"),b.removeChild(ch)}cg[a]=e}return cg[a]}function cr(a,b){var c={};f.each(cm.concat.apply([],cm.slice(0,b)),function(){c[this]=a});return c}function cq(){cn=b}function cp(){setTimeout(cq,0);return cn=f.now()}function cf(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function ce(){try{return new a.XMLHttpRequest}catch(b){}}function b$(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p;for(g=1;g<i;g++){if(g===1)for(h in a.converters)typeof h=="string"&&(e[h.toLowerCase()]=a.converters[h]);l=k,k=d[g];if(k==="*")k=l;else if(l!=="*"&&l!==k){m=l+" "+k,n=e[m]||e["* "+k];if(!n){p=b;for(o in e){j=o.split(" ");if(j[0]===l||j[0]==="*"){p=e[j[1]+" "+k];if(p){o=e[o],o===!0?n=p:p===!0&&(n=o);break}}}}!n&&!p&&f.error("No conversion from "+m.replace(" "," to ")),n!==!0&&(c=n?n(c):p(o(c)))}}return c}function bZ(a,c,d){var e=a.contents,f=a.dataTypes,g=a.responseFields,h,i,j,k;for(i in g)i in d&&(c[g[i]]=d[i]);while(f[0]==="*")f.shift(),h===b&&(h=a.mimeType||c.getResponseHeader("content-type"));if(h)for(i in e)if(e[i]&&e[i].test(h)){f.unshift(i);break}if(f[0]in d)j=f[0];else{for(i in d){if(!f[0]||a.converters[i+" "+f[0]]){j=i;break}k||(k=i)}j=j||k}if(j){j!==f[0]&&f.unshift(j);return d[j]}}function bY(a,b,c,d){if(f.isArray(b))f.each(b,function(b,e){c||bC.test(a)?d(a,e):bY(a+"["+(typeof e=="object"||f.isArray(e)?b:"")+"]",e,c,d)});else if(!c&&b!=null&&typeof b=="object")for(var e in b)bY(a+"["+e+"]",b[e],c,d);else d(a,b)}function bX(a,c,d,e,f,g){f=f||c.dataTypes[0],g=g||{},g[f]=!0;var h=a[f],i=0,j=h?h.length:0,k=a===bR,l;for(;i<j&&(k||!l);i++)l=h[i](c,d,e),typeof l=="string"&&(!k||g[l]?l=b:(c.dataTypes.unshift(l),l=bX(a,c,d,e,l,g)));(k||!l)&&!g["*"]&&(l=bX(a,c,d,e,"*",g));return l}function bW(a){return function(b,c){typeof b!="string"&&(c=b,b="*");if(f.isFunction(c)){var d=b.toLowerCase().split(bN),e=0,g=d.length,h,i,j;for(;e<g;e++)h=d[e],j=/^\+/.test(h),j&&(h=h.substr(1)||"*"),i=a[h]=a[h]||[],i[j?"unshift":"push"](c)}}}function bA(a,b,c){var d=b==="width"?a.offsetWidth:a.offsetHeight,e=b==="width"?bv:bw;if(d>0){c!=="border"&&f.each(e,function(){c||(d-=parseFloat(f.css(a,"padding"+this))||0),c==="margin"?d+=parseFloat(f.css(a,c+this))||0:d-=parseFloat(f.css(a,"border"+this+"Width"))||0});return d+"px"}d=bx(a,b,b);if(d<0||d==null)d=a.style[b]||0;d=parseFloat(d)||0,c&&f.each(e,function(){d+=parseFloat(f.css(a,"padding"+this))||0,c!=="padding"&&(d+=parseFloat(f.css(a,"border"+this+"Width"))||0),c==="margin"&&(d+=parseFloat(f.css(a,c+this))||0)});return d+"px"}function bm(a,b){b.src?f.ajax({url:b.src,async:!1,dataType:"script"}):f.globalEval((b.text||b.textContent||b.innerHTML||"").replace(be,"/*$0*/")),b.parentNode&&b.parentNode.removeChild(b)}function bl(a){f.nodeName(a,"input")?bk(a):"getElementsByTagName"in a&&f.grep(a.getElementsByTagName("input"),bk)}function bk(a){if(a.type==="checkbox"||a.type==="radio")a.defaultChecked=a.checked}function bj(a){return"getElementsByTagName"in a?a.getElementsByTagName("*"):"querySelectorAll"in a?a.querySelectorAll("*"):[]}function bi(a,b){var c;if(b.nodeType===1){b.clearAttributes&&b.clearAttributes(),b.mergeAttributes&&b.mergeAttributes(a),c=b.nodeName.toLowerCase();if(c==="object")b.outerHTML=a.outerHTML;else if(c!=="input"||a.type!=="checkbox"&&a.type!=="radio"){if(c==="option")b.selected=a.defaultSelected;else if(c==="input"||c==="textarea")b.defaultValue=a.defaultValue}else a.checked&&(b.defaultChecked=b.checked=a.checked),b.value!==a.value&&(b.value=a.value);b.removeAttribute(f.expando)}}function bh(a,b){if(b.nodeType===1&&!!f.hasData(a)){var c=f.expando,d=f.data(a),e=f.data(b,d);if(d=d[c]){var g=d.events;e=e[c]=f.extend({},d);if(g){delete e.handle,e.events={};for(var h in g)for(var i=0,j=g[h].length;i<j;i++)f.event.add(b,h+(g[h][i].namespace?".":"")+g[h][i].namespace,g[h][i],g[h][i].data)}}}}function bg(a,b){return f.nodeName(a,"table")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocumen (…)
    [all...]
  /development/apps/NinePatchLab/src/com/android/ninepatch/
NinePatchLab.java 124 Drawable bg = mBGs[mCurrBGIndex]; local
125 bg.setBounds(0, 0, getWidth(), getHeight());
126 setDrawableFlags(bg);
127 bg.draw(canvas);

Completed in 1096 milliseconds

1 2 3 4 5 6 7