Home
last modified time | relevance | path

Searched refs:nullHandle (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/vcglib/vcglib-2020.09/wrap/glw/
H A Dcontext.h91 BufferHandle nullHandle; in unbindVertexBuffer() local
102 BufferHandle nullHandle; in unbindIndexBuffer() local
113 BufferHandle nullHandle; in unbindPixelPackBuffer() local
124 BufferHandle nullHandle; in unbindPixelUnpackBuffer() local
135 BufferHandle nullHandle; in unbindUniformBuffer() local
146 BufferHandle nullHandle; in unbindFeedbackBuffer() local
164 RenderbufferHandle nullHandle; in unbindRenderbuffer() local
236 ProgramHandle nullHandle; in unbindProgram() local
254 Texture2DHandle nullHandle; in unbindTexture2D() local
272 TextureCubeHandle nullHandle; in unbindTextureCube() local
[all …]
/dports/graphics/wdune/wdune-1.926/vcglib/wrap/glw/
H A Dcontext.h91 BufferHandle nullHandle; in unbindVertexBuffer() local
102 BufferHandle nullHandle; in unbindIndexBuffer() local
113 BufferHandle nullHandle; in unbindPixelPackBuffer() local
124 BufferHandle nullHandle; in unbindPixelUnpackBuffer() local
135 BufferHandle nullHandle; in unbindUniformBuffer() local
146 BufferHandle nullHandle; in unbindFeedbackBuffer() local
164 RenderbufferHandle nullHandle; in unbindRenderbuffer() local
236 ProgramHandle nullHandle; in unbindProgram() local
254 Texture2DHandle nullHandle; in unbindTexture2D() local
272 TextureCubeHandle nullHandle; in unbindTextureCube() local
[all …]
/dports/audio/mixxx/mixxx-2.3.0/src/test/
H A Dchannelhandle_test.cpp14 ChannelHandle nullHandle; in TEST() local
15 EXPECT_EQ(nullHandle, nullHandle); in TEST()
16 EXPECT_FALSE(nullHandle.valid()); in TEST()
26 EXPECT_NE(nullHandle, testHandle); in TEST()
36 EXPECT_NE(nullHandle, testHandle2); in TEST()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp327 constantPoolHandle nullHandle; in parse_constant_pool() local
333 length, CHECK_(nullHandle)); in parse_constant_pool()
383 index, CHECK_(nullHandle)); in parse_constant_pool()
2016 methodHandle nullHandle; in parse_method() local
2341 CHECK_(nullHandle)); in parse_method()
2367 CHECK_(nullHandle)); in parse_method()
2378 CHECK_(nullHandle)); in parse_method()
3891 instanceKlassHandle nullHandle; in parseClassFile() local
3958 return nullHandle; in parseClassFile()
4032 return nullHandle; in parseClassFile()
[all …]
H A DsystemDictionary.hpp271 KlassHandle nullHandle; in parse_stream() local
272 return parse_stream(class_name, class_loader, protection_domain, st, nullHandle, NULL, THREAD); in parse_stream()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp327 constantPoolHandle nullHandle; in parse_constant_pool() local
333 length, CHECK_(nullHandle)); in parse_constant_pool()
383 index, CHECK_(nullHandle)); in parse_constant_pool()
2016 methodHandle nullHandle; in parse_method() local
2341 CHECK_(nullHandle)); in parse_method()
2367 CHECK_(nullHandle)); in parse_method()
2378 CHECK_(nullHandle)); in parse_method()
3891 instanceKlassHandle nullHandle; in parseClassFile() local
3958 return nullHandle; in parseClassFile()
4032 return nullHandle; in parseClassFile()
[all …]
H A DsystemDictionary.hpp271 KlassHandle nullHandle; in parse_stream() local
272 return parse_stream(class_name, class_loader, protection_domain, st, nullHandle, NULL, THREAD); in parse_stream()
/dports/graphics/ospray/ospray-2.8.0/modules/mpi/common/
H A DObjectHandle.cpp112 return (nullHandle);
115 const ObjectHandle nullHandle(0);
H A DObjectHandle.h70 extern const ObjectHandle nullHandle;
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/java/java/
H A DGroup.java56 private static long nullHandle; field in Group
117 return handle == nullHandle; in isNull()
/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/java/java/
H A DGroup.java56 private static long nullHandle; field in Group
117 return handle == nullHandle; in isNull()
/dports/deskutils/gworkspace-gwmetadata/gworkspace-0.9.4/GWMetadata/gmds/mdextractor/Extractors/OpenOfficeExtractor/
H A DOpenOfficeExtractor.m242 NSFileHandle *nullHandle;
257 nullHandle = [NSFileHandle fileHandleWithNullDevice];
258 [task setStandardOutput: nullHandle];
259 [task setStandardError: nullHandle];
/dports/deskutils/gworkspace/gworkspace-0.9.4/GWMetadata/gmds/mdextractor/Extractors/OpenOfficeExtractor/
H A DOpenOfficeExtractor.m242 NSFileHandle *nullHandle;
257 nullHandle = [NSFileHandle fileHandleWithNullDevice];
258 [task setStandardOutput: nullHandle];
259 [task setStandardError: nullHandle];
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/api/
H A DvktApiNullHandleTests.cpp174 const Object nullHandle = DE_NULL; in test() local
180 release(context, nullHandle, pNullAllocator); in test()
181 release(context, nullHandle, recordingAllocator.getCallbacks()); in test()
/dports/lang/oo2c/oo2c_64-2.1.11/lib/src/
H A DLogger.Mod133 nullHandle-: Handle;
284 nullHandle := NEW(Handle, nullTarget, nullTarget, NIL);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp1061 Handle nullHandle; //create a handy null handle for exception returns in find_callee_info_helper() local
1085 methodHandle callee = bytecode.static_target(CHECK_(nullHandle)); in find_callee_info_helper()
1087 THROW_(vmSymbols::java_lang_NoSuchMethodException(), nullHandle); in find_callee_info_helper()
1093 THROW_(vmSymbols::java_lang_NullPointerException(), nullHandle); in find_callee_info_helper()
1100 …LinkResolver::resolve_invoke(callinfo, receiver, constants, bytecode_index, bc, CHECK_(nullHandle)… in find_callee_info_helper()
1107 Klass* rk = constants->klass_ref_at(bytecode_index, CHECK_(nullHandle)); in find_callee_info_helper()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp1061 Handle nullHandle; //create a handy null handle for exception returns in find_callee_info_helper() local
1085 methodHandle callee = bytecode.static_target(CHECK_(nullHandle)); in find_callee_info_helper()
1087 THROW_(vmSymbols::java_lang_NoSuchMethodException(), nullHandle); in find_callee_info_helper()
1093 THROW_(vmSymbols::java_lang_NullPointerException(), nullHandle); in find_callee_info_helper()
1100 …LinkResolver::resolve_invoke(callinfo, receiver, constants, bytecode_index, bc, CHECK_(nullHandle)… in find_callee_info_helper()
1107 Klass* rk = constants->klass_ref_at(bytecode_index, CHECK_(nullHandle)); in find_callee_info_helper()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiSurfaceTests.cpp1274 const VkSurfaceKHR nullHandle = DE_NULL; in destroyNullHandleSurfaceTest() local
1277 instHelper.vki.destroySurfaceKHR(instHelper.instance, nullHandle, DE_NULL); in destroyNullHandleSurfaceTest()
1283 …instHelper.vki.destroySurfaceKHR(instHelper.instance, nullHandle, recordingAllocator.getCallbacks(… in destroyNullHandleSurfaceTest()
H A DvktWsiSwapchainTests.cpp2509 const VkSwapchainKHR nullHandle = DE_NULL; in destroyNullHandleSwapchainTest() local
2512 devHelper.vkd.destroySwapchainKHR(*devHelper.device, nullHandle, DE_NULL); in destroyNullHandleSwapchainTest()
2518 …devHelper.vkd.destroySwapchainKHR(*devHelper.device, nullHandle, recordingAllocator.getCallbacks()… in destroyNullHandleSwapchainTest()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DsharedRuntime.cpp1097 Handle nullHandle; //create a handy null handle for exception returns in find_callee_info_helper() local
1161 THROW_(vmSymbols::java_lang_NoSuchMethodException(), nullHandle); in find_callee_info_helper()
1169 THROW_(vmSymbols::java_lang_NullPointerException(), nullHandle); in find_callee_info_helper()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DsharedRuntime.cpp1097 Handle nullHandle; //create a handy null handle for exception returns in find_callee_info_helper() local
1161 THROW_(vmSymbols::java_lang_NoSuchMethodException(), nullHandle); in find_callee_info_helper()
1169 THROW_(vmSymbols::java_lang_NullPointerException(), nullHandle); in find_callee_info_helper()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A DsharedRuntime.cpp1047 Handle nullHandle; //create a handy null handle for exception returns in find_callee_info_helper() local
1111 THROW_(vmSymbols::java_lang_NoSuchMethodException(), nullHandle); in find_callee_info_helper()
1119 THROW_(vmSymbols::java_lang_NullPointerException(), nullHandle); in find_callee_info_helper()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/
H A DsharedRuntime.cpp1076 Handle nullHandle; //create a handy null handle for exception returns in find_callee_info_helper() local
1140 THROW_(vmSymbols::java_lang_NoSuchMethodException(), nullHandle); in find_callee_info_helper()
1148 THROW_(vmSymbols::java_lang_NullPointerException(), nullHandle); in find_callee_info_helper()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/
H A DsharedRuntime.cpp1081 Handle nullHandle; //create a handy null handle for exception returns in find_callee_info_helper() local
1145 THROW_(vmSymbols::java_lang_NoSuchMethodException(), nullHandle); in find_callee_info_helper()
1153 THROW_(vmSymbols::java_lang_NullPointerException(), nullHandle); in find_callee_info_helper()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/runtime/
H A DsharedRuntime.cpp1047 Handle nullHandle; //create a handy null handle for exception returns in find_callee_info_helper() local
1111 THROW_(vmSymbols::java_lang_NoSuchMethodException(), nullHandle); in find_callee_info_helper()
1119 THROW_(vmSymbols::java_lang_NullPointerException(), nullHandle); in find_callee_info_helper()

12