Home
last modified time | relevance | path

Searched defs:inputType (Results 1 – 25 of 84) sorted by relevance

1234

/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/gapic/composer/samplecode/
DServiceClientCallableMethodSampleComposerTest.java64 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 …]
DServiceClientMethodSampleComposerTest.java52 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
DServiceClientHeaderSampleComposerTest.java93 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/
DUniformSupport.cc25 static bool isQuantizablePrimitiveType(Type inputType) { in isQuantizablePrimitiveType()
30 Type inputType) { in forInputType()
DQuantOps.cc82 Type inputType = std::get<0>(input); in verify() local
/external/deqp/framework/referencerenderer/
DrrShaders.cpp30 …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/
DParserTest.java222 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/
DMethod.java36 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/
DInputCoercionException.java34 JsonToken inputType, Class<?> targetType) { in InputCoercionException()
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/
Dtest_write_image.cpp77 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()
Dtest_write_1D.cpp50 image_descriptor *imageInfo, ExplicitType inputType, MTdata d ) in test_write_image_1D()
571 ExplicitType inputType, MTdata d) in test_write_image_1D_set()
Dtest_write_1D_array.cpp57 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()
Dtest_write_2D_array.cpp84 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()
Dtest_write_3D.cpp86 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/
DMethodDescriptor.cs45 private MessageDescriptor inputType; field in Google.Protobuf.Reflection.MethodDescriptor
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DMethodDescriptor.cs45 private MessageDescriptor inputType; field in Google.Protobuf.Reflection.MethodDescriptor
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DMethodDescriptor.cs45 private MessageDescriptor inputType; field in Google.Protobuf.Reflection.MethodDescriptor
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.cpp306 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/
DParserMinimalBase.java567 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/
Dhlo_ops_base.h141 for (auto inputType : inputTypes) in inferMostSpecificType() local
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/stablehlo/dialect/
DBase.h185 for (auto inputType : inputTypes) in inferMostSpecificType() local
/external/skia/modules/svg/src/
DSkSVGFilterContext.cpp159 const SkSVGFeInputType& inputType, in resolveInput()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/
DJavaUtilCollectionsDeserializers.java124 private JavaUtilCollectionsConverter(int kind, JavaType inputType) { in JavaUtilCollectionsConverter()
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/tosa/lib/Transforms/
Dlegalize_mhlo.cc180 ShapedType inputType = operands.getType().cast<ShapedType>(); in matchAndRewrite() local
/external/deqp/external/openglcts/modules/common/
DglcGLSLVectorConstructorTests.cpp183 const auto &inputType = inputTypes[i]; in generateTestParams() local
353 const auto &inputType = inputTypes[i]; in generateTestCode() local

1234