Home
last modified time | relevance | path

Searched refs:bogus (Results 1 – 25 of 269) sorted by relevance

1234567891011

/third_party/typescript/tests/baselines/reference/
DnonIterableRestElement3.types2 var c = { bogus: 0 };
3 >c : { bogus: number; }
4 >{ bogus: 0 } : { bogus: number; }
5 >bogus : number
12 >c : { bogus: number; }
DnonIterableRestElement3.errors.txt1 …ent3.ts(2,5): error TS2741: Property 'bogus' is missing in type '(string | number)[]' but required…
5 var c = { bogus: 0 };
8 !!! error TS2741: Property 'bogus' is missing in type '(string | number)[]' but required in type '{…
9 …ests/cases/conformance/es6/destructuring/nonIterableRestElement3.ts:1:11: 'bogus' is declared here.
DclassExtendsInterface_not.types2 class C extends "".bogus {}
4 >"".bogus : any
6 >bogus : any
DnonIterableRestElement3.symbols2 var c = { bogus: 0 };
4 >bogus : Symbol(bogus, Decl(nonIterableRestElement3.ts, 0, 9))
DclassExtendsInterface_not.errors.txt1 tests/cases/compiler/classExtendsInterface_not.ts(1,20): error TS2339: Property 'bogus' does not ex…
5 class C extends "".bogus {}
7 !!! error TS2339: Property 'bogus' does not exist on type '""'.
DnonIterableRestElement3.js2 var c = { bogus: 0 }; property
6 var c = { bogus: 0 }; property
/third_party/icu/icu4c/source/test/intltest/
Dmsfmrgts.cpp596 FieldPosition bogus(FieldPosition::DONT_CARE); in Test4106661() local
600 … logln("Format with -INF : " + fmt->format(Formattable(-uprv_getInfinity()), str, bogus, status)); in Test4106661()
603 logln("Format with -1.0 : " + fmt->format(Formattable(-1.0), str, bogus, status)); in Test4106661()
606 logln("Format with -1.0 : " + fmt->format(Formattable(-1.0), str, bogus, status)); in Test4106661()
609 logln("Format with 0 : " + fmt->format(Formattable((int32_t)0), str, bogus, status)); in Test4106661()
612 logln("Format with 0.9 : " + fmt->format(Formattable(0.9), str, bogus, status)); in Test4106661()
615 logln("Format with 1.0 : " + fmt->format(Formattable(1.0), str, bogus, status)); in Test4106661()
618 logln("Format with 1.5 : " + fmt->format(Formattable(1.5), str, bogus, status)); in Test4106661()
621 logln("Format with 2 : " + fmt->format(Formattable((int32_t)2), str, bogus, status)); in Test4106661()
624 logln("Format with 2.1 : " + fmt->format(Formattable(2.1), str, bogus, status)); in Test4106661()
[all …]
/third_party/ffmpeg/tests/ref/fate/
Dopt239 Setting options string 'size=bogus'
240 Setting entry with key 'size' to value 'bogus'
241 Unable to parse option value "bogus" as image size
242 Error 'size=bogus'
249 Setting options string 'pix_fmt=bogus'
250 Setting entry with key 'pix_fmt' to value 'bogus'
251 Unable to parse option value "bogus" as pixel format
252 Error 'pix_fmt=bogus'
259 Setting options string 'sample_fmt=bogus'
260 Setting entry with key 'sample_fmt' to value 'bogus'
[all …]
/third_party/node/test/parallel/
Dtest-timers-active.js29 bogusTimers.forEach(function(bogus) { argument
30 const savedTimeout = bogus._idleTimeout;
31 active(bogus);
33 assert.deepStrictEqual(bogus, { _idleTimeout: savedTimeout });
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumparse_parsednumber.cpp29 quantity.bogus = true; in clear()
42 if (!quantity.bogus && 0 != (flags & FLAG_NEGATIVE)) { in postProcess()
52 return !quantity.bogus || 0 != (flags & FLAG_NAN) || 0 != (flags & FLAG_INFINITY); in seenNumber()
72 U_ASSERT(!quantity.bogus); in getDouble()
105 U_ASSERT(!quantity.bogus); in populateFormattable()
Dnumparse_decimal.cpp105 U_ASSERT(!result.quantity.bogus); in match()
116 digitsConsumed.bogus = true; in match()
181 if (digitsConsumed.bogus) { in match()
182 digitsConsumed.bogus = false; in match()
272 digitsConsumed.bogus = true; in match()
344 digitsConsumed.bogus = true; in match()
349 if (digitsConsumed.bogus) { in match()
383 result.quantity.bogus = true; in match()
Dnumparse_scientific.cpp105 bool wasBogus = result.quantity.bogus; in match()
106 result.quantity.bogus = false; in match()
109 result.quantity.bogus = wasBogus; in match()
/third_party/node/deps/icu-small/source/i18n/
Dnumparse_parsednumber.cpp30 quantity.bogus = true; in clear()
43 if (!quantity.bogus && 0 != (flags & FLAG_NEGATIVE)) { in postProcess()
53 return !quantity.bogus || 0 != (flags & FLAG_NAN) || 0 != (flags & FLAG_INFINITY); in seenNumber()
73 if (quantity.bogus) { in getDouble()
109 U_ASSERT(!quantity.bogus); in populateFormattable()
Dnumparse_decimal.cpp106 U_ASSERT(!result.quantity.bogus); in match()
117 digitsConsumed.bogus = true; in match()
182 if (digitsConsumed.bogus) { in match()
183 digitsConsumed.bogus = false; in match()
273 digitsConsumed.bogus = true; in match()
345 digitsConsumed.bogus = true; in match()
350 if (digitsConsumed.bogus) { in match()
384 result.quantity.bogus = true; in match()
Dnumparse_scientific.cpp130 bool wasBogus = result.quantity.bogus; in match()
131 result.quantity.bogus = false; in match()
134 result.quantity.bogus = wasBogus; in match()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumparse_parsednumber.cpp30 quantity.bogus = true; in clear()
43 if (!quantity.bogus && 0 != (flags & FLAG_NEGATIVE)) { in postProcess()
53 return !quantity.bogus || 0 != (flags & FLAG_NAN) || 0 != (flags & FLAG_INFINITY); in seenNumber()
73 if (quantity.bogus) { in getDouble()
109 U_ASSERT(!quantity.bogus); in populateFormattable()
Dnumparse_decimal.cpp106 U_ASSERT(!result.quantity.bogus); in match()
117 digitsConsumed.bogus = true; in match()
182 if (digitsConsumed.bogus) { in match()
183 digitsConsumed.bogus = false; in match()
273 digitsConsumed.bogus = true; in match()
345 digitsConsumed.bogus = true; in match()
350 if (digitsConsumed.bogus) { in match()
384 result.quantity.bogus = true; in match()
Dnumparse_scientific.cpp130 bool wasBogus = result.quantity.bogus; in match()
131 result.quantity.bogus = false; in match()
134 result.quantity.bogus = wasBogus; in match()
/third_party/icu/icu4c/source/i18n/
Dnumparse_parsednumber.cpp30 quantity.bogus = true; in clear()
43 if (!quantity.bogus && 0 != (flags & FLAG_NEGATIVE)) { in postProcess()
53 return !quantity.bogus || 0 != (flags & FLAG_NAN) || 0 != (flags & FLAG_INFINITY); in seenNumber()
73 if (quantity.bogus) { in getDouble()
109 U_ASSERT(!quantity.bogus); in populateFormattable()
Dnumparse_decimal.cpp106 U_ASSERT(!result.quantity.bogus); in match()
117 digitsConsumed.bogus = true; in match()
182 if (digitsConsumed.bogus) { in match()
183 digitsConsumed.bogus = false; in match()
273 digitsConsumed.bogus = true; in match()
345 digitsConsumed.bogus = true; in match()
350 if (digitsConsumed.bogus) { in match()
384 result.quantity.bogus = true; in match()
Dnumparse_scientific.cpp130 bool wasBogus = result.quantity.bogus; in match()
131 result.quantity.bogus = false; in match()
134 result.quantity.bogus = wasBogus; in match()
/third_party/skia/third_party/externals/libjpeg-turbo/
Drdswitch.c218 goto bogus; in read_scan_script()
225 goto bogus; in read_scan_script()
228 goto bogus; in read_scan_script()
231 goto bogus; in read_scan_script()
234 goto bogus; in read_scan_script()
244 bogus: in read_scan_script()
/third_party/libjpeg-turbo/
Drdswitch.c218 goto bogus; in read_scan_script()
225 goto bogus; in read_scan_script()
228 goto bogus; in read_scan_script()
231 goto bogus; in read_scan_script()
234 goto bogus; in read_scan_script()
244 bogus: in read_scan_script()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Drdswitch.c218 goto bogus; in read_scan_script()
225 goto bogus; in read_scan_script()
228 goto bogus; in read_scan_script()
231 goto bogus; in read_scan_script()
234 goto bogus; in read_scan_script()
244 bogus: in read_scan_script()
/third_party/python/Tools/c-analyzer/c_analyzer/
Ddatafiles.py99 bogus = {_tables.EMPTY, _tables.UNKNOWN}
103 varidinfo = tuple(None if v in bogus else v
105 if reason in bogus:

1234567891011