/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)
|
/external/gemmlowp/internal/ |
output_neon.h | 45 typedef NEONFragmentInt32x16x1 OutputType; 50 OutputType Eval(InputType input, int row, int col) const { 51 OutputType output; 69 typedef NEONFragmentInt32x4x1 OutputType; 74 OutputType Eval(InputType input, int, int) const { 96 typedef NEONFragmentInt32x4x1 OutputType; 102 OutputType Eval(InputType input, int row, int col) const { 126 typedef NEONFragmentInt32x4x1 OutputType; 132 OutputType Eval(InputType input, int row, int col) const { 154 typedef NEONFragmentUint8x4x1 OutputType; [all...] |
output.h | 76 // Each specialization provides a OutputType typedef and an Eval function 77 // returning OutputType. The OutputType typically depends on the InputType. 106 typedef FragmentInt32x1x1 OutputType; 111 OutputType Eval(InputType input, int, int) const { 129 typedef FragmentInt32x1x1 OutputType; 135 OutputType Eval(InputType input, int row, int col) const { 153 typedef FragmentInt32x1x1 OutputType; 159 OutputType Eval(InputType input, int row, int col) const { 177 typedef FragmentUint8x1x1 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/skia/src/gpu/effects/ |
GrPorterDuffXferProcessor.cpp | 33 enum OutputType { 73 template<OutputType PrimaryOut, OutputType SecondaryOut, 106 OutputType fPrimaryOutputType : 4; 107 OutputType fSecondaryOutputType : 4; 387 BlendFormula::OutputType outputType, const char* output, 389 switch (outputType) { [all...] |
/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/libgdx/gdx/src/com/badlogic/gdx/utils/ |
JsonWriter.java | 32 private OutputType outputType = OutputType.json;
43 /** Sets the type of JSON output. Default is {@link OutputType#minimal}. */
44 public void setOutputType (OutputType outputType) {
45 this.outputType = outputType;
60 writer.write(outputType.quoteName(name));
88 writer.write(outputType.quoteValue(value)); [all...] |
/external/clang/tools/driver/ |
cc1as_main.cpp | 109 FileType OutputType; 141 OutputType = FT_Asm; 228 unsigned OutputType = StringSwitch<unsigned>(Name) 233 if (OutputType == ~0U) { 237 Opts.OutputType = FileType(OutputType); 318 bool IsBinary = Opts.OutputType == AssemblerInvocation::FT_Obj; 374 if (Opts.OutputType == AssemblerInvocation::FT_Asm) { 387 } else if (Opts.OutputType == AssemblerInvocation::FT_Null) { 390 assert(Opts.OutputType == AssemblerInvocation::FT_Obj & [all...] |
/frameworks/compile/slang/ |
slang.h | 77 enum OutputType { 148 OutputType mOT; 210 OutputType OT); 237 void setOutputType(OutputType OT) { mOT = OT; }
|
/external/deqp/modules/glshared/ |
glsDrawTest.hpp | 77 enum OutputType 178 static std::string outputTypeToString (OutputType 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 193 OutputType outputType;
|
glsVertexArrayTests.hpp | 86 enum OutputType 145 static std::string outputTypeToString (OutputType type); 154 virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType, bool normalized, int stride) = 0; 161 virtual OutputType getOutputType (void) const = 0; 176 virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType, bool normalized, int stride); 184 virtual Array::OutputType getOutputType (void) const { return m_outputType; } 195 static std::string outputTypeToGLType (Array::OutputType type); 210 Array::OutputType m_outputType; 457 ArraySpec (Array::InputType inputType, Array::OutputType outputType, Array::Storage storage, Array::Usage usage, int componetCount, int offset, int stride, bool norma (…) [all...] |
/external/llvm/tools/gold/ |
gold-plugin.cpp | 117 enum OutputType { 124 static OutputType TheOutputType = OT_NORMAL;
|
/external/clang/lib/CodeGen/ |
CGStmt.cpp | [all...] |
/prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-api/2.42.2/ |
selenium-api-2.42.2.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/builder-model/1.1.0/ |
builder-model-1.1.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/builder-model/1.1.3/ |
builder-model-1.1.3.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/builder-model/1.2.0/ |
builder-model-1.2.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/builder-model/1.2.0-alpha1/ |
builder-model-1.2.0-alpha1.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/builder-model/1.2.0-beta4/ |
builder-model-1.2.0-beta4.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/builder-model/1.2.0-rc1/ |
builder-model-1.2.0-rc1.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/builder-model/1.2.1/ |
builder-model-1.2.1.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/builder-model/1.2.2/ |
builder-model-1.2.2.jar | |