Home
last modified time | relevance | path

Searched refs:ex2 (Results 1 – 25 of 55) sorted by relevance

123

/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DClientServerTest.cs81 …var ex2 = Assert.ThrowsAsync<RpcException>(async () => await Calls.AsyncUnaryCall(helper.CreateUna… in UnaryCall_ServerHandlerThrows()
82 Assert.AreEqual(StatusCode.Unknown, ex2.Status.StatusCode); in UnaryCall_ServerHandlerThrows()
97 …var ex2 = Assert.ThrowsAsync<RpcException>(async () => await Calls.AsyncUnaryCall(helper.CreateUna… in UnaryCall_ServerHandlerThrowsRpcException()
98 Assert.AreEqual(StatusCode.Unauthenticated, ex2.Status.StatusCode); in UnaryCall_ServerHandlerThrowsRpcException()
117 …var ex2 = Assert.ThrowsAsync<RpcException>(async () => await Calls.AsyncUnaryCall(helper.CreateUna… in UnaryCall_ServerHandlerThrowsRpcExceptionWithTrailers()
118 Assert.AreEqual(StatusCode.Unauthenticated, ex2.Status.StatusCode); in UnaryCall_ServerHandlerThrowsRpcExceptionWithTrailers()
119 Assert.AreEqual(1, ex2.Trailers.Count); in UnaryCall_ServerHandlerThrowsRpcExceptionWithTrailers()
120 Assert.AreEqual("xyz", ex2.Trailers[0].Key); in UnaryCall_ServerHandlerThrowsRpcExceptionWithTrailers()
121 Assert.AreEqual("xyz-value", ex2.Trailers[0].Value); in UnaryCall_ServerHandlerThrowsRpcExceptionWithTrailers()
137 …var ex2 = Assert.ThrowsAsync<RpcException>(async () => await Calls.AsyncUnaryCall(helper.CreateUna… in UnaryCall_ServerHandlerSetsStatus()
[all …]
DChannelCredentialsTest.cs61 var ex2 = Assert.Throws(typeof(Exception), () => creds.GetNativeCredentials()); in ChannelCredentials_CreateExceptionIsCached()
62 Assert.AreSame(ex1, ex2); in ChannelCredentials_CreateExceptionIsCached()
/external/libnetfilter_conntrack/qa/
Dtest_api.c434 static void test_nfexp_cmp_api(struct nf_expect *ex1, struct nf_expect *ex2) in test_nfexp_cmp_api() argument
441 memcpy(ex1, ex2, nfexp_maxsize()); in test_nfexp_cmp_api()
443 assert(nfexp_cmp(ex1, ex2, 0) == 1); in test_nfexp_cmp_api()
444 assert(nfexp_cmp(ex1, ex2, NFCT_CMP_STRICT) == 1); in test_nfexp_cmp_api()
450 memcpy(ex1, ex2, nfexp_maxsize()); in test_nfexp_cmp_api()
454 assert(nfexp_cmp(ex1, ex2, 0) == 1); in test_nfexp_cmp_api()
455 assert(nfexp_cmp(ex1, ex2, NFCT_CMP_STRICT) == 0); in test_nfexp_cmp_api()
456 assert(nfexp_cmp(ex1, ex2, NFCT_CMP_MASK) == 1); in test_nfexp_cmp_api()
458 memcpy(ex1, ex2, nfexp_maxsize()); in test_nfexp_cmp_api()
460 nfexp_attr_unset(ex2, i); in test_nfexp_cmp_api()
[all …]
/external/llvm/utils/
Dfindmisopt109 ex2=$?
112 if [ "$ex1" -ne "$ex2" ] ; then
116 echo "Optimized returned: $ex2"
/external/swiftshader/third_party/llvm-7.0/llvm/utils/
Dfindmisopt109 ex2=$?
112 if [ "$ex1" -ne "$ex2" ] ; then
116 echo "Optimized returned: $ex2"
/external/swiftshader/third_party/LLVM/utils/
Dfindmisopt110 ex2=$?
113 if [ "$ex1" -ne "$ex2" ] ; then
117 echo "Optimized returned: $ex2"
/external/llvm/test/CodeGen/NVPTX/
Dinline-asm.ll6 ; CHECK: ex2.approx.ftz.f32 %f{{[0-9]+}}, %f{{[0-9]+}}
7 %0 = call float asm "ex2.approx.ftz.f32 $0, $1;", "=f,f"(float %x)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/NVPTX/
Dinline-asm.ll6 ; CHECK: ex2.approx.ftz.f32 %f{{[0-9]+}}, %f{{[0-9]+}}
7 %0 = call float asm "ex2.approx.ftz.f32 $0, $1;", "=f,f"(float %x)
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DTransliteratorInstantiateAllTest.java59 } catch (IllegalArgumentException ex2) { in TestInstantiation()
62 throw ex2; in TestInstantiation()
DCompoundTransliteratorTest.java61 }catch(IllegalArgumentException ex2) { in TestConstruction()
63 throw ex2; in TestConstruction()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DTransliteratorInstantiateAllTest.java62 } catch (IllegalArgumentException ex2) { in TestInstantiation()
65 throw ex2; in TestInstantiation()
DCompoundTransliteratorTest.java64 }catch(IllegalArgumentException ex2) { in TestConstruction()
66 throw ex2; in TestConstruction()
/external/autotest/client/common_lib/
Ddecorators_unittest.py63 ex2 = Example(v=5)
64 self.assertEquals(6, ex2.prop)
/external/freetype/src/smooth/
Dftgrays.c610 TCoord ex1, ex2, fx1, fx2, first, dy, delta, mod; in gray_render_scanline() local
616 ex2 = TRUNC( x2 ); in gray_render_scanline()
621 gray_set_cell( RAS_VAR_ ex2, ey ); in gray_render_scanline()
626 fx2 = (TCoord)( x2 - SUBPIXELS( ex2 ) ); in gray_render_scanline()
630 if ( ex1 == ex2 ) in gray_render_scanline()
661 if ( ex1 != ex2 ) in gray_render_scanline()
684 } while ( ex1 != ex2 ); in gray_render_scanline()
847 TCoord ex1, ex2, ey1, ey2; in gray_render_line() local
859 ex2 = TRUNC( to_x ); in gray_render_line()
867 if ( ex1 == ex2 && ey1 == ey2 ) /* inside one cell */ in gray_render_line()
[all …]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DClassPathResolver.java126 } catch (NoDexException ex2) { in ClassPathResolver()
128 } catch (NotFoundException ex2) { in ClassPathResolver()
139 } catch (NoDexException ex2) { in ClassPathResolver()
141 } catch (NotFoundException ex2) { in ClassPathResolver()
/external/pdfium/third_party/agg23/
Dagg_rasterizer_scanline_aa.cpp166 int ex2 = x2 >> poly_base_shift; in render_hline() local
172 set_cur_cell(ex2, ey); in render_hline()
175 if(ex1 == ex2) { in render_hline()
200 if(ex1 != ex2) { in render_hline()
209 while (ex1 != ex2) { in render_hline()
/external/tensorflow/tensorflow/python/training/
Dcoordinator.py179 ex2 = ex[1]
181 ex2 = ex
182 if isinstance(ex2, self._clean_stop_exception_types):
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/tar/
DTarUtils.java267 } catch (final IOException ex2) { in parseName()
269 throw new RuntimeException(ex2); //NOSONAR in parseName()
326 } catch (final IOException ex2) { in formatNameBytes()
328 throw new RuntimeException(ex2); //NOSONAR in formatNameBytes()
DTarArchiveEntry.java1160 } catch (final IOException ex2) { in writeEntryHeader()
1162 throw new RuntimeException(ex2); //NOSONAR in writeEntryHeader()
1247 } catch (final IOException ex2) { in parseTarHeader()
1249 throw new RuntimeException(ex2); //NOSONAR in parseTarHeader()
/external/mesa3d/src/mesa/swrast/
Ds_aaline.c59 GLfloat ex2, ey2; member
302 GLfloat cross2 = (info->ex2 * fy2 - info->ey2 * fx2); in compute_coveragef()
312 cross2 = info->ex2 + info->ey2; in compute_coveragef()
364 line->ex2 = line->qx3 - line->qx2; in segment()
/external/python/cpython3/Lib/test/
Dtest_buffer.py1050 ex2 = ex1[::-2] if shape else None
1053 if ex2:
1054 m2 = memoryview(ex2)
1057 if ex2 and ex2.ndim == 1 and shape and strides:
1058 self.assertEqual(m2, ex2)
1064 if ex2:
1065 self.verify_getbuf(ex2, ex2, req|bits,
1067 self.verify_getbuf(ex2, m2, req|bits,
1224 ex2 = ndarray(ex1)
1225 nd = ndarray(ex2)
[all …]
/external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/
Dwith_latest_from.cpp1041 std::runtime_error ex2("with_latest_from on_error from source 2"); variable
1050 on.error(230, ex2)
1103 std::runtime_error ex2("with_latest_from on_error from source 2"); variable
1113 on.error(230, ex2)
1166 std::runtime_error ex2("with_latest_from on_error from source 2"); variable
1176 on.error(220, ex2)
1197 on.error(220, ex2)
Dcombine_latest.cpp1043 std::runtime_error ex2("combine_latest on_error from source 2"); variable
1052 on.error(230, ex2)
1105 std::runtime_error ex2("combine_latest on_error from source 2"); variable
1115 on.error(230, ex2)
1168 std::runtime_error ex2("combine_latest on_error from source 2"); variable
1178 on.error(220, ex2)
1199 on.error(220, ex2)
Dzip.cpp885 std::runtime_error ex2("zip on_error from source 2"); variable
894 on.error(230, ex2)
1640 std::runtime_error ex2("zip on_error from source 2"); variable
1650 on.error(230, ex2)
1703 std::runtime_error ex2("zip on_error from source 2"); variable
1713 on.error(220, ex2)
1734 on.error(220, ex2)
/external/apache-xml/src/main/java/org/apache/xml/utils/
DXMLReaderManager.java131 } catch (NoSuchMethodError ex2) { in getXMLReader()

123