Home
last modified time | relevance | path

Searched refs:dog (Results 1 – 25 of 69) sorted by relevance

123

/external/pcre/dist2/testdata/
Dgrepinput15 The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the
16 lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox
17 jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick
18 brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.
20 The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the
21 lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox
22 jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick
23 brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.
25 The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the
26 lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox
[all …]
Dgrepinputv3 over the lazy dog.
Dgrepoutput115 583:brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.
455 over the lazy dog.
666 The quick brown f�x jumps over the lazy dog.
669 The quick brown f�x jumps over the lazy dog.
672 The quick brown f�x jumps over the lazy dog.
/external/deqp/framework/qphelper/
DqpWatchDog.c62 qpWatchDog* dog = (qpWatchDog*)arg; in watchDogThreadFunc() local
63 DE_ASSERT(dog); in watchDogThreadFunc()
67 while (dog->status == STATUS_THREAD_RUNNING) in watchDogThreadFunc()
70 int totalSecondsPassed = (int)((curTime - dog->resetTime) / 1000000ull); in watchDogThreadFunc()
71 int secondsSinceLastTouch = (int)((curTime - dog->lastTouchTime) / 1000000ull); in watchDogThreadFunc()
72 deBool overIntervalLimit = secondsSinceLastTouch > dog->intervalTimeLimit; in watchDogThreadFunc()
73 deBool overTotalLimit = totalSecondsPassed > dog->totalTimeLimit; in watchDogThreadFunc()
79 dog->timeOutFunc(dog, dog->timeOutUserPtr, reason); in watchDogThreadFunc()
92 qpWatchDog* dog = (qpWatchDog*)deCalloc(sizeof(qpWatchDog)); in qpWatchDog_create() local
93 if (!dog) in qpWatchDog_create()
[all …]
DqpWatchDog.h38 typedef void (*qpWatchDogFunc) (qpWatchDog* dog, void* userPtr, qpTimeoutReason reason);
43 void qpWatchDog_destroy (qpWatchDog* dog);
44 void qpWatchDog_reset (qpWatchDog* dog);
45 void qpWatchDog_touch (qpWatchDog* dog);
/external/python/cpython2/Lib/test/
Dtokenize_tests.txt82 the 'lazy' dog.
84 y = '\nThe "quick"\nbrown fox\njumps over\nthe \'lazy\' dog.\n'
89 the 'lazy' dog.
95 the 'lazy' dog.\n\
101 the \'lazy\' dog.\n\
/external/tcpdump/tests/
Dpgm_zmtp1v.out26 0x0020: 6865 206c 617a 7920 646f 672e 2054 6865 he.lazy.dog..The
29 0x0050: 6c61 7a79 2064 6f67 2e20 5468 6520 7175 lazy.dog..The.qu
37 0x0000: 7220 7468 6520 6c61 7a79 2064 6f67 2e20 r.the.lazy.dog..
40 0x0030: 6865 206c 617a 7920 646f 672e 2054 6865 he.lazy.dog..The
43 0x0060: 6c61 7a79 2064 6f67 2e20 5468 6520 7175 lazy.dog..The.qu
51 0x0010: 2064 6f67 2e20 5468 6520 7175 6963 6b20 .dog..The.quick.
Depgm_zmtp1v.out30 0x0020: 6865 206c 617a 7920 646f 672e 2054 6865 he.lazy.dog..The
33 0x0050: 6c61 7a79 2064 6f67 2e20 5468 6520 7175 lazy.dog..The.qu
42 0x0010: 7a79 2064 6f67 2e20 5468 6520 7175 6963 zy.dog..The.quic
45 0x0040: 646f 672e 2054 6865 2071 7569 636b 2062 dog..The.quick.b
47 0x0060: 7665 7220 7468 6520 6c61 7a79 2064 6f67 ver.the.lazy.dog
56 0x0020: 2064 6f67 2e20 5468 6520 7175 6963 6b20 .dog..The.quick.
Dzmtp1.out54 0x0020: 6865 206c 617a 7920 646f 672e 2054 6865 he.lazy.dog..The
57 0x0050: 6c61 7a79 2064 6f67 2e20 5468 6520 7175 lazy.dog..The.qu
/external/mockito/src/test/java/org/mockitousage/customization/
DBDDMockitoTest.java212 Dog dog = mock(Dog.class); in should_stub_by_delegating_to_real_method() local
214 willCallRealMethod().given(dog).bark(); in should_stub_by_delegating_to_real_method()
216 Assertions.assertThat(dog.bark()).isEqualTo("woof"); in should_stub_by_delegating_to_real_method()
222 Dog dog = mock(Dog.class); in should_stub_by_delegating_to_real_method_using_typical_stubbing_syntax() local
224 given(dog.bark()).willCallRealMethod(); in should_stub_by_delegating_to_real_method_using_typical_stubbing_syntax()
226 Assertions.assertThat(dog.bark()).isEqualTo("woof"); in should_stub_by_delegating_to_real_method_using_typical_stubbing_syntax()
/external/brotli/tests/testdata/
Dquickfox1 The quick brown fox jumps over the lazy dog
/external/protobuf/gtest/include/gtest/
Dgtest-param-test.h.pump121 // with parameter values "cat" and "dog":
123 const char* pets[] = {"cat", "dog"};
129 // * AnotherInstantiationName/FooTest.DoesBlah/1 for "dog"
131 // * AnotherInstantiationName/FooTest.HasBlahBlah/1 for "dog"
371 // tuple("dog", BLACK), and tuple("dog", WHITE):
380 // Combine(Values("cat", "dog"),
/external/v8/testing/gtest/include/gtest/
Dgtest-param-test.h.pump123 // with parameter values "cat" and "dog":
125 const char* pets[] = {"cat", "dog"};
131 // * AnotherInstantiationName/FooTest.DoesBlah/1 for "dog"
133 // * AnotherInstantiationName/FooTest.HasBlahBlah/1 for "dog"
401 // tuple("dog", BLACK), and tuple("dog", WHITE):
410 // Combine(Values("cat", "dog"),
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest-param-test.h.pump123 // with parameter values "cat" and "dog":
125 const char* pets[] = {"cat", "dog"};
131 // * AnotherInstantiationName/FooTest.DoesBlah/1 for "dog"
133 // * AnotherInstantiationName/FooTest.HasBlahBlah/1 for "dog"
401 // tuple("dog", BLACK), and tuple("dog", WHITE):
410 // Combine(Values("cat", "dog"),
/external/google-breakpad/src/testing/gtest/include/gtest/
Dgtest-param-test.h.pump123 // with parameter values "cat" and "dog":
125 const char* pets[] = {"cat", "dog"};
131 // * AnotherInstantiationName/FooTest.DoesBlah/1 for "dog"
133 // * AnotherInstantiationName/FooTest.HasBlahBlah/1 for "dog"
401 // tuple("dog", BLACK), and tuple("dog", WHITE):
410 // Combine(Values("cat", "dog"),
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
Dgtest-param-test.h.pump123 // with parameter values "cat" and "dog":
125 const char* pets[] = {"cat", "dog"};
131 // * AnotherInstantiationName/FooTest.DoesBlah/1 for "dog"
133 // * AnotherInstantiationName/FooTest.HasBlahBlah/1 for "dog"
401 // tuple("dog", BLACK), and tuple("dog", WHITE):
410 // Combine(Values("cat", "dog"),
/external/mesa3d/src/gtest/include/gtest/
Dgtest-param-test.h.pump123 // with parameter values "cat" and "dog":
125 const char* pets[] = {"cat", "dog"};
131 // * AnotherInstantiationName/FooTest.DoesBlah/1 for "dog"
133 // * AnotherInstantiationName/FooTest.HasBlahBlah/1 for "dog"
401 // tuple("dog", BLACK), and tuple("dog", WHITE):
410 // Combine(Values("cat", "dog"),
/external/googletest/googletest/include/gtest/
Dgtest-param-test.h.pump123 // with parameter values "cat" and "dog":
125 const char* pets[] = {"cat", "dog"};
131 // * AnotherInstantiationName/FooTest.DoesBlah/1 for "dog"
133 // * AnotherInstantiationName/FooTest.HasBlahBlah/1 for "dog"
401 // tuple("dog", BLACK), and tuple("dog", WHITE):
410 // Combine(Values("cat", "dog"),
/external/markdown/tests/markdown-test/
Dordered-and-unordered-list.txt89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
/external/markdown/MarkdownTest/Tests_2004/
DOrdered and unordered lists.text89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
/external/markdown/MarkdownTest/Tests_2007/
DOrdered and unordered lists.text89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
DManyConstructorsTest.java260 @AssistedInject Farm(@Assisted String pop, Dog dog) { in Farm() argument
264 … @AssistedInject Farm(@Assisted("mom") String mom, @Assisted("pop") String pop, Cow cow, Dog dog) { in Farm() argument
/external/deqp/modules/gles2/performance/
Des2pTextureUploadTests.cpp369 qpWatchDog* dog = m_testCtx.getWatchDog(); in iterate() local
370 if (dog) in iterate()
371 qpWatchDog_touch(dog); in iterate()
/external/okhttp/mockwebserver/
DREADME.md39 server.enqueue(new MockResponse().setBody("yo dog"));
59 + "yo dog", chat.messages());
/external/icu/icu4c/source/test/testdata/
Dcasing.txt51 …{ "a ʻCaT. A ʻdOg! ʻeTc.", "A ʻcat. A ʻdog! ʻetc.", "", "-1", "A" }, // U_TITLECASE_NO_BREAK_ADJUS…

123