/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
p5-var.cpp | 12 struct Diamond : Derived, Derived2 { }; 53 Diamond diamond, 62 Base &br5 = diamond; // expected-error{{ambiguous conversion from derived class 'Diamond' to base class 'Base':}}
|
/external/clang/test/CodeGenCXX/ |
microsoft-abi-virtual-inheritance.cpp | 259 namespace diamond { namespace 286 // CHECK-LABEL: define x86_thiscallcc void @"\01??1D@diamond@@UAE@XZ"(%"struct.diamond::D"*) 287 // CHECK: %[[ARG_i8:.*]] = bitcast %"struct.diamond::D"* %{{.*}} to i8* 289 // CHECK: %[[THIS:.*]] = bitcast i8* %[[THIS_i8]] to %"struct.diamond::D"* 290 // CHECK: store %"struct.diamond::D"* %[[THIS]], %"struct.diamond::D"** %[[THIS_VAL:.*]], align 4 291 // CHECK: %[[THIS:.*]] = load %"struct.diamond::D"*, %"struct.diamond::D"** %[[THIS_VAL]] 292 // CHECK: %[[D_i8:.*]] = bitcast %"struct.diamond::D"* %[[THIS]] to i8 [all...] |
/external/chromium-trace/catapult/third_party/flot/ |
jquery.flot.symbol.js | 10 symbol: "square" // or "diamond", "triangle", "cross" 27 diamond: function (ctx, x, y, radius, shadow) { 26 }, method
|
jquery.flot.symbol.min.js | 7 (function($){function processRawData(plot,series,datapoints){var handlers={square:function(ctx,x,y,radius,shadow){var size=radius*Math.sqrt(Math.PI)/2;ctx.rect(x-size,y-size,size+size,size+size)},diamond:function(ctx,x,y,radius,shadow){var size=radius*Math.sqrt(Math.PI/2);ctx.moveTo(x-size,y);ctx.line (…) method
|
/external/skia/platform_tools/android/tests/expectations/ |
Android.mk | 174 # diamond-master (one test to rule them all)
|
/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/ |
Dot.py | 97 arrowhead = 'box' | 'crow' | 'diamond' | 'dot' | 'inv' | 'none' | 'tee' | 'vee'
|
/external/chromium-trace/catapult/third_party/graphy/graphy/ |
common.py | 32 shape: One of the shape codes (Marker.arrow, Marker.diamond, etc.) 41 diamond = 'd' variable in class:Marker
|
/external/ImageMagick/www/api/ |
morphology.php | 226 <dd> Diamond:[{radius}[,{scale}]] Generate a diamond shaped kernel with given radius to the points. Kernel size will again be radius*2+1 square and defaults to radius 1, generating a 3x3 kernel that is slightly larger than a square. </dd> 230 <dd> Octagon:[{radius}[,{scale}]] Generate octagonal shaped kernel of given radius and constant scale. Default radius is 3 producing a 7x7 kernel. A radius of 1 will result in "Diamond" kernel. </dd> 234 <dd> NOTE: That a low radii Disk kernels produce the same results as many of the previously defined kernels, but differ greatly at larger radii. Here is a table of equivalences... "Disk:1" => "Diamond", "Octagon:1", or "Cross:1" "Disk:1.5" => "Square" "Disk:2" => "Diamond:2" "Disk:2.5" => "Octagon" "Disk:2.9" => "Square:2" "Disk:3.5" => "Octagon:3" "Disk:4.5" => "Octagon:4" "Disk:5.4" => "Octagon:5" "Disk:6.4" => "Octagon:6" All other Disk shapes are unique to this kernel, but because a "Disk" is more circular when using a larger radius, using a larger radius is preferred over iterating the morphological operation. </dd> 248 <dd> NOTE: "plus:1" is equivalent to a "Diamond" kernel. </dd> 264 <dd> Manhattan:[{radius}][x{scale}[!]] Manhattan Distance (also known as Rectilinear, City Block, or the Taxi Cab distance metric), it is the distance needed when you can only travel in horizontal or vertical directions only. It is the distance a 'Rook' in chess would have to travel, and results in a diamond like distances, where diagonals are further than expected. </dd> [all...] |
/external/fonttools/Lib/fontTools/ |
agl.py | 404 2666;diamond;BLACK DIAMOND SUIT
|
/external/skia/ |
Android.mk | 854 # diamond-master (one test to rule them all)
|
/prebuilts/go/darwin-x86/src/html/ |
entity.go | 100 "Diamond;": '\U000022C4', [all...] |
/prebuilts/go/linux-x86/src/html/ |
entity.go | 100 "Diamond;": '\U000022C4', [all...] |
/external/chromium-trace/catapult/tracing/third_party/d3/ |
d3.min.js | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/pydoc_data/ |
topics.py | [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/pydoc_data/ |
topics.py | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/ |
topics.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/ |
topics.py | [all...] |