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

12

/external/chromium_org/third_party/skia/include/gpu/gl/
H A DSkGLContextHelper.h48 bool hasExtension(const char* extensionName) const { function in class:SkGLContextHelper
50 return fGL->hasExtension(extensionName);
H A DGrGLInterface.h141 bool hasExtension(const char ext[]) const { return fExtensions.has(ext); } function in struct:GrGLInterface
/external/skia/include/gpu/gl/
H A DSkGLContextHelper.h48 bool hasExtension(const char* extensionName) const { function in class:SkGLContextHelper
50 return fGL->hasExtension(extensionName);
H A DGrGLInterface.h141 bool hasExtension(const char ext[]) const { return fExtensions.has(ext); } function in struct:GrGLInterface
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGTests.cpp44 bool SVGTests::hasExtension(const String&) function in class:WebCore::SVGTests
/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/skia/src/gpu/gl/
H A DGrGLContext.h61 bool hasExtension(const char* ext) const { function in class:GrGLContextInfo
65 return fInterface->hasExtension(ext);
H A DGrGpuGL.h195 bool hasExtension(const char* ext) const { return fGLContext.hasExtension(ext); } function in class:GrGpuGL
/external/skia/src/gpu/gl/
H A DGrGLContext.h61 bool hasExtension(const char* ext) const { function in class:GrGLContextInfo
65 return fInterface->hasExtension(ext);
H A DGrGpuGL.h195 bool hasExtension(const char* ext) const { return fGLContext.hasExtension(ext); } function in class:GrGpuGL
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
H A DClassPathIterator.java34 return hasExtension(file.getName(), ".jar");
118 if (hasExtension(file.getName(), ".jar")) {
122 } else if (hasExtension(file.getName(), ".zip")) {
225 return hasExtension(name, ".class");
228 private static boolean hasExtension(String name, String ext) { method in class:ClassPathIterator
/external/proguard/src/proguard/
H A DClassPathEntry.java115 return hasExtension(".jar");
124 return hasExtension(".war");
133 return hasExtension(".ear");
142 return hasExtension(".zip");
149 private boolean hasExtension(String extension) method in class:ClassPathEntry
/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;
201 if (other.hasExtension()) {
272 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/deqp/modules/egl/
H A DteglCreateContextExtTests.cpp484 bool hasExtension (const glw::Functions& gl, const char* extension) function in namespace:deqp::egl::__anon19016
614 if (hasExtension(gl, "GL_ARB_compatibility"))
946 if (!hasExtension(gl, "GL_ARB_robustness"))
954 if (!hasExtension(gl, "GL_EXT_robustness"))
/external/dexmaker/lib/
H A Djarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dyjp-controller-api-redist.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/yourkit/ com/yourkit/api/ com/yourkit/runtime/ com/ ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...
/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 795 milliseconds

12