/external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/async/ |
D | AsyncNumberCoercionTest.java | 77 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/ |
D | NumberCoercionTest.java | 69 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()
|
D | NumberParsingTest.java | 223 assertEquals(JsonToken.VALUE_NUMBER_INT, e.getInputType()); in _testSimpleLong()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/ |
D | Converter.java | 37 public JavaType getInputType(TypeFactory typeFactory); in getInputType() method
|
D | StdConverter.java | 26 public JavaType getInputType(TypeFactory typeFactory) { in getInputType() method in StdConverter
|
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/exc/ |
D | InputCoercionException.java | 62 public JsonToken getInputType() { in getInputType() method in InputCoercionException
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | MethodDescriptorProto.php | 116 public function getInputType() function in Google\\Protobuf\\Internal\\MethodDescriptorProto
|
/external/deqp/framework/referencerenderer/ |
D | rrShaders.hpp | 185 inline GeometryShaderInputType getInputType (void) const { return m_inputType; } in getInputType() function in rr::GeometryShader
|
D | rrRenderer.cpp | 1623 …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/ |
D | DeserializerCache.java | 352 JavaType delegateType = conv.getInputType(ctxt.getTypeFactory()); in _createDeserializer() 449 JavaType delegateType = conv.getInputType(ctxt.getTypeFactory()); in findConvertingDeserializer()
|
D | BeanDeserializerBase.java | 717 JavaType delegateType = conv.getInputType(ctxt.getTypeFactory()); in findConvertingDeserializer()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmGraphicsShaderTestUtil.cpp | 1299 …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 …]
|
D | vktSpvAsmGraphicsShaderTestUtil.hpp | 169 const IFDataType& getInputType (void) const in getInputType() function in vkt::SpirVAssembly::GraphicsInterfaces
|
D | vktSpvAsmTypeTests.cpp | 518 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/ |
D | StdDelegatingDeserializer.java | 135 JavaType delegateType = _converter.getInputType(ctxt.getTypeFactory()); in createContextual()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/ |
D | JavaUtilCollectionsDeserializers.java | 171 public JavaType getInputType(TypeFactory typeFactory) { in getInputType() method in JavaUtilCollectionsDeserializers.JavaUtilCollectionsConverter
|
/external/deqp/modules/glshared/ |
D | glsVertexArrayTests.hpp | 160 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/ |
D | NumberPicker.java | 340 public int getInputType() { in getInputType() method in NumberPicker.NumberRangeKeyListener
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowTextViewTest.java | 185 …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/ |
D | DescriptorsTest.java | 333 fooMethod.getInputType()); in testServiceDescriptor() 341 barMethod.getInputType()); in testServiceDescriptor()
|
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | DescriptorsTest.java | 317 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/ |
D | Descriptors.java | 2025 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/ |
D | ViewInflater.java | 673 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/ |
D | ShadowAccessibilityNodeInfo.java | 701 protected int getInputType() { in getInputType() method in ShadowAccessibilityNodeInfo
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 4225 …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()
|