Home
last modified time | relevance | path

Searched defs:current (Results 1 – 25 of 5509) sorted by relevance

12345678910>>...221

/dports/devel/ice37/ice-3.7.2/csharp/test/Ice/slicing/objects/
H A DTestAMDI.cs20 public override Task shutdownAsync(Ice.Current current) in shutdownAsync()
27 SBaseAsObjectAsync(Ice.Current current) in SBaseAsObjectAsync()
38 SBSKnownDerivedAsSBaseAsync(Ice.Current current) in SBSKnownDerivedAsSBaseAsync()
50 SBSUnknownDerivedAsSBaseAsync(Ice.Current current) in SBSUnknownDerivedAsSBaseAsync()
147 paramTest1Async(Ice.Current current) in paramTest1Async()
163 paramTest2Async(Ice.Current current) in paramTest2Async()
179 paramTest3Async(Ice.Current current) in paramTest3Async()
209 paramTest4Async(Ice.Current current) in paramTest4Async()
222 returnTest1Async(Ice.Current current) in returnTest1Async()
238 returnTest2Async(Ice.Current current) in returnTest2Async()
[all …]
H A DTestI.cs20 public override void shutdown(Ice.Current current) in shutdown()
25 public override Ice.Value SBaseAsObject(Ice.Current current) in SBaseAsObject()
32 public override SBase SBaseAsSBase(Ice.Current current) in SBaseAsSBase()
92 public override B oneElementCycle(Ice.Current current) in oneElementCycle()
100 public override B twoElementCycle(Ice.Current current) in twoElementCycle()
111 public override B D1AsB(Ice.Current current) in D1AsB()
126 public override D1 D1AsD1(Ice.Current current) in D1AsD1()
141 public override B D2AsB(Ice.Current current) in D2AsB()
318 PBSUnknownAsPreservedWithGraphAsync(Ice.Current current) in PBSUnknownAsPreservedWithGraphAsync()
383 public override void throwBaseAsBase(Ice.Current current) in throwBaseAsBase()
[all …]
/dports/devel/php-ice37/ice-3.7.2/csharp/test/Ice/slicing/objects/
H A DTestAMDI.cs20 public override Task shutdownAsync(Ice.Current current) in shutdownAsync()
27 SBaseAsObjectAsync(Ice.Current current) in SBaseAsObjectAsync()
38 SBSKnownDerivedAsSBaseAsync(Ice.Current current) in SBSKnownDerivedAsSBaseAsync()
50 SBSUnknownDerivedAsSBaseAsync(Ice.Current current) in SBSUnknownDerivedAsSBaseAsync()
147 paramTest1Async(Ice.Current current) in paramTest1Async()
163 paramTest2Async(Ice.Current current) in paramTest2Async()
179 paramTest3Async(Ice.Current current) in paramTest3Async()
209 paramTest4Async(Ice.Current current) in paramTest4Async()
222 returnTest1Async(Ice.Current current) in returnTest1Async()
238 returnTest2Async(Ice.Current current) in returnTest2Async()
[all …]
H A DTestI.cs20 public override void shutdown(Ice.Current current) in shutdown()
25 public override Ice.Value SBaseAsObject(Ice.Current current) in SBaseAsObject()
32 public override SBase SBaseAsSBase(Ice.Current current) in SBaseAsSBase()
92 public override B oneElementCycle(Ice.Current current) in oneElementCycle()
100 public override B twoElementCycle(Ice.Current current) in twoElementCycle()
111 public override B D1AsB(Ice.Current current) in D1AsB()
126 public override D1 D1AsD1(Ice.Current current) in D1AsD1()
141 public override B D2AsB(Ice.Current current) in D2AsB()
318 PBSUnknownAsPreservedWithGraphAsync(Ice.Current current) in PBSUnknownAsPreservedWithGraphAsync()
383 public override void throwBaseAsBase(Ice.Current current) in throwBaseAsBase()
[all …]
/dports/devel/py-ice37/ice-3.7.2/csharp/test/Ice/slicing/objects/
H A DTestAMDI.cs20 public override Task shutdownAsync(Ice.Current current) in shutdownAsync()
27 SBaseAsObjectAsync(Ice.Current current) in SBaseAsObjectAsync()
38 SBSKnownDerivedAsSBaseAsync(Ice.Current current) in SBSKnownDerivedAsSBaseAsync()
50 SBSUnknownDerivedAsSBaseAsync(Ice.Current current) in SBSUnknownDerivedAsSBaseAsync()
147 paramTest1Async(Ice.Current current) in paramTest1Async()
163 paramTest2Async(Ice.Current current) in paramTest2Async()
179 paramTest3Async(Ice.Current current) in paramTest3Async()
209 paramTest4Async(Ice.Current current) in paramTest4Async()
222 returnTest1Async(Ice.Current current) in returnTest1Async()
238 returnTest2Async(Ice.Current current) in returnTest2Async()
[all …]
H A DTestI.cs20 public override void shutdown(Ice.Current current) in shutdown()
25 public override Ice.Value SBaseAsObject(Ice.Current current) in SBaseAsObject()
32 public override SBase SBaseAsSBase(Ice.Current current) in SBaseAsSBase()
92 public override B oneElementCycle(Ice.Current current) in oneElementCycle()
100 public override B twoElementCycle(Ice.Current current) in twoElementCycle()
111 public override B D1AsB(Ice.Current current) in D1AsB()
126 public override D1 D1AsD1(Ice.Current current) in D1AsD1()
141 public override B D2AsB(Ice.Current current) in D2AsB()
318 PBSUnknownAsPreservedWithGraphAsync(Ice.Current current) in PBSUnknownAsPreservedWithGraphAsync()
383 public override void throwBaseAsBase(Ice.Current current) in throwBaseAsBase()
[all …]
/dports/devel/php-ice37/ice-3.7.2/csharp/test/Ice/seqMapping/
H A DMyClassAMDI.cs16 public override Task shutdownAsync(Ice.Current current) in shutdownAsync()
23 opAByteSAsync(byte[] i, Ice.Current current) in opAByteSAsync()
29 opLByteSAsync(List<byte> i, Ice.Current current) in opLByteSAsync()
41 opQByteSAsync(Queue<byte> i, Ice.Current current) in opQByteSAsync()
47 opSByteSAsync(Stack<byte> i, Ice.Current current) in opSByteSAsync()
53 opABoolSAsync(bool[] i, Ice.Current current) in opABoolSAsync()
59 opLBoolSAsync(List<bool> i, Ice.Current current) in opLBoolSAsync()
83 opAShortSAsync(short[] i, Ice.Current current) in opAShortSAsync()
113 opAIntSAsync(int[] i, Ice.Current current) in opAIntSAsync()
119 opLIntSAsync(List<int> i, Ice.Current current) in opLIntSAsync()
[all …]
/dports/devel/ice37/ice-3.7.2/csharp/test/Ice/seqMapping/
H A DMyClassAMDI.cs16 public override Task shutdownAsync(Ice.Current current) in shutdownAsync()
23 opAByteSAsync(byte[] i, Ice.Current current) in opAByteSAsync()
29 opLByteSAsync(List<byte> i, Ice.Current current) in opLByteSAsync()
41 opQByteSAsync(Queue<byte> i, Ice.Current current) in opQByteSAsync()
47 opSByteSAsync(Stack<byte> i, Ice.Current current) in opSByteSAsync()
53 opABoolSAsync(bool[] i, Ice.Current current) in opABoolSAsync()
59 opLBoolSAsync(List<bool> i, Ice.Current current) in opLBoolSAsync()
83 opAShortSAsync(short[] i, Ice.Current current) in opAShortSAsync()
113 opAIntSAsync(int[] i, Ice.Current current) in opAIntSAsync()
119 opLIntSAsync(List<int> i, Ice.Current current) in opLIntSAsync()
[all …]
/dports/devel/py-ice37/ice-3.7.2/csharp/test/Ice/seqMapping/
H A DMyClassAMDI.cs16 public override Task shutdownAsync(Ice.Current current) in shutdownAsync()
23 opAByteSAsync(byte[] i, Ice.Current current) in opAByteSAsync()
29 opLByteSAsync(List<byte> i, Ice.Current current) in opLByteSAsync()
41 opQByteSAsync(Queue<byte> i, Ice.Current current) in opQByteSAsync()
47 opSByteSAsync(Stack<byte> i, Ice.Current current) in opSByteSAsync()
53 opABoolSAsync(bool[] i, Ice.Current current) in opABoolSAsync()
59 opLBoolSAsync(List<bool> i, Ice.Current current) in opLBoolSAsync()
83 opAShortSAsync(short[] i, Ice.Current current) in opAShortSAsync()
113 opAIntSAsync(int[] i, Ice.Current current) in opAIntSAsync()
119 opLIntSAsync(List<int> i, Ice.Current current) in opLIntSAsync()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/tests/image-fuzzer/qcow2/
H A Dfuzz.py152 def magic(current): argument
161 def version(current): argument
182 def cluster_bits(current): argument
191 def size(current): argument
206 def l1_size(current): argument
283 def bf_name(current): argument
291 def ext_magic(current): argument
297 def ext_length(current): argument
303 def bf_format(current): argument
333 def l1_entry(current): argument
[all …]
/dports/emulators/qemu5/qemu-5.2.0/tests/image-fuzzer/qcow2/
H A Dfuzz.py152 def magic(current): argument
161 def version(current): argument
182 def cluster_bits(current): argument
191 def size(current): argument
206 def l1_size(current): argument
283 def bf_name(current): argument
291 def ext_magic(current): argument
297 def ext_length(current): argument
303 def bf_format(current): argument
333 def l1_entry(current): argument
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/image-fuzzer/qcow2/
H A Dfuzz.py152 def magic(current): argument
161 def version(current): argument
182 def cluster_bits(current): argument
191 def size(current): argument
206 def l1_size(current): argument
283 def bf_name(current): argument
291 def ext_magic(current): argument
297 def ext_length(current): argument
303 def bf_format(current): argument
333 def l1_entry(current): argument
[all …]
/dports/emulators/qemu42/qemu-4.2.1/tests/image-fuzzer/qcow2/
H A Dfuzz.py152 def magic(current): argument
161 def version(current): argument
182 def cluster_bits(current): argument
191 def size(current): argument
206 def l1_size(current): argument
283 def bf_name(current): argument
291 def ext_magic(current): argument
297 def ext_length(current): argument
303 def bf_format(current): argument
333 def l1_entry(current): argument
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tests/image-fuzzer/qcow2/
H A Dfuzz.py152 def magic(current): argument
161 def version(current): argument
182 def cluster_bits(current): argument
191 def size(current): argument
206 def l1_size(current): argument
283 def bf_name(current): argument
291 def ext_magic(current): argument
297 def ext_length(current): argument
303 def bf_format(current): argument
333 def l1_entry(current): argument
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tests/image-fuzzer/qcow2/
H A Dfuzz.py152 def magic(current): argument
161 def version(current): argument
182 def cluster_bits(current): argument
191 def size(current): argument
206 def l1_size(current): argument
283 def bf_name(current): argument
291 def ext_magic(current): argument
297 def ext_length(current): argument
303 def bf_format(current): argument
333 def l1_entry(current): argument
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/image-fuzzer/qcow2/
H A Dfuzz.py152 def magic(current): argument
161 def version(current): argument
182 def cluster_bits(current): argument
191 def size(current): argument
206 def l1_size(current): argument
283 def bf_name(current): argument
291 def ext_magic(current): argument
297 def ext_length(current): argument
303 def bf_format(current): argument
333 def l1_entry(current): argument
[all …]
/dports/emulators/qemu/qemu-6.2.0/tests/image-fuzzer/qcow2/
H A Dfuzz.py152 def magic(current): argument
161 def version(current): argument
182 def cluster_bits(current): argument
191 def size(current): argument
206 def l1_size(current): argument
283 def bf_name(current): argument
291 def ext_magic(current): argument
297 def ext_length(current): argument
303 def bf_format(current): argument
333 def l1_entry(current): argument
[all …]
/dports/emulators/qemu60/qemu-6.0.0/tests/image-fuzzer/qcow2/
H A Dfuzz.py152 def magic(current): argument
161 def version(current): argument
182 def cluster_bits(current): argument
191 def size(current): argument
206 def l1_size(current): argument
283 def bf_name(current): argument
291 def ext_magic(current): argument
297 def ext_length(current): argument
303 def bf_format(current): argument
333 def l1_entry(current): argument
[all …]
/dports/devel/ice37/ice-3.7.2/csharp/test/Ice/slicing/exceptions/
H A DTestI.cs17 public override void shutdown(Ice.Current current) in shutdown()
22 public override void baseAsBase(Ice.Current current) in baseAsBase()
29 public override void unknownDerivedAsBase(Ice.Current current) in unknownDerivedAsBase()
37 public override void knownDerivedAsBase(Ice.Current current) in knownDerivedAsBase()
45 public override void knownDerivedAsKnownDerived(Ice.Current current) in knownDerivedAsKnownDerived()
53 public override void unknownIntermediateAsBase(Ice.Current current) in unknownIntermediateAsBase()
61 public override void knownIntermediateAsBase(Ice.Current current) in knownIntermediateAsBase()
69 public override void knownMostDerivedAsBase(Ice.Current current) in knownMostDerivedAsBase()
104 public override void unknownMostDerived1AsBase(Ice.Current current) in unknownMostDerived1AsBase()
140 public override void knownPreservedAsBase(Ice.Current current) in knownPreservedAsBase()
[all …]
H A DTestAMDI.cs19 public override Task shutdownAsync(Ice.Current current) in shutdownAsync()
25 public override Task baseAsBaseAsync(Ice.Current current) in baseAsBaseAsync()
41 knownDerivedAsKnownDerivedAsync(Ice.Current current) in knownDerivedAsKnownDerivedAsync()
47 unknownIntermediateAsBaseAsync(Ice.Current current) in unknownIntermediateAsBaseAsync()
53 knownIntermediateAsBaseAsync(Ice.Current current) in knownIntermediateAsBaseAsync()
59 knownMostDerivedAsBaseAsync(Ice.Current current) in knownMostDerivedAsBaseAsync()
83 unknownMostDerived1AsBaseAsync(Ice.Current current) in unknownMostDerived1AsBaseAsync()
95 unknownMostDerived2AsBaseAsync(Ice.Current current) in unknownMostDerived2AsBaseAsync()
101 unknownMostDerived2AsBaseCompactAsync(Ice.Current current) in unknownMostDerived2AsBaseCompactAsync()
112 knownPreservedAsKnownPreservedAsync(Ice.Current current) in knownPreservedAsKnownPreservedAsync()
[all …]
/dports/devel/php-ice37/ice-3.7.2/csharp/test/Ice/slicing/exceptions/
H A DTestI.cs17 public override void shutdown(Ice.Current current) in shutdown()
22 public override void baseAsBase(Ice.Current current) in baseAsBase()
29 public override void unknownDerivedAsBase(Ice.Current current) in unknownDerivedAsBase()
37 public override void knownDerivedAsBase(Ice.Current current) in knownDerivedAsBase()
45 public override void knownDerivedAsKnownDerived(Ice.Current current) in knownDerivedAsKnownDerived()
53 public override void unknownIntermediateAsBase(Ice.Current current) in unknownIntermediateAsBase()
61 public override void knownIntermediateAsBase(Ice.Current current) in knownIntermediateAsBase()
69 public override void knownMostDerivedAsBase(Ice.Current current) in knownMostDerivedAsBase()
104 public override void unknownMostDerived1AsBase(Ice.Current current) in unknownMostDerived1AsBase()
140 public override void knownPreservedAsBase(Ice.Current current) in knownPreservedAsBase()
[all …]
H A DTestAMDI.cs19 public override Task shutdownAsync(Ice.Current current) in shutdownAsync()
25 public override Task baseAsBaseAsync(Ice.Current current) in baseAsBaseAsync()
41 knownDerivedAsKnownDerivedAsync(Ice.Current current) in knownDerivedAsKnownDerivedAsync()
47 unknownIntermediateAsBaseAsync(Ice.Current current) in unknownIntermediateAsBaseAsync()
53 knownIntermediateAsBaseAsync(Ice.Current current) in knownIntermediateAsBaseAsync()
59 knownMostDerivedAsBaseAsync(Ice.Current current) in knownMostDerivedAsBaseAsync()
83 unknownMostDerived1AsBaseAsync(Ice.Current current) in unknownMostDerived1AsBaseAsync()
95 unknownMostDerived2AsBaseAsync(Ice.Current current) in unknownMostDerived2AsBaseAsync()
101 unknownMostDerived2AsBaseCompactAsync(Ice.Current current) in unknownMostDerived2AsBaseCompactAsync()
112 knownPreservedAsKnownPreservedAsync(Ice.Current current) in knownPreservedAsKnownPreservedAsync()
[all …]
/dports/devel/py-ice37/ice-3.7.2/csharp/test/Ice/slicing/exceptions/
H A DTestAMDI.cs19 public override Task shutdownAsync(Ice.Current current) in shutdownAsync()
25 public override Task baseAsBaseAsync(Ice.Current current) in baseAsBaseAsync()
41 knownDerivedAsKnownDerivedAsync(Ice.Current current) in knownDerivedAsKnownDerivedAsync()
47 unknownIntermediateAsBaseAsync(Ice.Current current) in unknownIntermediateAsBaseAsync()
53 knownIntermediateAsBaseAsync(Ice.Current current) in knownIntermediateAsBaseAsync()
59 knownMostDerivedAsBaseAsync(Ice.Current current) in knownMostDerivedAsBaseAsync()
83 unknownMostDerived1AsBaseAsync(Ice.Current current) in unknownMostDerived1AsBaseAsync()
95 unknownMostDerived2AsBaseAsync(Ice.Current current) in unknownMostDerived2AsBaseAsync()
101 unknownMostDerived2AsBaseCompactAsync(Ice.Current current) in unknownMostDerived2AsBaseCompactAsync()
112 knownPreservedAsKnownPreservedAsync(Ice.Current current) in knownPreservedAsKnownPreservedAsync()
[all …]
H A DTestI.cs17 public override void shutdown(Ice.Current current) in shutdown()
22 public override void baseAsBase(Ice.Current current) in baseAsBase()
29 public override void unknownDerivedAsBase(Ice.Current current) in unknownDerivedAsBase()
37 public override void knownDerivedAsBase(Ice.Current current) in knownDerivedAsBase()
45 public override void knownDerivedAsKnownDerived(Ice.Current current) in knownDerivedAsKnownDerived()
53 public override void unknownIntermediateAsBase(Ice.Current current) in unknownIntermediateAsBase()
61 public override void knownIntermediateAsBase(Ice.Current current) in knownIntermediateAsBase()
69 public override void knownMostDerivedAsBase(Ice.Current current) in knownMostDerivedAsBase()
104 public override void unknownMostDerived1AsBase(Ice.Current current) in unknownMostDerived1AsBase()
140 public override void knownPreservedAsBase(Ice.Current current) in knownPreservedAsBase()
[all …]
/dports/devel/ice37/ice-3.7.2/java/test/src/main/java/test/Ice/optional/
H A DAMDInitialI.java284 Current current) in opOneOptionalProxyAsync()
292 Current current) in opOneOptionalProxyReqAsync()
410 Current current) in opSmallStructListAsync()
418 Current current) in opSmallStructListReqAsync()
426 Current current) in opFixedStructSeqAsync()
434 Current current) in opFixedStructSeqReqAsync()
442 Current current) in opFixedStructListAsync()
450 Current current) in opFixedStructListReqAsync()
492 Current current) in opIntIntDictReqAsync()
500 Current current) in opStringIntDictAsync()
[all …]

12345678910>>...221