Home
last modified time | relevance | path

Searched refs:getInputType (Results 1 – 25 of 28) sorted by relevance

12

/external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/async/
DAsyncNumberCoercionTest.java77 assertEquals(JsonToken.VALUE_NUMBER_INT, e.getInputType()); in testToIntFailing()
90 assertEquals(JsonToken.VALUE_NUMBER_INT, e.getInputType()); in testToIntFailing()
103 assertEquals(JsonToken.VALUE_NUMBER_FLOAT, e.getInputType()); in testToIntFailing()
114 assertEquals(JsonToken.VALUE_NUMBER_FLOAT, e.getInputType()); in testToIntFailing()
127 assertEquals(JsonToken.VALUE_NUMBER_INT, e.getInputType()); in testToIntFailing()
138 assertEquals(JsonToken.VALUE_NUMBER_INT, e.getInputType()); in testToIntFailing()
193 assertEquals(JsonToken.VALUE_NUMBER_INT, e.getInputType()); in testToLongFailing()
205 assertEquals(JsonToken.VALUE_NUMBER_INT, e.getInputType()); in testToLongFailing()
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/read/
DNumberCoercionTest.java69 assertEquals(JsonToken.VALUE_NUMBER_INT, e.getInputType()); in testToIntFailing()
82 assertEquals(JsonToken.VALUE_NUMBER_INT, e.getInputType()); in testToIntFailing()
95 assertEquals(JsonToken.VALUE_NUMBER_FLOAT, e.getInputType()); in testToIntFailing()
106 assertEquals(JsonToken.VALUE_NUMBER_FLOAT, e.getInputType()); in testToIntFailing()
119 assertEquals(JsonToken.VALUE_NUMBER_INT, e.getInputType()); in testToIntFailing()
130 assertEquals(JsonToken.VALUE_NUMBER_INT, e.getInputType()); in testToIntFailing()
190 assertEquals(JsonToken.VALUE_NUMBER_INT, e.getInputType()); in testToLongFailing()
202 assertEquals(JsonToken.VALUE_NUMBER_INT, e.getInputType()); in testToLongFailing()
DNumberParsingTest.java223 assertEquals(JsonToken.VALUE_NUMBER_INT, e.getInputType()); in _testSimpleLong()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
DConverter.java37 public JavaType getInputType(TypeFactory typeFactory); in getInputType() method
DStdConverter.java26 public JavaType getInputType(TypeFactory typeFactory) { in getInputType() method in StdConverter
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/exc/
DInputCoercionException.java62 public JsonToken getInputType() { in getInputType() method in InputCoercionException
/external/protobuf/php/src/Google/Protobuf/Internal/
DMethodDescriptorProto.php116 public function getInputType() function in Google\\Protobuf\\Internal\\MethodDescriptorProto
/external/deqp/framework/referencerenderer/
DrrShaders.hpp185 inline GeometryShaderInputType getInputType (void) const { return m_inputType; } in getInputType() function in rr::GeometryShader
DrrRenderer.cpp1623 …if (command.program.geometryShader->getInputType() == rr::GEOMETRYSHADERINPUTTYPE_POINTS && comman… in isValidCommand()
1626 if (command.program.geometryShader->getInputType() == rr::GEOMETRYSHADERINPUTTYPE_LINES && in isValidCommand()
1632 if (command.program.geometryShader->getInputType() == rr::GEOMETRYSHADERINPUTTYPE_TRIANGLES && in isValidCommand()
1638 …if (command.program.geometryShader->getInputType() == rr::GEOMETRYSHADERINPUTTYPE_LINES_ADJACENCY … in isValidCommand()
1643 …if (command.program.geometryShader->getInputType() == rr::GEOMETRYSHADERINPUTTYPE_TRIANGLES_ADJACE… in isValidCommand()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
DDeserializerCache.java352 JavaType delegateType = conv.getInputType(ctxt.getTypeFactory()); in _createDeserializer()
449 JavaType delegateType = conv.getInputType(ctxt.getTypeFactory()); in findConvertingDeserializer()
DBeanDeserializerBase.java717 JavaType delegateType = conv.getInputType(ctxt.getTypeFactory()); in findConvertingDeserializer()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp1299 …cePlaceholderVert())).specialize(passthruInterface(context.interfaces.getInputType())) << SpirVAsm… in addShaderCodeCustomTessControl()
1338 …cePlaceholderVert())).specialize(passthruInterface(context.interfaces.getInputType())) << SpirVAsm… in addShaderCodeCustomTessEval()
1339 …aceholderTessCtrl())).specialize(passthruInterface(context.interfaces.getInputType())) << SpirVAsm… in addShaderCodeCustomTessEval()
1375 …cePlaceholderVert())).specialize(passthruInterface(context.interfaces.getInputType())) << SpirVAsm… in addShaderCodeCustomGeometry()
1410 …cePlaceholderVert())).specialize(passthruInterface(context.interfaces.getInputType())) << SpirVAsm… in addShaderCodeCustomFragment()
3117 …vkInstance.getPhysicalDeviceFormatProperties(vkPhysicalDevice, instance.interfaces.getInputType().… in runAndVerifyDefaultPipeline()
3121 const std::string formatName = getFormatName(instance.interfaces.getInputType().getVkFormat()); in runAndVerifyDefaultPipeline()
3131 const std::string formatName = getFormatName(instance.interfaces.getInputType().getVkFormat()); in runAndVerifyDefaultPipeline()
4028 instance.interfaces.getInputType().getNumBytes(), // deUint32 strideInBytes; in runAndVerifyDefaultPipeline()
4037 instance.interfaces.getInputType().getVkFormat(), // VkFormat format; in runAndVerifyDefaultPipeline()
[all …]
DvktSpvAsmGraphicsShaderTestUtil.hpp169 const IFDataType& getInputType (void) const in getInputType() function in vkt::SpirVAssembly::GraphicsInterfaces
DvktSpvAsmTypeTests.cpp518 InputType getInputType (deUint32 inputWidth, bool isSigned) in getInputType() function
546 const InputType typeUnsigned = getInputType(typeWidth, false); in getOtherSizeTypes()
547 const InputType typeSigned = getInputType(typeWidth, true); in getOtherSizeTypes()
642 const InputType typeUnsigned = getInputType(typeWidth, false); in getBinaryFullOperationWithInputWidthStr()
643 const InputType typeSigned = getInputType(typeWidth, true); in getBinaryFullOperationWithInputWidthStr()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/
DStdDelegatingDeserializer.java135 JavaType delegateType = _converter.getInputType(ctxt.getTypeFactory()); in createContextual()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/
DJavaUtilCollectionsDeserializers.java171 public JavaType getInputType(TypeFactory typeFactory) { in getInputType() method in JavaUtilCollectionsDeserializers.JavaUtilCollectionsConverter
/external/deqp/modules/glshared/
DglsVertexArrayTests.hpp160 virtual InputType getInputType (void) const = 0;
183 virtual Array::InputType getInputType (void) const { return m_inputType; } in getInputType() function in deqp::gls::ContextArray
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/
DNumberPicker.java340 public int getInputType() { in getInputType() method in NumberPicker.NumberRangeKeyListener
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTextViewTest.java185 …assertThat(textView.getInputType()).isNotEqualTo(InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_V… in testGetInputType()
187 …assertThat(textView.getInputType()).isEqualTo(InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VARI… in testGetInputType()
/external/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DDescriptorsTest.java333 fooMethod.getInputType()); in testServiceDescriptor()
341 barMethod.getInputType()); in testServiceDescriptor()
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DDescriptorsTest.java317 assertEquals(UnittestProto.FooRequest.getDescriptor(), fooMethod.getInputType()); in testServiceDescriptor()
323 assertEquals(UnittestProto.BarRequest.getDescriptor(), barMethod.getInputType()); in testServiceDescriptor()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java2025 public Descriptor getInputType() { in getInputType() method in Descriptors.MethodDescriptor
2078 proto.getInputType(), this, DescriptorPool.SearchFilter.TYPES_ONLY); in crossLink()
2081 this, '\"' + proto.getInputType() + "\" is not a message type."); in crossLink()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DViewInflater.java673 private int getInputType(String value) { in getInputType() method in ViewInflater
794 return getInputType(value); in getInteger()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAccessibilityNodeInfo.java701 protected int getInputType() { in getInputType() method in ShadowAccessibilityNodeInfo
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp4225 …RC_IF_ERROR(m_currentProgram->m_program->rr::GeometryShader::getInputType() == rr::GEOMETRYSHADERI… in predrawErrorChecks()
4227 …RC_IF_ERROR(m_currentProgram->m_program->rr::GeometryShader::getInputType() == rr::GEOMETRYSHADERI… in predrawErrorChecks()
4233 …RC_IF_ERROR(m_currentProgram->m_program->rr::GeometryShader::getInputType() == rr::GEOMETRYSHADERI… in predrawErrorChecks()
4239 …RC_IF_ERROR(m_currentProgram->m_program->rr::GeometryShader::getInputType() == rr::GEOMETRYSHADERI… in predrawErrorChecks()
4244 …RC_IF_ERROR(m_currentProgram->m_program->rr::GeometryShader::getInputType() == rr::GEOMETRYSHADERI… in predrawErrorChecks()

12