Home
last modified time | relevance | path

Searched refs:repeat (Results 1 – 25 of 25) 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/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/sed-4.2.1/testsuite/
Duniq.good109 /* Match a negated single character repeatedly. This is almost a repeat of
146 /* We don't need to repeat the search if we haven't yet reached the
177 DPRINTF (("ims set to %02lx at group repeat\n", ims));
347 default: /* No repeat follows */
585 item to see if there is repeat information following. The code is similar
586 item to see if there is repeat information following. Then obey similar
752 repeat it in the interests of efficiency. */
753 repeat limits are compiled as a number of copies, with the optional ones
816 that "continue" in the code above comes out to here to repeat the main
818 that it may occur zero times. It may repeat infinitely, or not at all -
Duniq.inp497 /* Match a negated single character repeatedly. This is almost a repeat of
537 /* We don't need to repeat the search if we haven't yet reached the
580 DPRINTF (("ims set to %02lx at group repeat\n", ims));
877 default: /* No repeat follows */
878 default: /* No repeat follows */
1317 item to see if there is repeat information following. The code is similar
1318 item to see if there is repeat information following. Then obey similar
1531 repeat it in the interests of efficiency. */
1532 repeat limits are compiled as a number of copies, with the optional ones
1711 that "continue" in the code above comes out to here to repeat the main
[all …]
DBOOST.tests616 ; extended repeat checking to exercise new algorithms:
/ndk/sources/host-tools/sed-4.2.1/po/
Del.po620 #~ msgid "nothing to repeat"
623 #~ msgid "operand of unlimited repeat could match the empty string"
628 #~ msgid "internal error: unexpected repeat"
/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/sed-4.2.1/
DNEWS422 instead of "repeat the last REmatch". As far as I can tell
DChangeLog2900 command with a repeat count.
/ndk/sources/host-tools/sed-4.2.1/doc/
Dsed.texi2713 Lookahead assertions do not allow repeat quantifiers after them
3709 repeat count that is greater than 1 or with a limited maximum,
4023 repeat that must swallow everything it can. So,
4068 When a pattern contains an unlimited repeat inside a subpattern
Dsed-in.texi2546 Lookahead assertions do not allow repeat quantifiers after them
3542 repeat count that is greater than 1 or with a limited maximum,
3856 repeat that must swallow everything it can. So,
3901 When a pattern contains an unlimited repeat inside a subpattern
/ndk/sources/host-tools/sed-4.2.1/build-aux/
Dtexinfo.tex4828 % format, but then we repeat the same computation. Repeating a couple
4952 \repeat
8065 \repeat
8073 \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.