Home
last modified time | relevance | path

Searched refs:test_identity (Results 1 – 12 of 12) sorted by relevance

/external/grpc-grpc/test/core/security/
Dalts_security_connector_test.cc137 static bool test_identity(const grpc_auth_context* ctx, in test_identity() function
203 ASSERT_TRUE(test_identity(ctx.get(), TSI_ALTS_SERVICE_ACCOUNT_PEER_PROPERTY, in TEST()
/external/llvm/test/CodeGen/ARM/
Dreturned-ext.ll11 define i16 @test_identity(i16 zeroext %x) {
13 ; CHECKELF-LABEL: test_identity:
19 ; CHECKT2D-LABEL: test_identity:
/external/fonttools/Tests/misc/
Dtransform_test.py141 def test_identity(self): member in DecomposedTransformTest
/external/rust/android-crates-io/crates/pathdiff/src/
Dlib.rs195 fn test_identity() { in test_identity() function
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/relative-path-1.9.3/src/
Dpath_ext.rs285 fn test_identity() {
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/relative-path-1.9.3/src/
Dpath_ext.rs285 fn test_identity() {
/external/python/cpython3/Lib/test/
Dtest_list.py82 def test_identity(self): member in ListTest
Dtest_plistlib.py943 def test_identity(self): member in TestBinaryPlistlib
Dtest_os.py3314 def test_identity(self): member in FSEncodingTests
/external/pytorch/test/torch_np/numpy_tests/fft/
Dtest_pocketfft.py54 def test_identity(self): member in TestFFT1D
/external/rust/android-crates-io/crates/glam/tests/
Dquat.rs404 glam_test!(test_identity, {
/external/pytorch/test/
Dtest_reductions.py217 def test_identity(self, device, dtype, op: ReductionOpInfo): member in TestReductions