/third_party/boost/libs/thread/test/sync/futures/when_any/ |
D | variadic_pass.cpp | 57 boost::future<int> f2 = boost::make_ready_future(321); in main() local 74 boost::future<int> f2 = boost::make_ready_future(321); in main() local 94 boost::shared_future<int> f2 = boost::make_ready_future(321).share(); in main() local 117 boost::future<int> f2 = pt2.get_future(); in main() local 137 boost::future<int> f2 = pt2.get_future(); in main() local 164 boost::shared_future<int> f2 = pt2.get_future().share(); in main() local 185 boost::future<int> f2 = boost::async(boost::launch::async, &p2); in main() local 200 boost::shared_future<int> f2 = boost::async(boost::launch::async, &p2).share(); in main() local 216 boost::future<int> f2 = boost::make_ready_future(321); in main() local 235 boost::future<int> f2 = boost::async(boost::launch::deferred, &p2); in main() local [all …]
|
D | iterators_pass.cpp | 81 boost::future<int> f2 = boost::make_ready_future(321); in main() local 105 boost::shared_future<int> f2 = boost::make_ready_future(321).share(); in main() local 134 boost::future<int> f2 = pt2.get_future(); in main() local 160 boost::future<int> f2 = pt2.get_future(); in main() local 193 boost::shared_future<int> f2 = pt2.get_future().share(); in main() local 222 boost::future<int> f2 = boost::async(boost::launch::async, &p2); in main() local 244 boost::shared_future<int> f2 = boost::async(boost::launch::async, &p2).share(); in main() local 268 boost::future<int> f2 = boost::make_ready_future(321); in main() local 293 boost::future<int> f2 = boost::async(boost::launch::deferred, &p2); in main() local 314 boost::shared_future<int> f2 = boost::async(boost::launch::deferred, &p2).share(); in main() local [all …]
|
/third_party/boost/libs/thread/test/sync/futures/when_all/ |
D | variadic_pass.cpp | 59 boost::future<int> f2 = boost::make_ready_future(321); in main() local 77 boost::future<int> f2 = boost::make_ready_future(321); in main() local 98 boost::shared_future<int> f2 = boost::make_ready_future(321).share(); in main() local 122 boost::future<int> f2 = pt2.get_future(); in main() local 143 boost::future<int> f2 = pt2.get_future(); in main() local 171 boost::shared_future<int> f2 = pt2.get_future().share(); in main() local 194 boost::future<int> f2 = boost::async(boost::launch::async, &p2); in main() local 211 boost::shared_future<int> f2 = boost::async(boost::launch::async, &p2).share(); in main() local 228 boost::future<int> f2 = boost::make_ready_future(321); in main() local 247 boost::future<int> f2 = boost::async(boost::launch::deferred, &p2); in main() local [all …]
|
D | iterators_pass.cpp | 80 boost::future<int> f2 = boost::make_ready_future(321); in main() local 104 boost::shared_future<int> f2 = boost::make_ready_future(321).share(); in main() local 133 boost::future<int> f2 = pt2.get_future(); in main() local 159 boost::future<int> f2 = pt2.get_future(); in main() local 192 boost::shared_future<int> f2 = pt2.get_future().share(); in main() local 222 boost::future<int> f2 = boost::async(boost::launch::async, &p2); in main() local 244 boost::shared_future<int> f2 = boost::async(boost::launch::async, &p2).share(); in main() local 268 boost::future<int> f2 = boost::make_ready_future(321); in main() local 292 boost::future<int> f2 = boost::async(boost::launch::deferred, &p2); in main() local 313 boost::shared_future<int> f2 = boost::async(boost::launch::deferred, &p2).share(); in main() local [all …]
|
/third_party/boost/libs/thread/test/sync/futures/future/ |
D | async_deferred_then_pass.cpp | 61 boost::future<int> f2 = f1.then(&p2); in main() local 81 boost::future<int> f2 = f1.then(&p2); in main() local 103 boost::future<void> f2 = f1.then(&p3); in main() local 122 boost::future<int> f2 = boost::async(boost::launch::deferred, p1).then(&p2); in main() local 129 boost::future<int> f2= f21.then(&p2); in main() local 135 boost::future<int> f2= f1.then(&p2).then(&p2); in main() local 140 boost::future<int> f2 = boost::async(boost::launch::deferred, p1).then(&p2).then(&p2); in main() local
|
D | then_pass.cpp | 61 boost::future<int> f2 = f1.then(&p2); in main() local 83 boost::future<void> f2 = f1.then(&p3); in main() local 102 boost::future<int> f2 = boost::async(p1).then(&p2); in main() local 109 boost::future<int> f2= f21.then(&p2); in main() local 115 boost::future<int> f2= f1.then(&p2).then(&p2); in main() local 120 boost::future<int> f2 = boost::async(p1).then(&p2).then(&p2); in main() local
|
D | then_deferred_pass.cpp | 65 boost::future<int> f2 = f1.then(boost::launch::deferred, &p2); in main() local 87 boost::future<void> f2 = f1.then(boost::launch::deferred, &p3); in main() local 106 boost::future<int> f2 = boost::async(p1).then(boost::launch::deferred, &p2); in main() local 113 boost::future<int> f2= f21.then(boost::launch::deferred, &p2); in main() local 119 boost::future<int> f2= f1.then(boost::launch::deferred, &p2).then(boost::launch::deferred, &p2); in main() local 124 …boost::future<int> f2 = boost::async(p1).then(boost::launch::deferred, &p2).then(boost::launch::de… in main() local
|
D | then_executor_pass.cpp | 67 boost::future<int> f2 = f1.then(ex, &p2); in main() local 90 boost::future<void> f2 = f1.then(ex, &p3); in main() local 110 boost::future<int> f2 = boost::async(p1).then(ex, &p2); in main() local 118 boost::future<int> f2= f21.then(ex, &p2); in main() local 126 boost::future<int> f2= f21.then(&p2); in main() local 133 boost::future<int> f2= f1.then(&p2).then(ex, &p2); in main() local 139 boost::future<int> f2 = boost::async(p1).then(ex, &p2).then(ex, &p2); in main() local
|
/third_party/boost/libs/thread/test/sync/futures/shared_future/ |
D | then_pass.cpp | 61 boost::future<int> f2 = f1.then(&p2); in main() local 82 boost::future<int> f2 = f1.then(&p2); in main() local 106 boost::future<void> f2 = f1.then(&p3); in main() local 125 boost::future<int> f2 = boost::async(p1).share().then(&p2); in main() local 132 boost::future<int> f2= f21.then(&p2); in main() local 138 boost::future<int> f2= f1.then(&p2).share().then(&p2); in main() local 143 boost::future<int> f2 = boost::async(p1).share().then(&p2).share().then(&p2); in main() local
|
D | then_executor_pass.cpp | 65 boost::future<int> f2 = f1.then(ex, &p2); in main() local 87 boost::future<void> f2 = f1.then(ex, &p3); in main() local 107 boost::future<int> f2 = boost::async(p1).share().then(ex, &p2); in main() local 115 boost::future<int> f2= f21.then(ex, &p2); in main() local 123 boost::future<int> f2= f21.then(&p2); in main() local 130 boost::future<int> f2= f1.then(ex, &p2).share().then(ex, &p2); in main() local 136 boost::future<int> f2 = boost::async(p1).share().then(ex, &p2).share().then(ex, &p2); in main() local
|
/third_party/openh264/codec/common/inc/ |
D | asmdefs_mmi.h | 66 #define MMI_XSawp_BH(f0, f2, f4, f6, f8, f10) \ argument 73 #define MMI_XSawp_HW(f0, f2, f4, f6, f8, f10) \ argument 80 #define MMI_XSawp_WD(f0, f2, f4, f6, f8, f10) \ argument 87 #define MMI_XSawp_DQ(f0, f2, f4, f6, f8, f10) \ argument 92 #define WELS_AbsH(f0, f2, f4, f6, f8, f10) \ argument 99 #define MMI_SumSub(f0, f2, f4, f6, f8, f10) \ argument 107 #define MMI_LoadDiff8P(f0, f2, f4, f6, f8, r0, r1) \ argument 119 #define MMI_TransTwo4x4H(f0, f2, f4, f6, f8, f10, f12, f14, f16, f18) \ argument 127 #define MMI_TransTwo8x8B(f0, f2, f4, f6, f8, f10, f12, f14, f16, f18, f20, f22, f24, f26, f28, f30,… argument 165 #define MMI_XSwap_HW_SINGLE(f0, f2, f4) \ argument [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | contextualTypingWithGenericSignature.js | 4 var f2: { variable 8 f2 = (x, y) => { return x } function 12 var f2; variable
|
D | contextualTypingWithGenericAndNonGenericSignature.js | 4 var f2: { variable 9 f2 = (x, y) => { return x } function 21 var f2; variable
|
D | genericConstructInvocationWithNoTypeArg.js | 5 var f2: Foo<number> = new Foo(3); variable 9 var f2 = new Foo(3); variable
|
/third_party/boost/libs/beast/test/beast/http/ |
D | fields.cpp | 159 basic_fields<equal_t> f2{std::move(f1)}; in testMembers() local 169 basic_fields<equal_t> f2{std::move(f1), a}; in testMembers() local 178 basic_fields<unequal_t> f2{std::move(f1), a}; in testMembers() local 188 basic_fields<equal_t> f2{f1}; in testMembers() local 197 basic_fields<unequal_t> f2(f1, a); in testMembers() local 205 basic_fields<unequal_t> f2(f1); in testMembers() local 213 basic_fields<equal_t> f2(f1, a); in testMembers() local 225 fields f2; in testMembers() local 236 basic_fields<pocma_t> f2; in testMembers() local 247 basic_fields<pocma_t> f2; in testMembers() local [all …]
|
/third_party/typescript/tests/cases/compiler/ |
D | genericsWithDuplicateTypeParameters1.ts | 2 function f2<X, X>(a: X, b: X): X { return null; } function 5 public f2<X, X>(a: X, b: X): X { return null; } method in C 10 f2<X, X>(a: X, b: X): X; method
|
D | privacyInterface.ts | 33 f2(a1: C2_private); method 60 f2(a1: C2_private); method 99 f2(a1: C2_private); method 126 f2(a1: C2_private); method 163 f2(a1: C6_private); method 190 f2(a1: C6_private); method 202 f2(): string; method 227 f2(): string; method 250 f2(): string; method
|
/third_party/boost/libs/thread/example/ |
D | future_when_all.cpp | 137 boost::future<int> f2 = boost::async(boost::launch::async, &p1b); in main() local 149 boost::future<std::string> f2 = boost::make_ready_future(std::string("nnnnnnn"));; in main() local 217 boost::future<int> f2 = boost::async(boost::launch::async, &p1b); in main() local 228 boost::future<int> f2 = boost::async(boost::launch::async, &p1b); in main() local 239 boost::future<int> f2 = boost::async(boost::launch::async, &p1b); in main() local 249 boost::future<int> f2 = boost::make_ready_future(1); in main() local 262 boost::future<int> f2 = boost::async(boost::launch::async, &p1b); in main() local 273 boost::future<int> f2 = boost::async(boost::launch::deferred, &p1b); in main() local
|
/third_party/boost/libs/nowide/test/ |
D | test_fstream_cxx11.cpp | 66 nw::ifstream f2 = make_ifstream(filename); in test_ifstream() local 78 nw::ifstream f2 = make_ifstream(filename); in test_ifstream() local 112 nw::ofstream f2 = make_ofstream(filename); in test_ofstream() local 124 nw::ofstream f2 = make_ofstream(filename); in test_ofstream() local 158 nw::fstream f2 = make_fstream(filename); in test_fstream() local 170 nw::fstream f2 = make_fstream(filename); in test_fstream() local
|
/third_party/openh264/codec/encoder/core/mips/ |
D | dct_mmi.c | 43 #define MMI_Load4x8p(r0, f0, f2, f4, f6, f8, f10, f12, f14, f16, f18) \ argument 51 #define MMI_SumSubDiv2(f0, f2, f4, f6, f8, f10, f12, f14, f16) \ argument 63 #define MMI_IDCT(f0, f2, f4, f6, f8, f10, f12, f14, f16, f18, f20, f22, f24, f26, f28) \ argument 69 #define MMI_StoreDiff8p_6(f0, f2, f4, f6, f8, f12, r0, r1, f14) \ argument 84 #define MMI_StoreDiff8p_5(f0, f2, f4, f6, f8, r0, r1, offset) \ argument 95 #define MMI_Load8DC(f0, f2, f4, f6, f8, f10, f12, f14, f16, r0, offset, f20) \ argument 114 #define MMI_StoreDiff4x8p(f0, f2, f4, f6, f8, f10, f12, r0, r1, r2, r3) \ argument 122 #define MMI_Load4Col(f0, f2, f4, f6, f8, r0, offset) \ argument 134 #define MMI_SumSubD(f0, f2, f4, f6, f8, f10) \ argument 142 #define WELS_DD1(f0, f2, f_val_31) \ argument [all …]
|
/third_party/boost/boost/thread/futures/ |
D | wait_for_all.hpp | 29 typename boost::enable_if<is_future_type<F1>,void>::type wait_for_all(F1& f1,F2& f2) in wait_for_all() 36 void wait_for_all(F1& f1,F2& f2,F3& f3) in wait_for_all() 44 void wait_for_all(F1& f1,F2& f2,F3& f3,F4& f4) in wait_for_all() 53 void wait_for_all(F1& f1,F2& f2,F3& f3,F4& f4,F5& f5) in wait_for_all()
|
/third_party/boost/libs/math/example/ |
D | nonfinite_num_facet_serialization.cpp | 191 foo f2; f2.plus_infinity (); in main() local 219 foo f0, f1, f2, f3; in main() local 241 foo f2; f2.plus_infinity (); in main() local 257 toar & f2; in main() local 269 foo f0, f1, f2, f3; in main() local 273 tiar & f2; in main() local 289 foo f2; f2.plus_infinity (); in main() local 317 foo f0, f1, f2, f3; in main() local
|
/third_party/typescript/src/testRunner/unittests/services/ |
D | documentRegistry.ts | 7 …const f2 = documentRegistry.acquireDocument("file1.ts", defaultCompilerOptions, ts.ScriptSnapshot.… constant 20 …const f2 = documentRegistry.acquireDocument("file1.ts", compilerOptions, ts.ScriptSnapshot.fromStr… constant 50 …const f2 = documentRegistry.acquireDocument("file1.ts", defaultCompilerOptions, ts.ScriptSnapshot.… constant
|
/third_party/boost/libs/thread/test/ |
D | test_10964.cpp | 90 auto f2 = f1.unwrap(); in main() local 102 boost::future<void> f2 = f1.get(); in main() local 117 auto f2 = f1.unwrap(); in main() local 165 auto f2 = f1.unwrap(); in main() local 181 auto f2 = f1.unwrap(); in main() local
|
/third_party/openh264/codec/common/mips/ |
D | expand_picture_mmi.c | 90 #define mov_line_16x4_mmi_aligned(r0, r1, f0, f2) \ argument 100 #define mov_line_16x4_mmi_unaligned(r0, r1, f0, f2) \ argument 122 #define mov_line_end16x4_mmi_aligned(r0, r1, f0, f2) \ argument 131 #define mov_line_end16x4_mmi_unaligned(r0, r1, f0, f2) \ argument 200 #define mov_line_32x4_mmi(r0, r1, f0, f2) \ argument 214 #define mov_line_end32x4_mmi(r0, r1, f0, f2) \ argument
|