/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar | |
/external/chromium_org/chrome/browser/metrics/ |
metrics_service.cc | 28 // info, the number and types of plugins, etc. The external server's response 96 // initialization steps such as getting the list of plugins. That task will 1891 ListValue* plugins = update.Get(); local [all...] |
metrics_service.h | 304 const std::vector<content::WebPluginInfo>& plugins); 504 // The list of plugins which was retrieved on the file thread.
|
/external/chromium/chrome/browser/sync/glue/ |
extension_util_unittest.cc | 69 ListValue* plugins = new ListValue(); local 73 plugins->Set(i, plugin); 75 source.Set(extension_manifest_keys::kPlugins, plugins); 138 // These last 2 tests don't make sense on Chrome OS, where extension plugins
|
extension_util.cc | 39 // Disallow extensions with native code plugins. 43 if (!extension.plugins().empty()) {
|
/external/chromium_org/content/renderer/ |
render_frame_impl.cc | 262 PepperPluginSet plugins = active_pepper_instances_; local 263 for (PepperPluginSet::iterator i = plugins.begin(); i != plugins.end(); ++i) { 274 PepperPluginSet plugins = active_pepper_instances_; local 275 for (PepperPluginSet::iterator i = plugins.begin(); i != plugins.end(); ++i) { 276 // The copy above makes sure our iterator is never invalid if some plugins 317 // Inform PPAPI plugins that their page is no longer visible. 324 // Notify all Pepper plugins. 367 // plugins. Use DOM event mechanism after WebKit is made aware abou [all...] |
renderer_webkitplatformsupport_impl.cc | 779 std::vector<WebPluginInfo> plugins; local 783 new ViewHostMsg_GetPlugins(refresh, &plugins)); 784 for (size_t i = 0; i < plugins.size(); ++i) { 785 const WebPluginInfo& plugin = plugins[i]; [all...] |
/external/chromium_org/chrome/browser/resources/ |
plugins.css | 193 .no-plugins {
|
/external/chromium_org/native_client_sdk/src/resources/ |
common.js | 36 // For non-NaCl PPAPI plugins use the x-ppapi-debug/release 49 * Check if the browser supports NaCl plugins. 58 // --register-pepper-plugins. 150 // Host plugins don't send a moduleDidLoad message. We'll fake it here.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/ |
runtests.bat | 39 unzip -qq -o -C VE-junit-tests*.zip */plugins/org.eclipse.test*
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/ |
UVProjectionGenerator.java | 1 package com.jme3.scene.plugins.blender.textures; 10 import com.jme3.scene.plugins.blender.textures.UVCoordinatesGenerator.BoundingTube;
|
/external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/ |
SceneLoader.java | 33 package com.jme3.scene.plugins.ogre; 44 import com.jme3.scene.plugins.ogre.matext.OgreMaterialKey;
|
/external/jmonkeyengine/engine/src/test/jme3test/terrain/ |
TerrainGridAlphaMapTest.java | 5 import com.jme3.asset.plugins.HttpZipLocator; 6 import com.jme3.asset.plugins.ZipLocator;
|
/external/chromium/chrome/browser/metrics/ |
metrics_service.h | 156 const std::vector<webkit::npapi::WebPluginInfo>& plugins); 364 // The list of plugins which was retrieved on the file thread.
|
/external/chromium_org/chrome/browser/ |
pepper_flash_settings_manager.cc | 17 #include "chrome/browser/plugins/plugin_prefs.h" 955 std::vector<content::WebPluginInfo> plugins; local 957 GURL(), content::kFlashPluginSwfMimeType, false, &plugins, NULL); local 959 for (std::vector<content::WebPluginInfo>::iterator iter = plugins.begin(); 960 iter != plugins.end(); ++iter) { [all...] |
/external/chromium_org/components/plugins/renderer/ |
plugin_placeholder.cc | 5 #include "components/plugins/renderer/plugin_placeholder.h" 41 namespace plugins { namespace 248 } // namespace plugins
|
/external/chromium_org/content/browser/ |
plugin_service_impl.h | 5 // This class responds to requests from renderers for the list of plugins, and 111 std::vector<WebPluginInfo>* plugins) OVERRIDE; 184 // Run on the blocking pool to load the plugins synchronously. 219 // Registry keys for getting notifications when new plugins are installed.
|
/external/chromium_org/content/browser/renderer_host/ |
render_message_filter.h | 166 const std::vector<WebPluginInfo>& plugins);
|
/external/chromium_org/third_party/flot/ |
jquery.flot.canvas.min.js | 28 */(function(e){function o(t,o){var u=o.Canvas;n==null&&(r=u.prototype.getTextInfo,i=u.prototype.addText,n=u.prototype.render),u.prototype.render=function(){if(!t.getOptions().canvas)return n.call(this);var e=this.context,r=this._textCache;e.save(),e.textBaseline="middle";for(var i in r)if(s.call(r,i)){var o=r[i];for(var u in o)if(s.call(o,u)){var a=o[u],f=!0;for(var l in a)if(s.call(a,l)){var c=a[l],h=c.positions,p=c.lines;f&&(e.fillStyle=c.font.color,e.font=c.font.definition,f=!1);for(var d=0,v;v=h[d];d++)if(v.active)for(var m=0,g;g=v.lines[m];m++)e.fillText(p[m].text,g[0],g[1]);else h.splice(d--,1);h.length==0&&delete a[l]}}}e.restore()},u.prototype.getTextInfo=function(n,i,s,o,u){if(!t.getOptions().canvas)return r.call(this,n,i,s,o,u);var a,f,l,c;i=""+i,typeof s=="object"?a=s.style+" "+s.variant+" "+s.weight+" "+s.size+"px "+s.family:a=s,f=this._textCache[n],f==null&&(f=this._textCache[n]={}),l=f[a],l==null&&(l=f[a]={}),c=l[i];if(c==null){var h=this.context;if(typeof s!="object"){var p=e("<div> </div>").css("position","absolute").addClass(typeof s=="string"?s:null).appendTo(this.getTextLayer(n));s={lineHeight:p.height(),style:p.css("font-style"),variant:p.css("font-variant"),weight:p.css("font-weight"),family:p.css("font-family"),color:p.css("color")},s.size=p.css("line-height",1).height(),p.remove()}a=s.style+" "+s.variant+" "+s.weight+" "+s.size+"px "+s.family,c=l[i]={width:0,height:0,positions:[],lines:[],font:{definition:a,color:s.color}},h.save(),h.font=a;var d=(i+"").replace(/<br ?\/?>|\r\n|\r/g,"\n").split("\n");for(var v=0;v<d.length;++v){var m=d[v],g=h.measureText(m);c.width=Math.max(g.width,c.width),c.height+=s.lineHeight,c.lines.push({text:m,width:g.width,height:s.lineHeight})}h.restore()}return c},u.prototype.addText=function(e,n,r,s,o,u,a,f,l){if(!t.getOptions().canvas)return i.call(this,e,n,r,s,o,u,a,f,l);var c=this.getTextInfo(e,s,o,u,a),h=c.positions,p=c.lines;r+=c.height/p.length/2,l=="middle"?r=Math.round(r-c.height/2):l=="bottom"?r=Math.round(r-c.height):r=Math.round(r),!(window.opera&&window.opera.version().split(".")[0]<12)||(r-=2);for(var d=0,v;v=h[d];d++)if(v.x==n&&v.y==r){v.active=!0;return}v={active:!0,lines:[],x:n,y:r},h.push(v);for(var d=0,m;m=p[d];d++)f=="center"?v.lines.push([Math.round(n-m.width/2),r]):f=="right"?v.lines.push([Math.round(n-m.width),r]):v.lines.push([Math.round(n),r]),r+=m.height}}var t={canvas:!0},n,r,i,s=Object.prototype.hasOwnProperty;e.plot.plugins.push({init:o,options:t,name:"canvas",version:"1.0"})})(jQuery)
|
jquery.flot.image.min.js | 53 */(function(e){function n(e,t,n){var r=e.getPlotOffset();if(!n.images||!n.images.show)return;var i=n.datapoints.points,s=n.datapoints.pointsize;for(var o=0;o<i.length;o+=s){var u=i[o],a=i[o+1],f=i[o+2],l=i[o+3],c=i[o+4],h=n.xaxis,p=n.yaxis,d;if(!u||u.width<=0||u.height<=0)continue;a>l&&(d=l,l=a,a=d),f>c&&(d=c,c=f,f=d),n.images.anchor=="center"&&(d=.5*(l-a)/(u.width-1),a-=d,l+=d,d=.5*(c-f)/(u.height-1),f-=d,c+=d);if(a==l||f==c||a>=h.max||l<=h.min||f>=p.max||c<=p.min)continue;var v=0,m=0,g=u.width,y=u.height;a<h.min&&(v+=(g-v)*(h.min-a)/(l-a),a=h.min),l>h.max&&(g+=(g-v)*(h.max-l)/(l-a),l=h.max),f<p.min&&(y+=(m-y)*(p.min-f)/(c-f),f=p.min),c>p.max&&(m+=(m-y)*(p.max-c)/(c-f),c=p.max),a=h.p2c(a),l=h.p2c(l),f=p.p2c(f),c=p.p2c(c),a>l&&(d=l,l=a,a=d),f>c&&(d=c,c=f,f=d),d=t.globalAlpha,t.globalAlpha*=n.images.alpha,t.drawImage(u,v,m,g-v,y-m,a+r.left,f+r.top,l-a,c-f),t.globalAlpha=d}}function r(e,t,n,r){if(!t.images.show)return;r.format=[{required:!0},{x:!0,number:!0,required:!0},{y:!0,number:!0,required:!0},{x:!0,number:!0,required:!0},{y:!0,number:!0,required:!0}]}function i(e){e.hooks.processRawData.push(r),e.hooks.drawSeries.push(n)}var t={series:{images:{show:!1,alpha:1,anchor:"corner"}}};e.plot.image={},e.plot.image.loadDataImages=function(t,n,r){var i=[],s=[],o=n.series.images.show;e.each(t,function(t,n){if(!o&&!n.images.show)return;n.data&&(n=n.data),e.each(n,function(e,t){typeof t[0]=="string"&&(i.push(t[0]),s.push(t))})}),e.plot.image.load(i,function(t){e.each(s,function(e,n){var r=n[0];t[r]&&(n[0]=t[r])}),r()})},e.plot.image.load=function(t,n){var r=t.length,i={};r==0&&n({}),e.each(t,function(t,s){var o=function(){--r,i[s]=this,r==0&&n(i)};e("<img />").load(o).error(o).attr("src",s)})},e.plot.plugins.push({init:i,options:t,name:"image",version:"1.1"})})(jQuery)
|
jquery.flot.stack.min.js | 36 */(function(e){function n(e){function t(e,t){var n=null;for(var r=0;r<t.length;++r){if(e==t[r])break;t[r].stack==e.stack&&(n=t[r])}return n}function n(e,n,r){if(n.stack==null||n.stack===!1)return;var i=t(n,e.getData());if(!i)return;var s=r.pointsize,o=r.points,u=i.datapoints.pointsize,a=i.datapoints.points,f=[],l,c,h,p,d,v,m=n.lines.show,g=n.bars.horizontal,y=s>2&&(g?r.format[2].x:r.format[2].y),b=m&&n.lines.steps,w=!0,E=g?1:0,S=g?0:1,x=0,T=0,N,C;for(;;){if(x>=o.length)break;N=f.length;if(o[x]==null){for(C=0;C<s;++C)f.push(o[x+C]);x+=s}else if(T>=a.length){if(!m)for(C=0;C<s;++C)f.push(o[x+C]);x+=s}else if(a[T]==null){for(C=0;C<s;++C)f.push(null);w=!0,T+=u}else{l=o[x+E],c=o[x+S],p=a[T+E],d=a[T+S],v=0;if(l==p){for(C=0;C<s;++C)f.push(o[x+C]);f[N+S]+=d,v=d,x+=s,T+=u}else if(l>p){if(m&&x>0&&o[x-s]!=null){h=c+(o[x-s+S]-c)*(p-l)/(o[x-s+E]-l),f.push(p),f.push(h+d);for(C=2;C<s;++C)f.push(o[x+C]);v=d}T+=u}else{if(w&&m){x+=s;continue}for(C=0;C<s;++C)f.push(o[x+C]);m&&T>0&&a[T-u]!=null&&(v=d+(a[T-u+S]-d)*(l-p)/(a[T-u+E]-p)),f[N+S]+=v,x+=s}w=!1,N!=f.length&&y&&(f[N+2]+=v)}if(b&&N!=f.length&&N>0&&f[N]!=null&&f[N]!=f[N-s]&&f[N+1]!=f[N-s+1]){for(C=0;C<s;++C)f[N+s+C]=f[N+C];f[N+1]=f[N-s+1]}}r.points=f}e.hooks.processDatapoints.push(n)}var t={series:{stack:null}};e.plot.plugins.push({init:n,options:t,name:"stack",version:"1.2"})})(jQuery)
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/font/plugins/ |
BitmapFontLoader.java | 33 package com.jme3.font.plugins;
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/scene/plugins/ |
MTLLoader.java | 33 package com.jme3.scene.plugins;
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/ |
DXTFlipper.java | 32 package com.jme3.texture.plugins;
|
/external/jmonkeyengine/engine/src/desktop/com/jme3/texture/plugins/ |
AWTLoader.java | 33 package com.jme3.texture.plugins;
|