OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_BATCHSIZE
(Results
1 - 7
of
7
) sorted by null
/external/python/cpython3/Lib/
pickle.py
785
_BATCHSIZE
= 1000
800
tmp = list(islice(it, self.
_BATCHSIZE
))
811
if n < self.
_BATCHSIZE
:
841
tmp = list(islice(it, self.
_BATCHSIZE
))
855
if n < self.
_BATCHSIZE
:
871
batch = list(islice(it, self.
_BATCHSIZE
))
878
if n < self.
_BATCHSIZE
:
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pickle.py
606
_BATCHSIZE
= 1000
619
r = xrange(self.
_BATCHSIZE
)
667
r = xrange(self.
_BATCHSIZE
)
[
all
...]
/external/python/cpython2/Lib/
pickle.py
612
_BATCHSIZE
= 1000
625
r = xrange(self.
_BATCHSIZE
)
673
r = xrange(self.
_BATCHSIZE
)
[
all
...]
/prebuilts/gdb/darwin-x86/lib/python2.7/
pickle.py
606
_BATCHSIZE
= 1000
619
r = xrange(self.
_BATCHSIZE
)
667
r = xrange(self.
_BATCHSIZE
)
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/
pickle.py
606
_BATCHSIZE
= 1000
619
r = xrange(self.
_BATCHSIZE
)
667
r = xrange(self.
_BATCHSIZE
)
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickle.py
606
_BATCHSIZE
= 1000
619
r = xrange(self.
_BATCHSIZE
)
667
r = xrange(self.
_BATCHSIZE
)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickle.py
606
_BATCHSIZE
= 1000
619
r = xrange(self.
_BATCHSIZE
)
667
r = xrange(self.
_BATCHSIZE
)
[
all
...]
Completed in 103 milliseconds