Searched refs:repeat (Results 1 - 6 of 6) sorted by relevance

/hardware/samsung_slsi/exynos5/include/
H A Dfimg2d.h101 enum repeat { enum
214 enum repeat mode;
244 struct fimg2d_repeat repeat; member in struct:fimg2d_param
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
H A Dfimg2d.h133 * @REPEAT_NORMAL: repeat horizontally and vertically
140 enum repeat { enum
307 enum repeat mode;
343 * @repeat: repeat type (tile mode)
354 struct fimg2d_repeat repeat; member in struct:fimg2d_param
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc499 const char kRepeatFlag[] = "repeat";
578 repeat_ = GTEST_FLAG(repeat);
599 GTEST_FLAG(repeat) = repeat_;
1356 bool escaped, char ch, char repeat, const char* regex, const char* str);
1734 repeat,
1735 internal::Int32FromGTestEnv("repeat", 1),
1736 "How many times to repeat each test. Specify a negative number "
4205 if (GTEST_FLAG(repeat) != 1)
5763 // How many times to repeat the tests? We don't want to repeat the
5765 const int repeat = in_subprocess_for_death_test ? 1 : GTEST_FLAG(repeat); local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
H A Dsubpixel_mmx.asm189 ; the subsequent iterations repeat 3 out of 4 of these reads. Since the
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h3929 uint8 repeat; /* Minimum number of scan intervals member in struct:wl_pfn_param
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h17259 // Typed (aka type-driven) tests repeat the same test for types in a
17536 GTEST_DECLARE_int32_(repeat);
18380 // one iteration if GTEST_FLAG(repeat) is set. iteration is the iteration

Completed in 210 milliseconds