Home
last modified time | relevance | path

Searched refs:_gather (Results 1 – 25 of 103) sorted by relevance

12345

/dports/devel/hadoop/jetty-6.1.14/extras/sslengine/src/main/java/org/mortbay/jetty/security/
H A DSslHttpChannelEndPoint.java56 private ByteBuffer[] _gather=new ByteBuffer[2]; field in SslHttpChannelEndPoint
602 _gather[0]=extractOutputBuffer(header,0); in wrap()
603 synchronized(_gather[0]) in wrap()
606 _gather[0].limit(header.putIndex()); in wrap()
610 synchronized(_gather[1]) in wrap()
642 _gather[0].limit(_gather[0].capacity()); in wrap()
650 _gather[1].limit(_gather[1].capacity()); in wrap()
681 synchronized(_gather[0]) in wrap()
684 _gather[0].limit(header.putIndex()); in wrap()
711 _gather[0].position(0); in wrap()
[all …]
/dports/devel/hadoop2/jetty-6.1.14/extras/sslengine/src/main/java/org/mortbay/jetty/security/
H A DSslHttpChannelEndPoint.java56 private ByteBuffer[] _gather=new ByteBuffer[2]; field in SslHttpChannelEndPoint
602 _gather[0]=extractOutputBuffer(header,0); in wrap()
603 synchronized(_gather[0]) in wrap()
606 _gather[0].limit(header.putIndex()); in wrap()
610 synchronized(_gather[1]) in wrap()
642 _gather[0].limit(_gather[0].capacity()); in wrap()
650 _gather[1].limit(_gather[1].capacity()); in wrap()
681 synchronized(_gather[0]) in wrap()
684 _gather[0].limit(header.putIndex()); in wrap()
711 _gather[0].position(0); in wrap()
[all …]
/dports/devel/p5-MCE/MCE-1.876/lib/MCE/Core/
H A DManager.pm489 $_gather[$_task_id]->(@{ $_ });
495 $_gather[$_task_id]->{$_key} = $_val;
775 $_is_c_ref[$_i] = ( ref $_gather[$_i] eq 'CODE' ) ? 1 : 0;
776 $_is_h_ref[$_i] = ( ref $_gather[$_i] eq 'HASH' ) ? 1 : 0;
779 ref $_gather[$_i] eq 'MCE::Queue' ||
780 ref $_gather[$_i] eq 'Thread::Queue' ) ? 1 : 0;
785 $_gather[0] = $self->{gather};
787 $_is_c_ref[0] = ( ref $_gather[0] eq 'CODE' ) ? 1 : 0;
788 $_is_h_ref[0] = ( ref $_gather[0] eq 'HASH' ) ? 1 : 0;
791 ref $_gather[0] eq 'MCE::Queue' ||
[all …]
/dports/sysutils/py-pkginfo/pkginfo-1.8.2/pkginfo/
H A Ddevelop.py25 _gather = _gather_py2 variable
27 _gather = _gather_py3
40 _gather(self.path, candidates)
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/stock_picking_batch/tests/
H A Dtest_batch_picking.py168 quant_A = self.env['stock.quant']._gather(self.productA, self.stock_location)
169 quant_B = self.env['stock.quant']._gather(self.productB, self.stock_location)
202 quant_A = self.env['stock.quant']._gather(self.productA, self.stock_location)
203 quant_B = self.env['stock.quant']._gather(self.productB, self.stock_location)
241 quant_A = self.env['stock.quant']._gather(self.productA, self.stock_location)
242 quant_B = self.env['stock.quant']._gather(self.productB, self.stock_location)
281 quant_A = self.env['stock.quant']._gather(self.productA, self.stock_location)
282 quant_B = self.env['stock.quant']._gather(self.productB, self.stock_location)
322 quant_A = self.env['stock.quant']._gather(self.productA, self.stock_location)
323 quant_B = self.env['stock.quant']._gather(self.productB, self.stock_location)
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/stock/tests/
H A Dtest_robustness.py46 quant = self.env['stock.quant']._gather(
99 quant = self.env['stock.quant']._gather(
149 … self.assertEqual(len(self.env['stock.quant']._gather(self.product1, self.stock_location)), 1)
150 …self.assertEqual(len(self.env['stock.quant']._gather(self.product1, self.stock_location, package_i…
152 …self.assertEqual(self.env['stock.quant']._gather(self.product1, self.stock_location).reserved_quan…
H A Dtest_warehouse.py44 … quants = self.env['stock.quant']._gather(self.product_1, self.product_1.property_stock_inventory)
48 …self.assertEqual(self.env['stock.quant']._gather(self.product_1, self.warehouse_1.lot_stock_id).qu…
49 …self.assertEqual(self.env['stock.quant']._gather(self.product_1, self.warehouse_1.lot_stock_id.loc…
50 …self.assertEqual(self.env['stock.quant']._gather(self.product_1, self.warehouse_1.view_location_id…
52 …self.assertEqual(self.env['stock.quant']._gather(self.product_1, self.warehouse_1.wh_input_stock_l…
53 …self.assertEqual(self.env['stock.quant']._gather(self.product_1, self.env.ref('stock.stock_locatio…
405 self.assertEqual(self.env['stock.quant']._gather(product, customer_location).quantity, 1)
407 …self.assertEqual(sum(self.env['stock.quant']._gather(product, warehouse_distribution_namur.lot_sto…
449 self.assertEqual(self.env['stock.quant']._gather(product, customer_location).quantity, 2)
451 …self.assertEqual(sum(self.env['stock.quant']._gather(product, warehouse_distribution_wavre.lot_sto…
H A Dtest_inventory.py34 … self.assertEqual(len(self.env['stock.quant']._gather(self.product1, self.stock_location)), 1.0)
51 …self.assertEqual(sum(self.env['stock.quant']._gather(self.product1, self.stock_location).mapped('q…
83 …self.assertEqual(len(self.env['stock.quant']._gather(self.product2, self.stock_location, lot_id=lo…
158 …self.assertEqual(len(self.env['stock.quant']._gather(self.product2, self.stock_location, lot_id=lo…
159 …self.assertEqual(len(self.env['stock.quant']._gather(self.product2, self.stock_location, strict=Tr…
160 … self.assertEqual(len(self.env['stock.quant']._gather(self.product2, self.stock_location)), 2.0)
186 quant = self.env['stock.quant']._gather(self.product1, self.stock_location)
239 …self.assertEqual(self.env['stock.quant']._gather(self.product1, self.pack_location).quantity, 10.0)
252 … self.assertEqual(self.env['stock.quant']._gather(self.product1, self.pack_location).quantity, 8.0)
305 … self.assertEqual(len(self.env['stock.quant']._gather(self.product1, self.stock_location)), 2.0)
/dports/devel/p5-Data-HexDump-Range/Data-HexDump-Range-0.13.59/lib/Data/HexDump/
H A DRange.pm777 my ($gathered_data, $used_data) = $self->_gather($self->{GATHERED}, $range, $data, $offset, $size) ;
836 my ($gathered_data, $used_data) = $self->_gather($self->{GATHERED}, $range_description, $data, $off…
874 my ($gathered_data, $used_data) = $self->_gather(undef, $data, $offset, $size) ;
/dports/textproc/py-whoosh/Whoosh-2.7.4/src/whoosh/query/
H A Dnested.py145 self._gather()
153 def _gather(self): member in NestedParent.NestedParentMatcher
189 self._gather()
193 self._gather()
202 self._gather()
/dports/lang/perl5.34/perl-5.34.0/cpan/Test-Harness/lib/TAP/Parser/
H A DScheduler.pm291 my @all = $self->_gather( $self->{schedule} );
296 sub _gather { subroutine
300 return map { defined() ? $self->_gather($_) : () } map {@$_} @$rule;
/dports/lang/perl5.30/perl-5.30.3/cpan/Test-Harness/lib/TAP/Parser/
H A DScheduler.pm291 my @all = $self->_gather( $self->{schedule} );
296 sub _gather { subroutine
300 return map { defined() ? $self->_gather($_) : () } map {@$_} @$rule;
/dports/lang/perl5.32/perl-5.32.1/cpan/Test-Harness/lib/TAP/Parser/
H A DScheduler.pm291 my @all = $self->_gather( $self->{schedule} );
296 sub _gather { subroutine
300 return map { defined() ? $self->_gather($_) : () } map {@$_} @$rule;
/dports/devel/p5-Test-Harness/Test-Harness-3.42/lib/TAP/Parser/
H A DScheduler.pm291 my @all = $self->_gather( $self->{schedule} );
296 sub _gather { subroutine
300 return map { defined() ? $self->_gather($_) : () } map {@$_} @$rule;
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Test-Harness/lib/TAP/Parser/
H A DScheduler.pm291 my @all = $self->_gather( $self->{schedule} );
296 sub _gather { subroutine
300 return map { defined() ? $self->_gather($_) : () } map {@$_} @$rule;
/dports/science/py-segyio/segyio-1.9.8/python/segyio/
H A Dsegy.py86 self._gather = None
740 if self._gather is not None:
741 return self._gather
743 self._gather = Gather(self.trace, self.iline, self.xline, self.offsets)
744 return self._gather
/dports/science/segyio/segyio-1.9.8/python/segyio/
H A Dsegy.py86 self._gather = None
740 if self._gather is not None:
741 return self._gather
743 self._gather = Gather(self.trace, self.iline, self.xline, self.offsets)
744 return self._gather
/dports/devel/py-aioitertools/aioitertools-0.8.0/aioitertools/tests/
H A Dasyncio.py145 async def _gather(): function
150 task = asyncio.create_task(_gather())
152 task = asyncio.ensure_future(_gather())
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/simd/
H A Dsimd_base_seqan_impl_avx2.h981 _gather(TValue const * memAddr, in _gather() function
997 _gather(int8_t const * memAddr, in _gather() function
1019 _gather(TValue const * memAddr, in _gather() function
1036 _gather(int8_t const * memAddr, in _gather() function
1057 _gather(int16_t const * memAddr, in _gather() function
1078 _gather(TValue const * memAddr, in _gather() function
1095 _gather(int8_t const * memAddr, in _gather() function
1114 _gather(int16_t const * memAddr, in _gather() function
1133 _gather(int32_t const * memAddr, in _gather() function
1152 _gather(TValue const * memAddr, in _gather() function
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/simd/
H A Dsimd_base_seqan_impl_avx2.h981 _gather(TValue const * memAddr, in _gather() function
997 _gather(int8_t const * memAddr, in _gather() function
1019 _gather(TValue const * memAddr, in _gather() function
1036 _gather(int8_t const * memAddr, in _gather() function
1057 _gather(int16_t const * memAddr, in _gather() function
1078 _gather(TValue const * memAddr, in _gather() function
1095 _gather(int8_t const * memAddr, in _gather() function
1114 _gather(int16_t const * memAddr, in _gather() function
1133 _gather(int32_t const * memAddr, in _gather() function
1152 _gather(TValue const * memAddr, in _gather() function
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/cocoa/
H A Dap_CocoaDialog_Options.cpp227 bool AP_CocoaDialog_Options::_gather##button(void) { \
235 bool AP_CocoaDialog_Options::_gather##button(void) { \
241 char * AP_CocoaDialog_Options::_gather##widget() { \
288 bool AP_CocoaDialog_Options::_gather##Bool(void) { \
/dports/x11-toolkits/p5-Prima/Prima-1.63/Prima/
H A DKeySelector.pm100 sub Keys_Change { $_[0]-> _gather; }
101 sub Shift_Click { $_[0]-> _gather; }
102 sub Ctrl_Click { $_[0]-> _gather; }
103 sub Alt_Click { $_[0]-> _gather; }
105 sub _gather subroutine
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/stock/models/
H A Dstock_quant.py162 …quant = self._gather(product, location, lot_id=lot_id, package_id=package_id, owner_id=owner_id, s…
271 …def _gather(self, product_id, location_id, lot_id=None, package_id=None, owner_id=None, strict=Fal… member in StockQuant
327 …quants = self._gather(product_id, location_id, lot_id=lot_id, package_id=package_id, owner_id=owne…
358 …quants = self._gather(self.product_id, self.location_id, lot_id=self.lot_id, package_id=self.packa…
403 …quants = self._gather(product_id, location_id, lot_id=lot_id, package_id=package_id, owner_id=owne…
462 …quants = self._gather(product_id, location_id, lot_id=lot_id, package_id=package_id, owner_id=owne…
/dports/lang/python39/Python-3.9.9/Lib/asyncio/
H A Drunners.py64 tasks._gather(*to_cancel, loop=loop, return_exceptions=True))
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/win/
H A Dap_Win32Dialog_Tab.h51 #define SET_GATHER(a,t) virtual t _gather##a(void); \

12345