Home
last modified time | relevance | path

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

12

/external/pcre/dist/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.
665 The quick brown f�x jumps over the lazy dog.
668 The quick brown f�x jumps over the lazy dog.
671 The quick brown f�x jumps over the lazy dog.
Dtestinput82116 word cat dog elephant mussel cow horse canary baboon snake shark otherword
2117 word cat dog elephant mussel cow horse canary baboon snake shark
2120 …word cat dog elephant mussel cow horse canary baboon snake shark the quick brown fox and the lazy
3785 word cat dog elephant mussel cow horse canary baboon snake shark otherword
3786 word cat dog elephant mussel cow horse canary baboon snake shark
3789 …word cat dog elephant mussel cow horse canary baboon snake shark the quick brown fox and the lazy
4440 /dog(sbody)?/
4444 /dog(sbody)??/
4448 /dog|dogsbody/
4452 /dogsbody|dog/
[all …]
Dtestoutput83248 word cat dog elephant mussel cow horse canary baboon snake shark otherword
3249 0: word cat dog elephant mussel cow horse canary baboon snake shark otherword
3250 word cat dog elephant mussel cow horse canary baboon snake shark
3254 …word cat dog elephant mussel cow horse canary baboon snake shark the quick brown fox and the lazy
5917 word cat dog elephant mussel cow horse canary baboon snake shark otherword
5918 0: word cat dog elephant mussel cow horse canary baboon snake shark otherword
5919 word cat dog elephant mussel cow horse canary baboon snake shark
5923 …word cat dog elephant mussel cow horse canary baboon snake shark the quick brown fox and the lazy
7126 /dog(sbody)?/
7128 0: dog
[all …]
/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()
73 …if ((secondsSinceLastTouch > dog->intervalTimeLimit) || (totalSecondsPassed > dog->totalTimeLimit)) in watchDogThreadFunc()
76 dog->timeOutFunc(dog, dog->timeOutUserPtr); in watchDogThreadFunc()
89 qpWatchDog* dog = (qpWatchDog*)deCalloc(sizeof(qpWatchDog)); in qpWatchDog_create() local
90 if (!dog) in qpWatchDog_create()
91 return dog; in qpWatchDog_create()
[all …]
DqpWatchDog.h30 typedef void (*qpWatchDogFunc) (qpWatchDog* dog, void* userPtr);
35 void qpWatchDog_destroy (qpWatchDog* dog);
36 void qpWatchDog_reset (qpWatchDog* dog);
37 void qpWatchDog_touch (qpWatchDog* dog);
/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/skia/platform_tools/android/tests/expectations/
Danimals_append.txt2 dog \
Danimals.txt2 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/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/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/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/markdown/MarkdownTest/Tests_2004/
DOrdered and unordered lists.text89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
DMarkdown Documentation - Basics.text64 dog's back.
86 dog's back.</p>
/external/markdown/tests/markdown-test/
Dordered-and-unordered-list.txt89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
Dmarkdown-documentation-basics.txt64 dog's back.
86 dog's back.</p>
/external/markdown/MarkdownTest/Tests_2007/
DOrdered and unordered lists.text89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
DMarkdown Documentation - Basics.text64 dog's back.
86 dog's back.</p>
/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.txt49 …{ "a ʻCaT. A ʻdOg! ʻeTc.", "A ʻcat. A ʻdog! ʻetc.", "", "-1", "A" }, // U_TITLECASE_NO_BREAK_ADJUS…

12