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

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/go/types/
stmt.go 56 // over several places because CloseScope is not always called explicitly.)
746 // check expression to iterate over
777 check.errorf(x.pos(), "cannot range over send-only channel %s", &x)
781 check.errorf(s.Value.Pos(), "iteration over %s permits only one iteration variable", &x)
788 check.errorf(x.pos(), "cannot range over %s", &x)
  /prebuilts/go/linux-x86/src/net/
timeout_test.go 30 {-5 * time.Second, 5 * time.Second, -5 * time.Second, 100 * time.Millisecond}, // timeout over deadline
36 {50 * time.Millisecond, 5 * time.Second, 100 * time.Millisecond, time.Second}, // timeout over deadline
694 t.Fatal("Read took over 1s; expected 0.1s")
727 t.Fatal("ReadFrom took over 1s; expected 0.1s")
769 t.Fatalf("Write took over %v; expected 0.1s", d)
  /external/ImageMagick/www/api/
quantize.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."/>
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>
  /prebuilts/go/darwin-x86/src/bufio/
scan.go 27 // control over error handling or large tokens, or must run sequential scans
290 // equivalent to that from a range loop over the input as a string, which
321 // but advance only one byte. This matches the behavior of a range loop over
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
p224.go 412 // We might have pushed out[3] over 2**28 so we perform another, partial,
426 // 1) The first time that we eliminated top, we didn't push out[3] over
429 // 2) We did push out[3] over 2**28 the first time that we eliminated top.
  /prebuilts/go/darwin-x86/src/debug/dwarf/
entry.go 59 // Walk over attributes, counting.
76 // Walk over attributes again, this time writing them down.
600 // SkipChildren skips over the child entries associated with
  /prebuilts/go/darwin-x86/src/regexp/
exec_test.go 24 // regexps over a given set of atoms and operators, up to a given
25 // complexity, over all possible strings over a given alphabet,
onepass.go 16 // backtracking: they are guaranteed to run in one pass over the string
38 // in the string. The OnePassPrefix skips over the mandatory
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/idna/
idna.go 241 // change over time.
245 // The configuration of this profile may change over time.
503 // A labelIter allows iterating over domain name labels.
  /prebuilts/go/linux-x86/src/bufio/
scan.go 27 // control over error handling or large tokens, or must run sequential scans
290 // equivalent to that from a range loop over the input as a string, which
321 // but advance only one byte. This matches the behavior of a range loop over
  /prebuilts/go/linux-x86/src/crypto/elliptic/
p224.go 412 // We might have pushed out[3] over 2**28 so we perform another, partial,
426 // 1) The first time that we eliminated top, we didn't push out[3] over
429 // 2) We did push out[3] over 2**28 the first time that we eliminated top.
  /prebuilts/go/linux-x86/src/debug/dwarf/
entry.go 59 // Walk over attributes, counting.
76 // Walk over attributes again, this time writing them down.
600 // SkipChildren skips over the child entries associated with
  /prebuilts/go/linux-x86/src/regexp/
exec_test.go 24 // regexps over a given set of atoms and operators, up to a given
25 // complexity, over all possible strings over a given alphabet,
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/idna/
idna.go 241 // change over time.
245 // The configuration of this profile may change over time.
503 // A labelIter allows iterating over domain name labels.
  /build/soong/third_party/zip/
reader.go 96 // Gloss over this by reading headers until we encounter
240 b = b[22:] // skip over most of the header
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
bs16.S 72 # Print over
  /external/boringssl/src/ssl/test/runner/
handshake_client.go 812 // Copy over authentication from the session.
929 // from the client certificate are read over these keys.
    [all...]
  /external/icu/icu4c/source/test/perf/collationperf/
CollPerf.pl 177 names vary according to language. Each Collation operation over the whole list
  /external/llvm/test/MC/ARM/
eh-directive-save.s 15 @ by 0xA0 or 0xA8, then the assembler should prefer them over 0x8000.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XKBgeom.h 252 XkbKeyNameRec over; member in struct:_XkbOverlayKey
392 char * /* over */,
  /prebuilts/go/darwin-x86/src/encoding/base64/
base64.go 319 // skip over newlines
335 // skip over newlines
  /prebuilts/go/darwin-x86/src/io/
io_test.go 101 // It's preferable to choose WriterTo over ReaderFrom, since a WriterTo can issue one large write,
112 t.Errorf("WriteTo was not prioritized over ReadFrom")
  /prebuilts/go/darwin-x86/src/mime/multipart/
multipart.go 285 // Reader is an iterator over parts in a MIME multipart body.
361 // indicating that all parts are over.
  /prebuilts/go/darwin-x86/src/net/http/httputil/
persist.go 62 // as the read-side bufio which may have some left over data. Hijack may be
272 // as the read-side bufio which may have some left over data. Hijack may be
  /prebuilts/go/darwin-x86/src/os/
timeout_test.go 274 t.Fatal("Read took over 1s; expected 0.1s")
326 t.Fatalf("Write took over %v; expected 0.1s", d)

Completed in 1294 milliseconds

<<11121314151617181920>>