Searched defs:Name (Results 26 - 50 of 702) sorted by last modified time

1234567891011>>

/external/skia/src/gpu/effects/
H A DGrBezierEffect.h87 static const char* Name() { return "Conic"; } function in class:GrConicEffect
154 static const char* Name() { return "Quad"; } function in class:GrQuadEffect
223 static const char* Name() { return "Cubic"; } function in class:GrCubicEffect
H A DGrBicubicEffect.h27 static const char* Name() { return "Bicubic"; } function in class:GrBicubicEffect
H A DGrConfigConversionEffect.h43 static const char* Name() { return "Config Conversion"; } function in class:GrConfigConversionEffect
H A DGrConvexPolyEffect.cpp25 static const char* Name() { return "AARect"; } function in class:AARectEffect
H A DGrConvexPolyEffect.h62 static const char* Name() { return "ConvexPoly"; } function in class:GrConvexPolyEffect
H A DGrConvolutionEffect.h63 static const char* Name() { return "Convolution"; } function in class:GrConvolutionEffect
H A DGrCustomCoordsTextureEffect.h30 static const char* Name() { return "Texture"; } function in class:GrCustomCoordsTextureEffect
H A DGrDashingEffect.cpp425 static const char* Name() { return "DashingEffect"; } function in class:DashingLineEffect
H A DGrDistanceFieldTextureEffect.h43 static const char* Name() { return "DistanceFieldTexture"; } function in class:GrDistanceFieldTextureEffect
96 static const char* Name() { return "DistanceFieldLCDTexture"; } function in class:GrDistanceFieldLCDTextureEffect
H A DGrDitherEffect.cpp27 static const char* Name() { return "Dither"; } function in class:DitherEffect
H A DGrOvalEffect.cpp25 static const char* Name() { return "Circle"; } function in class:CircleEffect
196 static const char* Name() { return "Ellipse"; } function in class:EllipseEffect
H A DGrRRectEffect.cpp50 static const char* Name() { return "CircularRRect"; } function in class:CircularRRectEffect
389 static const char* Name() { return "EllipticalRRect"; } function in class:EllipticalRRectEffect
H A DGrSimpleTextureEffect.h53 static const char* Name() { return "Texture"; } function in class:GrSimpleTextureEffect
H A DGrTextureDomain.h148 static const char* Name() { return "TextureDomain"; } function in class:GrTextureDomainEffect
/external/smack/src/org/xbill/DNS/
H A DIPSECKEYRecord.java32 public static final int Name = 3; field in class:IPSECKEYRecord.Gateway
57 IPSECKEYRecord(Name name, int dclass, long ttl, int precedence,
83 case Gateway.Name:
84 if (!(gateway instanceof Name))
88 this.gateway = checkName("gateway", (Name) gateway);
113 case Gateway.Name:
114 gateway = new Name(in);
124 rdataFromString(Tokenizer st, Name origin) throws IOException {
141 case Gateway.Name:
168 case Gateway.Name
[all...]
H A DName.java15 public class Name implements Comparable, Serializable { class in inherits:Comparable,Serializable
39 public static final Name root;
42 public static final Name empty;
44 /** The maximum length of a Name */
47 /** The maximum length of a label a Name */
50 /** The maximum number of labels in a Name */
63 private static final Name wild;
73 root = new Name();
75 empty = new Name();
77 wild = new Name();
82 Name() { method in class:Name
205 Name(String s, Name origin) throws TextParseException { method in class:Name
286 Name(String s) throws TextParseException { method in class:Name
344 Name(DNSInput in) throws WireParseException { method in class:Name
397 Name(byte [] b) throws IOException { method in class:Name
407 Name(Name src, int n) { method in class:Name
[all...]
/external/sfntly/cpp/src/sfntly/table/core/
H A Dname_table.cc109 UChar* NameTable::NameEntry::Name() { function in class:sfntly::NameTable::NameEntry
494 UChar* NameTable::Name(int32_t index) { function in class:sfntly::NameTable
500 UChar* NameTable::Name(int32_t platform_id, function in class:sfntly::NameTable
507 return entry->Name();
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h811 const char* Name() const { return name.c_str(); } ///< Return the name of this attribute. function in class:TiXmlAttribute
/external/skia/bench/
H A DBenchmark.cpp13 const char* SkTriState::Name[] = { "default", "true", "false" }; member in class:SkTriState
H A DBenchmark.h42 static const char* Name[]; member in class:SkTriState
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfFDFNamedPageReferenceDictionary_autogen.cpp11 SkString SkPdfFDFNamedPageReferenceDictionary::Name(SkPdfNativeDoc* doc) { function in class:SkPdfFDFNamedPageReferenceDictionary
12 SkPdfNativeObject* ret = get("Name", "");
20 return get("Name", "") != NULL;
H A DSkPdfFileAttachmentAnnotationDictionary_autogen.cpp47 SkString SkPdfFileAttachmentAnnotationDictionary::Name(SkPdfNativeDoc* doc) { function in class:SkPdfFileAttachmentAnnotationDictionary
48 SkPdfNativeObject* ret = get("Name", "");
56 return get("Name", "") != NULL;
H A DSkPdfImageDictionary_autogen.cpp207 SkString SkPdfImageDictionary::Name(SkPdfNativeDoc* doc) { function in class:SkPdfImageDictionary
208 SkPdfNativeObject* ret = get("Name", "");
216 return get("Name", "") != NULL;
H A DSkPdfRubberStampAnnotationDictionary_autogen.cpp35 SkString SkPdfRubberStampAnnotationDictionary::Name(SkPdfNativeDoc* doc) { function in class:SkPdfRubberStampAnnotationDictionary
36 SkPdfNativeObject* ret = get("Name", "");
44 return get("Name", "") != NULL;
H A DSkPdfSignatureDictionary_autogen.cpp71 SkString SkPdfSignatureDictionary::Name(SkPdfNativeDoc* doc) { function in class:SkPdfSignatureDictionary
72 SkPdfNativeObject* ret = get("Name", "");
80 return get("Name", "") != NULL;

Completed in 155 milliseconds

1234567891011>>