/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/editing/ |
D | TextInputPlugin.java | 11 import android.text.InputType; 131 TextInputChannel.InputType type, in inputTypeFromTextInputType() 137 return InputType.TYPE_CLASS_DATETIME; in inputTypeFromTextInputType() 139 int textType = InputType.TYPE_CLASS_NUMBER; in inputTypeFromTextInputType() 141 textType |= InputType.TYPE_NUMBER_FLAG_SIGNED; in inputTypeFromTextInputType() 144 textType |= InputType.TYPE_NUMBER_FLAG_DECIMAL; in inputTypeFromTextInputType() 148 return InputType.TYPE_CLASS_PHONE; in inputTypeFromTextInputType() 151 int textType = InputType.TYPE_CLASS_TEXT; in inputTypeFromTextInputType() 153 textType |= InputType.TYPE_TEXT_FLAG_MULTI_LINE; in inputTypeFromTextInputType() 155 textType |= InputType.TYPE_TEXT_VARIATION_EMAIL_ADDRESS; in inputTypeFromTextInputType() [all …]
|
/third_party/flutter/skia/src/gpu/glsl/ |
D | GrGLSLVertexGeoBuilder.cpp | 46 static const char* input_type_name(GrGLSLGeometryBuilder::InputType in) { in input_type_name() 47 using InputType = GrGLSLGeometryBuilder::InputType; in input_type_name() typedef 49 case InputType::kPoints: return "points"; in input_type_name() 50 case InputType::kLines: return "lines"; in input_type_name() 51 case InputType::kLinesAdjacency: return "lines_adjacency"; in input_type_name() 52 case InputType::kTriangles: return "triangles"; in input_type_name() 53 case InputType::kTrianglesAdjacency: return "triangles_adjacency"; in input_type_name() 68 void GrGLSLGeometryBuilder::configure(InputType inputType, OutputType outputType, int maxVertices, in configure()
|
D | GrGLSLVertexGeoBuilder.h | 52 enum class InputType { enum 66 void configure(InputType, OutputType, int maxVertices, int numInvocations = 1);
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/ |
D | esextcTextureBorderClampSamplingTexture.cpp | 40 template <typename InputType, typename OutputType> 41 const glw::GLuint TextureBorderClampSamplingTexture<InputType, OutputType>::m_texture_unit = 0; 61 template <typename InputType, typename OutputType> 62 TestConfiguration<InputType, OutputType>::TestConfiguration( in TestConfiguration() 65 …glw::GLuint width, glw::GLuint height, glw::GLuint depth, InputType initValue, InputType initBorde… in TestConfiguration() 92 template <typename InputType, typename OutputType> 93 TestConfiguration<InputType, OutputType>::TestConfiguration(const TestConfiguration& configuration) in TestConfiguration() 120 template <typename InputType, typename OutputType> 121 TextureBorderClampSamplingTexture<InputType, OutputType>::TextureBorderClampSamplingTexture( in TextureBorderClampSamplingTexture() 123 const TestConfiguration<InputType, OutputType>& configuration) in TextureBorderClampSamplingTexture() argument [all …]
|
D | esextcTextureBorderClampSamplingTexture.hpp | 41 template <typename InputType, typename OutputType> 49 glw::GLuint depth, InputType initValue, InputType initBorderColor, OutputType expectedValue, 102 inline InputType get_init_value(void) const in get_init_value() 106 inline InputType get_init_border_color(void) const in get_init_border_color() 140 InputType m_init_value; 141 InputType m_init_border_color; 291 template <typename InputType, typename OutputType> 298 const TestConfiguration<InputType, OutputType>& configuration); 310 void setInitData(std::vector<InputType>& buffer); 330 TestConfiguration<InputType, OutputType> m_test_configuration;
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/trt_pass/ |
D | layer_input.h | 29 LayerInput() : type_(InputType::kUnknown), weight_(), tensor_(nullptr) {} in LayerInput() 31 : type_(InputType::kWeight), weight_(w), tensor_(nullptr), shape_(s) {} in LayerInput() 33 : type_(InputType::kTensor), weight_(), tensor_(t), shape_(s) {} in LayerInput() 35 bool IsTensor() const { return type_ == InputType::kTensor; } in IsTensor() 36 bool IsWeight() const { return type_ == InputType::kWeight; } in IsWeight() 57 enum class InputType : char { kUnknown = 0, kTensor, kWeight }; enum 58 InputType type_;
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | CodedInputStreamTest.java | 59 private enum InputType { enum in CodedInputStreamTest 191 for (InputType inputType : InputType.values()) { in assertReadVarint() 228 for (InputType inputType : InputType.values()) { in assertReadVarintFailure() 308 for (InputType inputType : InputType.values()) { in assertReadLittleEndian32() 323 for (InputType inputType : InputType.values()) { in assertReadLittleEndian64() 374 for (InputType inputType : InputType.values()) { in testReadWholeMessage() 388 InputType[] inputTypes = InputType.values(); in testSkipWholeMessage() 420 for (InputType inputType : InputType.values()) { in testSkipRawBytesBug() 435 for (InputType inputType : InputType.values()) { in testSkipRawBytesPastEndOfBufferWithLimit() 470 for (InputType inputType : InputType.values()) { in testSkipHugeBlob() [all …]
|
/third_party/skia/gm/verifiers/ |
D | gmverifier.h | 113 enum class InputType { enum 118 InputType fInputType; 121 GMVerifier(InputType inputType); 140 StandaloneVerifier() : GMVerifier(InputType::kStandalone) {} in StandaloneVerifier() 153 GoldImageVerifier() : GMVerifier(InputType::kGoldImageRequired) {} in GoldImageVerifier()
|
/third_party/vk-gl-cts/modules/gles3/stress/ |
D | es3sVertexArrayTests.cpp | 78 …Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_FIXED, Array::INPUTTYPE_… in init() 149 SingleVertexArrayStrideGroup (Context& context, Array::InputType type); 158 Array::InputType m_type; 161 SingleVertexArrayStrideGroup::SingleVertexArrayStrideGroup (Context& context, Array::InputType type) in SingleVertexArrayStrideGroup() 244 …Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_SHORT, /*Array::INPUTTYP… in init() 255 SingleVertexArrayFirstGroup (Context& context, Array::InputType type); 263 Array::InputType m_type; 266 SingleVertexArrayFirstGroup::SingleVertexArrayFirstGroup (Context& context, Array::InputType type) in SingleVertexArrayFirstGroup() 348 Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_INT_2_10_10_10 }; in init() 359 SingleVertexArrayOffsetGroup (Context& context, Array::InputType type); [all …]
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fShaderMatrixTests.cpp | 207 enum InputType enum 218 ShaderInput (InputType inputType_, DataType dataType_, Precision precision_) in ShaderInput() 225 InputType inputType; 871 typedef void (*MatrixShaderEvalFunc) (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1T… 879 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() 892 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() 905 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() 918 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() 931 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() 944 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() [all …]
|
D | es3fVertexArrayTest.cpp | 75 …Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_FIXED, Array::INPUTTYPE_… in init() 146 SingleVertexArrayStrideGroup (Context& context, Array::InputType type); 155 Array::InputType m_type; 158 SingleVertexArrayStrideGroup::SingleVertexArrayStrideGroup (Context& context, Array::InputType type) in SingleVertexArrayStrideGroup() 241 …Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_SHORT, Array::INPUTTYPE_… in init() 252 SingleVertexArrayFirstGroup (Context& context, Array::InputType type); 260 Array::InputType m_type; 263 SingleVertexArrayFirstGroup::SingleVertexArrayFirstGroup (Context& context, Array::InputType type) in SingleVertexArrayFirstGroup() 345 …Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_BYTE, Array::INPUTTYPE_I… in init() 356 SingleVertexArrayOffsetGroup (Context& context, Array::InputType type); [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderMatrixTests.cpp | 201 enum InputType enum 212 ShaderInput (InputType inputType_, DataType dataType_, Precision precision_) in ShaderInput() 219 InputType inputType; 865 typedef void (*MatrixShaderEvalFunc) (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1T… 873 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() 886 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() 899 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() 912 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() 925 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() 938 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() [all …]
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsDrawTest.hpp | 61 enum InputType enum 182 static std::string inputTypeToString (InputType type); 189 static int inputTypeSize (InputType type); 194 …static AttributeSpec createAttributeArray (InputType inputType, OutputType outputType, Storage sto… 195 …static AttributeSpec createDefaultAttribute (InputType inputType, OutputType outputType, int compo… 197 InputType inputType;
|
D | glsVertexArrayTests.hpp | 65 enum InputType enum in deqp::gls::Array 144 static std::string inputTypeToString (InputType type); 149 static int inputTypeSize (InputType type); 154 …virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType, … 160 virtual InputType getInputType (void) const = 0; 176 …virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType… 183 virtual Array::InputType getInputType (void) const { return m_inputType; } in getInputType() 194 static deUint32 inputTypeToGL (Array::InputType type); 209 Array::InputType m_inputType; 399 static GLValue getMaxValue (Array::InputType type); [all …]
|
D | glsDrawTest.cpp | 111 static GLenum inputTypeToGL (DrawTestSpec::InputType type) in inputTypeToGL() 189 static bool inputTypeIsFloatType (DrawTestSpec::InputType type) in inputTypeIsFloatType() 514 static GLValue getMaxValue (DrawTestSpec::InputType type); 515 static GLValue getMinValue (DrawTestSpec::InputType type); 517 DrawTestSpec::InputType type; 590 GLValue GLValue::getMaxValue (DrawTestSpec::InputType type) in getMaxValue() 608 GLValue GLValue::getMinValue (DrawTestSpec::InputType type) in getMinValue() 629 template<> struct GLValueTypeTraits<GLValue::Float> { static const DrawTestSpec::InputType Type = … 630 template<> struct GLValueTypeTraits<GLValue::Double> { static const DrawTestSpec::InputType Type = … 631 template<> struct GLValueTypeTraits<GLValue::Byte> { static const DrawTestSpec::InputType Type = D… [all …]
|
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/ |
D | TextInputChannel.java | 275 InputType.fromJson(json.getJSONObject("inputType")), in fromJson() 313 public final InputType inputType; 323 @NonNull InputType inputType, in Configuration() 342 public static class InputType { class in TextInputChannel 344 …public static InputType fromJson(@NonNull JSONObject json) throws JSONException, NoSuchFieldExcept… in fromJson() 345 return new InputType( in fromJson() 357 public InputType(@NonNull TextInputType type, boolean isSigned, boolean isDecimal) { in InputType() method in TextInputChannel.InputType
|
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | MethodDescriptor.cs | 56 public MessageDescriptor InputType { get { return inputType; } } property in Google.Protobuf.Reflection.MethodDescriptor 124 IDescriptor lookup = File.DescriptorPool.LookupSymbol(Proto.InputType, this); in CrossLink() 127 …throw new DescriptorValidationException(this, "\"" + Proto.InputType + "\" is not a message type."… in CrossLink()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | vertexconversion.h | 152 typedef InT InputType; 164 const InputType *ein = reinterpret_cast<const InputType *>(input + i * stride); 177 const InputType *in,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | vertexconversion.h | 152 typedef InT InputType; 164 const InputType *ein = reinterpret_cast<const InputType *>(input + i * stride); 177 const InputType *in,
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | ETC_Decoder.hpp | 18 enum InputType enum in ETC_Decoder 38 …signed char *src, unsigned char *dst, int w, int h, int dstPitch, int dstBpp, InputType inputType);
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | ETC_Decoder.hpp | 18 enum InputType enum in ETC_Decoder 40 …signed char *dst, int w, int h, int dstW, int dstH, int dstPitch, int dstBpp, InputType inputType);
|
/third_party/mindspore/mindspore/lite/tools/converter/preprocess/ |
D | preprocess_param.h | 25 enum InputType { IMAGE, BIN, INPUT_TYPE_MAX }; enum 44 InputType input_type = INPUT_TYPE_MAX;
|
/third_party/flutter/skia/src/gpu/ccpr/ |
D | GrGSCoverageProcessor.cpp | 13 using InputType = GrGLSLGeometryBuilder::InputType; typedef 242 g->configure(InputType::kLines, OutputType::kTriangleStrip, 6, 5); in onEmitGeometryShader() 308 g->configure(InputType::kLines, OutputType::kTriangleStrip, 7, 2); in onEmitGeometryShader() 407 g->configure(InputType::kLines, OutputType::kTriangleStrip, 4, proc.isTriangles() ? 3 : 2); in onEmitGeometryShader()
|
/third_party/json/doc/mkdocs/docs/api/basic_json/ |
D | parse.md | 5 template<typename InputType> 6 static basic_json parse(InputType&& i, 28 `InputType`
|
/third_party/vk-gl-cts/modules/gles2/stress/ |
D | es2sVertexArrayTests.cpp | 76 …Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_FIXED, Array::INPUTTYPE_… in init() 141 …Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_SHORT, Array::INPUTTYPE_… in init() 211 …Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_BYTE, Array::INPUTTYPE_F… in init() 282 …Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_BYTE, Array::INPUTTYPE_F… in init()
|