Home
last modified time | relevance | path

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

/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/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()
Dglsl_parser_extras.cpp1392 ast_expression *ex1, in ast_expression() argument
1398 this->subexpressions[1] = ex1; in ast_expression()
/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/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 …]
Dtest_traceback.py592 ex1 = UnhashableException('ex1')
595 raise ex2 from ex1
598 raise ex1
1382 ex1 = UnhashableException('ex1')
1385 raise ex2 from ex1
1388 raise ex1
Dtest_inspect.py1600 ex1 = e
1610 self.assertIs(type(ex1), type(ex2))
1611 self.assertEqual(str(ex1), str(ex2))
1612 del ex1, ex2
/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()
/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/python/Lib/idlelib/idle_test/
Dtest_run.py22 ex1 = UnhashableException('ex1')
25 raise ex2 from ex1
28 raise ex1
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DDateNumberFormat.java74 } catch (MissingResourceException ex1) { in initialize()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DDateNumberFormat.java78 } catch (MissingResourceException ex1) { in initialize()
/third_party/gstreamer/gstreamer/docs/random/wtay/
Dthreading52 ex1:
/third_party/json/
DREADME.md144 json ex1 = json::parse(R"(