Home
last modified time | relevance | path

Searched refs:oh (Results 1 – 25 of 128) sorted by relevance

123456

/third_party/typescript/tests/baselines/reference/
DjsdocParamTagTypeLiteral.types121 * @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 …]
DunderscoreThisInDerivedClass01.types27 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!"
DmodifiersInObjectLiterals.types4 >{ public foo: 'hey', private bar: 'nay', protected baz: 'oh my', abstract noWay: 'yes' } : { foo: …
14 protected baz: 'oh my',
16 >'oh my' : "oh my"
DaccessorsOverrideProperty7.types13 get p() { return 'oh no' } // error
15 >'oh no' : "oh no"
DensureNoCrashExportAssignmentDefineProperrtyPotentialMerge.types15 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"
DpropertyOverridesAccessors5.types5 get p() { return 'oh no' }
7 >'oh no' : "oh no"
DunderscoreThisInDerivedClass02.types26 var _this = "uh-oh?";
28 >"uh-oh?" : "uh-oh?"
DpropertyOverridesAccessors.types5 get p() { return 'oh no' }
7 >'oh no' : "oh no"
DaccessorsOverrideProperty6.types13 get p() { return 'oh no' } // error
15 >'oh no' : "oh no"
DaccessorsOverrideProperty.types13 get p() { return 'oh no' } // error
15 >'oh no' : "oh no"
DplainJSGrammarErrors.types308 >{ [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"
DjsdocParamTagTypeLiteral.symbols101 * @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))
DunderscoreThisInDerivedClass01.symbols26 var _this = "uh-oh?";
37 console.log("d'oh!");
DjsdocParamTagTypeLiteral.errors.txt69 * @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 }]);
DcontextuallyTypedIife.types120 ((...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/
Dllseek.c53 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/
Dsub-lrc-remux17 [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/
DCollationElementIterator.java315 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/
DCollationElementIterator.java325 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/
Dcoleitr.cpp110 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/
Dcoleitr.cpp110 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/
Dcoleitr.cpp110 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/
Dtest18757 http://%HOSTIP:%HTTPPORT?oh=what-weird=test/%TESTNUMBER -L
64 GET /?oh=what-weird=test/%TESTNUMBER HTTP/1.1
/third_party/ffmpeg/libavfilter/
Dvf_sharpen_npp.c163 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/
Descaped-single-quote.mjs1 import { value } from "./oh'no.cjs";

123456