/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/gapic/composer/samplecode/ |
D | ServiceClientCallableMethodSampleComposerTest.java | 64 TypeNode inputType = in valid_composeLroCallableMethod_withReturnResponse() local 135 TypeNode inputType = in valid_composeLroCallableMethod_withReturnVoid() local 204 TypeNode inputType = in valid_composePagedCallableMethod() local 268 TypeNode inputType = in invalid_composePagedCallableMethod_inputTypeNotExistInMessage() local 316 TypeNode inputType = in invalid_composePagedCallableMethod_noExistMethodResponse() local 364 TypeNode inputType = in invalid_composePagedCallableMethod_noRepeatedResponse() local 427 TypeNode inputType = in valid_composeStreamCallableMethod_serverStream() local 485 TypeNode inputType = in invalid_composeStreamCallableMethod_serverStreamNotExistRequest() local 533 TypeNode inputType = in valid_composeStreamCallableMethod_bidiStream() local 600 TypeNode inputType = in invalid_composeStreamCallableMethod_bidiStreamNotExistRequest() local [all …]
|
D | ServiceClientMethodSampleComposerTest.java | 52 TypeNode inputType = in valid_composeDefaultSample_isPagedMethod() local 114 TypeNode inputType = in invalid_composeDefaultSample_isPagedMethod() local 163 TypeNode inputType = in valid_composeDefaultSample_hasLroMethodWithReturnResponse() local 229 TypeNode inputType = in valid_composeDefaultSample_hasLroMethodWithReturnVoid() local 298 TypeNode inputType = in valid_composeDefaultSample_pureUnaryReturnVoid() local 357 TypeNode inputType = in valid_composeDefaultSample_pureUnaryReturnResponse() local
|
D | ServiceClientHeaderSampleComposerTest.java | 93 TypeNode inputType = in composeClassHeaderSample_firstMethodIsNotUnaryRpc() local 177 TypeNode inputType = in composeClassHeaderSample_firstMethodHasNoSignatures() local 239 TypeNode inputType = in composeClassHeaderSample_firstMethodIsStream() local 361 TypeNode inputType = in valid_composeShowcaseMethodSample_pagedRpcWithMultipleMethodArguments() local 468 TypeNode inputType = in valid_composeShowcaseMethodSample_pagedRpcWithNoMethodArguments() local 550 TypeNode inputType = in invalid_composeShowcaseMethodSample_noMatchedRepeatedResponseTypeInPagedMethod() local 600 TypeNode inputType = in invalid_composeShowcaseMethodSample_noRepeatedResponseTypeInPagedMethod() local 672 TypeNode inputType = in valid_composeShowcaseMethodSample_lroUnaryRpcWithNoMethodArgument() local 740 TypeNode inputType = in valid_composeShowcaseMethodSample_lroRpcWithReturnResponseType() local 826 TypeNode inputType = in valid_composeShowcaseMethodSample_lroRpcWithReturnVoid() local
|
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/ir/ |
D | UniformSupport.cc | 25 static bool isQuantizablePrimitiveType(Type inputType) { in isQuantizablePrimitiveType() 30 Type inputType) { in forInputType()
|
D | QuantOps.cc | 82 Type inputType = std::get<0>(input); in verify() local
|
/external/deqp/framework/referencerenderer/ |
D | rrShaders.cpp | 30 …eometryShader(size_t numVaryingInputs, size_t numVaryingOutputs, GeometryShaderInputType inputType, in GeometryShader()
|
/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/gapic/protoparser/ |
D | ParserTest.java | 222 TypeNode inputType = TypeParser.parseType(methodDescriptor.getInputType()); in parseMethodSignatures_empty() local 243 TypeNode inputType = TypeParser.parseType(methodDescriptor.getInputType()); in parseMethodSignatures_validArgstAndEmptyString() local 264 TypeNode inputType = TypeParser.parseType(echoMethodDescriptor.getInputType()); in parseMethodSignatures_basic() local
|
/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/gapic/model/ |
D | Method.java | 36 public abstract TypeNode inputType(); in inputType() method in Method 149 public abstract Builder setInputType(TypeNode inputType); in setInputType()
|
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/exc/ |
D | InputCoercionException.java | 34 JsonToken inputType, Class<?> targetType) { in InputCoercionException()
|
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/ |
D | test_write_image.cpp | 77 image_descriptor *imageInfo, ExplicitType inputType, MTdata d ) in test_write_image() 660 ExplicitType inputType, MTdata d) in test_write_image_set() 871 ExplicitType inputType, in test_write_image_formats()
|
D | test_write_1D.cpp | 50 image_descriptor *imageInfo, ExplicitType inputType, MTdata d ) in test_write_image_1D() 571 ExplicitType inputType, MTdata d) in test_write_image_1D_set()
|
D | test_write_1D_array.cpp | 57 image_descriptor *imageInfo, ExplicitType inputType, MTdata d ) in test_write_image_1D_array() 593 ExplicitType inputType, MTdata d) in test_write_image_1D_array_set()
|
D | test_write_2D_array.cpp | 84 image_descriptor *imageInfo, ExplicitType inputType, MTdata d ) in test_write_image_2D_array() 632 ExplicitType inputType, MTdata d) in test_write_image_2D_array_set()
|
D | test_write_3D.cpp | 86 image_descriptor *imageInfo, ExplicitType inputType, MTdata d ) in test_write_image_3D() 640 ExplicitType inputType, MTdata d) in test_write_image_3D_set()
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | MethodDescriptor.cs | 45 private MessageDescriptor inputType; field in Google.Protobuf.Reflection.MethodDescriptor
|
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | MethodDescriptor.cs | 45 private MessageDescriptor inputType; field in Google.Protobuf.Reflection.MethodDescriptor
|
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | MethodDescriptor.cs | 45 private MessageDescriptor inputType; field in Google.Protobuf.Reflection.MethodDescriptor
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryTestsUtil.cpp | 306 std::string inputTypeToGLString(const VkPrimitiveTopology &inputType) in inputTypeToGLString() 349 size_t calcOutputVertices(const VkPrimitiveTopology &inputType) in calcOutputVertices()
|
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/base/ |
D | ParserMinimalBase.java | 567 protected void reportOverflowInt(String numDesc, JsonToken inputType) throws IOException { in reportOverflowInt() 588 protected void reportOverflowLong(String numDesc, JsonToken inputType) throws IOException { in reportOverflowLong() 597 protected void _reportInputCoercion(String msg, JsonToken inputType, Class<?> targetType) in _reportInputCoercion()
|
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/include/mlir-hlo/Dialect/mhlo/IR/ |
D | hlo_ops_base.h | 141 for (auto inputType : inputTypes) in inferMostSpecificType() local
|
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/stablehlo/dialect/ |
D | Base.h | 185 for (auto inputType : inputTypes) in inferMostSpecificType() local
|
/external/skia/modules/svg/src/ |
D | SkSVGFilterContext.cpp | 159 const SkSVGFeInputType& inputType, in resolveInput()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/ |
D | JavaUtilCollectionsDeserializers.java | 124 private JavaUtilCollectionsConverter(int kind, JavaType inputType) { in JavaUtilCollectionsConverter()
|
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/tosa/lib/Transforms/ |
D | legalize_mhlo.cc | 180 ShapedType inputType = operands.getType().cast<ShapedType>(); in matchAndRewrite() local
|
/external/deqp/external/openglcts/modules/common/ |
D | glcGLSLVectorConstructorTests.cpp | 183 const auto &inputType = inputTypes[i]; in generateTestParams() local 353 const auto &inputType = inputTypes[i]; in generateTestCode() local
|