OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zsize
(Results
1 - 3
of
3
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_types.py
131
xsize, ysize,
zsize
= 238, 356, 4
132
if not (xsize*ysize*
zsize
==
zsize
*xsize*ysize == 338912):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_types.py
131
xsize, ysize,
zsize
= 238, 356, 4
132
if not (xsize*ysize*
zsize
==
zsize
*xsize*ysize == 338912):
/system/core/fastboot/
fastboot.c
711
unsigned
zsize
;
local
724
zdata = load_file(fn, &
zsize
);
727
zip = init_zipfile(zdata,
zsize
);
Completed in 35 milliseconds