OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:initial_bytes
(Results
1 - 8
of
8
) sorted by null
/art/runtime/
indirect_reference_table.cc
72
const size_t
initial_bytes
= initialCount * sizeof(const mirror::Object*);
local
81
memset(table_, 0xd1,
initial_bytes
);
/bionic/tests/
pthread_test.cpp
405
size_t
initial_bytes
= 0;
local
413
initial_bytes
= mallinfo().uordblks;
435
int leaked_bytes = (final_bytes -
initial_bytes
);
/external/chromium_org/tools/relocation_packer/src/
elf_file.cc
800
const size_t
initial_bytes
=
local
802
LOG("Unpacked R_ARM_RELATIVE: %lu bytes\n",
initial_bytes
);
827
if (packed_bytes >=
initial_bytes
) {
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_pyio.py
789
def __init__(self,
initial_bytes
=None):
791
if
initial_bytes
is not None:
792
buf.extend(
initial_bytes
)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_pyio.py
789
def __init__(self,
initial_bytes
=None):
791
if
initial_bytes
is not None:
792
buf.extend(
initial_bytes
)
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_memoryio.py
481
self.ioclass(
initial_bytes
=buf)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_memoryio.py
481
self.ioclass(
initial_bytes
=buf)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_io.so
Completed in 679 milliseconds