HomeSort by relevance Sort by last modified time
    Searched refs:inputType (Results 1 - 25 of 47) sorted by null

1 2

  /external/deqp/framework/referencerenderer/
rrShaders.cpp 30 GeometryShader::GeometryShader (size_t numVaryingInputs, size_t numVaryingOutputs, GeometryShaderInputType inputType, GeometryShaderOutputType outputType, size_t verticesOut, size_t numInvocations)
31 : m_inputType (inputType)
rrShaders.hpp 176 GeometryShaderInputType inputType,
  /external/chromium_org/third_party/WebKit/Source/core/events/
TextEvent.cpp 39 PassRefPtrWillBeRawPtr<TextEvent> TextEvent::create(PassRefPtrWillBeRawPtr<AbstractView> view, const String& data, TextEventInputType inputType)
41 return adoptRefWillBeNoop(new TextEvent(view, data, inputType));
66 TextEvent::TextEvent(PassRefPtrWillBeRawPtr<AbstractView> view, const String& data, TextEventInputType inputType)
68 , m_inputType(inputType)
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
KitKatBrowserAccessibilityManager.java 34 int inputType,
40 node.setInputType(inputType);
71 int inputType,
BrowserAccessibilityManager.java 604 int inputType,
682 int inputType,
690 bundle.putInt("AccessibilityNodeInfo.inputType", inputType);
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
BaseClickableWithKeyInputType.cpp 66 void BaseClickableWithKeyInputType::handleKeyupEvent(InputType& inputType, KeyboardEvent* event)
72 inputType.dispatchSimulatedClickIfActive(event);
98 InputType::accessKeyAction(sendMouseEvents);
BaseMultipleFieldsDateAndTimeInputType.cpp 123 bool DateTimeFormatValidator::validateFormat(const String& format, const BaseMultipleFieldsDateAndTimeInputType& inputType)
127 return inputType.isValidFormat(m_hasYear, m_hasMonth, m_hasWeek, m_hasDay, m_hasAMPM, m_hasHour, m_hasMinute, m_hasSecond);
495 InputType::setValue(sanitizedValue, valueChanged, eventBehavior);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
AdapterInputConnection.java 9 import android.text.InputType;
63 outAttrs.inputType = EditorInfo.TYPE_CLASS_TEXT
66 int inputType = imeAdapter.getTextInputType();
69 outAttrs.inputType |= EditorInfo.TYPE_TEXT_FLAG_NO_SUGGESTIONS;
72 if (inputType == ImeAdapter.sTextInputTypeText) {
76 outAttrs.inputType |= EditorInfo.TYPE_TEXT_FLAG_AUTO_CORRECT;
78 } else if (inputType == ImeAdapter.sTextInputTypeTextArea ||
79 inputType == ImeAdapter.sTextInputTypeContentEditable) {
81 outAttrs.inputType |= EditorInfo.TYPE_TEXT_FLAG_MULTI_LINE
84 outAttrs.inputType |= EditorInfo.TYPE_TEXT_FLAG_AUTO_CORRECT
    [all...]
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
EditorInfoTest.java 42 info.inputType = EditorInfo.TYPE_MASK_CLASS;
66 assertEquals(info.inputType, targetInfo.inputType);
  /external/deqp/modules/glshared/
glsDrawTest.hpp 55 enum InputType
176 static std::string inputTypeToString (InputType type);
183 static int inputTypeSize (InputType type);
188 static AttributeSpec createAttributeArray (InputType inputType, OutputType outputType, Storage storage, Usage usage, int componentCount, int offset, int stride, bool normalize, int instanceDivisor);
189 static AttributeSpec createDefaultAttribute (InputType inputType, OutputType outputType, int componentCount); //!< allowed inputType values: INPUTTYPE_INT, INPUTTYPE_UNSIGNED_INT, INPUTTYPE_FLOAT
191 InputType inputType;
    [all...]
glsDrawTest.cpp 114 static GLenum inputTypeToGL (DrawTestSpec::InputType type)
200 static bool inputTypeIsFloatType (DrawTestSpec::InputType type)
527 static GLValue getMaxValue (DrawTestSpec::InputType type);
528 static GLValue getMinValue (DrawTestSpec::InputType type);
530 DrawTestSpec::InputType type;
615 GLValue GLValue::getMaxValue (DrawTestSpec::InputType type)
633 GLValue GLValue::getMinValue (DrawTestSpec::InputType type)
654 template<> struct GLValueTypeTraits<GLValue::Float> { static const DrawTestSpec::InputType Type = DrawTestSpec::INPUTTYPE_FLOAT; };
655 template<> struct GLValueTypeTraits<GLValue::Double> { static const DrawTestSpec::InputType Type = DrawTestSpec::INPUTTYPE_DOUBLE; };
656 template<> struct GLValueTypeTraits<GLValue::Byte> { static const DrawTestSpec::InputType Type = DrawTestSpec::INPUTTYPE_BYTE; }
    [all...]
glsVertexArrayTests.cpp 80 std::string Array::inputTypeToString(InputType type)
188 int Array::inputTypeSize (InputType type)
215 static bool inputTypeIsFloatType (Array::InputType type)
552 void ContextArray::bind (int attribNdx, int offset, int size, InputType inputType, OutputType outType, bool normalized, int stride)
557 m_inputType = inputType;
686 GLenum ContextArray::inputTypeToGL (Array::InputType type)
    [all...]
  /external/deqp/modules/gles2/scripts/
gen-swizzles.py 85 for (inputType, dataType, precision) in combinations.iterate():
87 print inputType, precision, dataType
  /external/deqp/modules/gles3/scripts/
gen-swizzles.py 85 for (inputType, dataType, precision) in combinations.iterate():
87 print inputType, precision, dataType
  /external/deqp/modules/gles2/functional/
es2fShaderMatrixTests.cpp 101 enum InputType
112 ShaderInput (InputType inputType_, DataType dataType_, Precision precision_)
113 : inputType (inputType_)
119 InputType inputType;
651 InputType in0Type = in0.inputType == INPUTTYPE_DYNAMIC ? INPUTTYPE_DYNAMIC : INPUTTYPE_CONST;
652 InputType in1Type = in1.inputType == INPUTTYPE_DYNAMIC ? INPUTTYPE_DYNAMIC : INPUTTYPE_CONST;
775 bool isInDynMat0 = isDataTypeMatrix(m_in0.dataType) && m_in0.inputType == INPUTTYPE_DYNAMIC
    [all...]
es2fDrawTests.cpp 87 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
98 spec.attribs[1].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
160 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
195 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
206 spec.attribs[1].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
241 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
254 gls::DrawTestSpec::InputType input;
267 spec.attribs[1].inputType = iopairs[ioNdx].input;
556 static const gls::DrawTestSpec::InputType inputTypes[] =
620 attribSpec.inputType = random.chooseWeighted<gls::DrawTestSpec::InputType> (DE_ARRAY_BEGIN(inputTypes), DE_ARRAY_END (…)
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrShaderProgram.cpp 115 if (m_geometryDecl.inputType == rr::GEOMETRYSHADERINPUTTYPE_LAST ||
121 if (m_geometryDecl.inputType != rr::GEOMETRYSHADERINPUTTYPE_LAST ||
137 decl.m_geometryDecl.inputType,
sglrShaderProgram.hpp 131 : inputType (inputType_)
138 rr::GeometryShaderInputType inputType;
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 24 import android.text.InputType;
166 switch (attribute.inputType & InputType.TYPE_MASK_CLASS) {
167 case InputType.TYPE_CLASS_NUMBER:
168 case InputType.TYPE_CLASS_DATETIME:
174 case InputType.TYPE_CLASS_PHONE:
180 case InputType.TYPE_CLASS_TEXT:
190 int variation = attribute.inputType & InputType.TYPE_MASK_VARIATION;
191 if (variation == InputType.TYPE_TEXT_VARIATION_PASSWORD |
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderMatrixTests.cpp 206 enum InputType
217 ShaderInput (InputType inputType_, DataType dataType_, Precision precision_)
218 : inputType (inputType_)
224 InputType inputType;
884 typedef void (*MatrixShaderEvalFunc) (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type);
892 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type)
905 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type
    [all...]
es3fDrawTests.cpp 118 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
129 spec.attribs[1].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
196 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
231 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
242 spec.attribs[1].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
277 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
289 spec.attribs[1].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
302 spec.attribs[2].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
337 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
350 gls::DrawTestSpec::InputType input
    [all...]
  /external/deqp/modules/gles2/stress/
es2sDrawTests.cpp 60 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
71 spec.attribs[1].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
279 gls::DrawTestSpec::InputType inputTypes[] =
343 attribSpec.inputType = random.chooseWeighted<gls::DrawTestSpec::InputType> (DE_ARRAY_BEGIN(inputTypes), DE_ARRAY_END(inputTypes), inputTypeWeights.weights);
358 if (attribSpec.stride && attribSpec.componentCount * gls::DrawTestSpec::inputTypeSize(attribSpec.inputType) > attribSpec.stride)
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
DesktopView.java 17 import android.text.InputType;
305 outAttrs.inputType = InputType.TYPE_NULL;
  /external/deqp/modules/gles3/stress/
es3sDrawTests.cpp 241 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
252 spec.attribs[1].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
482 gls::DrawTestSpec::InputType inputTypes[] =
560 attribSpec.inputType = random.chooseWeighted<gls::DrawTestSpec::InputType> (DE_ARRAY_BEGIN(inputTypes), DE_ARRAY_END(inputTypes), inputTypeWeights.weights);
575 if (attribSpec.stride && attribSpec.componentCount * gls::DrawTestSpec::inputTypeSize(attribSpec.inputType) > attribSpec.stride)
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
braille_input_handler.js 252 var inputType = this.inputContext_.type;
253 return inputType === 'url' || inputType === 'email';

Completed in 1911 milliseconds

1 2