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

  /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);
73 if ((secondsSinceLastTouch > dog->intervalTimeLimit) || (totalSecondsPassed > dog->totalTimeLimit))
76 dog->timeOutFunc(dog, dog->timeOutUserPtr)
89 qpWatchDog* dog = (qpWatchDog*)deCalloc(sizeof(qpWatchDog)); local
    [all...]
qpWatchDog.h 23 * \brief Watch dog for detecting timeouts
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/chromium_org/chrome/common/extensions/docs/examples/extensions/catblock/
loldogs.js 6 "http://ihasahotdog.files.wordpress.com/2011/08/funny-dog-pictures-yoo-bin-warndid.jpg",
7 "http://ihasahotdog.files.wordpress.com/2011/08/funny-dog-pictures-it-juzz-liek-ezploded-or-sumfin.jpg",
8 "http://ihasahotdog.files.wordpress.com/2011/08/funny-dog-pictures-cool-story-bro-got-anymore-bacon.jpg",
9 "http://ihasahotdog.files.wordpress.com/2011/08/funny-dog-pictures-ohaii-iz-n-ur-livin-room-defyin-ur-gravaties.jpg",
11 "http://ihasahotdog.files.wordpress.com/2011/08/funny-dog-pictures-pens-too-mainstream.jpg",
12 "http://ihasahotdog.files.wordpress.com/2011/08/funny-dog-pictures-tyrannodoggus-rex.jpg",
13 "http://ihasahotdog.files.wordpress.com/2011/08/funny-dog-pictures-sniper-dog-in-position.jpg",
14 "http://ihasahotdog.files.wordpress.com/2011/07/funny-dog-pictures-i-see-wat-yur-doin-must-put-it-on-internet.jpg",
16 "http://ihasahotdog.files.wordpress.com/2011/07/funny-dog-pictures-that-sir-is-not-my-issue.jpg"
    [all...]
  /frameworks/support/tests/java/android/support/v4/provider/
DocumentFileTest.java 53 private static final String DOG = "DOG.PDF";
74 rootMeowDog = new File(rootMeow, DOG);
132 final DocumentFile dog = meow.findFile(DOG);
135 assertTrue("isFile", dog.isFile());
187 final DocumentFile dog = meow.findFile(DOG);
194 assertEquals("application/pdf", dog.getType());
255 final DocumentFile dog = meow.findFile(DOG)
    [all...]
  /external/chromium_org/third_party/skia/platform_tools/android/tests/
makefile_writer_tests.py 137 animals = ('dog', 'cat', 'mouse', 'elephant')
  /external/skia/platform_tools/android/tests/
makefile_writer_tests.py 138 animals = ('dog', 'cat', 'mouse', 'elephant')
  /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
  /libcore/luni/src/test/java/libcore/java/lang/
StringBuilderTest.java 51 sb.append("Dog");
52 String dog = sb.toString(); local
61 assertEquals("newGuineaSingingDog", dog);
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/string/
string.js 28 * subs("foo%s hot%s", "bar", "dog") becomes "foobar hotdog".
  /external/chromium_org/v8/test/mjsunit/
debug-set-variable-value.js 242 RunPauseTest(0, 'mouse', 'v1', 'dog', 'dog', (function Factory() {
251 RunPauseTest(0, 'mouse', 'v1', 'dog', 'dog', (function Factory() {
debug-evaluate-with-context.js 70 var global_expression3 = "'cat' + '/' + 'dog'";
72 assertEquals('cat/dog', result);
escape.js 70 example = example + " The quick brown fox jumps over the lazy dog."
  /external/chromium_org/extensions/test/data/
json_schema_test.js 619 function Dog() {};
622 Dog.prototype = new Animal;
623 Dog.prototype.constructor = Dog;
625 var dog = new Dog();
632 assertValid("", dog, {type:"object", isInstanceOf:"Dog"});
633 assertValid("", dog, {type:"object", isInstanceOf:"Animal"});
634 assertValid("", dog, {type:"object", isInstanceOf:"Object"})
    [all...]
  /external/deqp/modules/gles2/performance/
es2pTextureUploadTests.cpp 369 qpWatchDog* dog = m_testCtx.getWatchDog(); local
370 if (dog)
371 qpWatchDog_touch(dog);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 97 the 'lazy' dog.
99 y = '\nThe "quick"\nbrown fox\njumps over\nthe \'lazy\' dog.\n'
105 the 'lazy' dog.
112 the 'lazy' dog.\n\
119 the \'lazy\' dog.\n\
py3_test_grammar.py 103 the 'lazy' dog.
105 y = '\nThe "quick"\nbrown fox\njumps over\nthe \'lazy\' dog.\n'
111 the 'lazy' dog.
118 the 'lazy' dog.\n\
125 the \'lazy\' dog.\n\
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_grammar.py 92 the 'lazy' dog.
94 y = '\nThe "quick"\nbrown fox\njumps over\nthe \'lazy\' dog.\n'
100 the 'lazy' dog.
107 the 'lazy' dog.\n\
114 the \'lazy\' dog.\n\
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 97 the 'lazy' dog.
99 y = '\nThe "quick"\nbrown fox\njumps over\nthe \'lazy\' dog.\n'
105 the 'lazy' dog.
112 the 'lazy' dog.\n\
119 the \'lazy\' dog.\n\
py3_test_grammar.py 103 the 'lazy' dog.
105 y = '\nThe "quick"\nbrown fox\njumps over\nthe \'lazy\' dog.\n'
111 the 'lazy' dog.
118 the 'lazy' dog.\n\
125 the \'lazy\' dog.\n\
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_grammar.py 92 the 'lazy' dog.
94 y = '\nThe "quick"\nbrown fox\njumps over\nthe \'lazy\' dog.\n'
100 the 'lazy' dog.
107 the 'lazy' dog.\n\
114 the \'lazy\' dog.\n\
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tree.Tests.pas     [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/
options.js 206 Zyyy: 'The quick brown fox jumps over the lazy dog.'

Completed in 959 milliseconds