Home
last modified time | relevance | path

Searched refs:handleRef (Results 1 – 25 of 62) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/
H A DHandleRefTests.cs14 var handleRef = new HandleRef(); in Ctor_Default()
15 Assert.Null(handleRef.Wrapper); in Ctor_Default()
16 Assert.Equal(IntPtr.Zero, handleRef.Handle); in Ctor_Default()
17 Assert.Equal(IntPtr.Zero, (IntPtr)handleRef); in Ctor_Default()
18 Assert.Equal(IntPtr.Zero, HandleRef.ToIntPtr(handleRef)); in Ctor_Default()
26 var handleRef = new HandleRef(wrapper, (IntPtr)handle); in Ctor_Wrapper_Handle()
27 Assert.Same(wrapper, handleRef.Wrapper); in Ctor_Wrapper_Handle()
28 Assert.Equal((IntPtr)handle, handleRef.Handle); in Ctor_Wrapper_Handle()
29 Assert.Equal((IntPtr)handle, (IntPtr)handleRef); in Ctor_Wrapper_Handle()
30 Assert.Equal((IntPtr)handle, HandleRef.ToIntPtr(handleRef)); in Ctor_Wrapper_Handle()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.DurableInstancing/System/Runtime/DurableInstancing/
H A DInstanceOwner.cs362 if (handleRef.InstanceHandle != null) in CancelReference()
387 if (handleRef.InstanceHandle != null) in ProcessInProgressHandles()
389 if (handleRef.InstanceHandle.Id == Guid.Empty) in ProcessInProgressHandles()
400 acceptingQueue.Enqueue(handleRef); in ProcessInProgressHandles()
407 acceptingQueue.Enqueue(handleRef); in ProcessInProgressHandles()
415 void EnqueueReference(InstanceHandleReference handleRef) in EnqueueReference() argument
419 InProgressHandles.Enqueue(handleRef); in EnqueueReference()
421 else if (handleRef.InstanceHandle.Id != Guid.Empty) in EnqueueReference()
429 queue.Enqueue(handleRef); in EnqueueReference()
433 InProgressHandles.Enqueue(handleRef); in EnqueueReference()
[all …]
/dports/games/uqm/uqm-0.8.0/src/libs/uio/
H A Dphysical.c60 pRoot->handleRef = 0; in uio_PRoot_new()
144 pRoot->handleRef++; in uio_PRoot_refHandle()
149 assert(pRoot->handleRef > 0); in uio_PRoot_unrefHandle()
150 pRoot->handleRef--; in uio_PRoot_unrefHandle()
151 if (pRoot->handleRef == 0 && pRoot->mountRef == 0) in uio_PRoot_unrefHandle()
170 if (pRoot->mountRef == 0 && pRoot->handleRef == 0) in uio_PRoot_unrefMount()
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/core/src/components/button/
H A Dbuttons.tsx35 …protected handleRef: IRef<HTMLButtonElement> = refHandler(this, "buttonRef", this.props.elementRef…
41 ref={this.handleRef}
53 this.handleRef = refHandler(this, "buttonRef", this.props.elementRef);
65 …protected handleRef: IRef<HTMLAnchorElement> = refHandler(this, "buttonRef", this.props.elementRef…
74 ref={this.handleRef}
88 this.handleRef = refHandler(this, "buttonRef", this.props.elementRef);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A DUtil.cs65 var handleRef = getCPtr.Invoke(null, new object[] { obj }); in GetPtr()
67 if (handleRef is HandleRef) in GetPtr()
69 return ((HandleRef)handleRef).Handle; in GetPtr()
/dports/graphics/libetonyek01/libetonyek-0.1.10/src/lib/contexts/
H A DIWORKContainerContext.h54 handleRef(); in element()
72 handleRef(); in endOfElement()
78 void handleRef() in handleRef() function
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/core/lib/cjs/components/button/
H A Dbuttons.d.ts8 protected handleRef: IRef<HTMLButtonElement>;
15 protected handleRef: IRef<HTMLAnchorElement>;
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/core/lib/esm/components/button/
H A Dbuttons.d.ts8 protected handleRef: IRef<HTMLButtonElement>; property in Button
15 protected handleRef: IRef<HTMLAnchorElement>;
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/core/lib/esnext/components/button/
H A Dbuttons.d.ts8 protected handleRef: IRef<HTMLButtonElement>; property in Button
15 protected handleRef: IRef<HTMLAnchorElement>;
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/tests/unittests/
H A DTensorsTest.cpp1484 auto handleRef = tensorRef.getHandle<>(); in TEST() local
1487 EXPECT_EQ(handleRef.size(), handleTest.size()); in TEST()
1488 EXPECT_EQ(handleRef.actualSize(), handleTest.actualSize()); in TEST()
1511 auto handleRef = tensorRef.getHandle<>(); in TEST() local
1514 EXPECT_EQ(handleRef.size(), handleTest.size()); in TEST()
1538 auto handleRef = tensorRef.getHandle<>(); in TEST() local
1541 EXPECT_EQ(handleRef.size(), handleTest.size()); in TEST()
1580 auto handleRef = tensorRef.getHandle<>(); in tensorInputWriterLoader() local
1582 EXPECT_EQ(handleRef.size(), handleTest.size()); in tensorInputWriterLoader()
1641 auto handleRef = tensorRef.getHandle<>(); in TEST() local
[all …]
/dports/devel/capstone3/capstone-3.0.5/bindings/java/capstone/
H A DCapstone.java358 private NativeLongByReference handleRef; field in Capstone.NativeStruct
381 ns.handleRef = new NativeLongByReference(); in Capstone()
382 if (cs.cs_open(arch, mode, ns.handleRef) != CS_ERR_OK) { in Capstone()
385 ns.csh = ns.handleRef.getValue(); in Capstone()
430 return cs.cs_close(ns.handleRef); in close()
/dports/emulators/qemu42/qemu-4.2.1/capstone/bindings/java/capstone/
H A DCapstone.java358 private NativeLongByReference handleRef; field in Capstone.NativeStruct
381 ns.handleRef = new NativeLongByReference(); in Capstone()
382 if (cs.cs_open(arch, mode, ns.handleRef) != CS_ERR_OK) { in Capstone()
385 ns.csh = ns.handleRef.getValue(); in Capstone()
430 return cs.cs_close(ns.handleRef); in close()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/capstone/bindings/java/capstone/
H A DCapstone.java358 private NativeLongByReference handleRef; field in Capstone.NativeStruct
381 ns.handleRef = new NativeLongByReference(); in Capstone()
382 if (cs.cs_open(arch, mode, ns.handleRef) != CS_ERR_OK) { in Capstone()
385 ns.csh = ns.handleRef.getValue(); in Capstone()
430 return cs.cs_close(ns.handleRef); in close()
/dports/emulators/qemu-utils/qemu-4.2.1/capstone/bindings/java/capstone/
H A DCapstone.java358 private NativeLongByReference handleRef; field in Capstone.NativeStruct
381 ns.handleRef = new NativeLongByReference(); in Capstone()
382 if (cs.cs_open(arch, mode, ns.handleRef) != CS_ERR_OK) { in Capstone()
385 ns.csh = ns.handleRef.getValue(); in Capstone()
430 return cs.cs_close(ns.handleRef); in close()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/capstone/bindings/java/capstone/
H A DCapstone.java358 private NativeLongByReference handleRef; field in Capstone.NativeStruct
381 ns.handleRef = new NativeLongByReference(); in Capstone()
382 if (cs.cs_open(arch, mode, ns.handleRef) != CS_ERR_OK) { in Capstone()
385 ns.csh = ns.handleRef.getValue(); in Capstone()
430 return cs.cs_close(ns.handleRef); in close()
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/core/src/components/forms/
H A DtextArea.tsx69 …private handleRef: IRefCallback<HTMLTextAreaElement> = refHandler(this, "textareaElement", this.pr…
84 this.handleRef = refHandler(this, "textareaElement", this.props.inputRef);
119 ref={this.handleRef}
/dports/devel/capstone4/capstone-4.0.2/bindings/java/capstone/
H A DCapstone.java424 private PointerByReference handleRef; field in Capstone.NativeStruct
449 ns.handleRef = new PointerByReference(); in Capstone()
450 if (cs.cs_open(arch, mode, ns.handleRef) != CS_ERR_OK) { in Capstone()
453 ns.csh = ns.handleRef.getValue(); in Capstone()
498 return cs.cs_close(ns.handleRef); in close()
/dports/emulators/qemu/qemu-6.2.0/capstone/bindings/java/capstone/
H A DCapstone.java424 private PointerByReference handleRef; field in Capstone.NativeStruct
449 ns.handleRef = new PointerByReference(); in Capstone()
450 if (cs.cs_open(arch, mode, ns.handleRef) != CS_ERR_OK) { in Capstone()
453 ns.csh = ns.handleRef.getValue(); in Capstone()
498 return cs.cs_close(ns.handleRef); in close()
/dports/emulators/qemu60/qemu-6.0.0/capstone/bindings/java/capstone/
H A DCapstone.java424 private PointerByReference handleRef; field in Capstone.NativeStruct
449 ns.handleRef = new PointerByReference(); in Capstone()
450 if (cs.cs_open(arch, mode, ns.handleRef) != CS_ERR_OK) { in Capstone()
453 ns.csh = ns.handleRef.getValue(); in Capstone()
498 return cs.cs_close(ns.handleRef); in close()
/dports/emulators/qemu5/qemu-5.2.0/capstone/bindings/java/capstone/
H A DCapstone.java424 private PointerByReference handleRef; field in Capstone.NativeStruct
449 ns.handleRef = new PointerByReference(); in Capstone()
450 if (cs.cs_open(arch, mode, ns.handleRef) != CS_ERR_OK) { in Capstone()
453 ns.csh = ns.handleRef.getValue(); in Capstone()
498 return cs.cs_close(ns.handleRef); in close()
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/depends/capstone/bindings/java/capstone/
H A DCapstone.java424 private NativeLongByReference handleRef; field in Capstone.NativeStruct
447 ns.handleRef = new NativeLongByReference(); in Capstone()
448 if (cs.cs_open(arch, mode, ns.handleRef) != CS_ERR_OK) { in Capstone()
451 ns.csh = ns.handleRef.getValue(); in Capstone()
496 return cs.cs_close(ns.handleRef); in close()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/
H A DGC.cs87 Object handleRef = RuntimeImports.RhHandleGet(wr.m_handle); in GetGeneration()
88 if (handleRef == null) in GetGeneration()
93 int result = RuntimeImports.RhGetGeneration(handleRef); in GetGeneration()
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/core/lib/esm/components/forms/
H A DtextArea.d.ts35 private handleRef; property in TextArea
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/core/lib/esnext/components/forms/
H A DtextArea.d.ts35 private handleRef; property in TextArea
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/core/lib/cjs/components/forms/
H A DtextArea.d.ts35 private handleRef; property in TextArea

123