Home
last modified time | relevance | path

Searched defs:Identity (Results 1 – 25 of 97) sorted by relevance

1234

/external/nos/host/generic/nugget/proto/nugget/app/identity/
Didentity.proto28 service Identity { service
36 rpc WICinitialize (WICinitializeRequest) returns (WICinitializeResponse);
37 …pc WICinitializeForUpdate (WICinitializeForUpdateRequest) returns (WICinitializeForUpdateResponse);
38 …pc WICcreateCredentialKey (WICcreateCredentialKeyRequest) returns (WICcreateCredentialKeyResponse);
39 …WICstartPersonalization (WICstartPersonalizationRequest) returns (WICstartPersonalizationResponse);
40 …essControlProfile (WICaddAccessControlProfileRequest) returns (WICaddAccessControlProfileResponse);
41 rpc WICbeginAddEntry (WICbeginAddEntryRequest) returns (WICbeginAddEntryResponse);
42 rpc WICaddEntryValue (WICaddEntryValueRequest) returns (WICaddEntryValueResponse);
43 …pc WICfinishAddingEntries (WICfinishAddingEntriesRequest) returns (WICfinishAddingEntriesResponse);
44 rpc ICinitialize (ICinitializeRequest) returns (ICinitializeResponse);
[all …]
/external/angle/src/libANGLE/renderer/d3d/d3d9/
Dvertexconversion.h26 struct Identity struct
28 static const bool identity = true;
30 typedef T OutputType;
32 static T convert(T x) { return x; } in convert()
/external/cronet/net/http/
Dhttp_auth.h125 struct Identity { struct
128 IdentitySource source = IDENT_SRC_NONE; argument
129 bool invalid = true;
130 AuthCredentials credentials;
/external/grpc-grpc-java/core/src/main/java/io/grpc/
DCodec.java56 public static final class Identity implements Codec { class
78 private Identity() {} in Identity() method in Codec.Identity
/external/cronet/buildtools/third_party/libc++/trunk/test/support/test.support/
Dtype_algorithms.pass.cpp54 struct Identity { struct
61 assert(std::all_of(is_called_array, is_called_array + 3, Identity())); in test_for_each() argument
/external/libcxx/test/libcxx/type_traits/
Dlazy_metafunctions.pass.cpp21 struct Identity { struct
28 typedef Identity<TrueT> LazyTrueT; argument
/external/libcxx/test/libcxx/input.output/filesystems/class.path/path.req/
Dis_pathable.pass.cpp36 struct Identity { typedef Tp type; }; struct
/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/input.output/filesystems/class.path/path.req/
Dis_pathable.pass.cpp35 struct Identity { typedef Tp type; }; argument
/external/cronet/base/functional/
Didentity_unittest.cc13 TEST(FunctionalTest, Identity) { in TEST() argument
/external/openscreen/cast/streaming/
Dmessage_fields_unittest.cc29 TEST(MessageFieldsTest, Identity) { in TEST() argument
/external/angle/src/tests/gl_tests/gles1/
DMatrixMultTest.cpp35 TEST_P(MatrixMultTest, Identity) in TEST_P() argument
/external/swiftshader/third_party/SPIRV-Tools/test/util/
Dhash_combine_test.cpp27 TEST(HashCombineTest, Identity) { EXPECT_EQ(hash_combine(0), 0); } in TEST() argument
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/util/
Dhash_combine_test.cpp27 TEST(HashCombineTest, Identity) { EXPECT_EQ(hash_combine(0), 0); } in TEST() argument
/external/deqp-deps/SPIRV-Tools/test/util/
Dhash_combine_test.cpp27 TEST(HashCombineTest, Identity) { EXPECT_EQ(hash_combine(0), 0); } in TEST() argument
/external/clang/test/CodeGenCXX/
Ddebug-info.cpp23 template<typename T> struct Identity { struct
27 void f(Identity<int>::Type a) {} in f() argument
/external/angle/build/config/ios/
Dfind_signing_identity.py18 class Identity(object): class
/external/tensorflow/tensorflow/python/ops/distributions/
Didentity_bijector.py27 class Identity(bijector.Bijector): class
/external/cronet/build/config/ios/
Dfind_signing_identity.py18 class Identity(object): class
/external/angle/src/compiler/translator/msl/
DLayout.h46 static Layout Identity() { return {0, 1}; } in Identity() function
/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/type_traits/
Dlazy_metafunctions.pass.cpp22 struct Identity : Type { struct
/external/brotli/csharp/org/brotli/dec/
DWordTransformType.cs16 internal const int Identity = 0; field in Org.Brotli.Dec.WordTransformType
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Dincomplete_nodedef_builder.cc55 IncompleteNodeDefBuilder IncompleteNodeDefBuilder::Identity( in Identity() function in tensorflow::IncompleteNodeDefBuilder
/external/eigen/Eigen/src/Geometry/
DQuaternion.h111 …EIGEN_DEVICE_FUNC static inline Quaternion<Scalar> Identity() { return Quaternion<Scalar>(Scalar(1… in Identity() function
DTranslation.h141 static const Translation Identity() { return Translation(VectorType::Zero()); } in Identity() function
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dslice_test.cc33 TEST(SliceTest, Identity) { in TEST() argument

1234