Home
last modified time | relevance | path

Searched defs:repeat (Results 1 – 25 of 121) sorted by relevance

12345

/external/protobuf/gtest/test/
Dgtest_repeat_test.cc172 void TestRepeat(int repeat) { in TestRepeat()
182 void TestRepeatWithEmptyFilter(int repeat) { in TestRepeatWithEmptyFilter()
193 void TestRepeatWithFilterForSuccessfulTests(int repeat) { in TestRepeatWithFilterForSuccessfulTests()
211 void TestRepeatWithFilterForFailedTests(int repeat) { in TestRepeatWithFilterForFailedTests()
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest_repeat_test.cc172 void TestRepeat(int repeat) { in TestRepeat()
182 void TestRepeatWithEmptyFilter(int repeat) { in TestRepeatWithEmptyFilter()
193 void TestRepeatWithFilterForSuccessfulTests(int repeat) { in TestRepeatWithFilterForSuccessfulTests()
211 void TestRepeatWithFilterForFailedTests(int repeat) { in TestRepeatWithFilterForFailedTests()
/external/google-breakpad/src/testing/gtest/test/
Dgtest_repeat_test.cc172 void TestRepeat(int repeat) { in TestRepeat()
182 void TestRepeatWithEmptyFilter(int repeat) { in TestRepeatWithEmptyFilter()
193 void TestRepeatWithFilterForSuccessfulTests(int repeat) { in TestRepeatWithFilterForSuccessfulTests()
211 void TestRepeatWithFilterForFailedTests(int repeat) { in TestRepeatWithFilterForFailedTests()
/external/gtest/test/
Dgtest_repeat_test.cc172 void TestRepeat(int repeat) { in TestRepeat()
182 void TestRepeatWithEmptyFilter(int repeat) { in TestRepeatWithEmptyFilter()
193 void TestRepeatWithFilterForSuccessfulTests(int repeat) { in TestRepeatWithFilterForSuccessfulTests()
211 void TestRepeatWithFilterForFailedTests(int repeat) { in TestRepeatWithFilterForFailedTests()
/external/webrtc/webrtc/base/
Dsigslotrepeater.h37 void repeat(base_type &s) { s.connect(this, &this_type::reemit); } in repeat() function
53 void repeat(base_type& s) { s.connect(this, &this_type::reemit); } in repeat() function
69 void repeat(base_type& s) { s.connect(this, &this_type::reemit); } in repeat() function
88 void repeat(base_type& s) { s.connect(this, &this_type::reemit); } in repeat() function
/external/vulkan-validation-layers/libs/glm/gtx/
Dwrap.inl64 GLM_FUNC_QUALIFIER genType repeat function
73 GLM_FUNC_QUALIFIER detail::tvec2<T, P> repeat function
85 GLM_FUNC_QUALIFIER detail::tvec3<T, P> repeat function
97 GLM_FUNC_QUALIFIER detail::tvec4<T, P> repeat function
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowVibrator.java14 private int repeat; field in ShadowVibrator
23 public void vibrate(long[] pattern, int repeat) { in vibrate()
/external/libxml2/
DtestThreads.c99 unsigned int i, repeat; in main() local
140 unsigned int i, repeat; in main() local
DtestThreadsWin32.c88 unsigned int i, repeat; in main() local
/external/v8/test/mjsunit/es6/
Dstring-repeat.js78 repeat : String.prototype.repeat property
/external/v8/test/mjsunit/
Dstr-to-num.js32 function repeat(s, num) { function
/external/libyuv/files/unit_test/
Dunit_test.cc24 const char* repeat = getenv("LIBYUV_REPEAT"); in libyuvTest() local
/external/junit/src/junit/extensions/
DRepeatedTest.java13 public RepeatedTest(Test test, int repeat) { in RepeatedTest()
/external/autotest/client/tests/fsx/
Dfsx.py31 def run_once(self, dir=None, repeat=100000): argument
/external/v8/test/mjsunit/regress/
Dregress-475705.js32 function repeat(str, n) { function
/external/autotest/server/site_tests/display_SwitchMode/
Ddisplay_SwitchMode.py54 def run_once(self, host, repeat): argument
/external/v8/tools/
Dshell-utils.h43 const byte* ReadFileAndRepeat(const char* name, int* size, int repeat) { in ReadFileAndRepeat()
Dparser-shell.cc71 const char* fname, Encoding encoding, int repeat, v8::Isolate* isolate, in RunBaselineParser()
154 int repeat = 1; in main() local
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DTestUtil.java31 public static String repeat(char c, int count) { in repeat() method in TestUtil
/external/eigen/test/
Dprec_inverse_4x4.cpp29 template<typename MatrixType> void inverse_general_4x4(int repeat) in inverse_general_4x4()
/external/autotest/server/site_tests/platform_ExternalUSBStress/
Dplatform_ExternalUSBStress.py18 def run_once(self, host, client_autotest, repeat, network_debug): argument
/external/autotest/client/site_tests/power_Consumption/
Dpower_Consumption.py129 def _run_func(self, name, func, repeat=1, save_checkpoint=True): argument
146 def _run_cmd(self, name, cmd, repeat=1): argument
/external/opencv3/modules/python/test/
Dticket_6.py19 repeat=100 variable in Creating
/external/webrtc/talk/media/devices/
Dfilevideocapturer.h101 void set_repeat(int repeat) { repeat_ = repeat; } in set_repeat()
/external/gemmlowp/test/
Dtest_blocking_counter.cc86 for (int repeat = 1; repeat <= 2; repeat++) { in test_blocking_counter() local

12345