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

/external/chromium_org/third_party/skia/include/gpu/gl/
H A DSkGLContextHelper.h49 bool hasExtension(const char* extensionName) const { function in class:SkGLContextHelper
/external/skia/include/gpu/gl/
H A DSkGLContextHelper.h49 bool hasExtension(const char* extensionName) const { function in class:SkGLContextHelper
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMimeTypeMap.java69 public boolean hasExtension(String extension) { method in class:ShadowMimeTypeMap
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGTests.cpp95 bool SVGTests::hasExtension(const String&) const function in class:WebCore::SVGTests
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLContext.h64 bool hasExtension(const char* ext) const { function in class:GrGLContextInfo
H A DGrGpuGL.h180 bool hasExtension(const char* ext) const { return fGLContext.info().hasExtension(ext); } function in class:GrGpuGL
/external/skia/src/gpu/gl/
H A DGrGLContext.h64 bool hasExtension(const char* ext) const { function in class:GrGLContextInfo
H A DGrGpuGL.h180 bool hasExtension(const char* ext) const { return fGLContext.info().hasExtension(ext); } function in class:GrGpuGL
/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/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
H A DGeneratedMessageLite.java129 <Type> boolean hasExtension( method in interface:GeneratedMessageLite.ExtendableMessageOrBuilder
176 public final <Type> boolean hasExtension( method in class:GeneratedMessageLite.ExtendableMessage
354 public final <Type> boolean hasExtension( method in class:GeneratedMessageLite.ExtendableBuilder
H A DGeneratedMessage.java512 <Type> boolean hasExtension( method in interface:GeneratedMessage.ExtendableMessageOrBuilder
595 public final <Type> boolean hasExtension( method in class:GeneratedMessage.ExtendableMessage
907 public final <Type> boolean hasExtension( method in class:GeneratedMessage.ExtendableBuilder
/external/chromium_org/third_party/skia/src/utils/win/
H A DSkWGL_win.cpp15 bool SkWGLExtensions::hasExtension(HDC dc, const char* ext) const { function in class:SkWGLExtensions
250 if (!extensions.hasExtension(dc, "WGL_ARB_pixel_format")) {
274 extensions.hasExtension(dc, "WGL_ARB_multisample")) {
310 if (preferCoreProfile && extensions.hasExtension(dc, "WGL_ARB_create_context")) {
/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/skia/src/utils/win/
H A DSkWGL_win.cpp15 bool SkWGLExtensions::hasExtension(HDC dc, const char* ext) const { function in class:SkWGLExtensions
250 if (!extensions.hasExtension(dc, "WGL_ARB_pixel_format")) {
274 extensions.hasExtension(dc, "WGL_ARB_multisample")) {
310 if (preferCoreProfile && extensions.hasExtension(dc, "WGL_ARB_create_context")) {
/external/dexmaker/lib/
H A Djarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 9231 milliseconds