/external/opencv3/modules/imgproc/test/ocl/ |
test_houghlines.cpp | 174 OCL_INSTANTIATE_TEST_CASE_P(Imgproc, HoughLines, Combine(Values(1, 0.5), // rhoStep 178 OCL_INSTANTIATE_TEST_CASE_P(Imgproc, HoughLinesP, Combine(Values(100, 150), // threshold
|
/external/opencv3/modules/stitching/perf/opencl/ |
perf_warpers.cpp | 118 ::testing::Combine(OCL_TEST_SIZES, WarperType::all())) 133 ::testing::Combine(OCL_TEST_SIZES, WarperType::all()))
|
/external/opencv3/modules/superres/perf/ |
perf_superres.cpp | 121 Combine(Values(szSmall64, szSmall128), 183 Combine(Values(szSmall64, szSmall128),
|
/external/skia/src/gpu/ |
GrPipeline.h | 68 * to combine draws. Therefore we take a param that indicates whether coord transforms should be 74 * Allows a GrBatch subclass to determine whether two GrBatches can combine. This is a stricter
|
/external/v8/test/cctest/ |
test-hydrogen-types.cc | 75 CHECK(ti.IsSubtypeOf(ti.Combine(tj))); 76 CHECK(tj.IsSubtypeOf(ti.Combine(tj)));
|
/external/webrtc/webrtc/base/ |
httpclient.h | 35 // object using the specified combine operation. 38 HttpData::HeaderCombine combine);
|
/frameworks/base/docs/html/distribute/analyze/ |
improve-roi.jd | 2 page.metaDescription=Combine the power of Analytics with other data sources to understand the performance of each of your marketing channels. 26 Combine the power of Google Analytics with other data you have to get an
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
codec_factory.h | 139 ::testing::Combine( \ 221 ::testing::Combine( \
|
/libcore/ojluni/src/main/java/java/util/ |
IntSummaryStatistics.java | 39 * IntSummaryStatistics::combine); 96 public void combine(IntSummaryStatistics other) { method in class:IntSummaryStatistics
|
LongSummaryStatistics.java | 40 * LongSummaryStatistics::combine); 108 public void combine(LongSummaryStatistics other) { method in class:LongSummaryStatistics
|
/libcore/ojluni/src/test/java/util/stream/ |
TestDoubleSumAverage.java | 81 DoubleSummaryStatistics::combine); 130 DoubleSummaryStatistics::combine);
|
/external/llvm/include/llvm/ADT/ |
Hashing.h | 338 /// A type trait which is true if we want to combine values for hashing by 505 /// This sets up the state for a recursive hash combine, including getting 510 /// \brief Combine one chunk of data into the current in-flight hash. 521 // with the variadic combine because that formation can have varying 556 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper 561 return combine(length, buffer_ptr, buffer_end, args...); 569 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end) { function in struct:llvm::hashing::detail::hash_combine_recursive_helper 592 /// \brief Combine values into a single hash_code. 595 /// attempt to combine them into a single hash_code. For user-defined types it 606 return helper.combine(0, helper.buffer, helper.buffer + 64, args...) [all...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
TokenRewriteStream.as | 268 /** We need to combine operations and report invalid operations (like 273 * I.i.u I.i.v combine: Iivu 283 * R.x-y.v I.x.u R.x-y.uv (combine, delete I) 298 * 1. for any inserts to same index, combine even if not adjacent. 299 * 2. for any prior replace with same left boundary, combine this 356 // combine current insert with prior if any at same index 360 if ( prevIop.index == iop.index ) { // combine objects
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
TokenRewriteStream.cs | 445 /** We need to combine operations and report invalid operations (like 450 * I.i.u I.i.v combine: Iivu 460 * R.x-y.v I.x.u R.x-y.uv (combine, delete I) 475 * 1. for any inserts to same index, combine even if not adjacent. 476 * 2. for any prior replace with same left boundary, combine this 539 // combine current insert with prior if any at same index 543 if (prevIop.index == iop.index) { // combine objects
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRTokenRewriteStream.m | 511 /** We need to combine operations and report invalid operations (like 516 * I.i.u I.i.v combine: Iivu 526 * R.x-y.v I.x.u R.x-y.uv (combine, delete I) 541 * 1. for any inserts to same rwIndex, combine even if not adjacent. 542 * 2. for any prior replace with same left boundary, combine this 605 // combine current insert with prior if any at same rwIndex 609 if ( prevIop.rwIndex == iop.rwIndex ) { // combine objects
|
/external/chromium-trace/catapult/third_party/flot/ |
jquery.flot.pie.min.js | 7 (function($){var REDRAW_ATTEMPTS=10;var REDRAW_SHRINK=.95;function init(plot){var canvas=null,target=null,options=null,maxRadius=null,centerLeft=null,centerTop=null,processed=false,ctx=null;var highlights=[];plot.hooks.processOptions.push(function(plot,options){if(options.series.pie.show){options.grid.show=false;if(options.series.pie.label.show=="auto"){if(options.legend.show){options.series.pie.label.show=false}else{options.series.pie.label.show=true}}if(options.series.pie.radius=="auto"){if(options.series.pie.label.show){options.series.pie.radius=3/4}else{options.series.pie.radius=1}}if(options.series.pie.tilt>1){options.series.pie.tilt=1}else if(options.series.pie.tilt<0){options.series.pie.tilt=0}}});plot.hooks.bindEvents.push(function(plot,eventHolder){var options=plot.getOptions();if(options.series.pie.show){if(options.grid.hoverable){eventHolder.unbind("mousemove").mousemove(onMouseMove)}if(options.grid.clickable){eventHolder.unbind("click").click(onClick)}}});plot.hooks.processDatapoints.push(function(plot,series,data,datapoints){var options=plot.getOptions();if(options.series.pie.show){processDatapoints(plot,series,data,datapoints)}});plot.hooks.drawOverlay.push(function(plot,octx){var options=plot.getOptions();if(options.series.pie.show){drawOverlay(plot,octx)}});plot.hooks.draw.push(function(plot,newCtx){var options=plot.getOptions();if(options.series.pie.show){draw(plot,newCtx)}});function processDatapoints(plot,series,datapoints){if(!processed){processed=true;canvas=plot.getCanvas();target=$(canvas).parent();options=plot.getOptions();plot.setData(combine(plot.getData()))}}function combine(data){var total=0,combined=0,numCombined=0,color=options.series.pie.combine.color,newdata=[];for(var i=0;i<data.length;++i){var value=data[i].data;if($.isArray(value)&&value.length==1){value=value[0]}if($.isArray(value)){if(!isNaN(parseFloat(value[1]))&&isFinite(value[1])){value[1]=+value[1]}else{value[1]=0}}else if(!isNaN(parseFloat(value))&&isFinite(value)){value=[1,+value]}else{value=[1,0]}data[i].data=[value]}for(var i=0;i<data.length;++i){total+=data[i].data[0][1]}for(var i=0;i<data.length;++i){var value=data[i].data[0][1];if(value/total<=options.series.pie.combine.threshold){combined+=value;numCombined++;if(!color){color=data[i].color}}}for(var i=0;i<data.length;++i){var value=data[i].data[0][1];if(numCombined<2||value/total>options.series.pie.combine.threshold){newdata.push($.extend(data[i],{data:[[1,value]],color:data[i].color,label:data[i].label,angle:value*Math.PI*2/total,percent:value/(total/100)}))}}if(numCombined>1){newdata.push({data:[[1,combined]],color:color,label:options.series.pie.combine.label,angle:combined*Math.PI*2/total,percent:combined/(total/100)})}return newdata}function draw(plot,newCtx){if(!target){return}var canvasWidth=plot.getPlaceholder().width(),canvasHeight=plot.getPlaceholder().height(),legendWidth=target.children().filter(".legend").children().width()||0;ctx=newCtx;processed=false;maxRadius=Math.min(canvasWidth,canvasHeight/options.series.pie.tilt)/2;centerTop=canvasHeight/2+options.series.pie.offset.top;centerLeft=canvasWidth/2;if(options.series.pie.offset.left=="auto"){if(options.legend.position.match("w")){centerLeft+=legendWidth/2}else{centerLeft-=legendWidth/2}if(centerLeft<maxRadius){centerLeft=maxRadius}else if(centerLeft>canvasWidth-maxRadius){centerLeft=canvasWidth-maxRadius}}else{centerLeft+=options.series.pie.offset.left}var slices=plot.getData(),attempts=0;do{if(attempts>0){maxRadius*=REDRAW_SHRINK}attempts+=1;clear();if(options.series.pie.tilt<=.8){drawShadow()}}while(!drawPie()&&attempts<REDRAW_ATTEMPTS);if(attempts>=REDRAW_ATTEMPTS){clear();target.prepend("<div class='error'>Could not draw pie with labels contained inside canvas</div>")}if(plot.setSeries&&plot.insertLegend){plot.setSeries(slices);plot.insertLegend()}function clear(){ctx.clearRect(0,0,canvasWidth,canvasHeight);target.children().filter(".pieLabel, .pieLabelBackground").remove()}function drawShadow(){var shadowLeft=options.series.pie.shadow.left;var shadowTop=options.series.pie.shadow.top;var edge=10;var alpha=options.series.pie.shadow.alpha;var radius=options.series.pie.radius>1?options.series.pie.radius:maxRadius*options.series.pie.radius;if(radius>=canvasWidth/2-shadowLeft||radius*options.series.pie.tilt>=canvasHeight/2-shadowTop||radius<=edge){return}ctx.save();ctx.translate(shadowLeft,shadowTop);ctx.globalAlpha=alpha;ctx.fillStyle="#000";ctx.translate(centerLeft,centerTop);ctx.scale(1,options.series.pie.tilt);for(var i=1;i<=edge;i++){ctx.beginPath();ctx.arc(0,0,radius,0,Math.PI*2,false);ctx.fill();radius-=i}ctx.restore()}function drawPie(){var startAngle=Math.PI*options.series.pie.startAngle;var radius=options.series.pie.radius>1?options.series.pie.radius:maxRadius*options.series.pie.radius;ctx.save();ctx.translate(centerLeft,centerTop);ctx.scale(1,options.series.pie.tilt);ctx.save();var currentAngle=startAngle;for(var i=0;i<slices.length;++i){slices[i].startAngle=currentAngle;drawSlice(slices[i].angle,slices[i].color,true)}ctx.restore();if(options.series.pie.stroke.width>0){ctx.save();ctx.lineWidth=options.series.pie.stroke.width;currentAngle=startAngle;for(var i=0;i<slices.length;++i){drawSlice(slices[i].angle,options.series.pie.stroke.color,false)}ctx.restore()}drawDonutHole(ctx);ctx.restore();if(options.series.pie.label.show){return drawLabels()}else return true;function drawSlice(angle,color,fill){if(angle<=0||isNaN(angle)){return}if(fill){ctx.fillStyle=color}else{ctx.strokeStyle=color;ctx.lineJoin="round"}ctx.beginPath();if(Math.abs(angle-Math.PI*2)>1e-9){ctx.moveTo(0,0)}ctx.arc(0,0,radius,currentAngle,currentAngle+angle/2,false);ctx.arc(0,0,radius,currentAngle+angle/2,currentAngle+angle,false);ctx.closePath();currentAngle+=angle;if(fill){ctx.fill()}else{ctx.stroke()}}function drawLabels(){var currentAngle=startAngle;var radius=options.series.pie.label.radius>1?options.series.pie.label.radius:maxRadius*options.series.pie.label.radius;for(var i=0;i<slices.length;++i){if(slices[i].percent>=options.series.pie.label.threshold*100){if(!drawLabel(slices[i],currentAngle,i)){return false}}currentAngle+=slices[i].angle}return true;function drawLabel(slice,startAngle,index){if(slice.data[0][1]==0){return true}var lf=options.legend.labelFormatter,text,plf=options.series.pie.label.formatter;if(lf){text=lf(slice.label,slice)}else{text=slice.label}if(plf){text=plf(text,slice)}var halfAngle=(startAngle+slice.angle+startAngle)/2;var x=centerLeft+Math.round(Math.cos(halfAngle)*radius);var y=centerTop+Math.round(Math.sin(halfAngle)*radius)*options.series.pie.tilt;var html="<span class='pieLabel' id='pieLabel"+index+"' style='position:absolute;top:"+y+"px;left:"+x+"px;'>"+text+"</span>";target.append(html);var label=target.children("#pieLabel"+index);var labelTop=y-label.height()/2;var labelLeft=x-label.width()/2;label.css("top",labelTop);label.css("left",labelLeft);if(0-labelTop>0||0-labelLeft>0||canvasHeight-(labelTop+label.height())<0||canvasWidth-(labelLeft+label.width())<0){return false}if(options.series.pie.label.background.opacity!=0){var c=options.series.pie.label.background.color;if(c==null){c=slice.color}var pos="top:"+labelTop+"px;left:"+labelLeft+"px;";$("<div class='pieLabelBackground' style='position:absolute;width:"+label.width()+"px;height:"+label.height()+"px;"+pos+"background-color:"+c+";'></div>").css("opacity",options.series.pie.label.background.opacity).insertBefore(label)}return true}}}}function drawDonutHole(layer){if(options.series.pie.innerRadius>0){layer.save();var innerRadius=options.series.pie.innerRadius>1?options.series.pie.innerRadius:maxRadius*options.series.pie.innerRadius;layer.globalCompositeOperation="destination-out";layer.beginPath();layer.fillStyle=options.series.pie.stroke.color;layer.arc(0,0,innerRadius,0,Math.PI*2,false);layer.fill();layer.closePath();layer.restore();layer.save();layer.beginPath();layer.strokeStyle=options.series.pie.stroke.color;layer.arc(0,0,innerRadius,0,Math.PI*2,false);layer.stroke();layer.closePath();layer.restore()}}function isPointInPoly(poly,pt){for(var c=false,i=-1,l=poly.length,j=l-1;++i<l;j=i)(poly[i][1]<=pt[1]&&pt[1]<poly[j][1]||poly[j][1]<=pt[1]&&pt[1]<poly[i][1])&&pt[0]<(poly[j][0]-poly[i][0])*(pt[1]-poly[i][1])/(poly[j][1]-poly[i][1])+poly[i][0]&&(c=!c);return c}function findNearbySlice(mouseX,mouseY){var slices=plot.getData(),options=plot.getOptions(),radius=options.series.pie.radius>1?options.series.pie.radius:maxRadius*options.series.pie.radius,x,y;for(var i=0;i<slices.length;++i){var s=slices[i];if(s.pie.show){ctx.save();ctx.beginPath();ctx.moveTo(0,0);ctx.arc(0,0,radius,s.startAngle,s.startAngle+s.angle/2,false);ctx.arc(0,0,radius,s.startAngle+s.angle/2,s.startAngle+s.angle,false);ctx.closePath();x=mouseX-centerLeft;y=mouseY-centerTop;if(ctx.isPointInPath){if(ctx.isPointInPath(mouseX-centerLeft,mouseY-centerTop)){ctx.restore();return{datapoint:[s.percent,s.data],dataIndex:0,series:s,seriesIndex:i}}}else{var p1X=radius*Math.cos(s.startAngle),p1Y=radius*Math.sin(s.startAngle),p2X=radius*Math.cos(s.startAngle+s.angle/4),p2Y=radius*Math.sin(s.startAngle+s.angle/4),p3X=radius*Math.cos(s.startAngle+s.angle/2),p3Y=radius*Math.sin(s.startAngle+s.angle/2),p4X=radius*Math.cos(s.startAngle+s.angle/1.5),p4Y=radius*Math.sin(s.startAngle+s.angle/1.5),p5X=radius*Math.cos(s.startAngle+s.angle),p5Y=radius*Math.sin(s.startAngle+s.angle),arrPoly=[[0,0],[p1X,p1Y],[p2X,p2Y],[p3X,p3Y],[p4X,p4Y],[p5X,p5Y]],arrPoint=[x,y];if(isPointInPoly(arrPoly,arrPoint)){ctx.restore();return{datapoint:[s.percent,s.data],dataIndex:0,series:s,seriesIndex:i}}}ctx.restore()}}return null}function onMouseMove(e){triggerClickHoverEvent("plothover",e)}function onClick(e){triggerClickHoverEvent("plotclick",e)}function triggerClickHoverEvent(eventname,e){var offset=plot.offset();var canvasX=parseInt(e.pageX-offset.left);var canvasY=parseInt(e.pageY-offset.top);var item=findNearbySlice(canvasX,canvasY);if(options.grid.autoHighlight){for(var i=0;i<highlights.length;++i){var h=highlights[i];if(h.auto==eventname&&!(item&&h.series==item.series)){unhighlight(h.series)}}}if(item){highlight(item.series,eventname)}var pos={pageX:e.pageX,pageY:e.pageY};target.trigger(eventname,[pos,item])}function highlight(s,auto){var i=indexOfHighlight(s);if(i==-1){highlights.push({series:s,auto:auto});plot.triggerRedrawOverlay()}else if(!auto){highlights[i].auto=false}}function unhighlight(s){if(s==null){highlights=[];plot.triggerRedrawOverlay()}var i=indexOfHighlight(s);if(i!=-1){highlights.splice(i,1);plot.triggerRedrawOverlay()}}function indexOfHighlight(s){for(var i=0;i<highlights.length;++i){var h=highlights[i];if(h.series==s)return i}return-1}function drawOverlay(plot,octx){var options=plot.getOptions();var radius=options.series.pie.radius>1?options.series.pie.radius:maxRadius*options.series.pie.radius;octx.save();octx.translate(centerLeft,centerTop);octx.scale(1,options.series.pie.tilt);for(var i=0;i<highlights.length;++i){drawHighlight(highlights[i].series)}drawDonutHole(octx);octx.restore();function drawHighlight(series){if(series.angle<=0||isNaN(series.angle)){return}octx.fillStyle="rgba(255, 255, 255, "+options.series.pie.highlight.opacity+")";octx.beginPath();if(Math.abs(series.angle-Math.PI*2)>1e-9){octx.moveTo(0,0)}octx.arc(0,0,radius,series.startAngle,series.startAngle+series.angle/2,false);octx.arc(0,0,radius,series.startAngle+series.angle/2,series.startAngle+series.angle,false);octx.closePath();octx.fill()}}}var options={series:{pie:{show:false,radius:"auto",innerRadius:0,startAngle:3/2,tilt:1,shadow:{left:5,top:15,alpha:.02},offset:{top:0,left:"auto"},stroke:{color:"#fff",width:1},label:{show:"auto",formatter:function(label,slice){return"<div style='font-size:x-small;text-align:center;padding:2px;color:"+slice.color+";'>"+label+"<br/>"+Math.round(slice.percent)+"%</div>"},radius:1,background:{color:null,opacity:0},threshold:0},combine:{threshold:-1,color:null,label:"Other"},highlight:{opacity:.5}}}};$.plot.plugins.push({init:init,o (…)
|
/external/libxml2/xstc/ |
xstc.py | 72 help="Display combine reports") 76 help="Display erroneous combine reports only") 198 # Use the last given directory for the combine name. 217 raise Exception("Could not compute the combine name of a test.") 522 out.write("combine(s): %s\n" % str(options.combines)) 524 out.write("combine : %s\n" % combName) 678 # Build a report for every single combine.
|
/external/guice/core/src/com/google/inject/util/ |
Modules.java | 107 public static Module combine(Module... modules) { method in class:Modules 108 return combine(ImmutableSet.copyOf(modules)); 114 public static Module combine(Iterable<? extends Module> modules) { method in class:Modules
|
/external/icu/icu4c/source/common/ |
dictbe.cpp | 197 // Will not combine a non-word with a preceding dictionary word longer than this 200 // Will not combine a non-word that shares at least this much prefix with a 320 // next word. If it's not a dictionary word, we will combine it with the word we 445 // Will not combine a non-word with a preceding dictionary word longer than this 448 // Will not combine a non-word that shares at least this much prefix with a 554 // next word. If it's not a dictionary word, we will combine it withe the word we 641 // Will not combine a non-word with a preceding dictionary word longer than this 644 // Will not combine a non-word that shares at least this much prefix with a 747 // next word. If it's not a dictionary word, we will combine it withe the word we [all...] |
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/ |
AABB.java | 138 * Combine two AABBs into this one. 143 public final void combine(final AABB aabb1, final AABB aab) { method in class:AABB 164 public final void combine(final AABB aabb) { method in class:AABB
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
HexagonMCDuplexInfo.cpp | 404 // Rdd = combine(#0,Rs) 405 // Rdd = combine(Rs,#0) 406 // Rdd = combine(#u2,#U2) 493 // Rdd = combine(#u2,#U2) 501 // Rdd = combine(Rs,#0) 511 // Rdd = combine(#0,Rs) 761 break; // 1,3 SUBInst $Rdd = combine(#1, #$u2) 767 break; // 1,3 SUBInst $Rdd = combine(#3, #$u2) 773 break; // 1,3 SUBInst $Rdd = combine(#0, #$u2) 779 break; // 1,3 SUBInst $Rdd = combine(#2, #$u2 [all...] |
/external/opencv3/modules/cudaarithm/test/ |
test_gpumat.cpp | 162 INSTANTIATE_TEST_CASE_P(CUDA, GpuMat_SetTo, testing::Combine( 232 INSTANTIATE_TEST_CASE_P(CUDA, GpuMat_CopyTo, testing::Combine( 323 INSTANTIATE_TEST_CASE_P(CUDA, GpuMat_ConvertTo, testing::Combine(
|
/external/opencv3/modules/cudabgsegm/perf/ |
perf_bgsegm.cpp | 70 Combine(Values("gpu/video/768x576.avi", "gpu/video/1920x1080.avi"), 175 Combine(Values("gpu/video/768x576.avi", "gpu/video/1920x1080.avi"), 330 Combine(Values("gpu/video/768x576.avi", "gpu/video/1920x1080.avi"),
|
/external/opencv3/modules/cudaimgproc/test/ |
test_hough.cpp | 111 INSTANTIATE_TEST_CASE_P(CUDA_ImgProc, HoughLines, testing::Combine( 184 INSTANTIATE_TEST_CASE_P(CUDA_ImgProc, HoughCircles, testing::Combine( 255 INSTANTIATE_TEST_CASE_P(CUDA_ImgProc, GeneralizedHough, testing::Combine(
|
/external/opencv3/modules/cudaobjdetect/test/ |
test_objdetect.cpp | 266 INSTANTIATE_TEST_CASE_P(detect, CalTech, testing::Combine(ALL_DEVICES, 302 testing::Combine(ALL_DEVICES, testing::Values<int>(0))); 363 testing::Combine(ALL_DEVICES, testing::Values<int>(0)));
|