HomeSort by relevance Sort by last modified time
    Searched refs:repeat (Results 1 - 25 of 476) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/
repeat.hpp 15 # include <boost/preprocessor/repetition/repeat.hpp>
  /external/libyuv/files/unit_test/
unit_test.cc 24 const char* repeat = getenv("LIBYUV_REPEAT"); local
25 if (repeat) {
26 benchmark_iterations_ = atoi(repeat); // NOLINT
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowVibrator.java 14 private int repeat; field in class:ShadowVibrator
23 public void vibrate(long[] pattern, int repeat) {
26 this.repeat = repeat;
52 return repeat;
  /external/chromium_org/v8/test/mjsunit/harmony/
string-repeat.js 30 assertEquals("000", String.prototype.repeat.call(0, 3));
31 assertEquals("-1-1-1", String.prototype.repeat.call(-1, 3));
32 assertEquals("2.12.12.1", String.prototype.repeat.call(2.1, 3));
33 assertEquals("", String.prototype.repeat.call([], 3));
34 assertEquals("1,2,3", String.prototype.repeat.call([1, 2, 3], 1));
35 assertEquals("true", String.prototype.repeat.call(true, 1));
36 assertEquals("false", String.prototype.repeat.call(false, 1));
37 assertEquals("[object Object]", String.prototype.repeat.call({}, 1));
39 assertEquals("000", String.prototype.repeat.apply(0, [3]));
40 assertEquals("-1-1-1", String.prototype.repeat.apply(-1, [3]))
    [all...]
  /external/chromium/testing/gtest/test/
gtest_repeat_test.cc 51 GTEST_DECLARE_int32_(repeat);
57 using testing::GTEST_FLAG(repeat);
172 void TestRepeat(int repeat) {
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) {
183 GTEST_FLAG(repeat) = repeat;
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest_repeat_test.cc 51 GTEST_DECLARE_int32_(repeat);
57 using testing::GTEST_FLAG(repeat);
172 void TestRepeat(int repeat) {
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) {
183 GTEST_FLAG(repeat) = repeat;
    [all...]
  /external/gtest/test/
gtest_repeat_test.cc 51 GTEST_DECLARE_int32_(repeat);
57 using testing::GTEST_FLAG(repeat);
172 void TestRepeat(int repeat) {
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) {
183 GTEST_FLAG(repeat) = repeat;
    [all...]
  /external/protobuf/gtest/test/
gtest_repeat_test.cc 51 GTEST_DECLARE_int32_(repeat);
57 using testing::GTEST_FLAG(repeat);
172 void TestRepeat(int repeat) {
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) {
183 GTEST_FLAG(repeat) = repeat;
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_repeat_test.cc 51 GTEST_DECLARE_int32_(repeat);
57 using testing::GTEST_FLAG(repeat);
172 void TestRepeat(int repeat) {
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) {
183 GTEST_FLAG(repeat) = repeat;
    [all...]
  /external/junit/src/junit/extensions/
RepeatedTest.java 13 public RepeatedTest(Test test, int repeat) {
15 if (repeat < 0)
17 fTimesRepeat= repeat;
  /frameworks/base/core/java/android/os/
NullVibrator.java 46 public void vibrate(long[] pattern, int repeat) {
47 if (repeat >= pattern.length) {
64 public void vibrate(int owningUid, String owningPackage, long[] pattern, int repeat) {
65 vibrate(pattern, repeat);
Vibrator.java 63 * To cause the pattern to repeat, pass the index into the pattern array at which
64 * to start the repeat, or -1 to disable repeating.
70 * @param repeat the index into pattern at which to repeat, or -1 if
71 * you don't want to repeat.
73 public abstract void vibrate(long[] pattern, int repeat);
87 public abstract void vibrate(int owningUid, String owningPackage, long[] pattern, int repeat);
IVibratorService.aidl 24 void vibratePattern(int uid, String packageName, in long[] pattern, int repeat, IBinder token);
  /external/chromium_org/third_party/WebKit/Source/wtf/
SHA1Test.cpp 41 CString SHA1HexDigest(CString input, int repeat)
44 for (int i = 0; i < repeat; i++)
  /external/chromium_org/ui/webui/resources/css/
throbber.css 6 background: url('chrome://resources/images/throbber.svg') no-repeat;
  /external/chromium-trace/trace-viewer/src/ui/
tool_button.css 8 background-repeat: no-repeat;
quad_stack.css 38 background-repeat: no-repeat, no-repeat, repeat-x;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/topsites/magic8ball/
newTab.css 22 background-repeat: no-repeat;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSBorderImage.cpp 26 PassRefPtr<CSSValue> outset, PassRefPtr<CSSValue> repeat)
46 if (repeat)
47 list->append(repeat);
CSSBorderImage.h 30 PassRefPtr<CSSValue> outset, PassRefPtr<CSSValue> repeat);
  /external/chromium-trace/trace-viewer/src/tcmalloc/
tcmalloc_snapshot_view.css 13 background-repeat: no-repeat;
23 background-repeat: no-repeat;
  /external/chromium_org/chrome/browser/resources/chromeos/login/
apps_menu.css 8 background: no-repeat 4px 50%;
  /external/chromium_org/chrome/browser/resources/
new_incognito_tab_theme.css 11 background-repeat: $5;
  /external/chromium_org/chrome/browser/resources/sync_file_system_internals/
main.css 46 background-repeat: no-repeat;
53 background-repeat: no-repeat;
  /external/chromium_org/chrome/browser/resources/chromeos/
choose_mobile_network.css 17 background-repeat: no-repeat;

Completed in 1479 milliseconds

1 2 3 4 5 6 7 8 91011>>