Home
last modified time | relevance | path

Searched defs:dog (Results 1 – 13 of 13) sorted by relevance

/third_party/vk-gl-cts/framework/qphelper/
DqpWatchDog.c68 qpWatchDog* dog = (qpWatchDog*)arg; in watchDogThreadFunc() local
98 qpWatchDog* dog = (qpWatchDog*)deCalloc(sizeof(qpWatchDog)); in qpWatchDog_create() local
128 void qpWatchDog_reset (qpWatchDog* dog) in qpWatchDog_reset()
139 void qpWatchDog_destroy (qpWatchDog* dog) in qpWatchDog_destroy()
153 void qpWatchDog_touch (qpWatchDog* dog) in qpWatchDog_touch()
167 void qpWatchDog_touchAndDisableIntervalTimeLimit(qpWatchDog *dog) in qpWatchDog_touchAndDisableIntervalTimeLimit()
173 void qpWatchDog_touchAndEnableIntervalTimeLimit(qpWatchDog *dog) in qpWatchDog_touchAndEnableIntervalTimeLimit()
/third_party/typescript/tests/baselines/reference/
DbadInferenceLowerPriorityThanGoodInference.js22 goofus((a: string) => ({ dog() { return a; } })); method
23 goofus((a: string) => ({ dog: function() { return a; } })); method
DmappedTypeOverlappingStringEnumKeys.js36 dog: [] as never[] property
58 dog: [] property
DerrorsOnUnionsOfOverlappingObjects01.js43 addToZoo({ dog: "Barky McBarkface" }); property
62 addToZoo({ dog: "Barky McBarkface" }); property
/third_party/jerryscript/tests/debugger/
Ddo_finish.js28 function dog() { function
/third_party/typescript/tests/cases/conformance/types/stringLiteral/
DstringLiteralTypesOverloads05.ts4 interface Dog extends Animal { dog: {} } property
/third_party/jerryscript/tests/jerry/es2015/
Dmodule-export-01.js40 var dog = new Dog("Pluto") variable
/third_party/typescript/tests/cases/compiler/
DfunctionOverloads44.ts2 interface Dog extends Animal { dog } property
DfunctionOverloads45.ts2 interface Dog extends Animal { dog } property
DerrorsOnUnionsOfOverlappingObjects01.ts31 interface CatDog { cat: any, dog: any } property
DstrictFunctionTypesErrors.ts92 interface Dog extends Animal { dog: void } property
/third_party/vk-gl-cts/modules/gles2/performance/
Des2pTextureUploadTests.cpp369 qpWatchDog* dog = m_testCtx.getWatchDog(); in iterate() local
/third_party/python/Lib/test/
Dtest_pprint.py462 dog=8, unknown