HomeSort by relevance Sort by last modified time
    Searched refs:over (Results 201 - 225 of 888) sorted by null

1 2 3 4 5 6 7 891011>>

  /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/darwin-x86/src/vendor/golang_org/x/text/unicode/bidi/
bidi.go 18 // - Iterate over paragraphs
19 // - Segmenter to iterate over runs directly from a given text.
core.go 27 // - levels array over entire paragraph
28 // - reordering array over entire paragraph
29 // - levels array over line
30 // - reordering array over line
34 // character directionality (odd or even levels) over a line. Generating
35 // identical level arrays over a line is not required. Bidi explicit format
241 i = p.matchingPDI[i] // skip over to the matching PDI
645 // skip over run of (former) neutrals
  /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.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/bidi/
bidi.go 18 // - Iterate over paragraphs
19 // - Segmenter to iterate over runs directly from a given text.
core.go 27 // - levels array over entire paragraph
28 // - reordering array over entire paragraph
29 // - levels array over line
30 // - reordering array over line
34 // character directionality (odd or even levels) over a line. Generating
35 // identical level arrays over a line is not required. Bidi explicit format
241 i = p.matchingPDI[i] // skip over to the matching PDI
645 // skip over run of (former) neutrals
  /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 198 echo Over-writing the files in the CONF_PATH directory
211 if defined RECONFIG echo over-write ... target.template to %CONF_PATH%\target.txt
222 if defined RECONFIG echo over-write ... tools_def.template to %CONF_PATH%\tools_def.txt
233 if defined RECONFIG echo over-write ... build_rule.template to %CONF_PATH%\build_rule.txt
  /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.
337 // 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/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.
337 // 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
  /build/make/target/board/generic_arm64/
BoardConfig.mk 111 # over those set by the vendor.
  /compatibility/cdd/5_multimedia/
5_4_audio-recording.md 58 levels linearly track input SPL changes over at least a 30 dB range from -18
5_6_audio-latency.md 51 latency and cold output latency over at least one supported audio output device,
5_7_network-protocols.md 10 [section 5.1](#5_1_media_codecs) over HTTP(S).
13 the Media Segmant Formats table below over
  /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

Completed in 904 milliseconds

1 2 3 4 5 6 7 891011>>