HomeSort by relevance Sort by last modified time
    Searched refs:representation (Results 1 - 25 of 246) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium_org/v8/test/cctest/
gay-fixed.h 37 const char* representation; member in struct:v8::internal::PrecomputedFixed
gay-precision.h 37 const char* representation; member in struct:v8::internal::PrecomputedPrecision
gay-shortest.h 36 const char* representation; member in struct:v8::internal::PrecomputedShortest
  /external/chromium_org/extensions/browser/
extension_icon_image_unittest.cc 51 // |GetImageForScale| simply returns image representation from the image given
242 // Gets representation for a scale factor.
243 gfx::ImageSkiaRep representation = image.image_skia().GetRepresentation(1.0f); local
245 // Before the image representation is loaded, image should contain blank
246 // image representation.
248 representation.sk_bitmap(),
255 representation = image.image_skia().GetRepresentation(1.0f);
257 // We should get the right representation now.
258 EXPECT_TRUE(gfx::BitmapsAreEqual(representation.sk_bitmap(), bitmap_16));
259 EXPECT_EQ(16, representation.pixel_width())
305 gfx::ImageSkiaRep representation = image.image_skia().GetRepresentation(2.0f); local
342 gfx::ImageSkiaRep representation = image.image_skia().GetRepresentation(1.0f); local
375 gfx::ImageSkiaRep representation = image.image_skia().GetRepresentation(1.0f); local
415 gfx::ImageSkiaRep representation = image.image_skia().GetRepresentation(1.0f); local
456 gfx::ImageSkiaRep representation = image.image_skia().GetRepresentation(1.0f); local
494 gfx::ImageSkiaRep representation = image.image_skia().GetRepresentation(1.0f); local
536 gfx::ImageSkiaRep representation = local
    [all...]
  /external/chromium_org/net/spdy/
hpack_encoder.h 66 typedef std::pair<base::StringPiece, base::StringPiece> Representation;
67 typedef std::vector<Representation> Representations;
69 // Emits a static/dynamic indexed representation (Section 7.1).
72 // Emits a literal representation (Section 7.2).
73 void EmitIndexedLiteral(const Representation& representation);
74 void EmitNonIndexedLiteral(const Representation& representation);
75 void EmitLiteral(const Representation& representation);
    [all...]
hpack_encoder.cc 113 void HpackEncoder::EmitIndexedLiteral(const Representation& representation) {
115 EmitLiteral(representation);
116 header_table_.TryAddEntry(representation.first, representation.second);
120 const Representation& representation) {
123 EmitString(representation.first);
124 EmitString(representation.second);
127 void HpackEncoder::EmitLiteral(const Representation& representation)
    [all...]
  /external/chromium_org/v8/src/arm64/
lithium-arm64.cc 783 DCHECK(instr->representation().IsDouble());
784 DCHECK(instr->left()->representation().IsDouble());
785 DCHECK(instr->right()->representation().IsDouble());
813 DCHECK(instr->representation().IsSmiOrTagged());
814 DCHECK(left->representation().IsSmiOrTagged());
815 DCHECK(right->representation().IsSmiOrTagged());
854 if (instr->representation().IsSmiOrInteger32()) {
855 DCHECK(instr->left()->representation().Equals(instr->representation()));
856 DCHECK(instr->right()->representation().Equals(instr->representation()))
    [all...]
  /external/chromium_org/v8/src/
property-details.h 57 class Representation {
74 Representation() : kind_(kNone) { }
76 static Representation None() { return Representation(kNone); }
77 static Representation Tagged() { return Representation(kTagged); }
78 static Representation Integer8() { return Representation(kInteger8); }
79 static Representation UInteger8() { return Representation(kUInteger8);
242 Representation representation() const { function in class:v8::internal::BASE_EMBEDDED
    [all...]
hydrogen-canonicalize.cc 20 if (instr->representation().IsInteger32()) {
25 } else if (instr->representation().IsSmi()) {
property.h 62 Representation representation,
66 details_(attributes, type, representation, field_index) { }
81 Representation representation)
83 FIELD, representation, field_index) {}
88 Representation representation)
90 representation, field_index) { }
110 Representation::Tagged()) {
156 Representation representation() const { function in class:v8::internal::BASE_EMBEDDED
    [all...]
hydrogen-representation-changes.cc 5 #include "src/hydrogen-representation-changes.h"
11 HValue* value, HValue* use_value, int use_index, Representation to) {
12 // Insert the representation change right before its use. For phi-uses we
20 // For constants we try to make the representation change at compile
21 // time. When a representation change is not possible without loss of
29 // Try to create a new copy of the constant with the new representation.
55 Representation from_rep = change->from();
56 Representation to_rep = change->to();
65 Representation r = value->representation();
    [all...]
hydrogen-range-analysis.cc 66 Representation from = instr->value()->representation();
77 if (instr->value()->representation().IsSmiOrInteger32()) {
125 if (test->representation().IsSmiOrInteger32()) {
174 if (!value->representation().IsNone()) {
231 if (instr->representation().IsSmiOrInteger32() &&
232 !instr->value()->representation().Equals(instr->representation())) {
239 instr->representation().Equals(
  /external/chromium_org/v8/src/arm/
lithium-arm.cc 359 hydrogen()->value()->representation().IsDouble());
675 if (instr->representation().IsSmiOrInteger32()) {
676 DCHECK(instr->left()->representation().Equals(instr->representation()));
677 DCHECK(instr->right()->representation().Equals(instr->representation()));
690 if (instr->representation().IsSmi() && constant_value > 0) {
718 DCHECK(instr->representation().IsDouble());
719 DCHECK(instr->left()->representation().IsDouble());
720 DCHECK(instr->right()->representation().IsDouble())
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.cc 159 hvalue->representation().IsInteger32() &&
403 hydrogen()->value()->representation().IsDouble());
697 if (instr->representation().IsSmiOrInteger32()) {
698 DCHECK(instr->left()->representation().Equals(instr->representation()));
699 DCHECK(instr->right()->representation().Equals(instr->representation()));
710 if (SmiValuesAre31Bits() && instr->representation().IsSmi() &&
741 DCHECK(instr->representation().IsDouble());
742 DCHECK(instr->left()->representation().IsDouble())
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.cc 408 hydrogen()->value()->representation().IsDouble());
715 if (instr->representation().IsSmiOrInteger32()) {
716 DCHECK(instr->left()->representation().Equals(instr->representation()));
717 DCHECK(instr->right()->representation().Equals(instr->representation()));
730 if (instr->representation().IsSmi() && constant_value > 0) {
758 DCHECK(instr->representation().IsDouble());
759 DCHECK(instr->left()->representation().IsDouble());
760 DCHECK(instr->right()->representation().IsDouble())
    [all...]
  /external/chromium_org/v8/src/mips64/
lithium-mips64.cc 366 hydrogen()->value()->representation().IsDouble());
682 if (instr->representation().IsSmiOrInteger32()) {
683 DCHECK(instr->left()->representation().Equals(instr->representation()));
684 DCHECK(instr->right()->representation().Equals(instr->representation()));
697 if (instr->representation().IsSmi() && constant_value > 0) {
725 DCHECK(instr->representation().IsDouble());
726 DCHECK(instr->left()->representation().IsDouble());
727 DCHECK(instr->right()->representation().IsDouble())
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-x87.cc 419 hydrogen()->value()->representation().IsDouble());
714 if (instr->representation().IsSmiOrInteger32()) {
715 DCHECK(instr->left()->representation().Equals(instr->representation()));
716 DCHECK(instr->right()->representation().Equals(instr->representation()));
729 if (instr->representation().IsSmi() && constant_value > 0) {
757 DCHECK(instr->representation().IsDouble());
758 DCHECK(instr->left()->representation().IsDouble());
759 DCHECK(instr->right()->representation().IsDouble())
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.cc 366 hydrogen()->value()->representation().IsDouble());
682 if (instr->representation().IsSmiOrInteger32()) {
683 DCHECK(instr->left()->representation().Equals(instr->representation()));
684 DCHECK(instr->right()->representation().Equals(instr->representation()));
697 if (instr->representation().IsSmi() && constant_value > 0) {
725 DCHECK(instr->representation().IsDouble());
726 DCHECK(instr->left()->representation().IsDouble());
727 DCHECK(instr->right()->representation().IsDouble())
    [all...]
  /external/chromium_org/third_party/skia/bench/
bench_util.py 11 # bench representation algorithm constant names
90 """Algorithm for selecting the representation value from a given list.
91 representation is one of the ALGORITHM_XXX representation types."""
92 def __init__(self, data, representation=None):
93 if not representation:
94 representation = ALGORITHM_AVERAGE # default algorithm
97 if representation == ALGORITHM_AVERAGE:
101 if representation == ALGORITHM_MINIMUM:
106 if representation == ALGORITHM_MEDIAN
    [all...]
  /development/ndk/sources/android/libportable/arch-arm/
unwind.c 46 _Unwind_VRS_DataRepresentation representation,
52 _Unwind_VRS_DataRepresentation representation,
  /external/chromium_org/v8/test/mjsunit/regress/
regress-parseint.js 8 // Use a phi to force radix into heap number representation.
  /external/chromium_org/chrome/browser/resources/ntp4/
tile_page.css 95 .tile.drag-representation {
102 .tile.drag-representation.placing > * {
108 .tile.drag-representation.dropped-on-other-page > * {
112 .tile.drag-representation.deleting > * {
118 .tile.drag-representation.placing {
  /external/libcxxabi/src/Unwind/
Unwind-EHABI.cpp 758 static uint64_t ValueAsBitPattern(_Unwind_VRS_DataRepresentation representation,
761 switch (representation) {
780 _Unwind_VRS_DataRepresentation representation,
784 regno, representation,
785 ValueAsBitPattern(representation, valuep));
789 if (representation != _UVRSD_UINT32 || regno > 15)
796 if (representation != _UVRSD_UINT32 || regno > 3)
803 if (representation != _UVRSD_VFPX && representation != _UVRSD_DOUBLE)
805 if (representation == _UVRSD_VFPX)
    [all...]
  /external/chromium_org/v8/test/mjsunit/es6/
mirror-symbols.js 9 // Create mirror and JSON representation.
28 // Parse JSON representation and check.
  /external/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.ml 11 * representation, the classes in the VMCore library.

Completed in 903 milliseconds

1 2 3 4 5 6 7 8 910