Searched defs:Representation (Results 1 - 16 of 16) sorted by relevance

/external/clang/include/clang/Serialization/
H A DContinuousRangeMap.h45 typedef SmallVector<value_type, InitialCapacity> Representation; typedef in class:clang::ContinuousRangeMap
46 Representation Rep;
83 typedef typename Representation::iterator iterator;
84 typedef typename Representation::const_iterator const_iterator;
/external/clang/include/clang/AST/
H A DNestedNameSpecifier.h342 NestedNameSpecifier *Representation; member in class:clang::NestedNameSpecifierLocBuilder
362 : Representation(nullptr), Buffer(nullptr), BufferSize(0),
376 NestedNameSpecifier *getRepresentation() const { return Representation; }
469 return NestedNameSpecifierLoc(Representation, Buffer).getSourceRange();
485 return NestedNameSpecifierLoc(Representation, Buffer);
491 Representation = nullptr;
/external/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp1.cpp32 class Representation {}; class in struct:test0::Num
33 friend class Representation;
/external/robolectric/v1/src/main/java/android/net/
H A DUri__FromAndroid.java1898 static class Representation { class in class:Uri__FromAndroid.AbstractPart
1928 parcel.writeInt(Representation.BOTH);
1932 parcel.writeInt(Representation.ENCODED);
1935 parcel.writeInt(Representation.DECODED);
1972 case Representation.BOTH:
1974 case Representation.ENCODED:
1976 case Representation.DECODED:
2156 case Representation.BOTH:
2158 case Representation.ENCODED:
2160 case Representation
[all...]
/external/v8/src/ast/
H A Dast-types.cc124 return type->Representation();
497 AstType::bitset AstType::Representation() { function in class:v8::internal::AstType
515 if (!AstBitsetType::Is(Representation(), that->Representation())) {
754 type1->Representation() & type2->Representation();
967 type1->Representation() | type2->Representation();
1038 if (representation == unioned->Get(1)->Representation()) {
1056 AstType* AstType::Representation(AstTyp function in class:v8::internal::AstType
[all...]
/external/v8/src/
H A Dproperty-details.h85 class Representation { class in namespace:v8::internal
102 Representation() : kind_(kNone) { } function in class:v8::internal::Representation
104 static Representation None() { return Representation(kNone); }
105 static Representation Tagged() { return Representation(kTagged); }
106 static Representation Integer8() { return Representation(kInteger8); }
107 static Representation UInteger8() { return Representation(kUInteger
190 explicit Representation(Kind k) : kind_(k) { } function in class:v8::internal::Representation
[all...]
/external/clang/include/clang/Analysis/Analyses/
H A DFormatString.h36 OptionalFlag(const char *Representation) argument
37 : representation(Representation), flag(false) {}
/external/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h79 PointerToMemberRepresentation Representation)
80 : ContainingType(ContainingType), Representation(Representation) {}
90 return Representation;
96 ulittle16_t Representation; // PointerToMemberRepresentation member in struct:llvm::codeview::MemberPointerInfo::Layout
100 PointerToMemberRepresentation Representation; member in class:llvm::codeview::MemberPointerInfo
78 MemberPointerInfo(TypeIndex ContainingType, PointerToMemberRepresentation Representation) argument
/external/v8/src/crankshaft/
H A Dhydrogen-instructions.h189 Representation RepresentationFromMachineType(MachineType type);
255 bool AddAndCheckOverflow(const Representation& r, Range* other);
256 bool SubAndCheckOverflow(const Representation& r, Range* other);
257 bool MulAndCheckOverflow(const Representation& r, Range* other);
503 Representation representation() const { return representation_; }
504 void ChangeRepresentation(Representation r) {
514 virtual void AssumeRepresentation(Representation r);
516 virtual Representation KnownOptimalRepresentation() {
517 Representation r = representation();
520 if (t.IsSmi()) return Representation
5111 ForOddballToNumber( Representation representation = Representation::Tagged()) argument
5343 ForObservableJSObjectOffset(int offset, Representation representation = Representation::Tagged()) argument
5483 HObjectAccess(Portion portion, int offset, Representation representation = Representation::Tagged(), Handle<Name> name = Handle<Name>::null(), bool immutable = false, bool existing_inobject_property = true) argument
[all...]
/external/junit-params/lib/
H A Dassertj-core-1.7.1.jarMETA-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org.assertj/ META- ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 265 milliseconds