Searched refs:dog (Results 1 – 25 of 126) sorted by relevance
123456
15 The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the16 lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox17 jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick18 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 the21 lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox22 jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick23 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 the26 lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox[all …]
68 qpWatchDog* dog = (qpWatchDog*)arg; in watchDogThreadFunc() local69 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, dog->timeOutUserPtr, reason); in watchDogThreadFunc()98 qpWatchDog* dog = (qpWatchDog*)deCalloc(sizeof(qpWatchDog)); in qpWatchDog_create() local99 if (!dog) in qpWatchDog_create()[all …]
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);
50 goofus((a: string) => ({ dog() { return a; } }));51 >goofus((a: string) => ({ dog() { return a; } })) : void53 >(a: string) => ({ dog() { return a; } }) : (a: string) => { dog(): string; }55 >({ dog() { return a; } }) : { dog(): string; }56 >{ dog() { return a; } } : { dog(): string; }57 >dog : () => string60 goofus((a: string) => ({ dog: function() { return a; } }));61 >goofus((a: string) => ({ dog: function() { return a; } })) : void63 >(a: string) => ({ dog: function() { return a; } }) : (a: string) => { dog: () => string; }65 >({ dog: function() { return a; } }) : { dog: () => string; }[all …]
5 interface Dog extends Animal { dog: {} }6 >dog : {}14 function doThing(x: "dog"): Dog;15 >doThing : { (x: "dog"): Dog; (x: "cat"): Cat; (x: string): Animal; }16 >x : "dog"19 >doThing : { (x: "dog"): Dog; (x: "cat"): Cat; (x: string): Animal; }23 >doThing : { (x: "dog"): Dog; (x: "cat"): Cat; (x: string): Animal; }27 >doThing : { (x: "dog"): Dog; (x: "cat"): Cat; (x: string): Animal; }
11 DOG = "dog"13 >"dog" : "dog"51 >CatMap : { cat: (TerrestrialCat | AlienCat)[]; dog: never[]; }60 …} ], dog: [] as never[]} : { cat: ({ type: TerrestrialAnimalTypes.CAT; address: string; } | { ty…85 dog: [] as never[]86 >dog : never[]
269 type Dog = { type: 'dog', saysWoof: true }270 >Dog : { type: 'dog'; saysWoof: true; }271 >type : "dog"282 if(pet.type === 'dog') {283 >pet.type === 'dog' : boolean284 >pet.type : "fish" | "dog"286 >type : "fish" | "dog"287 >'dog' : "dog"310 if(pet.type === 'dog') {311 >pet.type === 'dog' : boolean[all …]
12 type: 'dog';13 >type : "dog"40 >animal.type : "cat" | "dog"42 >type : "cat" | "dog"63 >animalOrUndef?.type : "cat" | "dog" | undefined65 >type : "cat" | "dog" | undefined
22 goofus((a: string) => ({ dog() { return a; } })); method23 goofus((a: string) => ({ dog: function() { return a; } })); method35 goofus(function (a) { return ({ dog: function () { return a; } }); });36 goofus(function (a) { return ({ dog: function () { return a; } }); });
54 goofus((a: string) => ({ dog() { return a; } }));57 >dog : Symbol(dog, Decl(badInferenceLowerPriorityThanGoodInference.ts, 20, 24))60 goofus((a: string) => ({ dog: function() { return a; } }));63 >dog : Symbol(dog, Decl(badInferenceLowerPriorityThanGoodInference.ts, 21, 24))
83 interface CatDog { cat: any, dog: any }85 >dog : any106 addToZoo({ dog: "Barky McBarkface" });107 >addToZoo({ dog: "Barky McBarkface" }) : void109 >{ dog: "Barky McBarkface" } : { dog: string; }110 >dog : string
2 var x = {e0: 'cat', x0: 'dog'};4 >{e0: 'cat', x0: 'dog'} : { e0: string; x0: string; }8 >'dog' : "dog"
78 interface CatDog { cat: any, dog: any }81 >dog : Symbol(CatDog.dog, Decl(errorsOnUnionsOfOverlappingObjects01.ts, 30, 28))110 addToZoo({ dog: "Barky McBarkface" });112 >dog : Symbol(dog, Decl(errorsOnUnionsOfOverlappingObjects01.ts, 41, 10))
10 cat:dog@latest 1.0.0 2.0.0 2.0.0 node_modules/cat prefix17 dog 1.0.1 1.0.1 2.0.0 node_modules/dog prefix39 "dog": {44 "location": "{CWD}/prefix/node_modules/dog",72 "dog": {77 "location": "{CWD}/prefix/node_modules/dog"91 dog 1.0.1 1.0.1 2.0.0 node_modules/dog prefix dependencies98 [33mdog[39m 1.0.1 [32m1.0.1[39m [35m2.0.0[39m node_modules/dog prefix106 [33mdog[39m 1.0.1 [32m1.0.1[39m [35m2.0.0[39m node_modules/dog prefix114 [33mdog[39m 1.0.1 [32m1.0.1[39m [35m2.0.0[39m node_modules/dog prefix[all …]
67 \`-- dog@1.0.0104 | \`-- dog@1.0.0112 \`-- dog@2.0.0127 {CWD}/prefix/node_modules/dog134 {CWD}/prefix/node_modules/dog159 {CWD}/prefix/node_modules/prod-dep/node_modules/dog:dog@2.0.0160 {CWD}/prefix/node_modules/dog:dog@1.0.0167 {CWD}/prefix/node_modules/dog:dog@1.0.0179 {CWD}/prefix/node_modules/prod-dep/node_modules/dog:dog@2.0.0180 {CWD}/prefix/node_modules/dog:dog@1.0.0[all …]
61 "name": "dog",62 "SPDXID": "SPDXRef-Package-dog-1.0.0",64 "packageFileName": "node_modules/foo/node_modules/dog",73 "referenceLocator": "pkg:npm/dog@1.0.0"90 "spdxElementId": "SPDXRef-Package-dog-1.0.0",303 "bom-ref": "dog@1.0.0",305 "name": "dog",308 "purl": "pkg:npm/dog@1.0.0",312 "value": "node_modules/foo/node_modules/dog"333 "dog@1.0.0"[all …]
31 var dog = Animal.Dog; variable32 Assert.isNumber(dog);33 Assert.isString(Animal[dog]);34 Assert.equal("Dog", Animal[dog]);
29 const dog = spawn(process.execPath, ['-e', watchdogCode, String(child.pid)], { constant32 dog.on('exit', () => (dogExited = true));35 dog.kill('SIGTERM');37 return dog;
25 dog: '^1.0.0', property29 dog: { property62 dog: '^2.0.0', property66 dog: { property2705 dog: { property2740 dog: { property2756 dog: { property2805 dog: { property2893 dog: '^1.0.0', property2984 dog: { property[all …]
19 dog: '2.0.0', property35 dog: { property92 dog: '^1.0.0', property111 dog: '2.0.0', property115 dog: { property129 dog: { property149 dog: '^1.0.0', property161 dog: '2.0.0', property165 dog: { property179 dog: { property
32 …const dog = (0, child_process_1.spawn)(process.execPath, ['-e', watchdogCode, String(child.pid)], { constant35 dog.on('exit', () => (dogExited = true));38 dog.kill('SIGTERM');40 return dog;
41 let dog = new Dog("male"); variable42 Assert.equal(dog.eat(), 1);43 Assert.equal(dog.name, "dog");
194 [96manimals/dog.ts[0m:[93m1[0m:[93m20[0m207 [96manimals/dog.ts[0m:[93m1[0m:[93m20[0m230 /user/username/projects/demo/animals/dog.ts237 /user/username/projects/demo/animals/dog.ts244 /user/username/projects/demo/animals/dog.ts (used version)263 /user/username/projects/demo/animals/dog.ts:482 [96manimals/dog.ts[0m:[93m1[0m:[93m20[0m495 [96manimals/dog.ts[0m:[93m1[0m:[93m20[0m510 /user/username/projects/demo/animals/dog.ts515 /user/username/projects/demo/animals/dog.ts[all …]
19 "The quick brown fox jumps over the lazy dog."20 "The quick brown fox jumps over the lazy dog."21 "The quick brown fox jumps over the lazy dog."
82 the 'lazy' dog.84 y = '\nThe "quick"\nbrown fox\njumps over\nthe \'lazy\' dog.\n'89 the 'lazy' dog.95 the 'lazy' dog.\n\101 the \'lazy\' dog.\n\