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

1 2

  /external/deqp/framework/qphelper/
qpWatchDog.c 21 * \brief Watch dog for detecting timeouts
62 qpWatchDog* dog = (qpWatchDog*)arg; local
63 DE_ASSERT(dog);
67 while (dog->status == STATUS_THREAD_RUNNING)
70 int totalSecondsPassed = (int)((curTime - dog->resetTime) / 1000000ull);
71 int secondsSinceLastTouch = (int)((curTime - dog->lastTouchTime) / 1000000ull);
72 deBool overIntervalLimit = secondsSinceLastTouch > dog->intervalTimeLimit;
73 deBool overTotalLimit = totalSecondsPassed > dog->totalTimeLimit;
79 dog->timeOutFunc(dog, dog->timeOutUserPtr, reason)
92 qpWatchDog* dog = (qpWatchDog*)deCalloc(sizeof(qpWatchDog)); local
    [all...]
qpWatchDog.h 23 * \brief Watch dog for detecting timeouts
38 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/ImageMagick/PerlMagick/t/ttf/
read.t 30 testReadCompare(q!label:The quick brown fox jumps over the lazy dog.!,
44 q!text=>'The quick brown fox jumps over the lazy dog.',
  /frameworks/support/core-utils/tests/java/android/support/v4/provider/
DocumentFileTest.java 57 private static final String DOG = "DOG.PDF";
78 rootMeowDog = new File(rootMeow, DOG);
153 final DocumentFile dog = meow.findFile(DOG);
156 assertTrue("isFile", dog.isFile());
208 final DocumentFile dog = meow.findFile(DOG);
215 assertEquals("application/pdf", dog.getType());
276 final DocumentFile dog = meow.findFile(DOG)
    [all...]
  /external/mockito/src/test/java/org/mockitousage/customization/
BDDMockitoTest.java 212 Dog dog = mock(Dog.class); local
214 willCallRealMethod().given(dog).bark();
216 Assertions.assertThat(dog.bark()).isEqualTo("woof");
222 Dog dog = mock(Dog.class); local
224 given(dog.bark()).willCallRealMethod();
226 Assertions.assertThat(dog.bark()).isEqualTo("woof")
    [all...]
  /prebuilts/go/darwin-x86/src/html/template/
html_test.go 77 htmlNospaceEscaper("The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>")
89 stripTags("The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>")
95 stripTags("The quick, brown fox jumps over the lazy dog.")
js_test.go 362 jsValEscaper("The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>")
368 jsValEscaper("The quick, brown fox jumps over the lazy dog")
377 "The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>\u2028",
390 "The quick, brown fox jumps over the lazy dog",
400 jsStrEscaper("The quick, brown fox jumps over the lazy dog.")
406 jsStrEscaper("The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>")
412 jsRegexpEscaper("The quick, brown fox jumps over the lazy dog")
418 jsRegexpEscaper("The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>")
css_test.go 98 `The \3c i\3equick\3c/i\3e,\d\A\3cspan style=\27 color:brown\27\3e brown\3c/span\3e fox jumps\2028over the \3c canine class=\22lazy\22 \3e dog\3c/canine\3e`,
99 "The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>",
245 cssEscaper("The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>")
251 cssEscaper("The quick, brown fox jumps over the lazy dog.")
264 s := []byte("The quick, brown fox jumps over the lazy dog.")
url_test.go 104 urlNormalizer("The quick brown fox jumps over the lazy dog.\n")
  /prebuilts/go/linux-x86/src/html/template/
html_test.go 77 htmlNospaceEscaper("The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>")
89 stripTags("The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>")
95 stripTags("The quick, brown fox jumps over the lazy dog.")
js_test.go 362 jsValEscaper("The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>")
368 jsValEscaper("The quick, brown fox jumps over the lazy dog")
377 "The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>\u2028",
390 "The quick, brown fox jumps over the lazy dog",
400 jsStrEscaper("The quick, brown fox jumps over the lazy dog.")
406 jsStrEscaper("The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>")
412 jsRegexpEscaper("The quick, brown fox jumps over the lazy dog")
418 jsRegexpEscaper("The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>")
css_test.go 98 `The \3c i\3equick\3c/i\3e,\d\A\3cspan style=\27 color:brown\27\3e brown\3c/span\3e fox jumps\2028over the \3c canine class=\22lazy\22 \3e dog\3c/canine\3e`,
99 "The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>",
245 cssEscaper("The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>")
251 cssEscaper("The quick, brown fox jumps over the lazy dog.")
264 s := []byte("The quick, brown fox jumps over the lazy dog.")
  /external/markdown/MarkdownTest/Tests_2004/
Ordered and unordered lists.text 89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
  /external/markdown/MarkdownTest/Tests_2007/
Ordered and unordered lists.text 89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
  /external/markdown/tests/markdown-test/
ordered-and-unordered-list.txt 89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue4215.go 28 case "dog":
29 return "dog", 10, true // ERROR "too many arguments to return\n\thave \(string, number, bool\)\n\twant \(string, int\)"
  /prebuilts/go/linux-x86/test/fixedbugs/
issue4215.go 28 case "dog":
29 return "dog", 10, true // ERROR "too many arguments to return\n\thave \(string, number, bool\)\n\twant \(string, int\)"
  /libcore/luni/src/test/java/libcore/java/lang/
StringBuilderTest.java 53 sb.append("Dog");
54 String dog = sb.toString(); local
63 assertEquals("newGuineaSingingDog", dog);
  /prebuilts/go/darwin-x86/test/
escape_struct_param1.go 119 s4 := "dog" // ERROR "moved to heap: s4$"
137 s4 := "dog" // ERROR "moved to heap: s4$"
155 s4 := "dog" // ERROR "moved to heap: s4$"
173 s4 := "dog" // ERROR "moved to heap: s4$"
207 s4 := "dog" // ERROR "moved to heap: s4$"
225 s4 := "dog" // ERROR "moved to heap: s4$"
243 s4 := "dog" // ERROR "moved to heap: s4$"
261 s4 := "dog" // ERROR "moved to heap: s4$"
287 s4 := "dog"
escape_struct_param2.go 119 s4 := "dog" // ERROR "moved to heap: s4$"
137 s4 := "dog" // ERROR "moved to heap: s4$"
155 s4 := "dog" // ERROR "moved to heap: s4$"
173 s4 := "dog" // ERROR "moved to heap: s4$"
207 s4 := "dog" // ERROR "moved to heap: s4$"
225 s4 := "dog" // ERROR "moved to heap: s4$"
243 s4 := "dog" // ERROR "moved to heap: s4$"
261 s4 := "dog" // ERROR "moved to heap: s4$"
287 s4 := "dog"