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

1 2 3

  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
NonCanonRead.c 43 UINT32 InputType;
68 InputType = 0;
69 if(tioMin != 0) InputType = 2;
70 if(tioTime != 0) ++InputType;
71 //switch(InputType) {
  /external/swiftshader/src/Renderer/
ETC_Decoder.hpp 18 enum InputType
38 /// @param inputType src's format
40 static bool Decode(const unsigned char* src, unsigned char *dst, int w, int h, int dstW, int dstH, int dstPitch, int dstBpp, InputType inputType);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
cStringIO.h 60 PyTypeObject *InputType, *OutputType;
66 (Py_TYPE(O)==PycStringIO->InputType)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
cStringIO.h 60 PyTypeObject *InputType, *OutputType;
66 (Py_TYPE(O)==PycStringIO->InputType)
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
MethodDescriptor.cs 42 private MessageDescriptor inputType;
53 public MessageDescriptor InputType { get { return inputType; } }
88 IDescriptor lookup = File.DescriptorPool.LookupSymbol(Proto.InputType, this);
91 throw new DescriptorValidationException(this, "\"" + Proto.InputType + "\" is not a message type.");
93 inputType = (MessageDescriptor) lookup;
  /external/skia/src/gpu/glsl/
GrGLSLGeometryShaderBuilder.h 19 enum class InputType {
33 void configure(InputType, OutputType, int maxVertices, int numInvocations = 1);
  /prebuilts/gdb/darwin-x86/include/python2.7/
cStringIO.h 60 PyTypeObject *InputType, *OutputType;
66 (Py_TYPE(O)==PycStringIO->InputType)
  /prebuilts/gdb/linux-x86/include/python2.7/
cStringIO.h 60 PyTypeObject *InputType, *OutputType;
66 (Py_TYPE(O)==PycStringIO->InputType)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
cStringIO.h 60 PyTypeObject *InputType, *OutputType;
66 (Py_TYPE(O)==PycStringIO->InputType)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
cStringIO.h 60 PyTypeObject *InputType, *OutputType;
66 (Py_TYPE(O)==PycStringIO->InputType)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/
example.py 37 class InputType(Type):
98 class OutputType(InputType):
  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffJacobian.h 35 typedef typename Functor::InputType InputType;
40 InputsAtCompileTime = InputType::RowsAtCompileTime,
57 void operator() (const InputType& x, ValueType* v) const
62 void operator() (const InputType& x, ValueType* v, JacobianType* _jac,
65 void operator() (const InputType& x, ValueType* v, JacobianType* _jac=0) const
  /external/eigen/unsupported/test/
forward_adolc.cpp 31 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType;
63 void operator() (const InputType& x, ValueType* v, JacobianType* _j) const
101 typename Func::InputType x = Func::InputType::Random(f.inputs());
NumericalDiff.cpp 20 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType;
autodiff.cpp 40 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType;
72 void operator() (const InputType& x, ValueType* v, JacobianType* _j) const
114 typedef Matrix<Scalar, 2, 1> InputType;
161 typedef typename Func::InputType InputType;
164 InputType x = InputType::Random(InputType::RowsAtCompileTime);
193 typename Func::InputType x = Func::InputType::Random(f.inputs())
    [all...]
NonLinearOptimization.cpp 115 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType;
128 // 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
71 const typename InputType::Index n = _x.size();
74 InputType x = _x;
  /external/gemmlowp/internal/
output_neon.h 44 typedef NEONFragmentInt32x16x1 InputType;
50 OutputType Eval(InputType input, int row, int col) const {
68 typedef NEONFragmentInt32x4x1 InputType;
74 OutputType Eval(InputType input, int, int) const {
95 typedef NEONFragmentInt32x4x1 InputType;
102 OutputType Eval(InputType input, int row, int col) const {
125 typedef NEONFragmentInt32x4x1 InputType;
132 OutputType Eval(InputType input, int row, int col) const {
153 typedef NEONFragmentInt32x4x1 InputType;
159 OutputType Eval(InputType input, int, int) const
    [all...]
output.h 77 // returning OutputType. The OutputType typically depends on the InputType.
88 // InputType's.
89 template <typename OutputStageType, typename InputType>
93 std::is_same<InputType, void>::value,
105 typedef FragmentInt32x1x1 InputType;
111 OutputType Eval(InputType input, int, int) const {
128 typedef FragmentInt32x1x1 InputType;
135 OutputType Eval(InputType input, int row, int col) const {
152 typedef FragmentInt32x1x1 InputType;
159 OutputType Eval(InputType input, int row, int col) const
    [all...]
  /frameworks/base/core/java/android/text/
InputType.java 28 * <dd>inputType = TYPE_CLASS_TEXT |
32 * <dd>inputType = TYPE_CLASS_TEXT |
37 * <dd>inputType = TYPE_CLASS_DATETIME |
41 public interface InputType {
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
AlertDialogTask.java 48 private InputType mInputType;
58 private enum InputType {
65 mInputType = InputType.DEFAULT;
97 mInputType = InputType.MENU;
112 mInputType = InputType.SINGLE_CHOICE;
132 mInputType = InputType.MULTI_CHOICE;
144 mInputType = InputType.PLAIN_TEXT;
159 mEditInputType = android.text.InputType.TYPE_CLASS_TEXT;
164 mInputType = InputType.PASSWORD;
229 mEditText.setInputType(android.text.InputType.TYPE_TEXT_VARIATION_PASSWORD)
    [all...]
  /external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LevenbergMarquardt.h 49 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType;
61 //int operator()(const InputType &x, ValueType& fvec) { }
64 //int df(const InputType &x, JacobianType& fjac) { }
73 typedef Matrix<Scalar,Dynamic,1> InputType;
88 //int operator()(const InputType &x, ValueType& fvec) { }
91 //int df(const InputType &x, JacobianType& fjac) { }
  /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...]
  /external/deqp/modules/glshared/
glsDrawTest.hpp 56 enum InputType
177 static std::string inputTypeToString (InputType type);
184 static int inputTypeSize (InputType type);
189 static AttributeSpec createAttributeArray (InputType inputType, OutputType outputType, Storage storage, Usage usage, int componentCount, int offset, int stride, bool normalize, int instanceDivisor);
190 static AttributeSpec createDefaultAttribute (InputType inputType, OutputType outputType, int componentCount); //!< allowed inputType values: INPUTTYPE_INT, INPUTTYPE_UNSIGNED_INT, INPUTTYPE_FLOAT
192 InputType inputType;
    [all...]
  /external/clang/lib/Driver/
Driver.cpp     [all...]

Completed in 1060 milliseconds

1 2 3