| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ | 
| cStringIO.h | 60   PyTypeObject *InputType, *OutputType; 68   (Py_TYPE(O)==PycStringIO->OutputType)
 
 | 
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ | 
| cStringIO.h | 60   PyTypeObject *InputType, *OutputType; 68   (Py_TYPE(O)==PycStringIO->OutputType)
 
 | 
| /external/protobuf/csharp/src/Google.Protobuf/Reflection/ | 
| MethodDescriptor.cs | 43         private MessageDescriptor outputType; 58         public MessageDescriptor OutputType { get { return outputType; } }
 95             lookup = File.DescriptorPool.LookupSymbol(Proto.OutputType, this);
 98                 throw new DescriptorValidationException(this, "\"" + Proto.OutputType + "\" is not a message type.");
 100             outputType = (MessageDescriptor) lookup;
 
 | 
| /external/python/cpython2/Include/ | 
| cStringIO.h | 60   PyTypeObject *InputType, *OutputType; 68   (Py_TYPE(O)==PycStringIO->OutputType)
 
 | 
| /prebuilts/gdb/darwin-x86/include/python2.7/ | 
| cStringIO.h | 60   PyTypeObject *InputType, *OutputType; 68   (Py_TYPE(O)==PycStringIO->OutputType)
 
 | 
| /prebuilts/gdb/linux-x86/include/python2.7/ | 
| cStringIO.h | 60   PyTypeObject *InputType, *OutputType; 68   (Py_TYPE(O)==PycStringIO->OutputType)
 
 | 
| /prebuilts/python/darwin-x86/2.7.5/include/python2.7/ | 
| cStringIO.h | 60   PyTypeObject *InputType, *OutputType; 68   (Py_TYPE(O)==PycStringIO->OutputType)
 
 | 
| /prebuilts/python/linux-x86/2.7.5/include/python2.7/ | 
| cStringIO.h | 60   PyTypeObject *InputType, *OutputType; 68   (Py_TYPE(O)==PycStringIO->OutputType)
 
 | 
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/ | 
| example.py | 98     class OutputType(InputType): 
 | 
| /external/python/cpython2/Tools/framer/ | 
| example.py | 98     class OutputType(InputType): 
 | 
| /external/skia/src/gpu/glsl/ | 
| GrGLSLVertexGeoBuilder.h | 60     enum class OutputType { 66     void configure(InputType, OutputType, int maxVertices, int numInvocations = 1);
 
 | 
| /external/skqp/src/gpu/glsl/ | 
| GrGLSLVertexGeoBuilder.h | 60     enum class OutputType { 66     void configure(InputType, OutputType, int maxVertices, int numInvocations = 1);
 
 | 
| /external/gemmlowp/internal/ | 
| output.h | 49   using OutputBufferType = typename BufferEvalImplType::OutputType; 51   using OutputType = RegisterBlock<OutputScalarType, kRows, kCols>;
 55   OutputType Eval(InputType input, int, int) const {
 56     OutputType output;
 68   using OutputType = RegisterBuffer<std::int32_t, Size>;
 74   OutputType Eval(InputType input) const {
 80     OutputType output;
 95   typedef RegisterBlock<std::int32_t, Rows, Cols> OutputType;
 100   OutputType Eval(InputType input, int row, int col) const {
 101     OutputType output
 [all...]
 | 
| output_msa.h | 30   typedef RegBufferUint8<4> OutputType; 36   OutputType Eval(InputType input) const {
 37     OutputType output;
 63   typedef RegBufferUint8<8> OutputType;
 69   OutputType Eval(InputType input) const {
 70     OutputType output;
 120   typedef RegBufferUint8<16> OutputType;
 126   OutputType Eval(InputType input) const {
 127     OutputType output;
 138   typedef RegBufferUint8<32> OutputType;
 [all...]
 | 
| output_neon.h | 30   typedef RegBufferUint8<4> OutputType; 36   OutputType Eval(InputType input) const {
 37     OutputType output;
 49   typedef RegBufferUint8<8> OutputType;
 55   OutputType Eval(InputType input) const {
 56     OutputType output;
 68   typedef RegBufferUint8<16> OutputType;
 74   OutputType Eval(InputType input) const {
 75     OutputType output;
 90   typedef RegBufferUint8<32> OutputType;
 [all...]
 | 
| output_sse.h | 30   typedef RegBufferUint8<4> OutputType; 36   OutputType Eval(InputType input) const {
 37     OutputType output;
 49   typedef RegBufferUint8<8> OutputType;
 55   OutputType Eval(InputType input) const {
 56     OutputType output;
 69   typedef RegBufferUint8<16> OutputType;
 75   OutputType Eval(InputType input) const {
 76     OutputType output;
 88   typedef RegBufferUint8<32> OutputType;
 [all...]
 | 
| /external/llvm/tools/bugpoint/ | 
| ExecutionDriver.cpp | 28   // OutputType - Allow the user to specify the way code should be run, to test 31   enum OutputType {
 42   cl::opt<OutputType>
 61   cl::opt<OutputType>
 
 | 
| /external/protobuf/java/core/src/test/java/com/google/protobuf/ | 
| CodedOutputStreamTest.java | 59     OutputType getOutputType(); 82     public OutputType getOutputType() {
 83       return OutputType.STREAM;
 107     public OutputType getOutputType() {
 108       return OutputType.ARRAY;
 145     public OutputType getOutputType() {
 146       return OutputType.NIO_HEAP;
 183     public OutputType getOutputType() {
 184       return OutputType.NIO_DIRECT;
 188   private enum OutputType {
 [all...]
 | 
| /external/skia/src/gpu/effects/ | 
| GrPorterDuffXferProcessor.cpp | 32     enum OutputType { 45     constexpr BlendFormula(OutputType primaryOut, OutputType secondaryOut, GrBlendEquation equation,
 102     OutputType primaryOutput() const {
 107     OutputType secondaryOutput() const {
 142     static constexpr Properties GetProperties(OutputType PrimaryOut, OutputType SecondaryOut,
 150             OutputType        fPrimaryOutputType    : 4;
 151             OutputType        fSecondaryOutputType  : 4;
 170 constexpr BlendFormula::Properties BlendFormula::GetProperties(OutputType PrimaryOut
 [all...]
 | 
| /external/skqp/src/gpu/effects/ | 
| GrPorterDuffXferProcessor.cpp | 32     enum OutputType { 45     constexpr BlendFormula(OutputType primaryOut, OutputType secondaryOut, GrBlendEquation equation,
 102     OutputType primaryOutput() const {
 107     OutputType secondaryOutput() const {
 142     static constexpr Properties GetProperties(OutputType PrimaryOut, OutputType SecondaryOut,
 150             OutputType        fPrimaryOutputType    : 4;
 151             OutputType        fSecondaryOutputType  : 4;
 170 constexpr BlendFormula::Properties BlendFormula::GetProperties(OutputType PrimaryOut
 [all...]
 | 
| /external/swiftshader/third_party/LLVM/tools/bugpoint/ | 
| ExecutionDriver.cpp | 27   // OutputType - Allow the user to specify the way code should be run, to test 30   enum OutputType {
 42   cl::opt<OutputType>
 63   cl::opt<OutputType>
 
 | 
| /external/tensorflow/tensorflow/contrib/image/kernels/ | 
| image_ops.h | 152   typedef typename TTypes<T, 4>::Tensor OutputType; 161   void operator()(const Device& device, OutputType* output,
 
 | 
| /art/tools/dexfuzz/src/dexfuzz/program/mutators/ | 
| ValuePrinter.java | 68       if (getInstructionOutputType(mInsn) != OutputType.UNKNOWN) { 94       if (getInstructionOutputType(insnOutputToPrint) == OutputType.UNKNOWN) {
 119     OutputType outputType = getInstructionOutputType(insnOutputToPrint);
 121     if (outputType == OutputType.UNKNOWN) {
 128         outputType.getSignatureForPrintln());
 132     if (outputType == OutputType.LONG || outputType == OutputType.DOUBLE)
 [all...]
 | 
| /external/clang/tools/driver/ | 
| cc1as_main.cpp | 108   FileType OutputType; 140     OutputType = FT_Asm;
 228     unsigned OutputType = StringSwitch<unsigned>(Name)
 233     if (OutputType == ~0U) {
 237       Opts.OutputType = FileType(OutputType);
 320   bool IsBinary = Opts.OutputType == AssemblerInvocation::FT_Obj;
 375   if (Opts.OutputType == AssemblerInvocation::FT_Asm) {
 388   } else if (Opts.OutputType == AssemblerInvocation::FT_Null) {
 391     assert(Opts.OutputType == AssemblerInvocation::FT_Obj &
 [all...]
 | 
| /frameworks/compile/slang/ | 
| slang.h | 80   enum OutputType { 151   OutputType mOT;
 213                                     OutputType OT);
 240   void setOutputType(OutputType OT) { mOT = OT; }
 
 |