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

1 2 3 4 5 6 7 8 9

  /external/chromium_org/v8/test/mjsunit/
str-to-num.js 32 function repeat(s, num) { function
43 assertEquals('0000000000', repeat('0', 10));
150 assertEquals(0, toNumber("0x000" + repeat('0', 1000)));
157 assertEquals(Infinity, toNumber("0x" + repeat('0', 1000) + '1'
158 + repeat('0', 1000)));
203 assertTrue(isNaN(toNumber("1" + repeat('0', 1000) + 'junk')), "1e1000 junk");
206 assertEquals(toNumber('1' + repeat('0', i)), Math.pow(10.0, i));
  /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/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/chromium_org/third_party/libyuv/unit_test/
unit_test.cc 24 const char* repeat = getenv("LIBYUV_REPEAT"); local
25 if (repeat) {
26 benchmark_iterations_ = atoi(repeat); // NOLINT
  /external/chromium_org/third_party/libjingle/source/talk/base/
sigslotrepeater.h 35 // 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
70 void repeat(base_type& s) { s.connect(this, &this_type::reemit); } function in class:sigslot::repeater1
86 void repeat(base_type& s) { s.connect(this, &this_type::reemit); } function in class:sigslot::repeater2
105 void repeat(base_type& s) { s.connect(this, &this_type::reemit); } function in class:sigslot::repeater3
  /external/chromium_org/third_party/libxml/src/
testThreads.c 99 unsigned int i, repeat; local
105 for (repeat = 0;repeat < 500;repeat++) {
142 unsigned int i, repeat; local
149 for (repeat = 0;repeat < 500;repeat++) {
150 printf("repeat: %d\n",repeat);
    [all...]
testThreadsWin32.c 88 unsigned int i, repeat; local
94 for (repeat = 0;repeat < TEST_REPEAT_COUNT;repeat++)
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_split_prim.h 47 int repeat = 0; local
70 repeat = 1;
89 repeat = 2;
93 repeat = 1;
100 repeat = 2;
110 s->p_start += (max_verts - repeat);
  /external/chromium_org/third_party/webrtc/base/
sigslotrepeater.h 18 // to the originating signal using the 'repeat' method. When the repeated
37 void repeat(base_type &s) { s.connect(this, &this_type::reemit); } function in class:sigslot::repeater0
53 void repeat(base_type& s) { s.connect(this, &this_type::reemit); } function in class:sigslot::repeater1
69 void repeat(base_type& s) { s.connect(this, &this_type::reemit); } function in class:sigslot::repeater2
88 void repeat(base_type& s) { s.connect(this, &this_type::reemit); } function in class:sigslot::repeater3
  /external/clang/test/SemaCXX/
blocks.cpp 25 int repeat(int value, int (^block)(int), unsigned n) { function in namespace:test2
36 return repeat(1, ^(int v) { return v * base; }, n);
  /external/mesa3d/src/gallium/auxiliary/util/
u_split_prim.h 47 int repeat = 0; local
70 repeat = 1;
89 repeat = 2;
93 repeat = 1;
100 repeat = 2;
110 s->p_start += (max_verts - repeat);
  /frameworks/base/core/java/android/os/
Vibrator.java 93 * To cause the pattern to repeat, pass the index into the pattern array at which
94 * to start the repeat, or -1 to disable repeating.
100 * @param repeat the index into pattern at which to repeat, or -1 if
101 * you don't want to repeat.
103 public void vibrate(long[] pattern, int repeat) {
104 vibrate(pattern, repeat, null);
117 * To cause the pattern to repeat, pass the index into the pattern array at which
118 * to start the repeat, or -1 to disable repeating.
124 * @param repeat the index into pattern at which to repeat, or -1 i
132 vibrate(Process.myUid(), mPackageName, pattern, repeat, attributes); local
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
Strings.java 138 * an input string. For example, {@code repeat("hey", 3)} returns the string
142 * @param count the number of times to repeat it; a nonnegative integer
147 public static String repeat(String string, int count) { method in class:Strings
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
Strings.java 138 * an input string. For example, {@code repeat("hey", 3)} returns the string
142 * @param count the number of times to repeat it; a nonnegative integer
147 public static String repeat(String string, int count) { method in class:Strings
  /system/core/toolbox/
hd.c 24 int repeat = 0; local
38 repeat = strtol(optarg, NULL, 0);
93 if(repeat)
94 sleep(repeat);
95 } while(repeat);
  /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;
  /bionic/tests/
stdatomic_test.cpp 202 size_t repeat = 0; local
222 if (repeat < repeat_limit) ++repeat;
227 EXPECT_EQ(repeat, repeat_limit);
  /external/chromium_org/third_party/WebKit/Source/core/events/
KeyboardEvent.h 45 bool repeat; member in struct:WebCore::KeyboardEventInit
97 bool repeat() const { return m_isAutoRepeat; } function in class:WebCore::FINAL
  /external/chromium_org/third_party/skia/src/animator/
SkAnimateBase.h 58 SkScalar repeat; member in class:SkAnimateBase
  /external/chromium_org/ui/events/ozone/evdev/
key_event_converter_evdev.cc 250 int repeat = (value == 2); local
254 if (!repeat && (modifier != EVDEV_MODIFIER_NONE)) {
  /external/chromium_org/v8/tools/
parser-shell.cc 48 const char* fname, Encoding encoding, int repeat, v8::Isolate* isolate,
51 const byte* source = ReadFileAndRepeat(fname, &length, repeat);
114 int repeat = 1; local
124 } else if (strncmp(argv[i], "--repeat=", 9) == 0) {
126 repeat = atoi(repeat_str.c_str());
144 fnames[i].c_str(), encoding, repeat, isolate, context);
  /external/guava/guava/src/com/google/common/base/
Strings.java 145 * an input string. For example, {@code repeat("hey", 3)} returns the string
149 * @param count the number of times to repeat it; a nonnegative integer
154 public static String repeat(String string, int count) { method in class:Strings
  /external/okhttp/okio/src/test/java/okio/
InflaterSourceTest.java 65 String original = repeat('a', 1024 * 1024);
110 private String repeat(char c, int count) { method in class:InflaterSourceTest
OkioTest.java 32 data.writeUtf8(repeat('b', 9998));
40 assertEquals("a" + repeat('b', 9998) + "c", out.toString("UTF-8"));
45 ("a" + repeat('b', Segment.SIZE * 2) + "c").getBytes(UTF_8));
57 assertEquals(repeat('b', Segment.SIZE), sink.readUtf8(sink.size()));
61 assertEquals(repeat('b', Segment.SIZE - 2) + "c", sink.readUtf8(sink.size()));
76 private String repeat(char c, int count) { method in class:OkioTest
  /external/skia/src/animator/
SkAnimateBase.h 58 SkScalar repeat; member in class:SkAnimateBase

Completed in 446 milliseconds

1 2 3 4 5 6 7 8 9