Home
last modified time | relevance | path

Searched refs:repeat (Results 1 – 16 of 16) sorted by relevance

/ndk/sources/third_party/googletest/googletest/test/
Dgtest_repeat_test.cc51 GTEST_DECLARE_int32_(repeat);
57 using testing::GTEST_FLAG(repeat);
172 void TestRepeat(int repeat) { in TestRepeat() argument
173 GTEST_FLAG(repeat) = repeat; in TestRepeat()
176 GTEST_CHECK_INT_EQ_(repeat > 0 ? 1 : 0, RUN_ALL_TESTS()); in TestRepeat()
177 CheckCounts(repeat); in TestRepeat()
182 void TestRepeatWithEmptyFilter(int repeat) { in TestRepeatWithEmptyFilter() argument
183 GTEST_FLAG(repeat) = repeat; in TestRepeatWithEmptyFilter()
193 void TestRepeatWithFilterForSuccessfulTests(int repeat) { in TestRepeatWithFilterForSuccessfulTests() argument
194 GTEST_FLAG(repeat) = repeat; in TestRepeatWithFilterForSuccessfulTests()
[all …]
Dgtest_env_var_test_.cc95 cout << GTEST_FLAG(repeat); in PrintFlag()
Dgtest-listener_test.cc215 ::testing::GTEST_FLAG(repeat) = 2; in main()
Dgtest_unittest.cc50 || testing::GTEST_FLAG(repeat) > 0 in TEST()
215 using testing::GTEST_FLAG(repeat);
1557 GTEST_FLAG(repeat) = 1; in SetUpTestCase()
1584 EXPECT_EQ(1, GTEST_FLAG(repeat)); in VerifyAndModifyFlags()
1600 GTEST_FLAG(repeat) = 100; in VerifyAndModifyFlags()
5299 repeat(1), in Flags()
5381 static Flags Repeat(Int32 repeat) { in Repeat()
5383 flags.repeat = repeat; in Repeat()
5429 Int32 repeat; member
5450 GTEST_FLAG(repeat) = 1; in SetUp()
[all …]
/ndk/docs/Additional_library_docs/renderscript/
Dtabs.css34 background-repeat:no-repeat;
48 background-repeat:repeat-x;
56 background-repeat:repeat-x;
Ddoxygen.css436 background-repeat:repeat-x;
546 background-repeat: no-repeat;
667 background-repeat:repeat-x;
698 background-repeat:repeat-x;
715 background-repeat:no-repeat;
740 background-repeat:no-repeat;
778 background-repeat:repeat-x;
/ndk/sources/host-tools/ndk-stack/regex/
Dregcomp.c85 static void repeat(struct parse *, sopno, int, int);
416 repeat(p, pos, count, count2); in p_ere_exp()
587 repeat(p, pos, count, count2); in p_simp_re()
939 repeat(struct parse *p, in repeat() function
965 repeat(p, start+1, 1, to); in repeat()
985 repeat(p, copy, 1, to-1); in repeat()
993 repeat(p, copy, from-1, to-1); in repeat()
997 repeat(p, copy, from-1, to); in repeat()
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-port.cc321 bool escaped, char c, char repeat, const char* regex, in MatchRepetitionAndRegexAtHead() argument
323 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead()
324 const size_t max_count = (repeat == '?') ? 1 : in MatchRepetitionAndRegexAtHead()
Dgtest-internal-inl.h177 repeat_ = GTEST_FLAG(repeat); in GTestFlagSaver()
198 GTEST_FLAG(repeat) = repeat_; in ~GTestFlagSaver()
949 bool escaped, char ch, char repeat, const char* regex, const char* str);
Dgtest.cc246 repeat,
2695 if (GTEST_FLAG(repeat) != 1) in OnTestIterationStart()
4188 const int repeat = in_subprocess_for_death_test ? 1 : GTEST_FLAG(repeat); in RunAllTests() local
4190 const bool forever = repeat < 0; in RunAllTests()
4191 for (int i = 0; forever || i != repeat; i++) { in RunAllTests()
4824 ParseInt32Flag(arg, kRepeatFlag, &GTEST_FLAG(repeat)) || in ParseGoogleTestFlagsOnlyImpl()
/ndk/sources/host-tools/make-3.81/glob/
DSMakefile20 # This must repeat the value, because configure will remove `VPATH = .'.
/ndk/sources/host-tools/make-3.81/
DSMakefile28 # This must repeat the value, because configure will remove `VPATH = .'.
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest.h123 GTEST_DECLARE_int32_(repeat);
/ndk/sources/host-tools/make-3.81/config/
Dtexinfo.tex3862 % format, but then we repeat the same computation. Repeating a couple
3958 \repeat
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-2238 meaningful to repeat library file names in a particular order.
Dmake.texi9192 repeat library file names in a particular order.