HomeSort by relevance Sort by last modified time
    Searched defs:Representation (Results 1 - 9 of 9) sorted by null

  /external/clang/include/clang/Serialization/
ContinuousRangeMap.h 45 typedef SmallVector<value_type, InitialCapacity> Representation;
46 Representation Rep;
83 typedef typename Representation::iterator iterator;
84 typedef typename Representation::const_iterator const_iterator;
  /external/v8/test/cctest/compiler/
call-tester.h 30 static MachineType Representation() {
43 static MachineType Representation() { return kMachPtr; }
49 static MachineType Representation() { return kMachPtr; }
55 static MachineType Representation() { return kRepBit; }
61 static MachineType Representation() { return kMachInt32; }
67 static MachineType Representation() { return kMachUint32; }
73 static MachineType Representation() { return kMachInt64; }
79 static MachineType Representation() { return kMachUint64; }
85 static MachineType Representation() { return kMachInt16; }
91 static MachineType Representation() { return kMachUint16;
    [all...]
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 339 /// \brief The current representation of the nested-name-specifier we're
341 NestedNameSpecifier *Representation;
361 : Representation(nullptr), Buffer(nullptr), BufferSize(0),
374 /// \brief Retrieve the representation of the nested-name-specifier.
375 NestedNameSpecifier *getRepresentation() const { return Representation; }
468 return NestedNameSpecifierLoc(Representation, Buffer).getSourceRange();
484 return NestedNameSpecifierLoc(Representation, Buffer);
490 Representation = nullptr;
  /external/clang/test/CXX/temp/temp.decls/temp.friend/
p1.cpp 32 class Representation {};
33 friend class Representation;
  /external/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...]
deoptimizer.h 795 SlotRef(Address addr, SlotRepresentation representation)
796 : addr_(addr), representation_(representation) { }
815 SlotRepresentation Representation() { return representation_; }
  /external/robolectric/src/main/java/android/net/
Uri__FromAndroid.java 336 * Compares the string representation of this Uri with that of
344 * Returns the encoded string representation of this URI.
411 /** URI string representation. */
1970 int representation = parcel.readInt(); local
2154 int representation = parcel.readInt(); local
    [all...]
  /frameworks/base/core/java/android/net/
Uri.java 348 * Compares the string representation of this Uri with that of
356 * Returns the encoded string representation of this URI.
362 * Return a string representation of the URI that is safe to print
470 /** URI string representation. */
2021 int representation = parcel.readInt(); local
2206 int representation = parcel.readInt(); local
    [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 

Completed in 450 milliseconds