Home
last modified time | relevance | path

Searched defs:Identity (Results 1 – 25 of 99) 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/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/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/llvm-project/libcxx/test/libcxx/input.output/filesystems/class.path/path.req/
Dis_pathable.pass.cpp35 struct Identity { typedef Tp type; }; struct
/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/llvm-project/clang/test/CodeGenCXX/
Ddebug-info.cpp25 template<typename T> struct Identity { struct
29 void f(Identity<int>::Type a) {} in f() 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/tensorflow/tensorflow/python/ops/distributions/
Didentity_bijector.py31 class Identity(bijector.Bijector): class
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DLayout.h46 static Layout Identity() { return {0, 1}; } in Identity() function
/external/llvm-project/libcxx/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.h106 …EIGEN_DEVICE_FUNC static inline Quaternion<Scalar> Identity() { return Quaternion<Scalar>(Scalar(1… in Identity() function
DTranslation.h147 static const Translation Identity() { return Translation(VectorType::Zero()); } in Identity() function
/external/tensorflow/tensorflow/c/experimental/ops/
Darray_ops.cc25 Status Identity(AbstractContext* ctx, in Identity() function
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dsubgraph.cc31 Subgraph::Identity::Identity(InitializerList init) { in Identity() function in tensorflow::grappler::graph_analyzer::Subgraph::Identity
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dslice_test.cc33 TEST(SliceTest, Identity) { in TEST() argument
/external/llvm-project/clang/test/Parser/
Dcxx1z-fold-expressions.cpp54 template <auto V> constexpr auto Identity = V; variable
/external/clang/test/CodeGen/
Dpass-object-size.c241 int Identity(void *p, size_t i) { return i; } in Identity() function
/external/fonttools/Lib/fontTools/misc/
Dtransform.py324 Identity = Transform() variable
/external/libcxx/test/support/
Duses_alloc_types.hpp132 struct Identity { typedef T type; }; argument
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/proto/
Dhandshaker.proto52 message Identity { message

1234