Home
last modified time | relevance | path

Searched full:directly (Results 1 – 25 of 6313) sorted by relevance

12345678910>>...253

/third_party/typescript/tests/baselines/reference/
DimplicitAnyFromCircularInference.errors.txt1 …plicitAnyFromCircularInference.ts(2,5): error TS2502: 'a' is referenced directly or indirectly in …
2 …plicitAnyFromCircularInference.ts(5,5): error TS2502: 'b' is referenced directly or indirectly in …
3 …plicitAnyFromCircularInference.ts(6,5): error TS2502: 'c' is referenced directly or indirectly in …
4 …plicitAnyFromCircularInference.ts(9,5): error TS2502: 'd' is referenced directly or indirectly in …
5 …ny' because it does not have a return type annotation and is referenced directly or indirectly in …
6 …ny' because it does not have a return type annotation and is referenced directly or indirectly in …
7 …ny' because it does not have a return type annotation and is referenced directly or indirectly in …
8 …ny' because it does not have a return type annotation and is referenced directly or indirectly in …
9 …ny' because it does not have a return type annotation and is referenced directly or indirectly in …
10 …ny' because it does not have a return type annotation and is referenced directly or indirectly in …
[all …]
DrecursiveTypesWithTypeof.errors.txt1 …eries/recursiveTypesWithTypeof.ts(2,5): error TS2502: 'c' is referenced directly or indirectly in …
2 …eries/recursiveTypesWithTypeof.ts(4,5): error TS2502: 'd' is referenced directly or indirectly in …
3 …eries/recursiveTypesWithTypeof.ts(6,5): error TS2502: 'e' is referenced directly or indirectly in …
4 …ries/recursiveTypesWithTypeof.ts(10,5): error TS2502: 'f' is referenced directly or indirectly in …
5 …ies/recursiveTypesWithTypeof.ts(12,5): error TS2502: 'f2' is referenced directly or indirectly in …
6 …ies/recursiveTypesWithTypeof.ts(14,5): error TS2502: 'f3' is referenced directly or indirectly in …
7 …es/recursiveTypesWithTypeof.ts(51,5): error TS2502: 'hy3' is referenced directly or indirectly in …
14 !!! error TS2502: 'c' is referenced directly or indirectly in its own type annotation.
18 !!! error TS2502: 'd' is referenced directly or indirectly in its own type annotation.
22 !!! error TS2502: 'e' is referenced directly or indirectly in its own type annotation.
[all …]
DclassExtendsItselfIndirectly.errors.txt1 …n/classExtendsItselfIndirectly.ts(1,7): error TS2506: 'C' is referenced directly or indirectly in …
3 …n/classExtendsItselfIndirectly.ts(3,7): error TS2506: 'D' is referenced directly or indirectly in …
4 …n/classExtendsItselfIndirectly.ts(5,7): error TS2506: 'E' is referenced directly or indirectly in …
5 …/classExtendsItselfIndirectly.ts(7,7): error TS2506: 'C2' is referenced directly or indirectly in …
7 …/classExtendsItselfIndirectly.ts(9,7): error TS2506: 'D2' is referenced directly or indirectly in …
8 …classExtendsItselfIndirectly.ts(11,7): error TS2506: 'E2' is referenced directly or indirectly in …
14 !!! error TS2506: 'C' is referenced directly or indirectly in its own base expression.
21 !!! error TS2506: 'D' is referenced directly or indirectly in its own base expression.
25 !!! error TS2506: 'E' is referenced directly or indirectly in its own base expression.
29 !!! error TS2506: 'C2' is referenced directly or indirectly in its own base expression.
[all …]
DclassExtendsItselfIndirectly3.errors.txt1 …sExtendsItselfIndirectly_file1.ts(1,7): error TS2506: 'C' is referenced directly or indirectly in …
2 …sExtendsItselfIndirectly_file2.ts(1,7): error TS2506: 'D' is referenced directly or indirectly in …
3 …sExtendsItselfIndirectly_file3.ts(1,7): error TS2506: 'E' is referenced directly or indirectly in …
4 …ExtendsItselfIndirectly_file4.ts(1,7): error TS2506: 'C2' is referenced directly or indirectly in …
5 …ExtendsItselfIndirectly_file5.ts(1,7): error TS2506: 'D2' is referenced directly or indirectly in …
6 …ExtendsItselfIndirectly_file6.ts(1,7): error TS2506: 'E2' is referenced directly or indirectly in …
12 !!! error TS2506: 'C' is referenced directly or indirectly in its own base expression.
17 !!! error TS2506: 'D' is referenced directly or indirectly in its own base expression.
22 !!! error TS2506: 'E' is referenced directly or indirectly in its own base expression.
27 !!! error TS2506: 'C2' is referenced directly or indirectly in its own base expression.
[all …]
DrecursiveBaseCheck.errors.txt1 tests/cases/compiler/recursiveBaseCheck.ts(2,11): error TS2506: 'C' is referenced directly or indir…
2 tests/cases/compiler/recursiveBaseCheck.ts(4,18): error TS2506: 'B' is referenced directly or indir…
3 tests/cases/compiler/recursiveBaseCheck.ts(6,18): error TS2506: 'A' is referenced directly or indir…
4 tests/cases/compiler/recursiveBaseCheck.ts(8,18): error TS2506: 'AmChart' is referenced directly or…
5 tests/cases/compiler/recursiveBaseCheck.ts(10,18): error TS2506: 'D' is referenced directly or indi…
12 !!! error TS2506: 'C' is referenced directly or indirectly in its own base expression.
16 !!! error TS2506: 'B' is referenced directly or indirectly in its own base expression.
20 !!! error TS2506: 'A' is referenced directly or indirectly in its own base expression.
24 !!! error TS2506: 'AmChart' is referenced directly or indirectly in its own base expression.
28 !!! error TS2506: 'D' is referenced directly or indirectly in its own base expression.
DclassExtendsItselfIndirectly2.errors.txt1 …/classExtendsItselfIndirectly2.ts(1,7): error TS2506: 'C' is referenced directly or indirectly in …
3 …classExtendsItselfIndirectly2.ts(4,18): error TS2506: 'D' is referenced directly or indirectly in …
4 …classExtendsItselfIndirectly2.ts(9,18): error TS2506: 'E' is referenced directly or indirectly in …
5 …assExtendsItselfIndirectly2.ts(13,11): error TS2506: 'C2' is referenced directly or indirectly in …
7 …assExtendsItselfIndirectly2.ts(16,22): error TS2506: 'D2' is referenced directly or indirectly in …
8 …assExtendsItselfIndirectly2.ts(20,22): error TS2506: 'E2' is referenced directly or indirectly in …
14 !!! error TS2506: 'C' is referenced directly or indirectly in its own base expression.
22 !!! error TS2506: 'D' is referenced directly or indirectly in its own base expression.
29 !!! error TS2506: 'E' is referenced directly or indirectly in its own base expression.
35 !!! error TS2506: 'C2' is referenced directly or indirectly in its own base expression.
[all …]
DcircularAccessorAnnotations.errors.txt1 …/circularAccessorAnnotations.ts(2,9): error TS2502: 'foo' is referenced directly or indirectly in …
2 …/circularAccessorAnnotations.ts(6,9): error TS2502: 'foo' is referenced directly or indirectly in …
3 …circularAccessorAnnotations.ts(15,9): error TS2502: 'foo' is referenced directly or indirectly in …
4 …circularAccessorAnnotations.ts(19,9): error TS2502: 'foo' is referenced directly or indirectly in …
11 !!! error TS2502: 'foo' is referenced directly or indirectly in its own type annotation.
17 !!! error TS2502: 'foo' is referenced directly or indirectly in its own type annotation.
28 !!! error TS2502: 'foo' is referenced directly or indirectly in its own type annotation.
34 !!! error TS2502: 'foo' is referenced directly or indirectly in its own type annotation.
DdirectDependenceBetweenTypeAliases.js4 // A type alias directly depends on the type it aliases.
10 // A type reference directly depends on the referenced type and each of the type arguments, if any.
14 // A union type directly depends on each of the constituent types.
19 // An array type directly depends on its element type.
22 // A tuple type directly depends on each of its element types.
25 // A type query directly depends on the type of the referenced entity.
52 // A type query directly depends on the type of the referenced entity.
DdirectDependenceBetweenTypeAliases.errors.txt6 …tDependenceBetweenTypeAliases.ts(25,5): error TS2502: 'x' is referenced directly or indirectly in …
13 // A type alias directly depends on the type it aliases.
27 …// A type reference directly depends on the referenced type and each of the type arguments, if any.
31 // A union type directly depends on each of the constituent types.
38 // An array type directly depends on its element type.
41 // A tuple type directly depends on each of its element types.
44 // A type query directly depends on the type of the referenced entity.
47 !!! error TS2502: 'x' is referenced directly or indirectly in its own type annotation.
DclassExtendsItself.errors.txt1 …ecification/classExtendsItself.ts(1,7): error TS2506: 'C' is referenced directly or indirectly in …
2 …ecification/classExtendsItself.ts(3,7): error TS2506: 'D' is referenced directly or indirectly in …
3 …ecification/classExtendsItself.ts(5,7): error TS2506: 'E' is referenced directly or indirectly in …
9 !!! error TS2506: 'C' is referenced directly or indirectly in its own base expression.
13 !!! error TS2506: 'D' is referenced directly or indirectly in its own base expression.
17 !!! error TS2506: 'E' is referenced directly or indirectly in its own base expression.
DprivateNameCircularReference.errors.txt1 …type 'any' because it does not have a type annotation and is referenced directly or indirectly in …
3 …type 'any' because it does not have a type annotation and is referenced directly or indirectly in …
4 …type 'any' because it does not have a type annotation and is referenced directly or indirectly in …
11 …type 'any' because it does not have a type annotation and is referenced directly or indirectly in …
17 …type 'any' because it does not have a type annotation and is referenced directly or indirectly in …
20 …type 'any' because it does not have a type annotation and is referenced directly or indirectly in …
DcircularIndexedAccessErrors.errors.txt1 …of/circularIndexedAccessErrors.ts(2,5): error TS2502: 'x' is referenced directly or indirectly in …
3 …f/circularIndexedAccessErrors.ts(18,5): error TS2502: 'x' is referenced directly or indirectly in …
4 …f/circularIndexedAccessErrors.ts(22,5): error TS2502: 'x' is referenced directly or indirectly in …
13 !!! error TS2502: 'x' is referenced directly or indirectly in its own type annotation.
33 !!! error TS2502: 'x' is referenced directly or indirectly in its own type annotation.
39 !!! error TS2502: 'x' is referenced directly or indirectly in its own type annotation.
DdirectDependenceBetweenTypeAliases.types4 // A type alias directly depends on the type it aliases.
17 // A type reference directly depends on the referenced type and each of the type arguments, if any.
22 // A union type directly depends on each of the constituent types.
32 // An array type directly depends on its element type.
36 // A tuple type directly depends on each of its element types.
40 // A type query directly depends on the type of the referenced entity.
DrecursiveBaseCheck2.errors.txt1 …cursiveBaseCheck2.ts(2,18): error TS2506: 'b2CircleShape' is referenced directly or indirectly in …
2 tests/cases/compiler/recursiveBaseCheck2.ts(4,18): error TS2506: 'b2Shape' is referenced directly o…
9 !!! error TS2506: 'b2CircleShape' is referenced directly or indirectly in its own base expression.
13 !!! error TS2506: 'b2Shape' is referenced directly or indirectly in its own base expression.
DindirectSelfReference.errors.txt1 tests/cases/compiler/indirectSelfReference.ts(1,7): error TS2506: 'a' is referenced directly or ind…
3 tests/cases/compiler/indirectSelfReference.ts(2,7): error TS2506: 'b' is referenced directly or ind…
9 !!! error TS2506: 'a' is referenced directly or indirectly in its own base expression.
15 !!! error TS2506: 'b' is referenced directly or indirectly in its own base expression.
DindirectSelfReferenceGeneric.errors.txt1 tests/cases/compiler/indirectSelfReferenceGeneric.ts(1,7): error TS2506: 'a' is referenced directly
3 tests/cases/compiler/indirectSelfReferenceGeneric.ts(2,7): error TS2506: 'b' is referenced directly
9 !!! error TS2506: 'a' is referenced directly or indirectly in its own base expression.
15 !!! error TS2506: 'b' is referenced directly or indirectly in its own base expression.
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
DCMakeLists.txt69 # Internal-only target, do not depend on directly.
84 # Internal-only target, do not depend on directly.
515 # Internal-only target, do not depend on directly.
529 # Internal-only target, do not depend on directly.
545 # Internal-only target, do not depend on directly.
559 # Internal-only target, do not depend on directly.
581 # Internal-only target, do not depend on directly.
606 # Internal-only target, do not depend on directly.
622 # Internal-only target, do not depend on directly.
637 # Internal-only target, do not depend on directly.
[all …]
/third_party/rust/crates/nix/src/sys/ioctl/
Dbsd.rs48 /// You should only use this macro directly if the `ioctl` you're working
49 /// with is "bad" and you cannot use `ioctl_none!()` directly.
70 /// You should only use this macro directly if the `ioctl` you're working
71 /// with is "bad" and you cannot use `ioctl_write_int!()` directly.
88 /// You should only use this macro directly if the `ioctl` you're working
89 /// with is "bad" and you cannot use `ioctl_read!()` directly.
105 /// You should only use this macro directly if the `ioctl` you're working
106 /// with is "bad" and you cannot use `ioctl_write!()` directly.
122 /// You should only use this macro directly if the `ioctl` you're working
123 /// with is "bad" and you cannot use `ioctl_readwrite!()` directly.
Dlinux.rs104 /// You should only use this macro directly if the `ioctl` you're working
105 /// with is "bad" and you cannot use `ioctl_none!()` directly.
126 /// You should only use this macro directly if the `ioctl` you're working
127 /// with is "bad" and you cannot use `ioctl_read!()` directly.
143 /// You should only use this macro directly if the `ioctl` you're working
144 /// with is "bad" and you cannot use `ioctl_write!()` directly.
160 /// You should only use this macro directly if the `ioctl` you're working
161 /// with is "bad" and you cannot use `ioctl_readwrite!()` directly.
/third_party/protobuf/objectivec/Tests/
DGPBMessageTests+Merge.m269 // This block of code is generated, do not edit it directly.
280 // This block of code is generated, do not edit it directly.
291 // This block of code is generated, do not edit it directly.
302 // This block of code is generated, do not edit it directly.
313 // This block of code is generated, do not edit it directly.
324 // This block of code is generated, do not edit it directly.
335 // This block of code is generated, do not edit it directly.
346 // This block of code is generated, do not edit it directly.
357 // This block of code is generated, do not edit it directly.
368 // This block of code is generated, do not edit it directly.
[all …]
/third_party/typescript/tests/cases/conformance/types/typeAliases/
DdirectDependenceBetweenTypeAliases.ts3 // A type alias directly depends on the type it aliases.
9 // A type reference directly depends on the referenced type and each of the type arguments, if any.
13 // A union type directly depends on each of the constituent types.
18 // An array type directly depends on its element type.
21 // A tuple type directly depends on each of its element types.
24 // A type query directly depends on the type of the referenced entity.
/third_party/node/deps/openssl/openssl/crypto/cmp/
Dcmp_asn.c22 /* OSSL_CMP_PKISTATUS is effectively ASN1_INTEGER so it is used directly */
53 /* OSSL_CMP_CMPCERTIFICATE is effectively X509 so it is used directly */
55 /* OSSL_CMP_CMPCERTIFICATE is effectively X509 so it is used directly */
57 /* OSSL_CMP_CMPCERTIFICATE is effectively X509 so it is used directly */
68 * so it is used directly
81 /* OSSL_CMP_CMPCERTIFICATE is effectively X509 so it is used directly */
251 /* OSSL_CMP_CMPCERTIFICATE is effectively X509 so it is used directly */
310 * so it is used directly
314 * OSSL_CMP_PKIFAILUREINFO is effectively ASN1_BIT_STRING so used directly
366 /* OSSL_CMP_CMPCERTIFICATE is effectively X509 so it is used directly */
[all …]
/third_party/openssl/crypto/cmp/
Dcmp_asn.c22 /* OSSL_CMP_PKISTATUS is effectively ASN1_INTEGER so it is used directly */
53 /* OSSL_CMP_CMPCERTIFICATE is effectively X509 so it is used directly */
55 /* OSSL_CMP_CMPCERTIFICATE is effectively X509 so it is used directly */
57 /* OSSL_CMP_CMPCERTIFICATE is effectively X509 so it is used directly */
68 * so it is used directly
81 /* OSSL_CMP_CMPCERTIFICATE is effectively X509 so it is used directly */
251 /* OSSL_CMP_CMPCERTIFICATE is effectively X509 so it is used directly */
310 * so it is used directly
314 * OSSL_CMP_PKIFAILUREINFO is effectively ASN1_BIT_STRING so used directly
366 /* OSSL_CMP_CMPCERTIFICATE is effectively X509 so it is used directly */
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Dconfig.h189 #error ABSL_HAVE_TLS cannot be directly set
201 #error ABSL_HAVE_STD_IS_TRIVIALLY_DESTRUCTIBLE cannot be directly set
220 #error ABSL_HAVE_STD_IS_TRIVIALLY_CONSTRUCTIBLE cannot be directly set
222 #error ABSL_HAVE_STD_IS_TRIVIALLY_ASSIGNABLE cannot directly set
249 #error ABSL_HAVE_THREAD_LOCAL cannot be directly set
305 #error ABSL_HAVE_INTRINSIC_INT128 cannot be directly set
335 #error ABSL_HAVE_EXCEPTIONS cannot be directly set.
381 #error ABSL_HAVE_MMAP cannot be directly set
394 #error ABSL_HAVE_PTHREAD_GETSCHEDPARAM cannot be directly set
404 #error ABSL_HAVE_SCHED_GETCPU cannot be directly set
[all …]
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp.py132 """private, do not call directly."""
136 """private, do not call directly."""
140 """private, do not call directly."""
144 """private, do not call directly."""
148 """private, do not call directly."""
152 """private, do not call directly."""
156 """private, do not call directly."""
160 """private, do not call directly."""

12345678910>>...253