Searched defs:Subtype (Results 51 - 64 of 64) sorted by relevance

123

/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfCIDFontDictionary_autogen.cpp23 SkString SkPdfCIDFontDictionary::Subtype(SkPdfNativeDoc* doc) { function in class:SkPdfCIDFontDictionary
24 SkPdfNativeObject* ret = get("Subtype", "");
32 return get("Subtype", "") != NULL;
H A DSkPdfType1FontDictionary_autogen.cpp23 SkString SkPdfType1FontDictionary::Subtype(SkPdfNativeDoc* doc) { function in class:SkPdfType1FontDictionary
24 SkPdfNativeObject* ret = get("Subtype", "");
32 return get("Subtype", "") != NULL;
H A DSkPdfType1FormDictionary_autogen.cpp23 SkString SkPdfType1FormDictionary::Subtype(SkPdfNativeDoc* doc) { function in class:SkPdfType1FormDictionary
24 SkPdfNativeObject* ret = get("Subtype", "");
32 return get("Subtype", "") != NULL;
H A DSkPdfType3FontDictionary_autogen.cpp23 SkString SkPdfType3FontDictionary::Subtype(SkPdfNativeDoc* doc) { function in class:SkPdfType3FontDictionary
24 SkPdfNativeObject* ret = get("Subtype", "");
32 return get("Subtype", "") != NULL;
H A DSkPdfAnnotationDictionary_autogen.cpp23 SkString SkPdfAnnotationDictionary::Subtype(SkPdfNativeDoc* doc) { function in class:SkPdfAnnotationDictionary
24 SkPdfNativeObject* ret = get("Subtype", "");
32 return get("Subtype", "") != NULL;
H A DSkPdfImageDictionary_autogen.cpp23 SkString SkPdfImageDictionary::Subtype(SkPdfNativeDoc* doc) { function in class:SkPdfImageDictionary
24 SkPdfNativeObject* ret = get("Subtype", "");
32 return get("Subtype", "") != NULL;
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfType1FormDictionary_autogen.cpp23 SkString SkPdfType1FormDictionary::Subtype(SkPdfNativeDoc* doc) { function in class:SkPdfType1FormDictionary
24 SkPdfNativeObject* ret = get("Subtype", "");
32 return get("Subtype", "") != NULL;
H A DSkPdfType3FontDictionary_autogen.cpp23 SkString SkPdfType3FontDictionary::Subtype(SkPdfNativeDoc* doc) { function in class:SkPdfType3FontDictionary
24 SkPdfNativeObject* ret = get("Subtype", "");
32 return get("Subtype", "") != NULL;
H A DSkPdfAnnotationDictionary_autogen.cpp23 SkString SkPdfAnnotationDictionary::Subtype(SkPdfNativeDoc* doc) { function in class:SkPdfAnnotationDictionary
24 SkPdfNativeObject* ret = get("Subtype", "");
32 return get("Subtype", "") != NULL;
H A DSkPdfImageDictionary_autogen.cpp23 SkString SkPdfImageDictionary::Subtype(SkPdfNativeDoc* doc) { function in class:SkPdfImageDictionary
24 SkPdfNativeObject* ret = get("Subtype", "");
32 return get("Subtype", "") != NULL;
/external/chromium_org/mojo/system/
H A Dmessage_in_transit.h55 typedef uint16_t Subtype; typedef in class:mojo::system::MessageInTransit
57 static const Subtype kSubtypeMessagePipeEndpointData = 0;
61 static const Subtype kSubtypeChannelRunMessagePipeEndpoint = 0;
62 static const Subtype kSubtypeChannelRemoveMessagePipeEndpoint = 1;
63 static const Subtype kSubtypeChannelRemoveMessagePipeEndpointAck = 2;
65 static const Subtype kSubtypeRawChannelPosixExtraPlatformHandles = 0;
120 Subtype subtype() const { return header()->subtype; }
137 Subtype subtype,
142 Subtype subtype,
196 Subtype subtyp
[all...]
/external/jmdns/src/javax/jmdns/
H A DServiceInfo.java61 * Subtype Field.
63 Subtype enum constant in enum:ServiceInfo.Fields
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp788 const MachO::CPUSubTypeARM Subtype; member in class:__anon25993::DarwinARMAsmBackend
791 : ARMAsmBackend(T, TT, /* IsLittleEndian */ true), Subtype(st) {
798 Subtype);
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp751 const MachO::CPUSubTypeX86 Subtype; member in class:__anon26170::DarwinX86_64AsmBackend
755 : DarwinX86AsmBackend(T, MRI, CPU, true), Subtype(st) {}
759 MachO::CPU_TYPE_X86_64, Subtype);

Completed in 363 milliseconds

123