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

1 2 3 4 5 6 7 8 91011>>

  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/subcomponent/repeat/
OnlyUsedInChild.java 1 package test.subcomponent.repeat;
OnlyUsedInParent.java 1 package test.subcomponent.repeat;
SubcomponentWithoutRepeatedModule.java 16 package test.subcomponent.repeat;
SubcomponentWithRepeatedModule.java 16 package test.subcomponent.repeat;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mri/
repeat.s 1 ; Test MRI structured repeat pseudo-op.
5 repeat
9 repeat
repeat.d 2 #name: MRI structured repeat
5 # Test MRI structured repeat pseudo-op.
  /external/robolectric/v1/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/google-breakpad/src/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/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/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...]
  /external/v8/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/vulkan-validation-layers/tests/gtest-1.7.0/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...]
  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r13/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/main/java/junit/extensions/
RepeatedTest.java 12 public RepeatedTest(Test test, int repeat) {
14 if (repeat < 0) {
17 fTimesRepeat = repeat;
  /external/okhttp/okio/okio/src/test/java/okio/
BufferTest.java 28 import static okio.TestUtil.repeat;
64 buffer.writeUtf8(repeat('a', Segment.SIZE * 4));
70 buffer.writeUtf8(repeat('a', Segment.SIZE * 4 - 10));
93 buffer.writeUtf8(repeat('a', 6144));
99 buffer.writeUtf8(repeat('a', 1000));
100 buffer.writeUtf8(repeat('b', 2500));
101 buffer.writeUtf8(repeat('c', 5000));
102 buffer.writeUtf8(repeat('d', 10000));
103 buffer.writeUtf8(repeat('e', 25000));
104 buffer.writeUtf8(repeat('f', 50000))
    [all...]
RealBufferedSourceTest.java 23 import static okio.TestUtil.repeat;
36 source.writeUtf8(repeat('b', Segment.SIZE));
51 assertEquals(repeat('b', Segment.SIZE - 1), new String(data, 0, Segment.SIZE - 1, UTF_8));
119 source.writeUtf8(repeat('a', Segment.SIZE));
120 source.writeUtf8(repeat('b', Segment.SIZE));
131 source.writeUtf8(repeat('a', Segment.SIZE));
132 source.writeUtf8(repeat('b', Segment.SIZE));
198 * should buffer a segment, write it, and repeat.
201 Buffer write1 = new Buffer().writeUtf8(TestUtil.repeat('a', Segment.SIZE));
202 Buffer write2 = new Buffer().writeUtf8(TestUtil.repeat('b', Segment.SIZE))
    [all...]
  /external/libyuv/files/unit_test/
unit_test.cc 27 DEFINE_int32(libyuv_repeat, 0, "number of times to repeat test.");
43 const char* repeat = getenv("LIBYUV_REPEAT"); local
44 if (repeat) {
45 benchmark_iterations_ = atoi(repeat); // NOLINT
102 const char* repeat = getenv("LIBYUV_REPEAT"); local
103 if (repeat) {
104 benchmark_iterations_ = atoi(repeat); // NOLINT
161 const char* repeat = getenv("LIBYUV_REPEAT"); local
162 if (repeat) {
163 benchmark_iterations_ = atoi(repeat); // NOLIN
220 const char* repeat = getenv("LIBYUV_REPEAT"); local
279 const char* repeat = getenv("LIBYUV_REPEAT"); local
338 const char* repeat = getenv("LIBYUV_REPEAT"); local
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtx/
wrap.hpp 61 GLM_FUNC_DECL genType repeat(genType const & Texcoord);
  /frameworks/base/core/java/android/os/
Vibrator.java 113 * To cause the pattern to repeat, pass the index into the pattern array at which
114 * to start the repeat, or -1 to disable repeating.
118 * @param repeat the index into pattern at which to repeat, or -1 if
119 * you don't want to repeat.
125 public void vibrate(long[] pattern, int repeat) {
126 vibrate(pattern, repeat, null);
139 * To cause the pattern to repeat, pass the index into the pattern array at which
140 * to start the repeat, or -1 to disable repeating.
144 * @param repeat the index into pattern at which to repeat, or -1 i
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/
DexFuzz.java 63 if (Options.repeat > 1 && Options.execute) {
86 if ((Options.repeat > 1) && Options.execute) {
88 } else if ((Options.repeat > 1) && !Options.execute) {
90 } else if ((Options.repeat == 1) && Options.execute) {
92 } else if ((Options.repeat == 1) && !Options.execute) {
  /external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
StringsTest.java 108 assertEquals("", Strings.repeat(input, 0));
109 assertEquals("20", Strings.repeat(input, 1));
110 assertEquals("2020", Strings.repeat(input, 2));
111 assertEquals("202020", Strings.repeat(input, 3));
113 assertEquals("", Strings.repeat("", 4));
116 assertEquals(2 * i, Strings.repeat(input, i).length());
120 Strings.repeat("x", -1);
126 Strings.repeat("12345678", (1 << 30) + 3);
135 Strings.repeat(null, 5);
  /external/libxml2/
testThreads.c 99 unsigned int i, repeat; local
105 for (repeat = 0;repeat < 500;repeat++) {
140 unsigned int i, repeat; local
147 for (repeat = 0;repeat < 500;repeat++) {
148 printf("repeat: %d\n",repeat);
    [all...]
  /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);
  /system/core/trusty/libtrusty/tipc-test/
tipc_test.c 49 {"repeat", required_argument, 0, 'r'},
62 " -r, --repeat cnt repeat count\n"
154 static int connect_test(uint repeat)
161 printf("%s: repeat = %u\n", __func__, repeat);
164 for (i = 0; i < repeat; i++) {
191 static int connect_foo(uint repeat)
197 printf("%s: repeat = %u\n", __func__, repeat);
    [all...]

Completed in 814 milliseconds

1 2 3 4 5 6 7 8 91011>>