HomeSort by relevance Sort by last modified time
    Searched refs:representation (Results 76 - 100 of 149) sorted by null

1 2 34 5 6

  /external/llvm/bindings/ocaml/target/
llvm_target.mli 24 (** [DataLayout.create rep] parses the target data string representation [rep].
34 (** [as_string td] is the string representation of the target data [td].
  /external/v8/test/mjsunit/
error-tostring.js 29 // Test default string representation of an Error object.
56 // on a given Error object. Verify the produced string representation.
mirror-error.js 44 // Create mirror and JSON representation.
63 // Parse JSON representation and check.
math-min-max.js 138 // Integer32 representation.
141 // Tagged representation.
146 // Double representation.
149 // Mixed representation.
mirror-script.js 33 // Create mirror and JSON representation.
66 // Parse JSON representation and check.
  /external/llvm/bindings/ocaml/analysis/
llvm_analysis.mli 10 (** Intermediate representation analysis.
  /external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
WebKitSystemInterface.h 182 CFURLRequestRef wkCFURLRequestCreateFromSerializableRepresentation(CFDictionaryRef representation, CFTypeRef tokenNull);
184 CFURLResponseRef wkCFURLResponseCreateFromSerializableRepresentation(CFDictionaryRef representation, CFTypeRef tokenNull);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
BaseFiltersManager.java 52 public ImageFilter getFilterForRepresentation(FilterRepresentation representation) {
53 return mFilters.get(representation.getFilterClass());
ImageFilterDraw.java 72 public void useRepresentation(FilterRepresentation representation) {
73 FilterDrawRepresentation parameters = (FilterDrawRepresentation) representation;
  /external/v8/src/
hydrogen-instructions.cc 56 const char* Representation::Mnemonic() const {
78 void HValue::AssumeRepresentation(Representation r) {
81 // The representation of the value is dictated by type feedback and
350 if (!other->representation().Equals(representation())) return false;
437 if (!representation().IsTagged() || type().Equals(HType::Tagged())) return;
852 if (!representation().IsInteger32()) return this;
870 if (!representation().IsInteger32()) return this;
877 if (!representation().IsInteger32()) return this;
1023 result->set_can_be_minus_zero(!representation().IsInteger32())
    [all...]
hydrogen-instructions.h 291 class Representation {
302 Representation() : kind_(kNone) { }
304 static Representation None() { return Representation(kNone); }
305 static Representation Tagged() { return Representation(kTagged); }
306 static Representation Integer32() { return Representation(kInteger32); }
307 static Representation Double() { return Representation(kDouble);
    [all...]
lithium.h 480 void AddValue(LOperand* operand, Representation representation) {
482 if (representation.IsTagged()) {
serialize.cc 1502 HowToCode representation = rinfo->IsCodedSpecially() ? kFromCode : kPlain; local
1527 int representation = rinfo->IsCodedSpecially() ? local
1542 int representation; local
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 32 /// Class representing optional flags with location and representation
36 OptionalFlag(const char *Representation)
37 : representation(Representation), flag(false) {}
49 const char *toString() const { return representation; }
58 const char *representation; member in class:clang::analyze_format_string::OptionalFlag
  /external/libvorbis/doc/
07-floor1.tex 8 Vorbis floor type one uses a piecewise straight-line representation to
9 encode a spectral envelope curve. The representation plots this curve
102 A partition class consists of a representation vector width (the
107 books were chosen for representation in a given packet. The
109 representation cascade while still using codebooks only in a scalar
179 floor that has all points set to minimum representation amplitude,
09-helper.tex 51 representation of a Vorbis codebook float value into the
52 representation used by the decoder for floating point numbers. For
06-floor0.tex 9 known as Line Spectral Frequency or LSF) representation to encode a
11 filter. This representation is equivalent to a traditional all-pole
13 coding; LSP representation may be converted to LPC representation and
01-introduction.tex 193 and a bass-only representation to the bass channel, thus saving space.
196 bass-only representation.
202 vector is a low-resolution representation of the audio spectrum for
209 representation on a dB amplitude scale and Bark frequency scale.
211 representation on a dB amplitude scale and linear frequency scale.
249 Huffman binary tree representation. This tree is tightly packed using
423 polar representation (where one vector is magnitude and the second
424 angle) back to Cartesian representation.
457 fixed-point representation for floor and residue and direct
475 representation
    [all...]
02-bitpacking.tex 16 bitstream into an actual representation in fixed-width words.
25 smallest integer storage representation offered by a platform. On
72 aligned to the boundaries of the byte representation; the next field
  /external/v8/test/mjsunit/compiler/
regress-lbranch-double.js 31 // branches when the representation of the condition is a double.
  /external/v8/test/mjsunit/regress/
regress-1181.js 29 // crankshaft produces code for int32 representation. Test that the
regress-728.js 36 // Force computation of hash for the string representation of array index.
regress-732.js 41 // Force hash computation for the string representation of index.
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryMetadata.java 491 GeometryMetadata representation = (GeometryMetadata) super.clone(); local
492 representation.useParametersFrom(this);
493 return representation;
  /frameworks/base/core/java/android/net/
Uri.java 346 * Compares the string representation of this Uri with that of
354 * Returns the encoded string representation of this URI.
360 * Return a string representation of the URI that is safe to print
463 /** URI string representation. */
2014 int representation = parcel.readInt(); local
2199 int representation = parcel.readInt(); local
    [all...]

Completed in 1002 milliseconds

1 2 34 5 6