HomeSort by relevance Sort by last modified time
    Searched defs:InputType (Results 1 - 25 of 25) sorted by null

  /external/webkit/Source/WebCore/html/
InputType.h 71 // An InputType object represents the type-specific part of an HTMLInputElement.
72 // Do not expose instances of InputType and classes derived from it to classes
74 class InputType {
75 WTF_MAKE_NONCOPYABLE(InputType); WTF_MAKE_FAST_ALLOCATED;
77 static PassOwnPtr<InputType> create(HTMLInputElement*, const String&);
78 static PassOwnPtr<InputType> createText(HTMLInputElement*);
79 virtual ~InputType();
232 // Parses the specified string for this InputType, and returns true if it
244 InputType(HTMLInputElement* element) : m_element(element) { }
251 // Raw pointer because the HTMLInputElement object owns this InputType object
    [all...]
InputType.cpp 28 #include "InputType.h"
74 typedef PassOwnPtr<InputType> (*InputTypeFactoryFunction)(HTMLInputElement*);
107 PassOwnPtr<InputType> InputType::create(HTMLInputElement* element, const String& typeName)
110 PassOwnPtr<InputType> (*factory)(HTMLInputElement*) = typeName.isEmpty() ? 0 : factoryMap->get(typeName);
116 PassOwnPtr<InputType> InputType::createText(HTMLInputElement* element)
121 InputType::~InputType()
125 bool InputType::isTextField() cons
    [all...]
  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffJacobian.h 35 typedef typename Functor::InputType InputType;
48 void operator() (const InputType& x, ValueType* v, JacobianType* _jac=0) const
  /external/eigen/unsupported/test/
forward_adolc.cpp 33 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType;
65 void operator() (const InputType& x, ValueType* v, JacobianType* _j) const
103 typename Func::InputType x = Func::InputType::Random(f.inputs());
NumericalDiff.cpp 20 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType;
autodiff.cpp 39 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType;
71 void operator() (const InputType& x, ValueType* v, JacobianType* _j) const
109 typename Func::InputType x = Func::InputType::Random(f.inputs());
NonLinearOptimization.cpp 112 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType;
125 // void operator() (const InputType& x, ValueType* v, JacobianType* _j=0) const;
    [all...]
  /external/eigen/unsupported/Eigen/src/NumericalDiff/
NumericalDiff.h 41 typedef typename Functor::InputType InputType;
64 int df(const InputType& _x, JacobianType &jac) const
69 const typename InputType::Index n = _x.size();
72 InputType x = _x;
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
vertexconversion.h 157 typedef InT InputType;
162 static void convertArray(const InputType *in, std::size_t stride, std::size_t n, OutputType *out)
166 const InputType *ein = pointerAddBytes(in, i * stride);
179 return convertArray(static_cast<const InputType*>(in), stride, n, static_cast<OutputType*>(out));
190 static void copyComponent(OutputType *out, const InputType *in, std::size_t elementindex, OutputType defaultvalue)
  /frameworks/base/core/java/android/text/
InputType.java 30 * <dd>inputType = TYPE_CLASS_TEXT |
34 * <dd>inputType = TYPE_CLASS_TEXT |
39 * <dd>inputType = TYPE_CLASS_DATETIME |
43 public interface InputType {
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.h 599 enum InputType {
680 InputType getInputType(WebCore::Node* node);
    [all...]
  /external/clang/lib/Driver/
Driver.cpp 904 types::ID InputType = types::TY_Nothing;
    [all...]
Tools.cpp     [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 427 milliseconds