Home
last modified time | relevance | path

Searched refs:isShared (Results 1 – 25 of 1570) sorted by relevance

12345678910>>...63

/dports/graphics/ospray-studio/ospray_studio-0.9.1/sg/
H A DData.h23 bool isShared = false);
32 bool isShared = false);
41 bool isShared = false);
54 bool isShared = false);
59 bool isShared = false);
69 bool isShared; member
89 bool isShared) in Data() argument
106 bool isShared) in Data() argument
110 isShared) in Data()
129 , isShared(isShared_) in Data()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/jsapi-tests/
H A DtestTypedArrays.cpp50 bool isShared; in BEGIN_TEST() local
136 bool isShared; in TestPlainTypedArray() local
164 bool isShared; in TestArrayFromBuffer() local
167 CHECK_EQUAL(Shared, isShared); in TestArrayFromBuffer()
181 bool isShared; in TestArrayFromBuffer() local
184 CHECK_EQUAL(Shared, isShared); in TestArrayFromBuffer()
190 bool isShared; in TestArrayFromBuffer() local
193 CHECK_EQUAL(Shared, isShared); in TestArrayFromBuffer()
225 bool isShared; in TestArrayFromBuffer() local
240 bool isShared; in TestArrayFromBuffer() local
[all …]
H A DtestLargeArrayBuffers.cpp28 bool isShared; in BEGIN_TEST() local
35 JS::GetArrayBufferLengthAndData(buffer, &length, &isShared, &data); in BEGIN_TEST()
39 JS::GetArrayBufferMaybeSharedLengthAndData(buffer, &length, &isShared, in BEGIN_TEST()
59 js::GetArrayBufferViewLengthAndData(tarr, &length, &isShared, &data); in BEGIN_TEST()
63 js::GetUint8ArrayLengthAndData(tarr, &length, &isShared, &data); in BEGIN_TEST()
67 CHECK(JS_GetObjectAsUint8Array(tarr, &length, &isShared, &data)); in BEGIN_TEST()
87 js::GetArrayBufferViewLengthAndData(tarr, &length, &isShared, &data); in BEGIN_TEST()
92 js::GetInt16ArrayLengthAndData(tarr, &length, &isShared, &int16Data); in BEGIN_TEST()
112 js::GetArrayBufferViewLengthAndData(dv, &length, &isShared, &data); in BEGIN_TEST()
116 CHECK(JS_GetObjectAsArrayBufferView(dv, &length, &isShared, &data)); in BEGIN_TEST()
[all …]
/dports/www/firefox/firefox-99.0/js/src/jsapi-tests/
H A DtestTypedArrays.cpp49 bool isShared; in BEGIN_TEST() local
136 bool isShared; in TestPlainTypedArray() local
164 bool isShared; in TestArrayFromBuffer() local
167 CHECK_EQUAL(Shared, isShared); in TestArrayFromBuffer()
182 bool isShared; in TestArrayFromBuffer() local
185 CHECK_EQUAL(Shared, isShared); in TestArrayFromBuffer()
191 bool isShared; in TestArrayFromBuffer() local
194 CHECK_EQUAL(Shared, isShared); in TestArrayFromBuffer()
226 bool isShared; in TestArrayFromBuffer() local
241 bool isShared; in TestArrayFromBuffer() local
[all …]
H A DtestLargeArrayBuffers.cpp26 bool isShared; in BEGIN_TEST() local
33 JS::GetArrayBufferLengthAndData(buffer, &length, &isShared, &data); in BEGIN_TEST()
37 JS::GetArrayBufferMaybeSharedLengthAndData(buffer, &length, &isShared, in BEGIN_TEST()
57 js::GetArrayBufferViewLengthAndData(tarr, &length, &isShared, &data); in BEGIN_TEST()
61 js::GetUint8ArrayLengthAndData(tarr, &length, &isShared, &data); in BEGIN_TEST()
67 &length, &isShared, nogc)); in BEGIN_TEST()
87 js::GetArrayBufferViewLengthAndData(tarr, &length, &isShared, &data); in BEGIN_TEST()
99 &length, &isShared, nogc)); in BEGIN_TEST()
115 js::GetArrayBufferViewLengthAndData(dv, &length, &isShared, &data); in BEGIN_TEST()
119 CHECK(JS_GetObjectAsArrayBufferView(dv, &length, &isShared, &data)); in BEGIN_TEST()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jsapi-tests/
H A DtestTypedArrays.cpp40 bool isShared; in BEGIN_TEST() local
98 bool isShared; in TestPlainTypedArray() local
127 bool isShared; in TestArrayFromBuffer() local
130 CHECK_EQUAL(Shared, isShared); in TestArrayFromBuffer()
144 bool isShared; in TestArrayFromBuffer() local
146 CHECK_EQUAL(Shared, isShared); in TestArrayFromBuffer()
152 bool isShared; in TestArrayFromBuffer() local
155 CHECK_EQUAL(Shared, isShared); in TestArrayFromBuffer()
186 bool isShared; in TestArrayFromBuffer() local
201 bool isShared; in TestArrayFromBuffer() local
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jsapi-tests/
H A DtestTypedArrays.cpp47 bool isShared; in BEGIN_TEST() local
133 bool isShared; in TestPlainTypedArray() local
160 bool isShared; in TestArrayFromBuffer() local
163 CHECK_EQUAL(Shared, isShared); in TestArrayFromBuffer()
177 bool isShared; in TestArrayFromBuffer() local
180 CHECK_EQUAL(Shared, isShared); in TestArrayFromBuffer()
186 bool isShared; in TestArrayFromBuffer() local
189 CHECK_EQUAL(Shared, isShared); in TestArrayFromBuffer()
221 bool isShared; in TestArrayFromBuffer() local
236 bool isShared; in TestArrayFromBuffer() local
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jsapi-tests/
H A DtestTypedArrays.cpp50 bool isShared; in BEGIN_TEST() local
136 bool isShared; in TestPlainTypedArray() local
164 bool isShared; in TestArrayFromBuffer() local
167 CHECK_EQUAL(Shared, isShared); in TestArrayFromBuffer()
181 bool isShared; in TestArrayFromBuffer() local
184 CHECK_EQUAL(Shared, isShared); in TestArrayFromBuffer()
190 bool isShared; in TestArrayFromBuffer() local
193 CHECK_EQUAL(Shared, isShared); in TestArrayFromBuffer()
225 bool isShared; in TestArrayFromBuffer() local
240 bool isShared; in TestArrayFromBuffer() local
[all …]
H A DtestLargeArrayBuffers.cpp28 bool isShared; in BEGIN_TEST() local
35 JS::GetArrayBufferLengthAndData(buffer, &length, &isShared, &data); in BEGIN_TEST()
39 JS::GetArrayBufferMaybeSharedLengthAndData(buffer, &length, &isShared, in BEGIN_TEST()
59 js::GetArrayBufferViewLengthAndData(tarr, &length, &isShared, &data); in BEGIN_TEST()
63 js::GetUint8ArrayLengthAndData(tarr, &length, &isShared, &data); in BEGIN_TEST()
67 CHECK(JS_GetObjectAsUint8Array(tarr, &length, &isShared, &data)); in BEGIN_TEST()
87 js::GetArrayBufferViewLengthAndData(tarr, &length, &isShared, &data); in BEGIN_TEST()
92 js::GetInt16ArrayLengthAndData(tarr, &length, &isShared, &int16Data); in BEGIN_TEST()
112 js::GetArrayBufferViewLengthAndData(dv, &length, &isShared, &data); in BEGIN_TEST()
116 CHECK(JS_GetObjectAsArrayBufferView(dv, &length, &isShared, &data)); in BEGIN_TEST()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jsapi-tests/
H A DtestTypedArrays.cpp49 bool isShared; in BEGIN_TEST() local
135 bool isShared; in TestPlainTypedArray() local
163 bool isShared; in TestArrayFromBuffer() local
166 CHECK_EQUAL(Shared, isShared); in TestArrayFromBuffer()
180 bool isShared; in TestArrayFromBuffer() local
183 CHECK_EQUAL(Shared, isShared); in TestArrayFromBuffer()
189 bool isShared; in TestArrayFromBuffer() local
192 CHECK_EQUAL(Shared, isShared); in TestArrayFromBuffer()
224 bool isShared; in TestArrayFromBuffer() local
239 bool isShared; in TestArrayFromBuffer() local
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/vba/
H A Dvbaheaderfooterhelper.cxx54 bool isShared = true; in isHeader() local
55 xPageProps->getPropertyValue( "HeaderIsShared" ) >>= isShared; in isHeader()
56 if( !isShared ) in isHeader()
99 bool isShared = false; in isEvenPagesHeader() local
100 xStyleProps->getPropertyValue("HeaderIsShared") >>= isShared; in isEvenPagesHeader()
101 if( !isShared ) in isEvenPagesHeader()
119 bool isShared = true; in isFooter() local
120 xPageProps->getPropertyValue( "FooterIsShared" ) >>= isShared; in isFooter()
121 if( !isShared ) in isFooter()
163 bool isShared = false; in isEvenPagesFooter() local
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/vba/
H A Dvbaheaderfooterhelper.cxx58 bool isShared = true; in isHeader() local
59 xPageProps->getPropertyValue( aPropIsShared ) >>= isShared; in isHeader()
60 if( !isShared ) in isHeader()
103 bool isShared = false; in isEvenPagesHeader() local
104 xStyleProps->getPropertyValue("HeaderIsShared") >>= isShared; in isEvenPagesHeader()
105 if( !isShared ) in isEvenPagesHeader()
124 bool isShared = true; in isFooter() local
125 xPageProps->getPropertyValue( aPropIsShared ) >>= isShared; in isFooter()
126 if( !isShared ) in isFooter()
168 bool isShared = false; in isEvenPagesFooter() local
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/
H A DClassFilePool.java41 newClassFile.isShared = true; in acquire()
44 if (!classFile.isShared) { in acquire()
46 classFile.isShared = true; in acquire()
58 newClassFile.isShared = true; in acquireForModule()
61 if (!classFile.isShared) { in acquireForModule()
63 classFile.isShared = true; in acquireForModule()
70 classFile.isShared = false; in release()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4arraybuffer_p.h75 bool isShared; member
80 bool isSharedArrayBuffer() const { return isShared; } in isSharedArrayBuffer()
86 isShared = false; in init()
90 isShared = false; in init()
130 bool isShared() { return d()->data->ref.isShared(); } in isShared() function
132 bool isSharedArrayBuffer() const { return d()->isShared; } in isSharedArrayBuffer()
147 bool isShared() { return d()->data && d()->data->ref.isShared(); } in isShared() function
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4arraybuffer_p.h75 bool isShared; member
80 bool isSharedArrayBuffer() const { return isShared; } in isSharedArrayBuffer()
86 isShared = false; in init()
90 isShared = false; in init()
130 bool isShared() { return d()->data->ref.isShared(); } in isShared() function
132 bool isSharedArrayBuffer() const { return d()->isShared; } in isSharedArrayBuffer()
147 bool isShared() { return d()->data && d()->data->ref.isShared(); } in isShared() function
/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/jogl/acore/
H A DTestSharedContextVBOES2NEWT0.java135 Assert.assertTrue("Ctx1 is not shared", ctx1.isShared()); in testCommonAnimatorSharedImpl()
136 Assert.assertTrue("Ctx2 is not shared", ctx2.isShared()); in testCommonAnimatorSharedImpl()
157 Assert.assertTrue("Ctx1 is not shared", ctx1.isShared()); in testCommonAnimatorSharedImpl()
158 Assert.assertTrue("Ctx2 is not shared", ctx2.isShared()); in testCommonAnimatorSharedImpl()
159 Assert.assertTrue("Ctx3 is not shared", ctx3.isShared()); in testCommonAnimatorSharedImpl()
198 Assert.assertTrue("Ctx1 is shared", ctx1.isShared()); in testCommonAnimatorSharedImpl()
199 Assert.assertTrue("Ctx2 is shared", ctx2.isShared()); in testCommonAnimatorSharedImpl()
200 Assert.assertTrue("Ctx3 is shared", ctx3.isShared()); in testCommonAnimatorSharedImpl()
219 Assert.assertTrue("Ctx1 is not shared", ctx1.isShared()); in testCommonAnimatorSharedImpl()
220 Assert.assertTrue("Ctx2 is not shared", ctx2.isShared()); in testCommonAnimatorSharedImpl()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI.WebControls.WebParts/
H A DWebPartAuthorizationEventArgs.cs40 bool isShared; field in System.Web.UI.WebControls.WebParts.WebPartAuthorizationEventArgs
45 bool isShared) in WebPartAuthorizationEventArgs() argument
50 this.isShared = isShared; in WebPartAuthorizationEventArgs()
66 get { return isShared; }
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/util/
H A Dshared_buffer.h65 invariant(!_holder || !_holder->isShared()); in realloc()
89 bool isShared() const { in isShared() function
90 return _holder && _holder->isShared(); in isShared()
131 bool isShared() const { in isShared() function
188 bool isShared() const { in isShared() function
189 return _buffer.isShared(); in isShared()
197 invariant(!isShared()); in constCast()
/dports/devel/capnproto/capnproto-0.9.0/c++/src/kj/
H A Drefcount-test.c++37 EXPECT_FALSE(ref1->isShared()); in TEST()
39 EXPECT_TRUE(ref1->isShared()); in TEST()
41 EXPECT_TRUE(ref1->isShared()); in TEST()
45 EXPECT_TRUE(ref2->isShared()); in TEST()
48 EXPECT_FALSE(ref2->isShared()); in TEST()
/dports/devel/capnproto080/capnproto-0.8.0/c++/src/kj/
H A Drefcount-test.c++37 EXPECT_FALSE(ref1->isShared()); in TEST()
39 EXPECT_TRUE(ref1->isShared()); in TEST()
41 EXPECT_TRUE(ref1->isShared()); in TEST()
45 EXPECT_TRUE(ref2->isShared()); in TEST()
48 EXPECT_FALSE(ref2->isShared()); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/OpenGL/libGLESv2/
H A DRenderbuffer.cpp110 bool RenderbufferTexture2D::isShared() const in isShared() function in es2::RenderbufferTexture2D
112 return mTexture2D->isShared(GL_TEXTURE_2D, mLevel); in isShared()
173 bool RenderbufferTexture2DRect::isShared() const in isShared() function in es2::RenderbufferTexture2DRect
236 bool RenderbufferTexture3D::isShared() const in isShared() function in es2::RenderbufferTexture3D
304 bool RenderbufferTextureCubeMap::isShared() const in isShared() function in es2::RenderbufferTextureCubeMap
372 bool Renderbuffer::isShared() const in isShared() function in es2::Renderbuffer
374 return mInstance->isShared(); in isShared()
555 bool Colorbuffer::isShared() const in isShared() function in es2::Colorbuffer
557 return mRenderTarget->isShared(); in isShared()
633 bool DepthStencilbuffer::isShared() const in isShared() function in es2::DepthStencilbuffer
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/OpenGL/libGLESv2/
H A DRenderbuffer.cpp110 bool RenderbufferTexture2D::isShared() const in isShared() function in es2::RenderbufferTexture2D
112 return mTexture2D->isShared(GL_TEXTURE_2D, mLevel); in isShared()
173 bool RenderbufferTexture2DRect::isShared() const in isShared() function in es2::RenderbufferTexture2DRect
236 bool RenderbufferTexture3D::isShared() const in isShared() function in es2::RenderbufferTexture3D
304 bool RenderbufferTextureCubeMap::isShared() const in isShared() function in es2::RenderbufferTextureCubeMap
372 bool Renderbuffer::isShared() const in isShared() function in es2::Renderbuffer
374 return mInstance->isShared(); in isShared()
555 bool Colorbuffer::isShared() const in isShared() function in es2::Colorbuffer
557 return mRenderTarget->isShared(); in isShared()
633 bool DepthStencilbuffer::isShared() const in isShared() function in es2::DepthStencilbuffer
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/runtime/appcds/cacheObject/
H A DCheckArchivedModuleApp.java72 if (wb.isShared(md)) { in checkModuleDescriptors()
79 if (!wb.isShared(md)) { in checkModuleDescriptors()
105 wb.isShared(emptyCfParents)) { in checkEmptyConfiguration()
112 wb.isShared(emptyCfModules)) { in checkEmptyConfiguration()
127 if (wb.isShared(cf)) { in checkConfiguration()
134 if (!wb.isShared(cf)) { in checkConfiguration()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/runtime/appcds/cacheObject/
H A DCheckArchivedModuleApp.java72 if (wb.isShared(md)) { in checkModuleDescriptors()
79 if (!wb.isShared(md)) { in checkModuleDescriptors()
105 wb.isShared(emptyCfParents)) { in checkEmptyConfiguration()
112 wb.isShared(emptyCfModules)) { in checkEmptyConfiguration()
127 if (wb.isShared(cf)) { in checkConfiguration()
134 if (!wb.isShared(cf)) { in checkConfiguration()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/runtime/cds/appcds/cacheObject/
H A DCheckArchivedModuleApp.java72 if (wb.isShared(md)) { in checkModuleDescriptors()
79 if (!wb.isShared(md)) { in checkModuleDescriptors()
105 wb.isShared(emptyCfParents)) { in checkEmptyConfiguration()
112 wb.isShared(emptyCfModules)) { in checkEmptyConfiguration()
127 if (wb.isShared(cf)) { in checkConfiguration()
134 if (!wb.isShared(cf)) { in checkConfiguration()

12345678910>>...63