HomeSort by relevance Sort by last modified time
    Searched defs:isShared (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/ImageMagick/Magick++/lib/
ImageRef.cpp 78 bool Magick::ImageRef::isShared()
81 isShared;
84 isShared=(_refCount > 1);
86 return(isShared);
  /libcore/ojluni/src/main/java/java/nio/channels/
FileLock.java 55 * {@link #isShared isShared} method. Some platforms do not support shared
257 public final boolean isShared() {
  /frameworks/av/camera/camera2/
OutputConfiguration.cpp 63 bool OutputConfiguration::isShared() const {
124 int isShared = 0;
125 if ((err = parcel->readInt32(&isShared)) != OK) {
126 ALOGE("%s: Failed to read surface isShared flag from parcel", __FUNCTION__);
148 mIsShared = isShared != 0;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
FileLockTest.java 137 * @tests java.nio.channels.FileLock#isShared()
140 assertFalse(mockLock.isShared());
142 assertTrue(lock.isShared());
FileChannelTest.java 639 assertFalse(fileLock.isShared());
798 // fileLock.isShared depends on whether the underlying platform support
800 assertTrue(fileLock.isShared());
814 assertFalse(fileLock.isShared());
828 assertTrue(fileLock.isShared());
919 assertFalse(fileLock.isShared());
    [all...]
  /frameworks/native/include/gui/
BufferSlot.h 103 inline bool isShared() const {
  /external/swiftshader/src/OpenGL/common/
Image.hpp 126 bool isShared() const
  /external/swiftshader/src/OpenGL/libGLES_CM/
Renderbuffer.cpp 110 bool RenderbufferTexture2D::isShared() const
112 return mTexture2D->isShared(GL_TEXTURE_2D, 0);
183 bool Renderbuffer::isShared() const
185 return mInstance->isShared();
361 bool Colorbuffer::isShared() const
363 return mRenderTarget->isShared();
437 bool DepthStencilbuffer::isShared() const
439 return mDepthStencil->isShared();
Texture.cpp 774 bool Texture2D::isShared(GLenum target, unsigned int level) const
789 return image[level]->isShared();
  /external/swiftshader/src/OpenGL/libGLESv2/
Renderbuffer.cpp 110 bool RenderbufferTexture2D::isShared() const
112 return mTexture2D->isShared(GL_TEXTURE_2D, mLevel);
182 bool RenderbufferTexture3D::isShared() const
184 return mTexture3D->isShared(mTexture3D->getTarget(), mLevel);
255 bool RenderbufferTextureCubeMap::isShared() const
257 return mTextureCubeMap->isShared(mTarget, mLevel);
328 bool Renderbuffer::isShared() const
330 return mInstance->isShared();
531 bool Colorbuffer::isShared() const
533 return mRenderTarget->isShared();
    [all...]
Texture.cpp 970 bool Texture2D::isShared(GLenum target, unsigned int level) const
985 return image[level]->isShared();
1459 bool TextureCubeMap::isShared(GLenum target, unsigned int level) const
1471 return image[face][level]->isShared();
    [all...]
  /external/icu/icu4c/source/common/
serv.cpp 254 UBool isShared() const {
  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.cpp 464 bool isShared = outputConfiguration.isShared();
492 return createDeferredSurfaceStreamLocked(outputConfiguration, isShared, newStreamId);
517 if (isShared && streamInfo.format != HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED) {
534 &streamId, outputConfiguration.getSurfaceSetID(), isShared);
567 bool isShared,
596 &streamId, outputConfiguration.getSurfaceSetID(), isShared, consumerUsage);
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/locks/
AbstractQueuedSynchronizer.java 483 final boolean isShared() {
762 if (s == null || s.isShared())
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20130327-2119.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar 
org.eclipse.help_3.5.0.v20100524.jar 
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /external/robolectric/v3/libs/
sqlite4java-0.282.jar 
  /prebuilts/misc/common/robolectric/lib/
sqlite4java-0.282.jar 
  /prebuilts/tools/common/m2/repository/com/almworks/sqlite4java/sqlite4java/0.282/
sqlite4java-0.282.jar 
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 
  /prebuilts/tools/common/m2/repository/tightvnc/
tightvnc.jar 

Completed in 839 milliseconds

1 2 3