/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | vertexconversion.h | 26 struct Identity struct 28 static const bool identity = true; 30 typedef T OutputType; 32 static T convert(T x) { return x; } in convert()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | vertexconversion.h | 26 struct Identity struct 28 static const bool identity = true; 30 typedef T OutputType; 32 static T convert(T x) { return x; } in convert()
|
/third_party/typescript/tests/baselines/reference/ |
D | typePartameterConstraintInstantiatedWithDefaultWhenCheckingDefault.js | 8 class Identity<V> implements Settable<Identity<V>, V> { class 13 public set(value: V): Identity<V> { field in Identity 14 return new Identity<V>(value); field in Identity 31 function Identity(value) { class in Identity
|
/third_party/node/deps/npm/node_modules/sshpk/lib/ |
D | index.js | 8 var Identity = require('./identity'); variable 26 Identity: Identity, property
|
D | identity.js | 36 function Identity(opts) { class
|
D | certificate.js | 16 var Identity = require('./identity'); variable
|
/third_party/mindspore/mindspore/_extends/graph_kernel/expanders/ |
D | identity.py | 19 class Identity(Expander): class
|
/third_party/mindspore/mindspore/core/ops/ |
D | identity.h | 33 Identity() : PrimitiveC(kNameIdentity) {} in Identity() function
|
/third_party/typescript/tests/cases/compiler/ |
D | mappedTypeAndIndexSignatureRelation.ts | 27 type Identity<T> = T; alias
|
D | typePartameterConstraintInstantiatedWithDefaultWhenCheckingDefault.ts | 7 class Identity<V> implements Settable<Identity<V>, V> { class
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/ |
D | MatrixMultTest.cpp | 35 TEST_P(MatrixMultTest, Identity) in TEST_P() argument
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/ |
D | MatrixMultTest.cpp | 35 TEST_P(MatrixMultTest, Identity) in TEST_P() argument
|
/third_party/node/deps/npm/node_modules/sshpk/lib/formats/ |
D | x509-pem.js | 20 var Identity = require('../identity'); variable
|
D | openssh-cert.js | 22 var Identity = require('../identity'); variable
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
D | Layout.h | 46 static Layout Identity() { return {0, 1}; } in Identity() function
|
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/ |
D | WordTransformType.cs | 16 internal const int Identity = 0; field in Org.Brotli.Dec.WordTransformType
|
/third_party/typescript/tests/cases/conformance/types/mapped/ |
D | mappedTypeRelationships.ts | 125 type Identity<T> = { alias
|
/third_party/mindspore/mindspore/lite/tools/converter/parser/tflite/ |
D | tflite_custom_parser.cc | 189 ops::PrimitiveC *TfliteCustomParser::Identity() { in Identity() function in mindspore::lite::TfliteCustomParser
|
/third_party/skia/third_party/externals/tint/src/utils/ |
D | transform_test.cc | 50 TEST(TransformTest, Identity) { in TEST() argument
|
/third_party/grpc/test/core/tsi/alts/fake_handshaker/ |
D | handshaker.proto | 52 message Identity { message
|
/third_party/grpc/src/core/tsi/alts/handshaker/proto/ |
D | handshaker.proto | 52 message Identity { message
|
/third_party/abseil-cpp/absl/types/ |
D | compare_test.cc | 27 bool Identity(bool b) { return b; } in Identity() function
|
/third_party/grpc/src/proto/grpc/gcp/ |
D | handshaker.proto | 59 message Identity { message
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
D | compare_test.cc | 27 bool Identity(bool b) { return b; } in Identity() function
|
/third_party/abseil-cpp/absl/container/internal/ |
D | raw_hash_set_allocator_test.cc | 125 struct Identity { struct 126 int32_t operator()(int32_t v) const { return v; } in operator ()()
|