Home
last modified time | relevance | path

Searched defs:d2 (Results 1 – 25 of 482) sorted by relevance

12345678910>>...20

/third_party/node/test/parallel/
Dtest-domain-abort-on-uncaught.js115 d2.run(function() { field
128 d2.run(function() { field
141 d2.run(function() { field
157 d2.run(function() { field
172 d2.run(function() { field
187 d2.run(function() { field
Dtest-domain-promise.js46 const d2 = domain.create(); constant
61 const d2 = domain.create(); constant
76 const d2 = domain.create(); constant
93 const d2 = domain.create(); constant
/third_party/boost/libs/type_index/test/
Dtype_index_runtime_cast_test.cpp127 single_derived* d2 = runtime_pointer_cast<single_derived>(b); in single_base() local
141 multiple_derived* d2 = runtime_pointer_cast<multiple_derived>(b1); in multiple_base() local
159 multiple_virtual_derived* d2 = runtime_pointer_cast<multiple_virtual_derived>(b); in virtual_base() local
182 single_derived* d2 = runtime_cast<single_derived*>(b); in pointer_interface() local
193 single_derived& d2 = runtime_cast<single_derived&>(b); in reference_interface() local
213 single_derived const* d2 = runtime_cast<single_derived const*>(b); in const_pointer_interface() local
224 single_derived const& d2 = runtime_cast<single_derived const&>(b); in const_reference_interface() local
255 boost::shared_ptr<single_derived> d2 = runtime_pointer_cast<single_derived>(b); in boost_shared_ptr() local
266 std::shared_ptr<single_derived> d2 = runtime_pointer_cast<single_derived>(b); in std_shared_ptr() local
/third_party/typescript/tests/cases/conformance/expressions/contextualTyping/
DgeneratedContextualTyping.ts14 var x7: Base[] = [d1, d2]; variable
15 var x8: Array<Base> = [d1, d2]; variable
16 var x9: { [n: number]: Base; } = [d1, d2]; variable
17 var x10: {n: Base[]; } = { n: [d1, d2] }; variable
194 module x187 { var t: Base[] = [d1, d2]; } variable
195 module x188 { var t: Array<Base> = [d1, d2]; } variable
196 module x189 { var t: { [n: number]: Base; } = [d1, d2]; } variable
197 module x190 { var t: {n: Base[]; } = { n: [d1, d2] }; } variable
206 module x199 { export var t: Base[] = [d1, d2]; } variable
207 module x200 { export var t: Array<Base> = [d1, d2]; } variable
[all …]
/third_party/boost/libs/mpl/test/
Ddeque.cpp31 typedef deque<char,long> d2; in MPL_TEST_CASE() typedef
55 typedef deque<char,long> d2; in MPL_TEST_CASE() typedef
73 typedef push_front<d1,char>::type d2; in MPL_TEST_CASE() typedef
85 typedef deque<char,long> d2; in MPL_TEST_CASE() typedef
/third_party/boost/libs/move/test/
Dunique_ptr_default_deleter.cpp67 bml::default_delete<B> d2; in test() local
79 bml::default_delete<A[]> d2; in test() local
89 bml::default_delete<A[2]> d2; in test() local
113 bml::default_delete<B> d2; in test() local
126 bml::default_delete<A[]> d2; in test() local
137 bml::default_delete<A[2]> d2; in test() local
/third_party/typescript/tests/baselines/reference/
DnonstrictTemplateWithNotOctalPrintsAsIs.js3 const d2 = `\\0041`; constant
8 var d2 = "\\0041"; variable
DcollisionCodeGenModuleWithConstructorChildren.js18 class d2 { class
47 var d2 = /** @class */ (function () { function
48 function d2() { function
DclassWithoutExplicitConstructor.js16 var d2 = new D(null); // error variable
36 var d2 = new D(null); // error variable
DunionAndIntersectionInference2.js20 var d2: string & { name: string } & number & { name: string }; variable
41 var d2; variable
DsystemModule16.js24 "d2": true property
46 "d2": y_1["c2"] property
DimplicitAnyGenerics.js16 var d2 = new D(1); variable
44 var d2 = new D(1); variable
/third_party/typescript/tests/cases/fourslash/
DrenameImportOfReExport2.ts19 const [d0, d1, d2] = dRanges; constant
23 const cImports = { definition: "(alias) class D\nimport D", ranges: [d1, d2] }; constant
DfindReferencesJSXTagName3.ts23 const [d0Def, d0, c0Def, c0, d1Def, d1, d2Def, d2, d3, d4, c1Def, c1, c2] = test.ranges(); constant
25 const allD = [d0, d1, d2, d3, d4]; constant
/third_party/boost/libs/poly_collection/test/
Dtest_construction.cpp55 auto d2=get_layout_data<Types...>(p2); in test_allocator_aware_construction() local
86 auto d2=get_layout_data<Types...>(p2); in test_allocator_aware_construction() local
141 auto d2=get_layout_data<Types...>(p2); in test_allocator_aware_construction() local
182 auto d2=get_layout_data<Types...>(p2), in test_allocator_aware_construction() local
/third_party/typescript/tests/cases/conformance/classes/classDeclarations/classHeritageSpecification/
DderivedTypeDoesNotRequireExtendsClause.ts16 var d2: Derived2; variable
20 var r: Base[] = [d1, d2]; variable
/third_party/boost/libs/geometry/test/algorithms/
Dtest_centroid.hpp69 void test_centroid(Geometry const& geometry, T const& d1, T const& d2, T const& d3 = T(), T const& … in test_centroid()
93 void test_centroid(std::string const& wkt, T const& d1, T const& d2, T const& d3 = T(), T const& d4… in test_centroid()
102 void test_centroid(Geometry const& geometry, T const& d1, T const& d2, T const& d3 = T(), T const& … in test_centroid()
108 void test_centroid(std::string const& wkt, T const& d1, T const& d2, T const& d3 = T(), T const& d4… in test_centroid()
/third_party/boost/libs/qvm/test/
Ddot_qq_test.cpp26 float d2=test_qvm::dot<float>(x.a,y.a); in test() local
33 double d2=test_qvm::dot<double>(x.a,y.a); in test() local
Ddot_vv_test.cpp27 float d2=test_qvm::dot<float>(x.a,y.a); in test() local
34 double d2=test_qvm::dot<double>(x.a,y.a); in test() local
/third_party/typescript/tests/cases/compiler/
DaliasUsageInOrExpression.ts21 var d2: IHasVisualizationModel = i || moduleA; variable
22 var d2: IHasVisualizationModel = moduleA || i; variable
Dclassdecl.ts24 private static d2() { method in a
75 static d2(); method in aAmbient
/third_party/ffmpeg/libavresample/aarch64/
Dresample_neon.S138 .macro STORE_ONE rn, addr, idx, d2
165 .macro STORE_ONE rn, addr, idx, d2
192 .macro STORE_ONE rn, addr, idx, d2
226 .macro STORE_ONE rn, addr, idx, d2
/third_party/boost/libs/container/test/
Dmemory_resource_test.cpp93 derived_from_memory_resource d2(1); in test_equality_operator() local
117 derived_from_memory_resource d2(1); in test_inequality_operator() local
/third_party/ntfs-3g/libntfs-3g/
Dcollate.c90 u32 d1, d2; in ntfs_collate_ntofs_ulong() local
124 u32 d1, d2; in ntfs_collate_ntofs_ulongs() local
170 u32 d1, d2; in ntfs_collate_ntofs_security_hash() local
/third_party/typescript/tests/cases/conformance/classes/members/constructorFunctionTypes/
DclassWithConstructors.ts22 var d2 = new D(1); // ok variable
47 var d2 = new D(1); // ok variable

12345678910>>...20