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.cc98 static bool test_identity(const grpc_auth_context* ctx, in test_identity() function
150 test_identity(ctx, TSI_ALTS_SERVICE_ACCOUNT_PEER_PROPERTY, "alice")); in test_alts_peer_to_auth_context_success()
/external/rust/crates/grpcio-sys/grpc/test/core/security/
Dalts_security_connector_test.cc124 static bool test_identity(const grpc_auth_context* ctx, in test_identity() function
186 GPR_ASSERT(test_identity(ctx.get(), TSI_ALTS_SERVICE_ACCOUNT_PEER_PROPERTY, in test_alts_peer_to_auth_context_success()
/external/llvm-project/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/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/python/cpython2/Lib/test/
Dtest_list.py45 def test_identity(self): member in ListTest
/external/python/cpython3/Lib/test/
Dtest_list.py54 def test_identity(self): member in ListTest
Dtest_plistlib.py876 def test_identity(self): member in TestBinaryPlistlib
Dtest_os.py2757 def test_identity(self): member in FSEncodingTests
/external/tensorflow/tensorflow/python/keras/
Dinitializers_test.py186 def test_identity(self): member in KerasInitializersTest
/external/tensorflow/tensorflow/python/keras/layers/
Dtensorflow_op_layer_test.py743 def test_identity(self): member in InputInEagerTest
/external/llvm-project/mlir/test/Dialect/Tosa/
Dops.mlir459 func @test_identity(%arg0: tensor<13x21x3xi32>) -> tensor<13x21x3xi32> {
/external/llvm-project/lldb/test/API/python_api/file_handle/
DTestFileHandle.py814 def test_identity(self): member in FileHandleTestCase