Searched refs:repeat (Results 251 - 275 of 354) sorted by relevance

<<1112131415

/external/syslinux/com32/lib/jpeg/
H A Dtinyjpeg.c388 int repeat = 1UL<<(HUFFMAN_HASH_NBITS - code_size); local
390 while ( repeat-- )
/external/fmtlib/test/
H A Dgmock-gtest-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...]
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest.cc244 repeat,
245 internal::Int32FromGTestEnv("repeat", 1),
246 "How many times to repeat each test. Specify a negative number "
2716 if (GTEST_FLAG(repeat) != 1)
4233 // How many times to repeat the tests? We don't want to repeat them
4235 const int repeat = in_subprocess_for_death_test ? 1 : GTEST_FLAG(repeat); local
4236 // Repeats forever if the repeat count is negative.
4237 const bool forever = repeat <
[all...]
/external/googletest/googletest/src/
H A Dgtest.cc263 repeat,
264 internal::Int32FromGTestEnv("repeat", 1),
265 "How many times to repeat each test. Specify a negative number "
3056 if (GTEST_FLAG(repeat) != 1)
4612 // How many times to repeat the tests? We don't want to repeat them
4614 const int repeat = in_subprocess_for_death_test ? 1 : GTEST_FLAG(repeat); local
4615 // Repeats forever if the repeat count is negative.
4616 const bool forever = repeat <
[all...]
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest.cc263 repeat,
264 internal::Int32FromGTestEnv("repeat", 1),
265 "How many times to repeat each test. Specify a negative number "
3058 if (GTEST_FLAG(repeat) != 1)
4613 // How many times to repeat the tests? We don't want to repeat them
4615 const int repeat = in_subprocess_for_death_test ? 1 : GTEST_FLAG(repeat); local
4616 // Repeats forever if the repeat count is negative.
4617 const bool forever = repeat <
[all...]
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc243 repeat,
244 internal::Int32FromGTestEnv("repeat", 1),
245 "How many times to repeat each test. Specify a negative number "
2689 if (GTEST_FLAG(repeat) != 1)
4171 // How many times to repeat the tests? We don't want to repeat them
4173 const int repeat = in_subprocess_for_death_test ? 1 : GTEST_FLAG(repeat); local
4174 // Repeats forever if the repeat count is negative.
4175 const bool forever = repeat <
[all...]
/external/mesa3d/src/gtest/src/
H A Dgtest.cc250 repeat,
251 internal::Int32FromGTestEnv("repeat", 1),
252 "How many times to repeat each test. Specify a negative number "
2721 if (GTEST_FLAG(repeat) != 1)
4279 // How many times to repeat the tests? We don't want to repeat them
4281 const int repeat = in_subprocess_for_death_test ? 1 : GTEST_FLAG(repeat); local
4282 // Repeats forever if the repeat count is negative.
4283 const bool forever = repeat <
[all...]
/external/protobuf/gtest/src/
H A Dgtest.cc239 repeat,
240 internal::Int32FromGTestEnv("repeat", 1),
241 "How many times to repeat each test. Specify a negative number "
2694 if (GTEST_FLAG(repeat) != 1)
3990 // How many times to repeat the tests? We don't want to repeat them
3992 const int repeat = in_subprocess_for_death_test ? 1 : GTEST_FLAG(repeat); local
3993 // Repeats forever if the repeat count is negative.
3994 const bool forever = repeat <
[all...]
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
H A Dgtest.cc243 repeat,
244 internal::Int32FromGTestEnv("repeat", 1),
245 "How many times to repeat each test. Specify a negative number "
2688 if (GTEST_FLAG(repeat) != 1)
4168 // How many times to repeat the tests? We don't want to repeat them
4170 const int repeat = in_subprocess_for_death_test ? 1 : GTEST_FLAG(repeat); local
4171 // Repeats forever if the repeat count is negative.
4172 const bool forever = repeat <
[all...]
/external/v8/testing/gtest/src/
H A Dgtest.cc263 repeat,
264 internal::Int32FromGTestEnv("repeat", 1),
265 "How many times to repeat each test. Specify a negative number "
3056 if (GTEST_FLAG(repeat) != 1)
4611 // How many times to repeat the tests? We don't want to repeat them
4613 const int repeat = in_subprocess_for_death_test ? 1 : GTEST_FLAG(repeat); local
4614 // Repeats forever if the repeat count is negative.
4615 const bool forever = repeat <
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest.cc250 repeat,
251 internal::Int32FromGTestEnv("repeat", 1),
252 "How many times to repeat each test. Specify a negative number "
2721 if (GTEST_FLAG(repeat) != 1)
4275 // How many times to repeat the tests? We don't want to repeat them
4277 const int repeat = in_subprocess_for_death_test ? 1 : GTEST_FLAG(repeat); local
4278 // Repeats forever if the repeat count is negative.
4279 const bool forever = repeat <
[all...]
/external/webp/src/dec/
H A Dvp8l_dec.c291 int repeat = VP8LReadBits(br, extra_bits) + repeat_offset; local
292 if (symbol + repeat > num_symbols) {
296 while (repeat-- > 0) code_lengths[symbol++] = length;
/external/eigen/unsupported/Eigen/CXX11/src/util/
H A DEmulateCXX11Meta.h163 array<t, n> repeat(t v) { function in namespace:Eigen::internal
H A DCXX11Meta.h466 /* repeat a value n times (and make an array out of it
468 * array<int, 16> = repeat<16>(42);
482 constexpr array<t, n> repeat(t v) { return h_repeat<n>::run(v, typename gen_numeric_list<int, n>::type()); }
/external/lisa/libs/utils/
H A Denergy_model.py670 for cpus in product(self.cpus, repeat=len(tasks)):
/external/llvm/test/MC/AArch64/
H A Darm64-aliases.s196 ; overlaps with MOVZ or MOVN if the repeat-width is the whole register. In
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_types.h784 uint16 repeat; member in struct:__anon15401::__anon15402
/external/sonivox/jet_tools/JetCreator/
H A Deas.py432 """Set the repeat count of a stream."""
440 """Get the repeat count of a stream."""
1117 def QueueSegment (self, userID, seg_num, dls_num=-1, repeat=0, tranpose=0, mute_flags=0):
1122 repeat - repeat count (-1=repeat forever, 0=no repeat, 1+ = play n+1 times)
1128 result = eas_dll.JET_QueueSegment(self.eas.handle, seg_num, dls_num, repeat, tranpose, mute_flags, userID)
H A DJetCreator.py285 self.SegSort(segments, "repeat")
310 self.segList.SetStringItem(index, 7, StrNoneChk(segment.repeat))
481 dlg.SetValue(JetDefs.F_REPEAT, segment.repeat)
1212 self.queueSegs.append(QueueSeg(segment.segname, userID, seg_num, dls_num, segment.repeat, segment.transpose, segment.mute_flags))
/external/libvpx/libvpx/vp8/common/x86/
H A Dsubpixel_mmx.asm189 ; the subsequent iterations repeat 3 out of 4 of these reads. Since the
/external/r8/deps/
H A Djopt-simple-4.6.jarMETA-INF/ META-INF/MANIFEST.MF joptsimple/ joptsimple/internal/ joptsimple/util/ joptsimple/AbstractOptionSpec.class AbstractOptionSpec ...
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DE_B_D_T_.py334 mapParams = zip(attr['value'], itertools.repeat('1'))
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DE_B_D_T_.py334 mapParams = zip(attr['value'], itertools.repeat('1'))
/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest.h123 GTEST_DECLARE_int32_(repeat);
937 // one iteration if GTEST_FLAG(repeat) is set. iteration is the iteration
/external/googletest/googletest/include/gtest/
H A Dgtest.h123 GTEST_DECLARE_int32_(repeat);
999 // one iteration if GTEST_FLAG(repeat) is set. iteration is the iteration

Completed in 1706 milliseconds

<<1112131415