Searched refs:over (Results 26 - 50 of 144) sorted by relevance

123456

/external/guice/
H A DAndroidCallMunge.mk33 # Run munge over every single java file.
/external/webrtc/webrtc/modules/video_capture/mac/qtkit/
H A Dvideo_capture_qtkit_info_objc.mm23 // ****************** over-written OS methods ***********************
24 #pragma mark **** over-written OS methods
/external/iproute2/doc/
H A Dip-tunnels.tex2 \def\TITLE{Tunnels over IP}
5 \Large\bf Tunnels over IP in Linux-2.2
85 Q: \verb|traceroute| does not work over tunnel! Well, stop... It works,
149 ipip & IP over IP & tunl0 \\
150 sit & IPv6 over IP & sit0 \\
151 gre & ANY over GRE over IP & gre0
199 some features related to the fact that they work over existing Internet
220 reachable over device \verb|tunl0|. With IPv6 the situation is much simpler:
/external/ltp/
H A Drunltp119 [NUM_PROCS = no. of processes creating the CPU Load by spinning over sqrt()
126 [NUM_PROCS = no. of processes creating Storage Load by spinning over write()]
136 [NUM_PROCS = no. of processes creating IO Bus Load by spinning over sync()]
142 [NUM_PROCS = no. of processes creating main Memory Load by spinning over malloc()]
620 # Skip over non-existent scenario files; things are
/external/markdown/MarkdownTest/
H A DMarkdownTest.pl118 =over 4
/external/skia/tools/lua/
H A Dngrams.lua19 -- list containing just the verb to the master list. Then, backtrack over the
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Dsocket.rb12 A proxy debug event listener that forwards events over a socket to
260 over an IP socket.
/external/boringssl/linux-arm/crypto/bn/
H A Darmv4-mont.S166 add sp,r0,#4 @ skip over tp[num+1]
168 add sp,sp,#2*4 @ skip over {r0,r2}
/external/mesa3d/src/gallium/docs/
H A Dmake.bat24 echo. changes to make an overview over all changed/added/deprecated items
/external/syslinux/gpxe/src/net/
H A Dipv4.c140 * @v over If asserted, the timer is greater than @c MAX_TIMEOUT
143 int over ) {
144 if ( over ) {
194 /** Check if the fragment series is over */
H A Dtcp.c96 static void tcp_expired ( struct retry_timer *timer, int over );
516 * @v over Failure indicator
518 static void tcp_expired ( struct retry_timer *timer, int over ) {
524 ( over ? "expired" : "fired" ), tcp_state ( tcp->tcp_state ),
535 if ( over || graceful_close ) {
/external/ImageMagick/www/api/
H A Dshear.php12 <meta name="description" content="ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves."/>
117 <p>ShearImage() creates a new image that is a shear_image copy of an existing one. Shearing slides one edge of an image along the X or Y axis, creating a parallelogram. An X direction shear slides an edge along the X axis, while a Y direction shear slides an edge along the Y axis. The amount of the shear is controlled by a shear angle. For X direction shears, x_shear is measured relative to the Y axis, and similarly, for Y direction shears y_shear is measured relative to the X axis. Empty triangles left over from shearing the image are filled with the background color defined by member 'background_color' of the image.. ShearImage() allocates the memory necessary for the new Image structure and returns a pointer to the new image.</p>
141 <p>ShearRotateImage() creates a new image that is a rotated copy of an existing one. Positive angles rotate counter-clockwise (right-hand rule), while negative angles rotate clockwise. Rotated images are usually larger than the originals and have 'empty' triangular corners. X axis. Empty triangles left over from shearing the image are filled with the background color defined by member 'background_color' of the image. ShearRotateImage allocates the memory necessary for the new Image structure and returns a pointer to the new image.</p>
H A Dimage-view.php12 <meta name="description" content="ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves."/>
103 <p>DuplexTransferImageViewIterator() iterates over three image views in parallel and calls your transfer method for each scanline of the view. The source and duplex pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. However, the destination image view is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted.</p>
275 <p>GetImageViewIterator() iterates over the image view in parallel and calls your get method for each scanline of the view. The pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. Any updates to the pixels in your callback are ignored.</p>
473 <p>SetImageViewIterator() iterates over the image view in parallel and calls your set method for each scanline of the view. The pixel extent is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension. The pixels are initiallly undefined and any settings you make in the callback method are automagically synced back to your image.</p>
519 <p>TransferImageViewIterator() iterates over two image views in parallel and calls your transfer method for each scanline of the view. The source pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. However, the destination image view is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted.</p>
570 <p>UpdateImageViewIterator() iterates over the image view in parallel and calls your update method for each scanline of the view. The pixel extent is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted. Updates to pixels in your callback are automagically synced back to the image.</p>
H A Dwand-view.php12 <meta name="description" content="ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves."/>
103 <p>DuplexTransferWandViewIterator() iterates over three wand views in parallel and calls your transfer method for each scanline of the view. The source and duplex pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. However, the destination wand view is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted.</p>
208 <p>GetWandViewIterator() iterates over the wand view in parallel and calls your get method for each scanline of the view. The pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. Any updates to the pixels in your callback are ignored.</p>
395 <p>SetWandViewIterator() iterates over the wand view in parallel and calls your set method for each scanline of the view. The pixel extent is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension. The pixels are initiallly undefined and any settings you make in the callback method are automagically synced back to your image.</p>
441 <p>TransferWandViewIterator() iterates over two wand views in parallel and calls your transfer method for each scanline of the view. The source pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. However, the destination wand view is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted.</p>
492 <p>UpdateWandViewIterator() iterates over the wand view in parallel and calls your update method for each scanline of the view. The pixel extent is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted. Updates to pixels in your callback are automagically synced back to the image.</p>
H A Dquantize.php12 <meta name="description" content="ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves."/>
63 <p>Each primary color component (red, green, or blue) represents an intensity which varies linearly from 0 to a maximum value, Cmax, which corresponds to full saturation of that color. Color allocation is defined over a domain consisting of the cube in RGB space with opposite vertices at (0,0,0) and (Cmax, Cmax, Cmax). QUANTIZE requires Cmax = 255.</p>
90 <p>Reduction repeatedly prunes the tree until the number of nodes with n2 &gt; 0 is less than or equal to the maximum number of colors allowed in the output image. On any given iteration over the tree, it selects those nodes whose E count is minimal for pruning and merges their color statistics upward. It uses a pruning threshold, Ep, to govern node selection as follows:</p>
110 <dd> First, the assignment phase makes one pass over the pruned color description tree to establish the image's color map. For each node with n2 &gt; 0, it divides Sr, Sg, and Sb by n2 . This produces the mean color of all pixels that classify no lower than this node. Each of these colors becomes an entry in the color map. </dd>
217 <p>GetImageQuantizeError() measures the difference between the original and quantized images. This difference is the total quantization error. The error is computed by summing over all pixels in an image the distance squared in RGB space between each reference pixel value and its quantized value. These values are computed:</p>
/external/curl/packages/vms/
H A Dsetup_gnv_curl_build.com150 $! Copy over the gnv$conftest* files to base directory.
200 $! Copy over the gnv$*.opt files for [.docs.examples]
H A Dclean_gnv_curl.com8 $! The default is to remove all the left over stuff from running the
/external/openssh/contrib/suse/
H A Dopenssh.spec54 two untrusted hosts over an insecure network. X11 connections and
55 arbitrary TCP/IP ports can also be forwarded over the secure channel.
68 two untrusted hosts over an insecure network. X11 connections and
69 arbitrary TCP/IP ports can also be forwarded over the secure channel.
/external/clang/docs/analyzer/
H A Dmake.bat35 echo. changes to make an overview over all changed/added/deprecated items
/external/clang/docs/
H A Dmake.bat35 echo. changes to make an overview over all changed/added/deprecated items
/external/libvorbis/doc/
H A D09-helper.tex156 13) iterate [x] over the range [x0]+1 ... [x1]-1 {
/external/llvm/docs/
H A Dmake.bat35 echo. changes to make an overview over all changed/added/deprecated items
/external/llvm/lib/Support/Unix/
H A DProcess.inc277 // The error code from close takes precedence over the one from
/external/llvm/tools/msbuild/
H A Dinstall.bat9 REM Loop over the two platforms in awkward batch file fashion.
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DBitSet.pm272 =over

Completed in 1654 milliseconds

123456