Home
last modified time | relevance | path

Searched full:being (Results 1 – 25 of 8444) sorted by relevance

12345678910>>...338

/third_party/typescript/tests/baselines/reference/
DforwardDeclaredCommonTypes01.errors.txt1 …monTypes01.ts(9,9): error TS2585: 'Promise' only refers to a type, but is being used as a value he…
2 …monTypes01.ts(10,9): error TS2585: 'Symbol' only refers to a type, but is being used as a value he…
3 …onTypes01.ts(10,17): error TS2585: 'Symbol' only refers to a type, but is being used as a value he…
4 …CommonTypes01.ts(11,9): error TS2585: 'Map' only refers to a type, but is being used as a value he…
5 …onTypes01.ts(12,9): error TS2585: 'WeakMap' only refers to a type, but is being used as a value he…
6 …CommonTypes01.ts(13,9): error TS2585: 'Set' only refers to a type, but is being used as a value he…
7 …onTypes01.ts(14,9): error TS2585: 'WeakSet' only refers to a type, but is being used as a value he…
21 !!! error TS2585: 'Promise' only refers to a type, but is being used as a value here. Do you need t…
24 !!! error TS2585: 'Symbol' only refers to a type, but is being used as a value here. Do you need to…
26 !!! error TS2585: 'Symbol' only refers to a type, but is being used as a value here. Do you need to…
[all …]
DenumPropertyAccessBeforeInitalisation.errors.txt1 …ropertyAccessBeforeInitalisation.ts(2,9): error TS2565: Property 'A' is used before being assigned.
2 …ropertyAccessBeforeInitalisation.ts(3,9): error TS2565: Property 'B' is used before being assigned.
3 …ropertyAccessBeforeInitalisation.ts(4,9): error TS2565: Property 'C' is used before being assigned.
4 …opertyAccessBeforeInitalisation.ts(5,13): error TS2565: Property 'D' is used before being assigned.
11 !!! error TS2565: Property 'A' is used before being assigned.
14 !!! error TS2565: Property 'B' is used before being assigned.
17 !!! error TS2565: Property 'C' is used before being assigned.
20 !!! error TS2565: Property 'D' is used before being assigned.
DtypeUsedAsValueError.errors.txt1 …eError.ts(16,11): error TS2693: 'Interface' only refers to a type, but is being used as a value he…
3 …,13): error TS2693: 'TypeAliasForSomeClass' only refers to a type, but is being used as a value he…
4 …,16): error TS2693: 'TypeAliasForSomeClass' only refers to a type, but is being used as a value he…
6 …ueError.ts(21,11): error TS2693: 'someType' only refers to a type, but is being used as a value he…
7 …ueError.ts(22,17): error TS2693: 'someType' only refers to a type, but is being used as a value he…
29 !!! error TS2693: 'Interface' only refers to a type, but is being used as a value here.
35 !!! error TS2693: 'TypeAliasForSomeClass' only refers to a type, but is being used as a value here.
38 !!! error TS2693: 'TypeAliasForSomeClass' only refers to a type, but is being used as a value here.
44 !!! error TS2693: 'someType' only refers to a type, but is being used as a value here.
47 !!! error TS2693: 'someType' only refers to a type, but is being used as a value here.
DindexWithUndefinedAndNullStrictNullChecks.errors.txt1 …ndefinedAndNullStrictNullChecks.ts(9,19): error TS2454: Variable 'n' is used before being assigned.
3 …ndefinedAndNullStrictNullChecks.ts(10,7): error TS2454: Variable 'n' is used before being assigned.
5 …definedAndNullStrictNullChecks.ts(11,19): error TS2454: Variable 's' is used before being assigned.
7 …ndefinedAndNullStrictNullChecks.ts(12,7): error TS2454: Variable 's' is used before being assigned.
22 !!! error TS2454: Variable 'n' is used before being assigned.
27 !!! error TS2454: Variable 'n' is used before being assigned.
32 !!! error TS2454: Variable 's' is used before being assigned.
37 !!! error TS2454: Variable 's' is used before being assigned.
DprimitiveTypeAssignment.errors.txt1 …TypeAssignment.ts(1,9): error TS2693: 'any' only refers to a type, but is being used as a value he…
2 …eAssignment.ts(3,9): error TS2693: 'number' only refers to a type, but is being used as a value he…
3 …Assignment.ts(5,9): error TS2693: 'boolean' only refers to a type, but is being used as a value he…
9 !!! error TS2693: 'any' only refers to a type, but is being used as a value here.
13 !!! error TS2693: 'number' only refers to a type, but is being used as a value here.
17 !!! error TS2693: 'boolean' only refers to a type, but is being used as a value here.
DtypeUsedAsTypeLiteralIndex.errors.txt2 …TypeLiteralIndex.ts(3,6): error TS2690: 'K' only refers to a type, but is being used as a value he…
4 …peLiteralIndex.ts(13,6): error TS2690: 'K2' only refers to a type, but is being used as a value he…
6 …peLiteralIndex.ts(18,6): error TS2690: 'K3' only refers to a type, but is being used as a value he…
8 …peLiteralIndex.ts(23,6): error TS2693: 'K4' only refers to a type, but is being used as a value he…
18 !!! error TS2690: 'K' only refers to a type, but is being used as a value here. Did you mean to use…
32 !!! error TS2690: 'K2' only refers to a type, but is being used as a value here. Did you mean to us…
41 !!! error TS2690: 'K3' only refers to a type, but is being used as a value here. Did you mean to us…
50 !!! error TS2693: 'K4' only refers to a type, but is being used as a value here.
DtypeFromPropertyAssignment36.errors.txt1 …sa/typeFromPropertyAssignment36.ts(11,7): error TS2565: Property 'q' is used before being assigned.
2 …sa/typeFromPropertyAssignment36.ts(42,3): error TS2565: Property 'q' is used before being assigned.
3 …eFromPropertyAssignment36.ts(64,3): error TS2565: Property 'expando' is used before being assigned.
19 !!! error TS2565: Property 'q' is used before being assigned.
52 !!! error TS2565: Property 'q' is used before being assigned.
76 !!! error TS2565: Property 'expando' is used before being assigned.
DcreateArray.errors.txt1 …reateArray.ts(1,12): error TS2693: 'number' only refers to a type, but is being used as a value he…
4 …eateArray.ts(7,12): error TS2693: 'boolean' only refers to a type, but is being used as a value he…
6 …reateArray.ts(8,12): error TS2693: 'string' only refers to a type, but is being used as a value he…
13 !!! error TS2693: 'number' only refers to a type, but is being used as a value here.
25 !!! error TS2693: 'boolean' only refers to a type, but is being used as a value here.
30 !!! error TS2693: 'string' only refers to a type, but is being used as a value here.
DclassExtendingPrimitive.errors.txt1 …gPrimitive.ts(3,17): error TS2693: 'number' only refers to a type, but is being used as a value he…
2 …gPrimitive.ts(4,18): error TS2693: 'string' only refers to a type, but is being used as a value he…
3 …Primitive.ts(5,18): error TS2693: 'boolean' only refers to a type, but is being used as a value he…
17 !!! error TS2693: 'number' only refers to a type, but is being used as a value here.
20 !!! error TS2693: 'string' only refers to a type, but is being used as a value here.
23 !!! error TS2693: 'boolean' only refers to a type, but is being used as a value here.
DnewNonReferenceType.errors.txt1 …ReferenceType.ts(1,13): error TS2693: 'any' only refers to a type, but is being used as a value he…
2 …renceType.ts(2,13): error TS2693: 'boolean' only refers to a type, but is being used as a value he…
8 !!! error TS2693: 'any' only refers to a type, but is being used as a value here.
11 !!! error TS2693: 'boolean' only refers to a type, but is being used as a value here.
DmodularizeLibrary_ErrorFromUsingES6FeaturesWithOnlyES5Lib.errors.txt5 …OnlyES5Lib.ts(25,6): error TS2585: 'Symbol' only refers to a type, but is being used as a value he…
6 …nlyES5Lib.ts(29,18): error TS2585: 'Symbol' only refers to a type, but is being used as a value he…
11 …OnlyES5Lib.ts(47,9): error TS2585: 'Symbol' only refers to a type, but is being used as a value he…
12 …OnlyES5Lib.ts(51,6): error TS2585: 'Symbol' only refers to a type, but is being used as a value he…
50 !!! error TS2585: 'Symbol' only refers to a type, but is being used as a value here. Do you need to…
56 !!! error TS2585: 'Symbol' only refers to a type, but is being used as a value here. Do you need to…
84 !!! error TS2585: 'Symbol' only refers to a type, but is being used as a value here. Do you need to…
90 !!! error TS2585: 'Symbol' only refers to a type, but is being used as a value here. Do you need to…
DnewOperator.errors.txt1 tests/cases/compiler/newOperator.ts(3,13): error TS2693: 'ifc' only refers to a type, but is being
6 …ewOperator.ts(12,5): error TS2693: 'string' only refers to a type, but is being used as a value he…
7 …wOperator.ts(18,14): error TS2693: 'string' only refers to a type, but is being used as a value he…
9 …ewOperator.ts(21,1): error TS2693: 'string' only refers to a type, but is being used as a value he…
29 !!! error TS2693: 'ifc' only refers to a type, but is being used as a value here.
46 !!! error TS2693: 'string' only refers to a type, but is being used as a value here.
54 !!! error TS2693: 'string' only refers to a type, but is being used as a value here.
61 !!! error TS2693: 'string' only refers to a type, but is being used as a value here.
DerrorsOnImportedSymbol.errors.txt1 …tedSymbol_1.ts(2,13): error TS2693: 'Sammy' only refers to a type, but is being used as a value he…
2 …rtedSymbol_1.ts(3,9): error TS2693: 'Sammy' only refers to a type, but is being used as a value he…
9 !!! error TS2693: 'Sammy' only refers to a type, but is being used as a value here.
12 !!! error TS2693: 'Sammy' only refers to a type, but is being used as a value here.
DdecoratorMetadataWithImportDeclarationNameCollision7.errors.txt1 tests/cases/compiler/service.ts(7,9): error TS2702: 'db' only refers to a type, but is being used a…
2 tests/cases/compiler/service.ts(9,21): error TS2702: 'db' only refers to a type, but is being used …
20 !!! error TS2702: 'db' only refers to a type, but is being used as a namespace here.
24 !!! error TS2702: 'db' only refers to a type, but is being used as a namespace here.
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/opt/post/
Drepeat_pass.h40 /// \brief Identifies the subtree below this node as being in a repeated path of the tree.
41 /// \param[in] node The node being visited
46 /// \brief Identifies the subtree below this node as being in a repeated path of the tree.
47 /// \param[in] node The node being visited
53 /// \brief Identifies the subtree below this node as being in a cache merge path
54 /// \param[in] node The node being visited
59 /// \brief Identifies the subtree below this node as being cached
60 /// \param[in] node The node being visited
67 /// \param[in] node The node being visited
73 /// \param[in] node The node being visited
[all …]
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/opt/pre/
Dcache_validation_pass.h39 /// \param[in] node The node being visited
45 /// \param[in] node The node being visited
51 /// \param[in] node The node being visited
57 /// \param[in] node The node being visited
63 /// \param[in] node The node being visited
69 /// \param[in] node The node being visited
75 /// \param[in] node The node being visited
81 /// \param[in] node The node being visited
87 /// \param[in] node The node being visited
92 /// \brief Identifies the subtree above this node as not being cached
[all …]
/third_party/cef/tests/cefclient/resources/
Dresponse_filter.html8 …the present period, that some of its noisiest authorities insisted on its being received, for good…
9 …the present period, that some of its noisiest authorities insisted on its being received, for good…
10 …the present period, that some of its noisiest authorities insisted on its being received, for good…
11 …the present period, that some of its noisiest authorities insisted on its being received, for good…
12 …the present period, that some of its noisiest authorities insisted on its being received, for good…
13 …the present period, that some of its noisiest authorities insisted on its being received, for good…
14 …the present period, that some of its noisiest authorities insisted on its being received, for good…
15 …the present period, that some of its noisiest authorities insisted on its being received, for good…
16 …the present period, that some of its noisiest authorities insisted on its being received, for good…
17 …the present period, that some of its noisiest authorities insisted on its being received, for good…
[all …]
/third_party/flatbuffers/tests/
Dmonsterdata_test.json70 testhashs32_fnv1: "This string is being hashed!",
71 testhashu32_fnv1: "This string is being hashed!",
72 testhashs64_fnv1: "This string is being hashed!",
73 testhashu64_fnv1: "This string is being hashed!",
74 testhashs32_fnv1a: "This string is being hashed!",
75 testhashu32_fnv1a: "This string is being hashed!",
76 testhashs64_fnv1a: "This string is being hashed!",
77 testhashu64_fnv1a: "This string is being hashed!",
/third_party/cef/include/capi/
Dcef_drag_data_capi.h87 // Return the link URL that is being dragged.
94 // Return the title associated with the link being dragged.
101 // Return the metadata, if any, associated with the link being dragged.
108 // Return the plain text fragment that is being dragged.
115 // Return the text/html fragment that is being dragged.
130 // Return the name of the file being dragged out of the browser window.
137 // Write the contents of the file being dragged out of the web view into
146 // Retrieve the list of file names that are being dragged into the browser
153 // Set the link URL that is being dragged.
159 // Set the title associated with the link being dragged.
[all …]
/third_party/cef/include/
Dcef_drag_data.h90 // Return the link URL that is being dragged.
96 // Return the title associated with the link being dragged.
102 // Return the metadata, if any, associated with the link being dragged.
108 // Return the plain text fragment that is being dragged.
114 // Return the text/html fragment that is being dragged.
127 // Return the name of the file being dragged out of the browser window.
133 // Write the contents of the file being dragged out of the web view into
142 // Retrieve the list of file names that are being dragged into the browser
149 // Set the link URL that is being dragged.
155 // Set the title associated with the link being dragged.
[all …]
/third_party/glib/gio/
Dgdbusnamewatching.h34 * @connection: The #GDBusConnection the name is being watched on.
35 * @name: The name being watched.
36 * @name_owner: Unique name of the owner of the name being watched.
39 * Invoked when the name being watched is known to have to have an owner.
50 * @connection: The #GDBusConnection the name is being watched on, or
52 * @name: The name being watched.
55 * Invoked when the name being watched is known not to have to have an owner.
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dremove_struct_member_reduction_opportunity.cpp32 // instructions so that no id is provided for the member being removed. in Apply()
49 // The member we are removing is being decorated, so we record in Apply()
53 // A member beyond the one we are removing is being decorated, so in Apply()
63 // Get rid of all the decorations that were found to target the member being in Apply()
71 // being removed, and if the member being accessed comes after the member in Apply()
72 // being removed, we need to adjust the index accordingly. in Apply()
157 // being used, if the struct type is the one from which we are removing in AdjustAccessedIndices()
161 // Work out the member being accessed. If literal indexing is used this in AdjustAccessedIndices()
163 // instruction being used as an index and get the value of the constant. in AdjustAccessedIndices()
177 // and the member being accessed is beyond the member we are removing. in AdjustAccessedIndices()
/third_party/skia/third_party/externals/spirv-tools/source/reduce/
Dremove_struct_member_reduction_opportunity.cpp32 // instructions so that no id is provided for the member being removed. in Apply()
49 // The member we are removing is being decorated, so we record in Apply()
53 // A member beyond the one we are removing is being decorated, so in Apply()
63 // Get rid of all the decorations that were found to target the member being in Apply()
71 // being removed, and if the member being accessed comes after the member in Apply()
72 // being removed, we need to adjust the index accordingly. in Apply()
157 // being used, if the struct type is the one from which we are removing in AdjustAccessedIndices()
161 // Work out the member being accessed. If literal indexing is used this in AdjustAccessedIndices()
163 // instruction being used as an index and get the value of the constant. in AdjustAccessedIndices()
177 // and the member being accessed is beyond the member we are removing. in AdjustAccessedIndices()
/third_party/spirv-tools/source/reduce/
Dremove_struct_member_reduction_opportunity.cpp32 // instructions so that no id is provided for the member being removed. in Apply()
49 // The member we are removing is being decorated, so we record in Apply()
53 // A member beyond the one we are removing is being decorated, so in Apply()
63 // Get rid of all the decorations that were found to target the member being in Apply()
71 // being removed, and if the member being accessed comes after the member in Apply()
72 // being removed, we need to adjust the index accordingly. in Apply()
155 // being used, if the struct type is the one from which we are removing in AdjustAccessedIndices()
159 // Work out the member being accessed. If literal indexing is used this in AdjustAccessedIndices()
161 // instruction being used as an index and get the value of the constant. in AdjustAccessedIndices()
175 // and the member being accessed is beyond the member we are removing. in AdjustAccessedIndices()
/third_party/flutter/flutter/packages/flutter/test/painting/
Dstadium_border_test.dart66 …(BorderSide(Color(0xff000000), 0.0, BorderStyle.none), 10.0% of the way to being a CircleBorder)');
68 …(BorderSide(Color(0xff000000), 0.0, BorderStyle.none), 20.0% of the way to being a CircleBorder)');
70 …(BorderSide(Color(0xff000000), 0.0, BorderStyle.none), 82.0% of the way to being a CircleBorder)');
73 …(BorderSide(Color(0xff000000), 0.0, BorderStyle.none), 10.0% of the way to being a CircleBorder)');
75 …(BorderSide(Color(0xff000000), 0.0, BorderStyle.none), 20.0% of the way to being a CircleBorder)');
77 …(BorderSide(Color(0xff000000), 0.0, BorderStyle.none), 82.0% of the way to being a CircleBorder)');
134 'BorderRadius.zero, 10.0% of the way to being a RoundedRectangleBorder)');
137 'BorderRadius.zero, 20.0% of the way to being a RoundedRectangleBorder)');
140 'BorderRadius.zero, 82.0% of the way to being a RoundedRectangleBorder)');
144 'BorderRadius.zero, 10.0% of the way to being a RoundedRectangleBorder)');
[all …]

12345678910>>...338