HomeSort by relevance Sort by last modified time
    Searched refs:represent (Results 26 - 50 of 200) sorted by null

12 3 4 5 6 7 8

  /prebuilts/go/darwin-x86/src/net/
file_plan9.go 127 return nil, errors.New("file does not represent a listener")
  /prebuilts/go/darwin-x86/test/
solitaire.go 20 // represent illegal fields, ? are pegs, and ? are holes.
  /prebuilts/go/linux-x86/doc/play/
solitaire.go 14 // Periods represent illegal fields,
  /prebuilts/go/linux-x86/src/net/
file_plan9.go 127 return nil, errors.New("file does not represent a listener")
  /prebuilts/go/linux-x86/test/
solitaire.go 20 // represent illegal fields, ? are pegs, and ? are holes.
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/representer/
BaseRepresenter.java 37 * Represent basic YAML structures: scalar, sequence, mapping
40 protected final Map<Class<?>, Represent> representers = new HashMap<Class<?>, Represent>();
46 protected Represent nullRepresenter;
48 protected final Map<Class<?>, Represent> multiRepresenters = new LinkedHashMap<Class<?>, Represent>();
63 public Node represent(Object data) { method in class:BaseRepresenter
87 Represent representer = representers.get(clazz);
93 Represent representer = multiRepresenters.get(repr);
101 Represent representer = multiRepresenters.get(null)
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibCTA9x4/
CTA9x4Boot.asm 82 do nothing. This memory can also represent the Secure RAM.
  /external/ImageMagick/www/api/
quantize.php 71 <p>Classification begins by initializing a color description tree of sufficient depth to represent each possible input color in a leaf. However, it is impractical to generate a fully-formed color description tree in the storage_class phase for realistic values of Cmax. If colors components in the input image are quantized to k-bit precision, so that Cmax= 2k-1, the tree would need k levels below the root node to allow representing each possible input color in a leaf. This becomes prohibitive because the tree's total number of nodes is 1 + sum(i=1, k, 8k).</p>
101 <dd> For each node, n2 pixels exist for which that node represents the smallest volume in RGB space containing those pixel's colors. When n2 &gt; 0 the node will uniquely define a color in the output image. At the beginning of reduction, n2 = 0 for all nodes except a the leaves of the tree which represent colors present in the input image. </dd>
304 <p>QuantizeImage() analyzes the colors within a reference image and chooses a fixed number of colors to represent the image. The goal of the algorithm is to minimize the color difference between the input and output image while minimizing the processing time.</p>
335 <p>QuantizeImages() analyzes the colors within a set of reference images and chooses a fixed number of colors to represent the set. The goal of the algorithm is to minimize the color difference between the input and output images while minimizing the processing time.</p>
cache.php 129 <p>Pixels accessed via the returned pointer represent a simple array of type Quantum. If the image has corresponding metacontent,call GetAuthenticMetacontent() after invoking GetAuthenticPixels() to obtain the meta-content corresponding to the region. Once the Quantum array has been updated, the changes must be saved back to the underlying image using SyncAuthenticPixels() or they may be lost.</p>
317 <p>Pixels accessed via the returned pointer represent a simple array of type Quantum. If the image type is CMYK or the storage class is PseudoClass, call GetAuthenticMetacontent() after invoking GetAuthenticPixels() to access the meta-content (of type void) corresponding to the the region.</p>
359 <p>Pixels accessed via the returned pointer represent a simple array of type Quantum. If the image type is CMYK or the storage class is PseudoClass, call GetAuthenticMetacontent() after invoking GetAuthenticPixels() to obtain the meta-content (of type void) corresponding to the region. Once the Quantum (and/or Quantum) array has been updated, the changes must be saved back to the underlying image using SyncAuthenticPixels() or they may be lost.</p>
layer.php 113 <p>Images do NOT have to be the same size, though it is best that all the images are 'coalesced' (images are all the same size, on a flattened canvas, so as to represent exactly how an specific frame should look).</p>
256 <p>RemoveZeroDelayLayers() removes any image that as a zero delay time. Such images generally represent intermediate or partial updates in GIF animations used for file optimization. They are not ment to be displayed to users of the animation. Viewable images in an animation should have a time delay of 3 or more centi-seconds (hundredths of a second).</p>
  /frameworks/rs/script_api/
rs_object_types.spec 157 graphical data formats and represent vectors with per vector member sizes which are treated
  /compatibility/cdd/3_software/
3_9_device-administration.md 84 AOSP info icon) to represent when a particular setting is restricted by
99 represent the managed applications and widgets and other badged UI elements
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
malis.s 13 ;; Lines starting with '#' represent instructions that fail in GAS.
  /external/libvorbis/doc/
01-introduction.tex 427 the resulting residue vectors represent the fine spectral detail
463 the audio spectrum vector should represent a minimum of 120dB (\~{}21
465 residue vector to represent full scale if the floor is nailed to
468 represent $-140$dB to $+0$dB. Thus, in order to handle full range
471 residue vector must be able to represent a 48 bit range and the dot
04-codec.tex 551 the audio spectrum vector should represent a minimum of 120dB (\~21
553 residue vector to represent full scale if the floor is nailed to
556 represent $-140$dB to $+0$dB. Thus, in order to handle full range
559 residue vector must be able to represent a 48 bit range and the dot
  /external/lisa/libs/utils/analysis/
latency_analysis.py 65 Only exception is 'A', which is used to represent active tasks,
488 point is plotted to represent the time interval since the previous
620 point is plotted to represent the cumulative time the task has be
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
MessageDescriptor.cs 119 /// The CLR type used to represent message instances from this descriptor.
166 /// Returns whether this message is one of the "wrapper types" used for fields which represent primitive values
  /prebuilts/go/darwin-x86/src/encoding/asn1/
marshal.go 342 return nil, StructuralError{"cannot represent time as UTCTime"}
351 return nil, StructuralError{"cannot represent time as GeneralizedTime"}
  /prebuilts/go/linux-x86/src/encoding/asn1/
marshal.go 342 return nil, StructuralError{"cannot represent time as UTCTime"}
351 return nil, StructuralError{"cannot represent time as GeneralizedTime"}
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Any.cs 140 /// * The last segment of the URL's path must represent the fully
  /prebuilts/go/darwin-x86/src/encoding/gob/
decoder.go 190 // Otherwise, it stores the value into v. In that case, v must represent
  /prebuilts/go/darwin-x86/src/go/build/
doc.go 115 // (example: source_windows_amd64.go) where GOOS and GOARCH represent
  /prebuilts/go/darwin-x86/src/go/constant/
value.go 447 // to represent as float64, Float64Val silently underflows to 0. The result sign always
470 // BitLen returns the number of bits required to represent
587 // If x is Unknown, or if it is too large or small to represent as a
610 // If x is Unknown, or if it is too large or small to represent as a
  /prebuilts/go/darwin-x86/src/html/template/
css.go 63 // number hex digits need to represent that codepoint, so len(s) is an
  /prebuilts/go/darwin-x86/src/image/jpeg/
idct.go 29 * The MPEG Software Simulation Group does not represent or warrant that the

Completed in 984 milliseconds

12 3 4 5 6 7 8