OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:size_2
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/printing/
pdf_metafile_cg_mac_unittest.cc
31
gfx::Size
size_2
(720, 540);
32
pdf.StartPage(
size_2
, rect_2, 2.0);
/external/chromium_org/ppapi/tests/
test_file_io.cc
794
int32_t
size_2
= 9;
local
795
std::vector<char> extended_buf_2(border_size * 2 +
size_2
);
798
memcpy(buf_2 +
size_2
, border, border_size);
802
while (size_1 >= 0 &&
size_2
>= 0 && size_1 +
size_2
> 0) {
807
if (
size_2
> 0) {
808
rv_2 = file_io.Read(read_offset_2, buf_2,
size_2
,
820
if (
size_2
> 0) {
826
size_2
-= callback_2.result();
830
// If |size_1| or |
size_2
| is not 0, we have invoked wrong callback(s)
871
int32_t
size_2
= strlen(buf_2);
local
[
all
...]
/bootable/recovery/applypatch/
applypatch.c
125
// "MTD:<partition_name>:<size_1>:<sha1_1>:<
size_2
>:<sha1_2>:..." (or
[
all
...]
Completed in 65 milliseconds