/external/libpng/contrib/libtests/ |
pngstest.c | 2067 png_uint_32 in_format, out_format; local 2351 const png_uint_32 out_format = transform->out_image->image.format; local [all...] |
/external/webrtc/talk/media/base/ |
videoadapter_unittest.cc | 795 const VideoFormat out_format = adapter.AdaptFrameResolution(640, 360); local 796 EXPECT_EQ(640, out_format.width); 797 EXPECT_EQ(360, out_format.height); 833 VideoFormat out_format = adapter.AdaptFrameResolution(640, 360); local 834 EXPECT_EQ(640, out_format.width); 835 EXPECT_EQ(360, out_format.height); 843 out_format = adapter.AdaptFrameResolution(640, 360); 845 EXPECT_EQ(640, out_format.width); 846 EXPECT_EQ(360, out_format.height); [all...] |
/external/valgrind/callgrind/ |
clo.c | 513 else if VG_STR_CLO(arg, "--callgrind-out-file", CLG_(clo).out_format) {} 632 CLG_(clo).out_format = 0;
|
dump.c | [all...] |
global.h | 79 const HChar* out_format; /* Format string for callgrind output file name */ member in struct:_CommandLineOptions
|
/external/autotest/client/bin/net/ |
net_utils_unittest.py | 751 out_format = \ 762 out = out_format % ip_addr 780 out = out_format % ip_addr 798 out_format = \ 810 out = out_format % state [all...] |