Home
last modified time | relevance | path

Searched refs:ex1 (Results 1 – 25 of 46) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DscopingInCatchBlocks.symbols2 try { } catch(ex1) {
3 >ex1 : Symbol(ex1, Decl(scopingInCatchBlocks.ts, 0, 14))
5 throw ex1;
6 >ex1 : Symbol(ex1, Decl(scopingInCatchBlocks.ts, 0, 14))
9 try { } catch(ex1) { } // should not error
10 >ex1 : Symbol(ex1, Decl(scopingInCatchBlocks.ts, 4, 14))
12 try { } catch(ex1) { } // should not error
13 >ex1 : Symbol(ex1, Decl(scopingInCatchBlocks.ts, 6, 14))
15 var x = ex1; // should error
DscopingInCatchBlocks.js2 try { } catch(ex1) {
3 throw ex1;
6 try { } catch(ex1) { } // should not error
8 try { } catch(ex1) { } // should not error
10 var x = ex1; // should error
15 catch (ex1) {
16 throw ex1;
19 catch (ex1) { } // should not error
21 catch (ex1) { } // should not error
22 var x = ex1; // should error
DscopingInCatchBlocks.types2 try { } catch(ex1) {
3 >ex1 : any
5 throw ex1;
6 >ex1 : any
9 try { } catch(ex1) { } // should not error
10 >ex1 : any
12 try { } catch(ex1) { } // should not error
13 >ex1 : any
15 var x = ex1; // should error
17 >ex1 : any
DscopingInCatchBlocks.errors.txt1 tests/cases/compiler/scopingInCatchBlocks.ts(9,9): error TS2304: Cannot find name 'ex1'.
5 try { } catch(ex1) {
6 throw ex1;
9 try { } catch(ex1) { } // should not error
11 try { } catch(ex1) { } // should not error
13 var x = ex1; // should error
15 !!! error TS2304: Cannot find name 'ex1'.
/third_party/typescript/tests/cases/compiler/
DscopingInCatchBlocks.ts1 try { } catch(ex1) {
2 throw ex1;
5 try { } catch(ex1) { } // should not error
7 try { } catch(ex1) { } // should not error
9 var x = ex1; // should error
/third_party/boost/libs/beast/include/boost/beast/core/
Dasync_base.hpp237 Executor1 const& ex1,
250 Executor1 const& ex1)
252 , wg1_(detail::make_work_guard(ex1))
259 Executor1 const& ex1,
264 , wg1_(ex1)
625 Executor1 const& ex1,
638 Executor1 const& ex1)
641 std::forward<Handler_>(handler), ex1)
648 Executor1 const& ex1,
652 std::forward<Handler_>(handler), ex1, alloc)
/third_party/boost/boost/beast/core/
Dasync_base.hpp237 Executor1 const& ex1,
250 Executor1 const& ex1)
252 , wg1_(detail::make_work_guard(ex1))
259 Executor1 const& ex1,
264 , wg1_(ex1)
625 Executor1 const& ex1,
638 Executor1 const& ex1)
641 std::forward<Handler_>(handler), ex1)
648 Executor1 const& ex1,
652 std::forward<Handler_>(handler), ex1, alloc)
/third_party/boost/libs/asio/test/windows/
Doverlapped_ptr.cpp54 boost::asio::any_io_executor ex1(ioc.get_executor()); in test() local
68 win::overlapped_ptr ptr6(ex1, &overlapped_handler_1); in test()
69 win::overlapped_ptr ptr7(ex1, overlapped_handler_2()); in test()
84 ptr2.reset(ex1, &overlapped_handler_1); in test()
85 ptr3.reset(ex1, overlapped_handler_2()); in test()
/third_party/boost/libs/asio/test/execution/
Dprefer_only.cpp290 executor_type ex1 = possibly_blocking_executor(); in prefer_only_executor_query_test() local
293 boost::asio::query(ex1, execution::blocking) in prefer_only_executor_query_test()
297 boost::asio::query(ex1, execution::blocking.possibly) in prefer_only_executor_query_test()
301 boost::asio::query(ex1, execution::blocking.never) in prefer_only_executor_query_test()
304 executor_type ex2 = boost::asio::prefer(ex1, execution::blocking.possibly); in prefer_only_executor_query_test()
318 executor_type ex3 = boost::asio::prefer(ex1, execution::blocking.never); in prefer_only_executor_query_test()
471 executor_type ex1 = possibly_blocking_executor(); in prefer_only_executor_execute_test() local
473 execution::execute(ex1, &do_nothing); in prefer_only_executor_execute_test()
477 executor_type ex2 = boost::asio::prefer(ex1, execution::blocking.possibly); in prefer_only_executor_execute_test()
483 executor_type ex3 = boost::asio::prefer(ex1, execution::blocking.never); in prefer_only_executor_execute_test()
Dcontext_as.cpp49 > ex1 = pool.executor(); in context_as_executor_query_test() local
52 &boost::asio::query(ex1, in context_as_executor_query_test()
57 &boost::asio::query(ex1, execution::context) in context_as_executor_query_test()
Dset_done.cpp193 const_member_set_done ex1 = {}; in test_set_done() local
194 exec::set_done(ex1); in test_set_done()
Dstart.cpp193 const_member_start ex1 = {}; in test_start() local
194 exec::start(ex1); in test_start()
Dset_error.cpp209 const_member_set_error ex1 = {}; in test_set_error() local
210 exec::set_error(ex1, ec); in test_set_error()
Dbulk_execute.cpp277 const_member_bulk_execute ex1; in test_bulk_execute() local
278 exec::bulk_execute(ex1, handler, 2); in test_bulk_execute()
/third_party/mesa3d/src/compiler/glsl/
Dast_expr.cpp82 ast_expression *ex1) : in ast_expression_bin() argument
83 ast_expression(oper, ex0, ex1, NULL) in ast_expression_bin()
/third_party/freetype/src/smooth/
Dftgrays.c610 TCoord ex1, ex2, fx1, fx2, first, dy, delta, mod; in gray_render_scanline() local
615 ex1 = TRUNC( x1 ); in gray_render_scanline()
630 if ( ex1 == ex2 ) in gray_render_scanline()
661 ex1 += incr; in gray_render_scanline()
662 gray_set_cell( RAS_VAR_ ex1, ey ); in gray_render_scanline()
664 if ( ex1 != ex2 ) in gray_render_scanline()
685 ex1 += incr; in gray_render_scanline()
686 gray_set_cell( RAS_VAR_ ex1, ey ); in gray_render_scanline()
687 } while ( ex1 != ex2 ); in gray_render_scanline()
853 TCoord ex1, ey1, ex2, ey2; in gray_render_line() local
[all …]
/third_party/flutter/skia/third_party/externals/freetype/src/smooth/
Dftgrays.c611 TCoord ex1, ex2, fx1, fx2, first, dy, delta, mod; in gray_render_scanline() local
616 ex1 = TRUNC( x1 ); in gray_render_scanline()
631 if ( ex1 == ex2 ) in gray_render_scanline()
662 ex1 += incr; in gray_render_scanline()
663 gray_set_cell( RAS_VAR_ ex1, ey ); in gray_render_scanline()
665 if ( ex1 != ex2 ) in gray_render_scanline()
686 ex1 += incr; in gray_render_scanline()
687 gray_set_cell( RAS_VAR_ ex1, ey ); in gray_render_scanline()
688 } while ( ex1 != ex2 ); in gray_render_scanline()
854 TCoord ex1, ey1, ex2, ey2; in gray_render_line() local
[all …]
/third_party/skia/third_party/externals/freetype/src/smooth/
Dftgrays.c642 TCoord ex1, ex2, fx1, fx2, first, dy, delta, mod; in gray_render_scanline() local
647 ex1 = TRUNC( x1 ); in gray_render_scanline()
662 if ( ex1 == ex2 ) in gray_render_scanline()
692 ex1 += incr; in gray_render_scanline()
693 gray_set_cell( RAS_VAR_ ex1, ey ); in gray_render_scanline()
695 if ( ex1 != ex2 ) in gray_render_scanline()
715 ex1 += incr; in gray_render_scanline()
716 gray_set_cell( RAS_VAR_ ex1, ey ); in gray_render_scanline()
717 } while ( ex1 != ex2 ); in gray_render_scanline()
875 TCoord ex1, ey1, ex2, ey2; in gray_render_line() local
[all …]
/third_party/boost/libs/asio/include/boost/asio/execution/
Dany_executor.hpp684 static void copy_void(any_executor_base& ex1, const any_executor_base&)
686 ex1.target_ = 0;
689 static void move_void(any_executor_base& ex1, any_executor_base&)
691 ex1.target_ = 0;
721 static void copy_shared(any_executor_base& ex1, const any_executor_base& ex2)
724 new (&ex1.object_) type(ex2.object<type>());
725 ex1.target_ = ex2.target_;
728 static void move_shared(any_executor_base& ex1, any_executor_base& ex2)
731 new (&ex1.object_) type(BOOST_ASIO_MOVE_CAST(type)(ex2.object<type>()));
732 ex1.target_ = ex2.target_;
[all …]
/third_party/boost/boost/asio/execution/
Dany_executor.hpp684 static void copy_void(any_executor_base& ex1, const any_executor_base&)
686 ex1.target_ = 0;
689 static void move_void(any_executor_base& ex1, any_executor_base&)
691 ex1.target_ = 0;
721 static void copy_shared(any_executor_base& ex1, const any_executor_base& ex2)
724 new (&ex1.object_) type(ex2.object<type>());
725 ex1.target_ = ex2.target_;
728 static void move_shared(any_executor_base& ex1, any_executor_base& ex2)
731 new (&ex1.object_) type(BOOST_ASIO_MOVE_CAST(type)(ex2.object<type>()));
732 ex1.target_ = ex2.target_;
[all …]
/third_party/boost/libs/geometry/test/algorithms/overlay/
Dtest_get_turns.hpp301 std::string const& ex0, std::string const& ex1) in test_geometry() argument
303 test_geometry_range<G1, G2>(wkt1, wkt2, expected(ex0)(ex1)); in test_geometry()
308 std::string const& ex0, std::string const& ex1, std::string const& ex2) in test_geometry() argument
310 test_geometry_range<G1, G2>(wkt1, wkt2, expected(ex0)(ex1)(ex2)); in test_geometry()
/third_party/python/Lib/test/
Dtest_buffer.py1075 ex1 = ndarray(_items, format=fmt, flags=flags,
1077 ex2 = ex1[::-2] if shape else None
1079 m1 = memoryview(ex1)
1082 if ex1.ndim == 0 or (ex1.ndim == 1 and shape and strides):
1083 self.assertEqual(m1, ex1)
1089 self.verify_getbuf(ex1, ex1, req|bits)
1090 self.verify_getbuf(ex1, m1, req|bits)
1250 ex1 = ndarray([1,2,3], shape=[3], format='L')
1251 ex2 = ndarray(ex1)
3091 ex1 = ndarray(list(range(12)), shape=[12], strides=[-1], offset=11,
[all …]
/third_party/mesa3d/src/mesa/swrast/
Ds_aaline.c57 GLfloat ex1, ey1; member
300 GLfloat cross1 = (info->ex1 * fy1 - info->ey1 * fx1); in compute_coveragef()
309 cross1 = info->ex1 + info->ey1; in compute_coveragef()
361 line->ex1 = line->qx2 - line->qx1; in segment()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
DCompoundTransliteratorTest.java57 }catch(IllegalArgumentException ex1) { in TestConstruction()
59 throw ex1; in TestConstruction()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DCompoundTransliteratorTest.java54 }catch(IllegalArgumentException ex1) { in TestConstruction()
56 throw ex1; in TestConstruction()

12