/third_party/typescript/tests/baselines/reference/ |
D | uncalledFunctionChecksInConditional.errors.txt | 1 …ditional.ts(5,5): error TS2774: This condition will always return true since this function is alwa… 2 …ditional.ts(9,5): error TS2774: This condition will always return true since this function is alwa… 3 …itional.ts(9,14): error TS2774: This condition will always return true since this function is alwa… 4 …itional.ts(13,5): error TS2774: This condition will always return true since this function is alwa… 5 …tional.ts(32,10): error TS2774: This condition will always return true since this function is alwa… 6 …itional.ts(36,5): error TS2774: This condition will always return true since this function is alwa… 7 …tional.ts(40,22): error TS2774: This condition will always return true since this function is alwa… 8 …tional.ts(44,16): error TS2774: This condition will always return true since this function is alwa… 9 …tional.ts(48,22): error TS2774: This condition will always return true since this function is alwa… 19 !!! error TS2774: This condition will always return true since this function is always defined. Did… [all …]
|
D | truthinessCallExpressionCoercion2.errors.txt | 1 …ercion2.ts(11,5): error TS2774: This condition will always return true since this function is alwa… 2 …rcion2.ts(14,10): error TS2774: This condition will always return true since this function is alwa… 3 …rcion2.ts(41,18): error TS2774: This condition will always return true since this function is alwa… 4 …ercion2.ts(44,9): error TS2774: This condition will always return true since this function is alwa… 5 …rcion2.ts(48,11): error TS2774: This condition will always return true since this function is alwa… 6 …rcion2.ts(65,46): error TS2774: This condition will always return true since this function is alwa… 7 …ercion2.ts(76,5): error TS2774: This condition will always return true since this function is alwa… 8 …rcion2.ts(79,10): error TS2774: This condition will always return true since this function is alwa… 9 …ercion2.ts(99,5): error TS2774: This condition will always return true since this function is alwa… 10 …rcion2.ts(109,9): error TS2774: This condition will always return true since this function is alwa… [all …]
|
D | conditionalEqualityOnLiteralObjects.errors.txt | 1 …ionalEqualityOnLiteralObjects.ts(4,5): error TS2839: This condition will always return 'false' sin… 2 …ionalEqualityOnLiteralObjects.ts(6,5): error TS2839: This condition will always return 'false' sin… 3 …ionalEqualityOnLiteralObjects.ts(8,5): error TS2839: This condition will always return 'false' sin… 4 …onalEqualityOnLiteralObjects.ts(10,5): error TS2839: This condition will always return 'false' sin… 5 …onalEqualityOnLiteralObjects.ts(12,5): error TS2839: This condition will always return 'false' sin… 6 …onalEqualityOnLiteralObjects.ts(14,5): error TS2839: This condition will always return 'false' sin… 7 …onalEqualityOnLiteralObjects.ts(17,5): error TS2839: This condition will always return 'true' sinc… 8 …onalEqualityOnLiteralObjects.ts(19,5): error TS2839: This condition will always return 'true' sinc… 9 …onalEqualityOnLiteralObjects.ts(21,5): error TS2839: This condition will always return 'true' sinc… 10 …onalEqualityOnLiteralObjects.ts(23,5): error TS2839: This condition will always return 'true' sinc… [all …]
|
D | nanEquality.errors.txt | 1 tests/cases/compiler/nanEquality.ts(3,5): error TS2845: This condition will always return 'false'. 2 tests/cases/compiler/nanEquality.ts(4,5): error TS2845: This condition will always return 'false'. 3 tests/cases/compiler/nanEquality.ts(6,5): error TS2845: This condition will always return 'false'. 4 tests/cases/compiler/nanEquality.ts(7,5): error TS2845: This condition will always return 'false'. 5 tests/cases/compiler/nanEquality.ts(9,5): error TS2845: This condition will always return 'true'. 6 tests/cases/compiler/nanEquality.ts(10,5): error TS2845: This condition will always return 'true'. 7 tests/cases/compiler/nanEquality.ts(12,5): error TS2845: This condition will always return 'true'. 8 tests/cases/compiler/nanEquality.ts(13,5): error TS2845: This condition will always return 'true'. 9 tests/cases/compiler/nanEquality.ts(15,5): error TS2845: This condition will always return 'false'. 10 tests/cases/compiler/nanEquality.ts(16,5): error TS2845: This condition will always return 'false'. [all …]
|
D | truthinessCallExpressionCoercion.errors.txt | 1 …Coercion.ts(2,9): error TS2774: This condition will always return true since this function is alwa… 2 …oercion.ts(18,9): error TS2774: This condition will always return true since this function is alwa… 3 …oercion.ts(36,9): error TS2774: This condition will always return true since this function is alwa… 4 …oercion.ts(50,9): error TS2774: This condition will always return true since this function is alwa… 5 …ercion.ts(66,13): error TS2774: This condition will always return true since this function is alwa… 6 …oercion.ts(76,9): error TS2774: This condition will always return true since this function is alwa… 7 …oercion.ts(82,9): error TS2774: This condition will always return true since this function is alwa… 14 !!! error TS2774: This condition will always return true since this function is always defined. Did… 32 !!! error TS2774: This condition will always return true since this function is always defined. Did… 52 !!! error TS2774: This condition will always return true since this function is always defined. Did… [all …]
|
D | truthinessPromiseCoercion.errors.txt | 1 …cion.ts(7,9): error TS2801: This condition will always return true since this 'Promise<number>' is… 2 …ion.ts(11,5): error TS2801: This condition will always return true since this 'Promise<number>' is… 3 …on.ts(32,9): error TS2801: This condition will always return true since this 'Promise<unknown>' is… 4 …on.ts(40,9): error TS2801: This condition will always return true since this 'Promise<boolean>' is… 5 …on.ts(43,9): error TS2801: This condition will always return true since this 'Promise<boolean>' is… 17 !!! error TS2801: This condition will always return true since this 'Promise<number>' is always def… 24 !!! error TS2801: This condition will always return true since this 'Promise<number>' is always def… 48 !!! error TS2801: This condition will always return true since this 'Promise<unknown>' is always de… 59 !!! error TS2801: This condition will always return true since this 'Promise<boolean>' is always de… 65 !!! error TS2801: This condition will always return true since this 'Promise<boolean>' is always de…
|
D | truthinessCallExpressionCoercion1.errors.txt | 1 …oercion1.ts(3,5): error TS2774: This condition will always return true since this function is alwa… 2 …ercion1.ts(19,5): error TS2774: This condition will always return true since this function is alwa… 3 …ercion1.ts(33,5): error TS2774: This condition will always return true since this function is alwa… 4 …ercion1.ts(46,5): error TS2774: This condition will always return true since this function is alwa… 5 …ercion1.ts(76,9): error TS2774: This condition will always return true since this function is alwa… 13 !!! error TS2774: This condition will always return true since this function is always defined. Did… 31 !!! error TS2774: This condition will always return true since this function is always defined. Did… 47 !!! error TS2774: This condition will always return true since this function is always defined. Did… 62 !!! error TS2774: This condition will always return true since this function is always defined. Did… 94 !!! error TS2774: This condition will always return true since this function is always defined. Did…
|
D | truthinessCallExpressionCoercion3.symbols | 6 always(): void 7 >always : Symbol(I.always, Decl(truthinessCallExpressionCoercion3.ts, 1, 13)) 14 if ((result as I).always) { 15 >(result as I).always : Symbol(I.always, Decl(truthinessCallExpressionCoercion3.ts, 1, 13)) 18 >always : Symbol(I.always, Decl(truthinessCallExpressionCoercion3.ts, 1, 13)) 28 if (((result as I)).always) { 29 >((result as I)).always : Symbol(I.always, Decl(truthinessCallExpressionCoercion3.ts, 1, 13)) 32 >always : Symbol(I.always, Decl(truthinessCallExpressionCoercion3.ts, 1, 13))
|
D | generatorAssignability.errors.txt | 1 …'next' method of its iterator expects type 'string', but array spread will always send 'undefined'. 2 …method of its iterator expects type 'string', but array destructuring will always send 'undefined'. 3 …method of its iterator expects type 'string', but array destructuring will always send 'undefined'. 4 …method of its iterator expects type 'string', but array destructuring will always send 'undefined'. 5 …method of its iterator expects type 'string', but array destructuring will always send 'undefined'. 6 …e the 'next' method of its iterator expects type 'string', but for-of will always send 'undefined'. 7 …e the 'next' method of its iterator expects type 'string', but for-of will always send 'undefined'. 8 …e the 'next' method of its iterator expects type 'string', but for-of will always send 'undefined'. 9 …hod of its iterator expects type 'string', but the containing generator will always send 'boolean'. 10 …hod of its iterator expects type 'string', but the containing generator will always send 'boolean'. [all …]
|
D | truthinessCallExpressionCoercion3.types | 4 always(): void 5 >always : () => void 12 if ((result as I).always) { 13 >(result as I).always : () => void 17 >always : () => void 27 if (((result as I)).always) { 28 >((result as I)).always : () => void 33 >always : () => void
|
D | uncalledFunctionChecksInConditional2.errors.txt | 1 …tional2.ts(20,5): error TS2774: This condition will always return true since this function is alwa… 2 …tional2.ts(38,5): error TS2774: This condition will always return true since this function is alwa… 27 !!! error TS2774: This condition will always return true since this function is always defined. Did… 47 !!! error TS2774: This condition will always return true since this function is always defined. Did…
|
D | thisCapture1.types | 16 return ret.always(() => { 17 >ret.always(() => { this.y = 0; }).promise() : any 18 >ret.always(() => { this.y = 0; }).promise : any 19 >ret.always(() => { this.y = 0; }) : any 20 >ret.always : any 22 >always : any
|
D | truthinessCallExpressionCoercion3.js | 4 always(): void 8 if ((result as I).always) { 13 if (((result as I)).always) { 21 if (result.always) { 26 if (result.always) {
|
/third_party/rust/crates/memchr/src/memmem/ |
D | vector.rs | 40 #[inline(always)] 45 #[inline(always)] 50 #[inline(always)] 55 #[inline(always)] 60 #[inline(always)] 73 #[inline(always)] 78 #[inline(always)] 83 #[inline(always)] 88 #[inline(always)] 93 #[inline(always)] [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/ |
D | numberpermutationtest.txt | 88 scientific/+ee/sign-always percent unit-width-narrow 102 scientific/+ee/sign-always percent unit-width-full-name 116 scientific/+ee/sign-always currency/EUR unit-width-narrow 130 scientific/+ee/sign-always currency/EUR unit-width-full-name 144 scientific/+ee/sign-always measure-unit/length-furlong unit-width-narrow 158 scientific/+ee/sign-always measure-unit/length-furlong unit-width-full-name 340 scientific/+ee/sign-always percent precision-integer 354 scientific/+ee/sign-always percent .000 368 scientific/+ee/sign-always percent .##/@@@+ 382 scientific/+ee/sign-always percent @@ [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/ |
D | numberpermutationtest.txt | 88 scientific/+ee/sign-always percent unit-width-narrow 102 scientific/+ee/sign-always percent unit-width-full-name 116 scientific/+ee/sign-always currency/EUR unit-width-narrow 130 scientific/+ee/sign-always currency/EUR unit-width-full-name 144 scientific/+ee/sign-always measure-unit/length-furlong unit-width-narrow 158 scientific/+ee/sign-always measure-unit/length-furlong unit-width-full-name 340 scientific/+ee/sign-always percent precision-integer 354 scientific/+ee/sign-always percent .000 368 scientific/+ee/sign-always percent .##/@@@+ 382 scientific/+ee/sign-always percent @@ [all …]
|
/third_party/icu/icu4c/source/test/testdata/ |
D | numberpermutationtest.txt | 88 scientific/+ee/sign-always percent unit-width-narrow 102 scientific/+ee/sign-always percent unit-width-full-name 116 scientific/+ee/sign-always currency/EUR unit-width-narrow 130 scientific/+ee/sign-always currency/EUR unit-width-full-name 144 scientific/+ee/sign-always measure-unit/length-furlong unit-width-narrow 158 scientific/+ee/sign-always measure-unit/length-furlong unit-width-full-name 340 scientific/+ee/sign-always percent precision-integer 354 scientific/+ee/sign-always percent .000 368 scientific/+ee/sign-always percent .##/@@@+ 382 scientific/+ee/sign-always percent @@ [all …]
|
/third_party/rust/crates/memchr/src/memchr/ |
D | mod.rs | 89 #[inline(always)] in memchr() 95 #[inline(always)] in memchr() 105 #[inline(always)] in memchr() 115 #[inline(always)] in memchr() 153 #[inline(always)] in memchr2() 159 #[inline(always)] in memchr2() 168 #[inline(always)] in memchr2() 211 #[inline(always)] in memchr3() 217 #[inline(always)] in memchr3() 226 #[inline(always)] in memchr3() [all …]
|
/third_party/rust/crates/memchr/src/ |
D | cow.rs | 29 #[inline(always)] 37 #[inline(always)] 44 #[inline(always)] 51 #[inline(always)] 61 #[inline(always)] 72 #[inline(always)] 78 #[inline(always)] 84 #[inline(always)] 93 #[inline(always)]
|
/third_party/ffmpeg/tools/ |
D | patcheck | 32 $GREP $OPT '^+' $* | $GREP -v ':+++'| $EGREP --color=always -- "$arg"> $TMP && printf "\n$msg\n" 41 …$GREP $OPT '^+' $* | $GREP -v ':+++' | $EGREP -v -- "$varg" | $EGREP --color=always -- "$arg" > $T… 66 $EGREP $OPT '^\+ *(const *|)static' $*| $EGREP --color=always '[^=]= *(0|NULL)[^0-9a-zA-Z]'> $TMP &… 114 …$GREP " *$doxpar *[),]" $file | $GREP -v '@param' >/dev/null || $GREP --color=always "@param *$dox… 121 $EGREP -B2 $OPT '^(\+|) *('"$ERE_TYPES"'|# *define)' $* | $EGREP -A2 --color=always '(:|-)\+[^/]*/(… 145 cat $* | $GREP -v '^-' | tr '\n' '@' | $EGREP --color=always -o '(fprintf|av_log|printf)\([^)]*\)[+… 148 cat $* | tr '\n' '@' | $EGREP --color=always -o '\+ *if *\( *([A-Za-z0-9_]*) *[<>]=? *[0-9]* *\) * … 151 cat $* | tr '\n' '@' | $EGREP --color=always -o '\+ *if *\( *([A-Za-z0-9_]*) *[<>]=? *([A-Za-z0-9_]… 154 cat $* | tr '\n' '@' | $EGREP --color=always -o '\+ *if *\( *([A-Za-z0-9_]*) *\)[ @\\+]*av_free(p|)… 157 cat $* | tr '\n' '@' | $EGREP --color=always -o '[^a-zA-Z0-9_]([a-zA-Z0-9_]*) *= *av_malloc *\([^)]…
|
/third_party/typescript/tests/baselines/reference/tsc/incremental/ |
D | noEmit-changes-incremental-discrepancies.js | 3 Clean build always uses d.ts for signature for testing thus does not contain non exported modules/r… 23 Clean build always uses d.ts for signature for testing thus does not contain non exported modules/r… 43 Clean build always uses d.ts for signature for testing thus does not contain non exported modules/r… 63 Clean build always uses d.ts for signature for testing thus does not contain non exported modules/r… 83 Clean build always uses d.ts for signature for testing thus does not contain non exported modules/r… 103 Clean build always uses d.ts for signature for testing thus does not contain non exported modules/r… 123 Clean build always uses d.ts for signature for testing thus does not contain non exported modules/r… 143 Clean build always uses d.ts for signature for testing thus does not contain non exported modules/r… 163 Clean build always uses d.ts for signature for testing thus does not contain non exported modules/r… 183 Clean build always uses d.ts for signature for testing thus does not contain non exported modules/r… [all …]
|
/third_party/mbedtls/tests/data_files/ |
D | authorityKeyId_subjectKeyId.conf | 11 authorityKeyIdentifier = keyid:always,issuer:always 14 authorityKeyIdentifier = issuer:always 17 authorityKeyIdentifier = keyid:always
|
/third_party/rust/crates/memchr/src/memchr/x86/ |
D | mod.rs | 94 #[inline(always)] 99 #[inline(always)] 110 #[inline(always)] 122 #[inline(always)] 127 #[inline(always)] 138 #[inline(always)]
|
/third_party/openssl/doc/man3/ |
D | SSL_alert_type_string.pod | 47 by the TLS RFC. A fatal alert always leads to a connection abort. 78 An inappropriate message was received. This alert is always fatal 85 MAC. This message is always fatal. 90 that would expand to excessive length). This message is always 129 other fields. This is always fatal. 135 checked, weren't correct. This message is always fatal. 141 with more than 2^14+1024 bytes. This message is always fatal. 148 message is always fatal. 154 This message is always fatal. 160 message is always fatal. [all …]
|
/third_party/pulseaudio/src/modules/alsa/mixer/profile-sets/ |
D | force-speaker-and-int-mic.conf | 26 paths-output = analog-output analog-output-lineout analog-output-speaker-always analog-output-headp… 27 paths-input = analog-input-front-mic analog-input-rear-mic analog-input-internal-mic-always analog-… 33 paths-output = analog-output analog-output-lineout analog-output-speaker-always analog-output-headp… 34 paths-input = analog-input-front-mic analog-input-rear-mic analog-input-internal-mic-always analog-… 40 paths-output = analog-output analog-output-lineout analog-output-speaker-always 47 paths-output = analog-output analog-output-lineout analog-output-speaker-always 54 paths-output = analog-output analog-output-lineout analog-output-speaker-always 61 paths-output = analog-output analog-output-lineout analog-output-speaker-always 68 paths-output = analog-output analog-output-lineout analog-output-speaker-always 76 paths-output = analog-output analog-output-lineout analog-output-speaker-always
|