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

123456

/external/chromium/testing/gtest/test/
H A Dgtest_repeat_test.cc51 GTEST_DECLARE_int32_(repeat);
57 using testing::GTEST_FLAG(repeat);
172 void TestRepeat(int repeat) { argument
173 GTEST_FLAG(repeat) = repeat;
176 GTEST_CHECK_INT_EQ_(repeat > 0 ? 1 : 0, RUN_ALL_TESTS());
177 CheckCounts(repeat);
182 void TestRepeatWithEmptyFilter(int repeat) { argument
183 GTEST_FLAG(repeat) = repeat;
193 TestRepeatWithFilterForSuccessfulTests(int repeat) argument
211 TestRepeatWithFilterForFailedTests(int repeat) argument
[all...]
/external/gtest/test/
H A Dgtest_repeat_test.cc51 GTEST_DECLARE_int32_(repeat);
57 using testing::GTEST_FLAG(repeat);
172 void TestRepeat(int repeat) { argument
173 GTEST_FLAG(repeat) = repeat;
176 GTEST_CHECK_INT_EQ_(repeat > 0 ? 1 : 0, RUN_ALL_TESTS());
177 CheckCounts(repeat);
182 void TestRepeatWithEmptyFilter(int repeat) { argument
183 GTEST_FLAG(repeat) = repeat;
193 TestRepeatWithFilterForSuccessfulTests(int repeat) argument
211 TestRepeatWithFilterForFailedTests(int repeat) argument
[all...]
/external/protobuf/gtest/test/
H A Dgtest_repeat_test.cc51 GTEST_DECLARE_int32_(repeat);
57 using testing::GTEST_FLAG(repeat);
172 void TestRepeat(int repeat) { argument
173 GTEST_FLAG(repeat) = repeat;
176 GTEST_CHECK_INT_EQ_(repeat > 0 ? 1 : 0, RUN_ALL_TESTS());
177 CheckCounts(repeat);
182 void TestRepeatWithEmptyFilter(int repeat) { argument
183 GTEST_FLAG(repeat) = repeat;
193 TestRepeatWithFilterForSuccessfulTests(int repeat) argument
211 TestRepeatWithFilterForFailedTests(int repeat) argument
[all...]
/external/junit/src/junit/extensions/
H A DRepeatedTest.java13 public RepeatedTest(Test test, int repeat) { argument
15 if (repeat < 0)
17 fTimesRepeat= repeat;
/external/webkit/Source/WebCore/css/
H A DCSSGradientValue.h70 CSSGradientValue(CSSGradientRepeat repeat, bool deprecatedType = false) argument
73 , m_repeating(repeat == Repeating)
104 static PassRefPtr<CSSLinearGradientValue> create(CSSGradientRepeat repeat, bool deprecatedType = false) argument
106 return adoptRef(new CSSLinearGradientValue(repeat, deprecatedType));
114 CSSLinearGradientValue(CSSGradientRepeat repeat, bool deprecatedType = false) argument
115 : CSSGradientValue(repeat, deprecatedType)
129 static PassRefPtr<CSSRadialGradientValue> create(CSSGradientRepeat repeat, bool deprecatedType = false) argument
131 return adoptRef(new CSSRadialGradientValue(repeat, deprecatedType));
146 CSSRadialGradientValue(CSSGradientRepeat repeat, bool deprecatedType = false) argument
147 : CSSGradientValue(repeat, deprecatedTyp
[all...]
/external/webkit/Source/WebKit/android/plugins/
H A DPluginTimer.cpp35 PluginTimer::PluginTimer(PluginTimer** list, NPP instance, bool repeat, argument
40 m_repeat(repeat),
109 uint32_t PluginTimerList::schedule(NPP instance, uint32_t interval, bool repeat, argument
112 PluginTimer* timer = new PluginTimer(&m_list, instance, repeat, proc);
115 if (repeat) {
H A DPluginTimer.h42 PluginTimer(PluginTimer** list, NPP instance, bool repeat,
74 uint32_t schedule(NPP instance, uint32_t interval, bool repeat,
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Duser.py61 def prompt(cls, message, repeat=1, raw_input=raw_input):
63 while (repeat and not response):
64 repeat -= 1
69 def prompt_password(cls, message, repeat=1):
70 return cls.prompt(message, repeat=repeat, raw_input=getpass.getpass)
/external/clang/test/SemaCXX/
H A Dblocks.cpp25 int repeat(int value, int (^block)(int), unsigned n) { function in namespace:test2
36 return repeat(1, ^(int v) { return v * base; }, n);
/external/sonivox/jet_tools/JetCreator/
H A DJetDebug.py39 print("repeat: %d" % queueSeg.repeat)
52 print("repeat: %d" % segment.repeat)
/external/chromium/third_party/libjingle/source/talk/base/
H A Dsigslotrepeater.h35 // to the originating signal using the 'repeat' method. When the repeated
54 void repeat(base_type &s) { s.connect(this, &this_type::reemit); } function in class:sigslot::repeater0
69 void repeat(base_type& s) { s.connect(this, &this_type::reemit); } function in class:sigslot::repeater1
84 void repeat(base_type& s) { s.connect(this, &this_type::reemit); } function in class:sigslot::repeater2
102 void repeat(base_type& s) { s.connect(this, &this_type::reemit); } function in class:sigslot::repeater3
/external/guava/guava-tests/test/com/google/common/base/
H A DStringsTest.java110 assertEquals("", Strings.repeat(input, 0));
111 assertEquals("20", Strings.repeat(input, 1));
112 assertEquals("2020", Strings.repeat(input, 2));
113 assertEquals("202020", Strings.repeat(input, 3));
115 assertEquals("", Strings.repeat("", 4));
118 assertEquals(2 * i, Strings.repeat(input, i).length());
122 Strings.repeat("x", -1);
128 Strings.repeat("12345678", (1 << 30) + 3);
137 Strings.repeat(null, 5);
/external/skia/src/animator/
H A DSkAnimateField.cpp46 if (repeat != SK_Scalar1)
47 SkDebugf("repeat=\"%g\" ", SkScalarToFloat(repeat));
50 if (repeat != SK_Scalar1)
51 SkDebugf("repeat=\"%x\" ", repeat);
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dclone_test.S15 dec %rcx # repeat count times
63 dec %rcx # repeat count times
72 dec %rcx # repeat count times
87 dec %rcx # repeat count times
H A Dmillion.S12 dec %rcx # repeat count times
H A Drep_prefix.S3 # only count as one instruction, even though they repeat many times
/external/valgrind/main/exp-bbv/tests/arm-linux/
H A Dmillion.S17 bne big_loop @ repeat till zero
/external/valgrind/main/exp-bbv/tests/x86-linux/
H A Dclone_test.S15 dec %ecx # repeat count times
63 dec %ecx # repeat count times
72 dec %ecx # repeat count times
87 dec %ecx # repeat count times
/external/webkit/Source/WebCore/xml/
H A DXMLViewer.css63 background-repeat: no-repeat;
/external/v8/test/mjsunit/
H A Dstr-to-num.js32 function repeat(s, num) { function
43 assertEquals('0000000000', repeat('0', 10));
151 assertEquals(0, toNumber("0x000" + repeat('0', 1000)));
158 assertEquals(Infinity, toNumber("0x" + repeat('0', 1000) + '1'
159 + repeat('0', 1000)));
160 assertEquals(-Infinity, toNumber("-0x1" + repeat('0', 1000)));
205 assertTrue(isNaN(toNumber("1" + repeat('0', 1000) + 'junk')), "1e1000 junk");
208 assertEquals(toNumber('1' + repeat('0', i)), Math.pow(10.0, i));
/external/chromium/chrome/browser/resources/options/chromeos/
H A Dinternet_options_page.css83 background: left center no-repeat;
94 background: right center no-repeat;
164 background-repeat: no-repeat;
183 background-repeat: no-repeat;
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DFixedPositioning.h181 void setRepeatX(bool repeat) { m_repeatX = repeat; } argument
182 void setRepeatY(bool repeat) { m_repeatY = repeat; } argument
/external/webkit/Source/WebCore/svg/
H A DSVGAnimateMotionElement.h44 virtual void calculateAnimatedValue(float percentage, unsigned repeat, SVGSMILElement* resultElement);
H A DSVGAnimateTransformElement.h50 virtual void calculateAnimatedValue(float percentage, unsigned repeat, SVGSMILElement* resultElement);
H A DSVGAnimationElement.h87 virtual void updateAnimation(float percent, unsigned repeat, SVGSMILElement* resultElement);
96 virtual void calculateAnimatedValue(float percentage, unsigned repeat, SVGSMILElement* resultElement) = 0;

Completed in 430 milliseconds

123456