HomeSort by relevance Sort by last modified time
    Searched defs:Type (Results 326 - 350 of 1872) sorted by null

<<11121314151617181920>>

  /external/skia/bench/
SortBench.cpp 52 enum Type {
103 const Type fType;
108 SortBench(Type t, SortType s) : fType(t), fSortProc(gSorts[s].fProc) {
146 static Benchmark* NewSkQSort(Type t) {
149 static Benchmark* NewSkHeap(Type t) {
152 static Benchmark* NewQSort(Type t) {
  /external/skia/experimental/svg/model/
SkSVGValue.h 19 enum class Type {
36 Type type() const { return fType; } function in class:SkSVGValue
40 return fType == T::TYPE ? static_cast<const T*>(this) : nullptr;
44 SkSVGValue(Type t) : fType(t) { }
47 Type fType;
52 template <typename T, SkSVGValue::Type ValueType>
55 static constexpr Type TYPE = ValueType;
74 using SkSVGClipValue = SkSVGWrapperValue<SkSVGClip , SkSVGValue::Type::kClip >
    [all...]
  /external/skia/gm/
megalooper.cpp 23 enum Type {
29 MegaLooperGM(Type type) : fType(type) {}
79 Type fType;
rrects.cpp 25 enum Type {
32 RRectGM(Type type) : fType(type) { }
170 Type fType;
  /external/skia/include/core/
SkMetaData.h 117 enum Type {
144 element's type is returned (if not null), and the number of data values
147 const char* next(Type*, int* count);
170 const Rec* find(const char name[], Type) const;
171 void* set(const char name[], const void* data, size_t len, Type, int count);
172 bool remove(const char name[], Type);
  /external/skia/include/views/
SkOSMenu.h 24 * Each type has a specific type for its value...
34 enum Type {
56 Item(const char label[], SkOSMenu::Type type, const char slotName[],
64 Type getType() const { return fType; }
88 Type fType;
121 int appendItem(const char label[], Type type, const char slotName[],
128 * menu items of the same type since it's used to identify the even
    [all...]
  /external/skia/src/core/
SkAnalyticEdge.h 15 enum Type {
SkColorSpace_A2B.h 68 Type type() const override { return Type::kA2B; }
73 : fType(Type::kGammaNamed)
82 : fType(Type::kGammas)
88 if (SkGammas::Type::kTable_Type == fGammas->type(i)) {
95 : fType(Type::kCLUT)
103 : fType(Type::kMatrix)
109 enum class Type {
116 Type type() const { return fType; } function in class:SkColorSpace_A2B::Element
    [all...]
  /external/skia/src/gpu/
GrDefaultGeoProcFactory.h 64 enum Type {
70 Color(Type type) : fType(type), fColor(GrColor_ILLEGAL) {
71 SkASSERT(type != kPremulGrColorUniform_Type);
74 Type fType;
79 enum Type {
85 Coverage(Type type) : fType(type), fCoverage(0xff)
    [all...]
  /external/skia/src/gpu/vk/
GrVkBuffer.h 42 enum Type {
53 Type fType; // vertex buffer, index buffer, etc.
59 Resource(VkBuffer buf, const GrVkAlloc& alloc, Type type)
60 : INHERITED(), fBuffer(buf), fAlloc(alloc), fType(type) {}
69 Type fType;
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 26 unsigned Type, unsigned Size) {
29 default: assert(0 && "Unsupported CPU type!");
32 isPCRel, Type, Size);
35 isPCRel, Type, Size);
42 bool isPCRel, unsigned Type,
51 switch(Type) {
53 llvm_unreachable("Invalid relocation type!");
73 return Error("Relocation type not implemented yet!");
79 bool isPCRel, unsigned Type,
91 switch(Type) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
SourceMgr.cpp 141 /// @param Type - If non-null, the kind of message (e.g., "error") which is
144 const char *Type, bool ShowLine) const {
171 if (Type)
172 OS << Type << ": ";
182 const char *Type, bool ShowLine) const {
185 DiagHandler(GetMessage(Loc, Msg, Type, ShowLine), DiagContext);
195 GetMessage(Loc, Msg, Type, ShowLine).Print(0, OS);
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXISelDAGToDAG.cpp 112 // Get the type of parameter we are reading
116 MVT Type = VT.getSimpleVT();
118 if (Type == MVT::i1)
120 else if (Type == MVT::i16)
122 else if (Type == MVT::i32)
124 else if (Type == MVT::i64)
126 else if (Type == MVT::f32)
129 assert(Type == MVT::f64 && "Unexpected type!");
150 // Get the type of parameter we are writin
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 118 unsigned Type = 0;
133 Type = macho::RIT_X86_64_Unsigned;
142 Type = macho::RIT_X86_64_Branch;
189 Type = macho::RIT_X86_64_Unsigned;
197 (Type << 28));
208 Type = macho::RIT_X86_64_Subtractor;
268 Type = macho::RIT_X86_64_GOTLoad;
270 Type = macho::RIT_X86_64_GOT;
272 Type = macho::RIT_X86_64_TLV;
276 Type = macho::RIT_X86_64_Signed
    [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-mc/
llvm-mc.cpp 83 cl::desc("Choose an output file type:"),
107 cl::desc("Target a specific cpu type (-mcpu=help for details)"),
198 Triple::ArchType Type = Triple::getArchTypeForLLVMName(ArchName);
199 if (Type != Triple::UnknownArch)
200 TheTriple.setArch(Type);
416 assert(FileType == OFT_ObjectFile && "Invalid file type!");
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
gtest-test-part.h 51 enum Type {
60 TestPartResult(Type a_type,
72 Type type() const { return type_; } function in class:testing::TestPartResult
100 Type type_;
  /external/v8/src/compiler/
code-assembler.h 17 #include "src/machine-type.h"
494 enum Type { kDeferred, kNonDeferred };
498 CodeAssembler::Label::Type type = CodeAssembler::Label::kNonDeferred)
499 : CodeAssembler::Label(assembler, 0, nullptr, type) {}
501 CodeAssembler::Label::Type type = CodeAssembler::Label::kNonDeferred)
503 &(merged_variables[0]), type) {}
505 CodeAssembler::Label::Type type = CodeAssembler::Label::kNonDeferred)
    [all...]
loop-variable-optimizer.h 37 ArithmeticType Type() { return arithmeticType_; }
  /external/v8/testing/gtest/include/gtest/
gtest-test-part.h 51 enum Type {
60 TestPartResult(Type a_type,
72 Type type() const { return type_; } function in class:testing::TestPartResult
103 Type type_;
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest-test-part.h 51 enum Type {
60 TestPartResult(Type a_type,
72 Type type() const { return type_; } function in class:testing::TestPartResult
103 Type type_;
  /external/webrtc/talk/app/webrtc/
webrtcsessiondescriptionfactory.h 65 enum Type {
71 Type type,
74 : type(type),
78 Type type; member in struct:webrtc::CreateSessionDescriptionRequest
  /external/webrtc/webrtc/voice_engine/test/auto_test/fakes/
conference_transport.h 108 enum Type { Rtp, Rtcp, } type_;
111 Packet(Type type, const void* data, size_t len, uint32_t time_ms)
112 : type_(type), len_(len), send_time_ms_(time_ms) {
127 void StorePacket(Packet::Type type, const void* data, size_t len);
  /external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/
after_initialization_fixture.h 71 enum Type { Rtp, Rtcp, } type; member in struct:LoopBackTransport::Packet
74 Packet(Type type, const void* data, size_t len)
75 : type(type), len(len) {
84 void StorePacket(Packet::Type type,
89 packet_queue_.push_back(Packet(type, data, len));
119 if (p.type == Packet::Rtp)
    [all...]
  /frameworks/av/media/libmedia/include/media/
Metadata.h 49 typedef int32_t Type;
50 typedef SortedVector<Type> Filter;
52 static const Type kAny = 0;
55 static const Type kPauseAvailable = 1; // Boolean
56 static const Type kSeekBackwardAvailable = 2; // Boolean
57 static const Type kSeekForwardAvailable = 3; // Boolean
58 static const Type kSeekAvailable = 4; // Boolean
61 static const Type kTitle = 5; // String
62 static const Type kComment = 6; // String
63 static const Type kCopyright = 7; // Strin
    [all...]
  /frameworks/base/core/java/android/content/pm/
SharedLibraryInfo.java 47 @interface Type{}
50 * Shared library type: this library is a part of the OS
56 * Shared library type: this library is backwards-compatible, can
63 * Shared library type: this library is <strong>not</strong> backwards
78 private final @Type int mType;
87 * @param type The lib type.
93 public SharedLibraryInfo(String name, int version, int type,
97 mType = type;
108 * Gets the type of this library
    [all...]

Completed in 973 milliseconds

<<11121314151617181920>>