Searched defs:hasExtension (Results 1 - 9 of 9) sorted by relevance

/external/okhttp/src/main/java/libcore/net/
H A DMimeUtils.java460 public static boolean hasExtension(String extension) { method in class:MimeUtils
/external/skia/src/gpu/gl/
H A DGrGLContextInfo.h67 bool hasExtension(const char* ext) const { function in class:GrGLContextInfo
H A DSkGLContext.cpp19 bool SkGLContext::hasExtension(const char* extensionName) const { function in class:SkGLContext
76 this->hasExtension("GL_OES_packed_depth_stencil");
79 this->hasExtension("GL_EXT_packed_depth_stencil") ||
80 this->hasExtension("GL_ARB_framebuffer_object");
H A DGrGpuGL.h174 bool hasExtension(const char* ext) const { function in class:GrGpuGL
175 return fGLContextInfo.hasExtension(ext);
/external/webkit/Source/WebCore/svg/
H A DSVGTests.cpp42 bool SVGTests::hasExtension(const String&) const function in class:WebCore::SVGTests
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhonenumber.java75 private boolean hasExtension; field in class:Phonenumber.PhoneNumber
77 public boolean hasExtension() { return hasExtension; } method in class:Phonenumber.PhoneNumber
83 hasExtension = true;
88 hasExtension = false;
184 if (other.hasExtension()) {
247 if (hasExtension()) {
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DGeneratedMessageLite.java111 public final boolean hasExtension( method in class:GeneratedMessageLite.ExtendableMessage
233 public final boolean hasExtension( method in class:GeneratedMessageLite.ExtendableBuilder
235 return internalGetResult().hasExtension(extension);
H A DGeneratedMessage.java333 public final boolean hasExtension( method in class:GeneratedMessage.ExtendableMessage
575 public final boolean hasExtension( method in class:GeneratedMessage.ExtendableBuilder
577 return internalGetResult().hasExtension(extension);
/external/dexmaker/lib/
H A Djarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...

Completed in 235 milliseconds