Searched defs:Type (Results 101 - 125 of 887) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfSoftMaskDictionary_autogen.cpp11 SkString SkPdfSoftMaskDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfSoftMaskDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfTransitionDictionary_autogen.cpp11 SkString SkPdfTransitionDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfTransitionDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfType2PatternDictionary_autogen.cpp11 int64_t SkPdfType2PatternDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfType2PatternDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfType5HalftoneDictionary_autogen.cpp11 SkString SkPdfType5HalftoneDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfType5HalftoneDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
/external/chromium_org/third_party/skia/include/core/
H A DSkDrawFilter.h28 enum Type { enum in class:SkDrawFilter
49 virtual bool filter(SkPaint*, Type) = 0;
/external/chromium_org/third_party/skia/include/xml/
H A DSkDOM.h35 enum Type { enum in class:SkDOM
39 Type getType(const Node*) const;
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dsort.h21 enum Type { enum in namespace:webrtc
42 int32_t Sort(void* data, uint32_t num_of_elements, Type data_type);
61 uint32_t size_of_element, Type key_type);
/external/chromium_org/tools/clang/blink_gc_plugin/tests/
H A Dtrace_after_dispatch.h17 enum Type { TB, TC, TD }; enum in class:blink::A
18 A(Type type) : m_type(type) { }
20 Type m_type;
42 Abstract(Type type) : A(type) { }
/external/chromium_org/ui/gfx/animation/
H A Dtween.h18 enum Type { enum in class:gfx::Tween
38 static double CalculateValue(Type type, double state);
/external/clang/test/Parser/
H A Dcxx-stmt.cpp46 struct Type { }; struct
48 enum { Type } Kind; enumerator in enum:__anon19017
52 case Type: i = 7; break; // no error.
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic.h31 typedef u8 Type; typedef in struct:__sanitizer::atomic_uint8_t
32 volatile Type val_dont_use;
36 typedef u16 Type; typedef in struct:__sanitizer::atomic_uint16_t
37 volatile Type val_dont_use;
41 typedef u32 Type; typedef in struct:__sanitizer::atomic_uint32_t
42 volatile Type val_dont_use;
46 typedef u64 Type; typedef in struct:__sanitizer::atomic_uint64_t
48 volatile ALIGNED(8) Type val_dont_use;
52 typedef uptr Type; typedef in struct:__sanitizer::atomic_uintptr_t
53 volatile Type val_dont_us
[all...]
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_atomic_test.cc20 typename T::Type magic0;
22 typename T::Type magic1;
32 typedef typename T::Type Type; typedef
37 val.magic0 = val.magic1 = (Type)-3;
44 val.a.val_dont_use = (Type)v;
45 EXPECT_EQ(atomic_load(&val.a, load_mo), (Type)v);
46 val.a.val_dont_use = (Type)-1;
47 atomic_store(&val.a, (Type)v, store_mo);
48 EXPECT_EQ(val.a.val_dont_use, (Type)
96 typedef typename T::Type Type; typedef
[all...]
/external/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h47 enum Type enum in class:lldb_private::BreakpointSite
246 BreakpointSite::Type
253 SetType (BreakpointSite::Type type)
271 BreakpointSite::Type m_type;///< The type of this breakpoint site.
/external/llvm/include/llvm/Target/
H A DCostTable.h24 TypeTy Type; member in struct:llvm::CostTblEntry
33 if (ISD == Tbl[i].ISD && Ty == Tbl[i].Type)
47 /// Type Conversion Cost Table
/external/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp69 Triple::ArchType Type = Triple::getArchTypeForLLVMName(MArch); local
70 if (Type != Triple::UnknownArch)
71 TheTriple.setArch(Type);
/external/llvm/lib/MC/
H A DMCELF.cpp36 void MCELF::SetType(MCSymbolData &SD, unsigned Type) { argument
37 assert(Type == ELF::STT_NOTYPE || Type == ELF::STT_OBJECT ||
38 Type == ELF::STT_FUNC || Type == ELF::STT_SECTION ||
39 Type == ELF::STT_COMMON || Type == ELF::STT_TLS ||
40 Type == ELF::STT_GNU_IFUNC);
43 SD.setFlags(OtherFlags | (Type << ELF_STT_Shift));
47 uint32_t Type local
[all...]
/external/llvm/lib/Object/
H A DBinary.cpp30 Binary::Binary(unsigned int Type, std::unique_ptr<MemoryBuffer> Source) argument
31 : TypeID(Type), Data(std::move(Source)) {}
43 sys::fs::file_magic Type = sys::fs::identify_magic(Buffer->getBuffer()); local
45 switch (Type) {
66 return ObjectFile::createSymbolicFile(Buffer, Type, Context);
74 llvm_unreachable("Unexpected Binary File Type");
H A DObjectFile.cpp26 ObjectFile::ObjectFile(unsigned int Type, std::unique_ptr<MemoryBuffer> Source) argument
27 : SymbolicFile(Type, std::move(Source)) {}
50 sys::fs::file_magic Type) {
51 if (Type == sys::fs::file_magic::unknown)
52 Type = sys::fs::identify_magic(Object->getBuffer());
54 switch (Type) {
82 llvm_unreachable("Unexpected Object File Type");
49 createObjectFile(std::unique_ptr<MemoryBuffer> &Object, sys::fs::file_magic Type) argument
/external/llvm/lib/ProfileData/
H A DInstrProfIndexed.h40 static inline uint64_t ComputeHash(HashT Type, StringRef K) { argument
41 switch (Type) {
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp47 unsigned Type; local
53 case FK_Data_8: Type = ELF::R_X86_64_PC64; break;
54 case FK_Data_4: Type = ELF::R_X86_64_PC32; break;
55 case FK_Data_2: Type = ELF::R_X86_64_PC16; break;
56 case FK_Data_1: Type = ELF::R_X86_64_PC8; break;
60 Type = ELF::R_X86_64_PC64;
70 Type = ELF::R_X86_64_PC32;
73 Type = ELF::R_X86_64_PLT32;
76 Type = ELF::R_X86_64_GOTPCREL;
79 Type
[all...]
/external/mesa3d/src/egl/main/
H A Deglsync.h45 EGLenum Type; member in struct:_egl_sync
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfActionDictionary_autogen.cpp11 SkString SkPdfActionDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfActionDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfBeadDictionary_autogen.cpp11 SkString SkPdfBeadDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfBeadDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfBorderStyleDictionary_autogen.cpp11 SkString SkPdfBorderStyleDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfBorderStyleDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfMarkedContentReferenceDictionary_autogen.cpp11 SkString SkPdfMarkedContentReferenceDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfMarkedContentReferenceDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;

Completed in 2017 milliseconds

1234567891011>>