HomeSort by relevance Sort by last modified time
    Searched refs:over (Results 176 - 200 of 738) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/darwin-x86/src/compress/flate/
flate_test.go 156 "complete HCLenTree, over-subscribed HLitTree, empty HDistTree",
226 "issue 10426 - over-subscribed HCLenTree causes a hang",
  /prebuilts/go/darwin-x86/src/go/types/
labels.go 98 // All forward jumps jumping over a variable declaration are possibly
153 "goto %s jumps over variable declaration at line %d",
  /prebuilts/go/darwin-x86/src/html/template/
html.go 69 // avoid over-encoding existing entities.
116 // without '&' to avoid over-encoding existing entities.
  /prebuilts/go/linux-x86/src/compress/flate/
flate_test.go 156 "complete HCLenTree, over-subscribed HLitTree, empty HDistTree",
226 "issue 10426 - over-subscribed HCLenTree causes a hang",
  /prebuilts/go/linux-x86/src/go/types/
labels.go 98 // All forward jumps jumping over a variable declaration are possibly
153 "goto %s jumps over variable declaration at line %d",
  /prebuilts/go/linux-x86/src/html/template/
html.go 69 // avoid over-encoding existing entities.
116 // without '&' to avoid over-encoding existing entities.
  /tools/test/connectivity/acts/tests/google/wifi/
WifiPasspointTest.py 227 4. Verify device fails over and connects to the other Passpoint SSID.
257 # Verify device fails over and connects to the other passpoint network.
  /external/ImageMagick/www/api/
image-view.php 12 <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>
wand-view.php 12 <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>
  /device/linaro/bootloader/edk2/BaseTools/
toolsetup.bat 181 echo Over-writing the files in the CONF_PATH directory
194 if defined RECONFIG echo over-write ... target.template to %CONF_PATH%\target.txt
205 if defined RECONFIG echo over-write ... tools_def.template to %CONF_PATH%\tools_def.txt
216 if defined RECONFIG echo over-write ... build_rule.template to %CONF_PATH%\build_rule.txt
  /prebuilts/go/darwin-x86/src/encoding/base64/
base64.go 259 // skip over newlines
280 // skip over newlines
303 // skip over newlines
  /prebuilts/go/darwin-x86/src/regexp/
exec.go 110 // match runs the machine over the input starting at pos.
309 // onepass runs the machine over the input starting at pos.
335 // If there is a simple literal prefix, skip over it.
  /prebuilts/go/darwin-x86/src/strings/
replace.go 48 // over the others with the same old string.
59 // over the others with the same old string.
111 // Prefixes are preferred over tables when there is one child, but the
  /prebuilts/go/linux-x86/src/encoding/base64/
base64.go 259 // skip over newlines
280 // skip over newlines
303 // skip over newlines
  /prebuilts/go/linux-x86/src/regexp/
exec.go 110 // match runs the machine over the input starting at pos.
309 // onepass runs the machine over the input starting at pos.
335 // If there is a simple literal prefix, skip over it.
  /prebuilts/go/linux-x86/src/strings/
replace.go 48 // over the others with the same old string.
59 // over the others with the same old string.
111 // Prefixes are preferred over tables when there is one child, but the
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/
README.txt 41 above then it installs it in the UEFI Configuration table and the run over the
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
TechNotes.txt 353 of this (and the choice of a stack over a list for free descriptor chain
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia32/
SearchForSecEntry.asm 36 ; Pass over the BFV header
  /external/clang/docs/analyzer/
make.bat 35 echo. changes to make an overview over all changed/added/deprecated items
  /external/clang/docs/
make.bat 35 echo. changes to make an overview over all changed/added/deprecated items
  /external/curl/packages/vms/
clean_gnv_curl.com 8 $! The default is to remove all the left over stuff from running the
  /external/libmojo/third_party/jinja2/
filters.py 728 The `attribute` parameter was added to allow suming up over
756 """Reverse the object or return an iterator the iterates over it the other
  /external/libvorbis/doc/
09-helper.tex 156 13) iterate [x] over the range [x0]+1 ... [x1]-1 {
  /external/llvm/docs/
make.bat 35 echo. changes to make an overview over all changed/added/deprecated items

Completed in 782 milliseconds

1 2 3 4 5 6 78 91011>>