/third_party/typescript/tests/baselines/reference/ |
D | jsdocParamTagTypeLiteral.types | 121 * @param {boolean} opts5[].what.bad[].oh - Oh ... that's how you do it. 125 …hat: { a: string; bad: { idea: string; oh: boolean; }; … 126 >opts5 : { help: string; what: { a: string; bad: { idea: string; oh: boolean; }[]; }; unnest: numbe… 130 >opts5[0].what.bad[0] : { idea: string; oh: boolean; } 131 >opts5[0].what.bad : { idea: string; oh: boolean; }[] 132 >opts5[0].what : { a: string; bad: { idea: string; oh: boolean; }[]; } 133 >opts5[0] : { help: string; what: { a: string; bad: { idea: string; oh: boolean; }[]; }; unnest: nu… 134 >opts5 : { help: string; what: { a: string; bad: { idea: string; oh: boolean; }[]; }; unnest: numbe… 136 >what : { a: string; bad: { idea: string; oh: boolean; }[]; } 137 >bad : { idea: string; oh: boolean; }[] [all …]
|
D | underscoreThisInDerivedClass01.types | 27 var _this = "uh-oh?"; 29 >"uh-oh?" : "uh-oh?" 42 console.log("d'oh!"); 43 >console.log("d'oh!") : void 47 >"d'oh!" : "d'oh!"
|
D | modifiersInObjectLiterals.types | 4 >{ public foo: 'hey', private bar: 'nay', protected baz: 'oh my', abstract noWay: 'yes' } : { foo: … 14 protected baz: 'oh my', 16 >'oh my' : "oh my"
|
D | accessorsOverrideProperty7.types | 13 get p() { return 'oh no' } // error 15 >'oh no' : "oh no"
|
D | ensureNoCrashExportAssignmentDefineProperrtyPotentialMerge.types | 15 Object.defineProperty(module, "exports", { value: "oh no" }); 16 >Object.defineProperty(module, "exports", { value: "oh no" }) : typeof module 22 >{ value: "oh no" } : { value: string; } 24 >"oh no" : "oh no"
|
D | propertyOverridesAccessors5.types | 5 get p() { return 'oh no' } 7 >'oh no' : "oh no"
|
D | underscoreThisInDerivedClass02.types | 26 var _this = "uh-oh?"; 28 >"uh-oh?" : "uh-oh?"
|
D | propertyOverridesAccessors.types | 5 get p() { return 'oh no' } 7 >'oh no' : "oh no"
|
D | accessorsOverrideProperty6.types | 13 get p() { return 'oh no' } // error 15 >'oh no' : "oh no"
|
D | accessorsOverrideProperty.types | 13 get p() { return 'oh no' } // error 15 >'oh no' : "oh no"
|
D | plainJSGrammarErrors.types | 308 >{ [console.log('oh no'),2]: 'hi', #noPrivate: 3, export cantExportProperties: 4, // TO… 310 [console.log('oh no'),2]: 'hi', 311 >[console.log('oh no'),2] : string 312 >console.log('oh no'),2 : 2 313 >console.log('oh no') : void 317 >'oh no' : "oh no"
|
D | jsdocParamTagTypeLiteral.symbols | 101 * @param {boolean} opts5[].what.bad[].oh - Oh ... that's how you do it. 123 foo5([{ help: "help", what: { a: 'a', bad: [{ idea: 'idea', oh: false }] }, unnest: 1 }]); 130 >oh : Symbol(oh, Decl(0.js, 70, 59))
|
D | underscoreThisInDerivedClass01.symbols | 26 var _this = "uh-oh?"; 37 console.log("d'oh!");
|
D | jsdocParamTagTypeLiteral.errors.txt | 69 * @param {boolean} opts5[].what.bad[].oh - Oh ... that's how you do it. 77 foo5([{ help: "help", what: { a: 'a', bad: [{ idea: 'idea', oh: false }] }, unnest: 1 }]);
|
D | contextuallyTypedIife.types | 120 ((...mixed) => mixed.every(n => !!n))(5,'oops','oh no'); 121 >((...mixed) => mixed.every(n => !!n))(5,'oops','oh no') : boolean 136 >'oh no' : "oh no"
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | llseek.c | 53 static int _llseek(unsigned int fd, unsigned long oh, in _llseek() argument 60 static int _llseek(unsigned int fd, unsigned long oh, in _llseek() argument 63 return syscall(__NR_llseek, fd, oh, ol, result, origin); in _llseek()
|
/third_party/ffmpeg/tests/ref/fate/ |
D | sub-lrc-remux | 17 [01:23.64]Oh oh, I don't know 30 [02:34.12]Oh oh, I don't know 40 [03:19.31]Oh oh, I don't know 46 [03:41.91]Oh oh, I don't know
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | CollationElementIterator.java | 315 int oh = otherHalf_; local 317 return oh; 369 int oh = otherHalf_; in previous() local 371 return oh; in previous()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | CollationElementIterator.java | 325 int oh = otherHalf_; local 327 return oh; 380 int oh = otherHalf_; in previous() local 382 return oh; in previous()
|
/third_party/icu/icu4c/source/i18n/ |
D | coleitr.cpp | 110 uint32_t oh = otherHalf_; in next() local 112 return oh; in next() 173 uint32_t oh = otherHalf_; in previous() local 175 return oh; in previous()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | coleitr.cpp | 110 uint32_t oh = otherHalf_; in next() local 112 return oh; in next() 173 uint32_t oh = otherHalf_; in previous() local 175 return oh; in previous()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | coleitr.cpp | 110 uint32_t oh = otherHalf_; in next() local 112 return oh; in next() 173 uint32_t oh = otherHalf_; in previous() local 175 return oh; in previous()
|
/third_party/curl/tests/data/ |
D | test187 | 57 http://%HOSTIP:%HTTPPORT?oh=what-weird=test/%TESTNUMBER -L 64 GET /?oh=what-weird=test/%TESTNUMBER HTTP/1.1
|
/third_party/ffmpeg/libavfilter/ |
D | vf_sharpen_npp.c | 163 int oh = AV_CEIL_RSHIFT(in->height, (i == 1 || i == 2) ? desc->log2_chroma_h : 0); in nppsharpen_sharpen() local 166 in->data[i], in->linesize[i], (NppiSize){ow, oh}, (NppiPoint){0, 0}, in nppsharpen_sharpen() 167 out->data[i], out->linesize[i], (NppiSize){ow, oh}, s->border_type); in nppsharpen_sharpen()
|
/third_party/node/test/fixtures/es-modules/package-cjs-named-error/ |
D | escaped-single-quote.mjs | 1 import { value } from "./oh'no.cjs";
|