/external/pcre/dist/testdata/ |
D | grepinput | 15 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 …]
|
D | grepinputv | 3 over the lazy dog.
|
D | grepoutput | 115 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 fx jumps over the lazy dog. 668 The quick brown fx jumps over the lazy dog. 671 The quick brown fx jumps over the lazy dog.
|
D | testinput8 | 2116 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 …]
|
D | testoutput8 | 3248 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/ |
D | qpWatchDog.c | 62 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 …]
|
D | qpWatchDog.h | 30 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/ |
D | pgm_zmtp1v.out | 26 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.
|
D | epgm_zmtp1v.out | 30 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.
|
D | zmtp1.out | 54 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/ |
D | animals_append.txt | 2 dog \
|
D | animals.txt | 2 dog \
|
/external/protobuf/gtest/include/gtest/ |
D | gtest-param-test.h.pump | 121 // 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/ |
D | gtest-param-test.h.pump | 123 // 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/ |
D | gtest-param-test.h.pump | 123 // 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/ |
D | gtest-param-test.h.pump | 123 // 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/ |
D | Ordered and unordered lists.text | 89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
|
D | Markdown Documentation - Basics.text | 64 dog's back. 86 dog's back.</p>
|
/external/markdown/tests/markdown-test/ |
D | ordered-and-unordered-list.txt | 89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
|
D | markdown-documentation-basics.txt | 64 dog's back. 86 dog's back.</p>
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Ordered and unordered lists.text | 89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
|
D | Markdown Documentation - Basics.text | 64 dog's back. 86 dog's back.</p>
|
/external/deqp/modules/gles2/performance/ |
D | es2pTextureUploadTests.cpp | 369 qpWatchDog* dog = m_testCtx.getWatchDog(); in iterate() local 370 if (dog) in iterate() 371 qpWatchDog_touch(dog); in iterate()
|
/external/okhttp/mockwebserver/ |
D | README.md | 39 server.enqueue(new MockResponse().setBody("yo dog")); 59 + "yo dog", chat.messages());
|
/external/icu/icu4c/source/test/testdata/ |
D | casing.txt | 49 …{ "a ʻCaT. A ʻdOg! ʻeTc.", "A ʻcat. A ʻdog! ʻetc.", "", "-1", "A" }, // U_TITLECASE_NO_BREAK_ADJUS…
|