Home
last modified time | relevance | path

Searched refs:dog (Results 1 - 23 of 23) sorted by relevance

/third_party/vk-gl-cts/framework/qphelper/
H A DqpWatchDog.c21 * \brief Watch dog for detecting timeouts
68 qpWatchDog* dog = (qpWatchDog*)arg; in watchDogThreadFunc() local
69 DE_ASSERT(dog); in watchDogThreadFunc()
73 while (dog->status == STATUS_THREAD_RUNNING) in watchDogThreadFunc()
76 int totalSecondsPassed = (int)((curTime - dog->resetTime) / 1000000ull); in watchDogThreadFunc()
77 int secondsSinceLastTouch = (int)((curTime - dog->lastTouchTime) / 1000000ull); in watchDogThreadFunc()
78 deBool overIntervalLimit = secondsSinceLastTouch > dog->intervalTimeLimit; in watchDogThreadFunc()
79 deBool overTotalLimit = totalSecondsPassed > dog->totalTimeLimit; in watchDogThreadFunc()
85 dog->timeOutFunc(dog, do in watchDogThreadFunc()
98 qpWatchDog* dog = (qpWatchDog*)deCalloc(sizeof(qpWatchDog)); qpWatchDog_create() local
128 qpWatchDog_reset(qpWatchDog* dog) qpWatchDog_reset() argument
139 qpWatchDog_destroy(qpWatchDog* dog) qpWatchDog_destroy() argument
153 qpWatchDog_touch(qpWatchDog* dog) qpWatchDog_touch() argument
167 qpWatchDog_touchAndDisableIntervalTimeLimit(qpWatchDog *dog) qpWatchDog_touchAndDisableIntervalTimeLimit() argument
173 qpWatchDog_touchAndEnableIntervalTimeLimit(qpWatchDog *dog) qpWatchDog_touchAndEnableIntervalTimeLimit() argument
[all...]
H A DqpWatchDog.h23 * \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);
46 void qpWatchDog_touchAndDisableIntervalTimeLimit(qpWatchDog *dog);
47 void qpWatchDog_touchAndEnableIntervalTimeLimit(qpWatchDog *dog);
/third_party/typescript/tests/baselines/reference/
H A DbadInferenceLowerPriorityThanGoodInference.js22 goofus((a: string) => ({ dog() { return a; } }));
23 goofus((a: string) => ({ dog: function() { return a; } }));
35 goofus(function (a) { return ({ dog: function () { return a; } }); });
36 goofus(function (a) { return ({ dog: function () { return a; } }); });
H A DerrorsOnUnionsOfOverlappingObjects01.js32 interface CatDog { cat: any, dog: any }
43 addToZoo({ dog: "Barky McBarkface" });
62 addToZoo({ dog: "Barky McBarkface" });
H A DstringLiteralTypesOverloads05.js3 interface Dog extends Animal { dog: {} }
7 function doThing(x: "dog"): Dog;
26 dog: {};
34 declare function doThing(x: "dog"): Dog;
H A DmappedTypeOverlappingStringEnumKeys.js6 DOG = "dog"
36 dog: [] as never[]
45 TerrestrialAnimalTypes["DOG"] = "dog";
58 dog: []
H A DfunctionOverloads44.js3 interface Dog extends Animal { dog }
H A DfunctionOverloads45.js3 interface Dog extends Animal { dog }
H A DstrictFunctionTypesErrors.js92 interface Dog extends Animal { dog: void }
/third_party/node/deps/npm/test/lib/commands/
H A Dls.js25 dog: '^1.0.0',
29 dog: {
31 name: 'dog',
62 dog: '^2.0.0',
66 dog: {
68 name: 'dog',
377 await ls.exec(['dog'])
408 await ls.exec(['dog@*', 'chai@1.0.0'])
1374 resolved: 'foo@dog://b8f3a2fc0c3bb8ffd8b0d0072cc6b5a3667e963c',
1870 await ls.exec(['dog'])
[all...]
H A Doutdated.js19 dog: '2.0.0',
35 dog: {
36 name: 'dog',
92 dog: '^1.0.0',
111 dog: '2.0.0',
115 dog: {
117 name: 'dog',
129 dog: {
131 name: 'dog',
149 dog
[all...]
H A Dsbom.js44 dog: '^1.0.0',
48 dog: {
50 name: 'dog',
348 dog: '^1.0.0',
351 dog: {
/third_party/jerryscript/tests/debugger/
H A Ddo_finish.js28 function dog() { function
42 dog();
/third_party/jerryscript/tests/jerry/es2015/
H A Dmodule-export-01.js40 var dog = new Dog("Pluto")
41 assert(dog.speak() === "Pluto barks.")
/third_party/typescript/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/
H A Dwith-simple-project-when-solution-is-already-built.js61 //// [/user/username/projects/demo/animals/dog.ts]
86 import { createDog, Dog } from './dog';
186 var dog_1 = require("./dog");
193 import { createDog, Dog } from './dog';
197 //// [/user/username/projects/demo/lib/animals/dog.js]
214 //// [/user/username/projects/demo/lib/animals/dog.d.ts]
224 {"program":{"fileNames":["../../../../../../a/lib/lib.d.ts","../../animals/animal.ts","../../animals/index.ts","../core/utilities.d.ts","../../animals/dog.ts"],"fileInfos":[{"version":"3858781397-/// <reference no-default-lib=\"true\"/>\ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array<T> { length: number; [n: number]: T; }\ninterface ReadonlyArray<T> {}\ndeclare const console: { log(msg: any): void; };","affectsGlobalScope":true},{"version":"-14984181202-export type Size = \"small\" | \"medium\" | \"large\";\r\nexport default interface Animal {\r\n size: Size;\r\n}\r\n","signature":"-9289341318-export type Size = \"small\" | \"medium\" | \"large\";\nexport default interface Animal {\n size: Size;\n}\n"},{"version":"-5382672599-import Animal from './animal';\r\n\r\nexport default Animal;\r\nimport { createDog, Dog } from './dog';\r\nexport { createDog, Dog };\r\n","signature":"1096904574-import Animal from './animal';\nexport default Animal;\nimport { createDog, Dog } from './dog';\nexport { createDog, Dog };\n"},"-11345568166-export declare function makeRandomName(): string;\nexport declare function lastElementOf<T>(arr: T[]): T | undefined;\n",{"version":"-10991948013-import Animal from '.';\r\nimport { makeRandomName } from '../core/utilities';\r\n\r\nexport interface Dog extends Animal {\r\n woof(): void;\r\n name: string;\r\n}\r\n\r\nexport function createDog(): Dog {\r\n return ({\r\n size: \"medium\",\r\n woof: function(this: Dog) {\r\n console.log(`${this.name} says \"Woof\"!`);\r\n },\r\n name: makeRandomName()\r\n });\r\n}\r\n\r\n","signature":"6032048049-import Animal from '.';\nexport interface Dog extends Animal {\n woof(): void;\n name: string;\n}\nexport declare function createDog(): Dog;\n"}],"options":{"composite":true,"declaration":true,"module":1,"noFallthroughCasesInSwitch":true,"noImplicitReturns":true,"noUnusedLocals":true,"noUnusedParameters":true,"outDir":"./","rootDir":"../../animals","strict":true,"target":1},"fileIdsList":[[3,4],[2,5],[3]],"referencedMap":[[5,1],[3,2]],"exportedModulesMap":[[5,3],[3,2]],"semanticDiagnosticsPerFile":[1,2,5,3,4],"latestChangedDtsFile":"./dog
[all...]
/third_party/node/deps/npm/node_modules/foreground-child/dist/cjs/
H A Dindex.js66 const dog = (0, watchdog_js_1.watchdog)(child);
69 dog.kill('SIGKILL');
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pTextureUploadTests.cpp369 qpWatchDog* dog = m_testCtx.getWatchDog(); in iterate() local
370 if (dog) in iterate()
371 qpWatchDog_touch(dog); in iterate()
/third_party/pcre2/pcre2/
H A DRunGrepTest.bat163 (pushd %srcdir% & %pcre2grep% -Mn "(the\noutput|dog\.\n--)" ./testdata/grepinput & popd) >>testtrygrep
444 (pushd %srcdir% & %pcre2grep% "dog" ./testdata/grepbinary & popd) >>testtrygrep 2>&1
456 (pushd %srcdir% & %pcre2grep% -I "dog" ./testdata/grepbinary & popd) >>testtrygrep 2>&1
460 (pushd %srcdir% & %pcre2grep% --binary-files=without-match "dog" ./testdata/grepbinary & popd) >>testtrygrep 2>&1
464 (pushd %srcdir% & %pcre2grep% -a "dog" ./testdata/grepbinary & popd) >>testtrygrep 2>&1
468 (pushd %srcdir% & %pcre2grep% --binary-files=text "dog" ./testdata/grepbinary & popd) >>testtrygrep 2>&1
472 (pushd %srcdir% & %pcre2grep% --text "dog" ./testdata/grepbinary & popd) >>testtrygrep 2>&1
/third_party/skia/gm/
H A Dasyncrescaleandread.cpp265 DEF_RESCALE_AND_READ_SURF_GM(images/dog.jpg, dog_down, SkIRect::MakeXYWH(0, 10, 180, 150), 45, 45)
266 DEF_RESCALE_AND_READ_IMG_GM(images/dog.jpg, dog_up, SkIRect::MakeWH(180, 180), 800, 400)
/third_party/python/Lib/lib2to3/tests/data/
H A Dpy3_test_grammar.py125 the 'lazy' dog.
127 y = '\nThe "quick"\nbrown fox\njumps over\nthe \'lazy\' dog.\n'
133 the 'lazy' dog.
140 the 'lazy' dog.\n\
147 the \'lazy\' dog.\n\
H A Dpy2_test_grammar.py97 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\
/third_party/python/Lib/test/
H A Dtest_pprint.py409 words = 'the quick brown fox jumped over a lazy dog'.split()
421 ('dog', 8)])""")
424 words = 'the quick brown fox jumped over a lazy dog'.split()
430 'dog': 8,
448 ('dog', 8)]))""")
470 dog=8,
482 dog=8)""")
495 dog=8, variable in QueryTestCase.test_simple_namespace_subclass.AdvancedNamespace
507 dog=8)""")
895 fox = 'the quick brown fox jumped over a lazy dog'
[all...]
H A Dtest_grammar.py270 the 'lazy' dog.
272 y = '\nThe "quick"\nbrown fox\njumps over\nthe \'lazy\' dog.\n'
278 the 'lazy' dog.
285 the 'lazy' dog.\n\
292 the \'lazy\' dog.\n\

Completed in 15 milliseconds