Searched defs:Program (Results 1 - 25 of 30) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Composition/
H A DProgram.cs7 internal class Program class in namespace:Antlr3.Runtime.Test.Composition
/external/ceres-solver/internal/ceres/
H A Dprogram.h49 // adding and modifying parameters and residuals. The Program contains the core
53 // objective function. Various parts of Ceres transform one Program into
57 class Program { class in namespace:ceres::internal
59 Program();
60 explicit Program(const Program& program);
145 Program* CreateReducedProgram(vector<double*>* removed_parameter_blocks,
181 // The Program does not own the ParameterBlock or ResidualBlock objects.
H A Dprogram.cc53 Program::Program() {} function in class:ceres::internal::Program
55 Program::Program(const Program& program) function in class:ceres::internal::Program
60 const vector<ParameterBlock*>& Program::parameter_blocks() const {
64 const vector<ResidualBlock*>& Program::residual_blocks() const {
68 vector<ParameterBlock*>* Program::mutable_parameter_blocks() {
72 vector<ResidualBlock*>* Program::mutable_residual_blocks() {
76 bool Program
[all...]
/external/llvm/lib/Support/
H A DProgram.cpp1 //===-- Program.cpp - Implement OS Program Concept --------------*- C++ -*-===//
10 // This file implements the operating system Program concept.
14 #include "llvm/Support/Program.h"
26 static bool Execute(ProcessInfo &PI, StringRef Program, const char **args,
30 int sys::ExecuteAndWait(StringRef Program, const char **args, const char **envp, argument
35 if (Execute(PI, Program, args, envp, redirects, memoryLimit, ErrMsg)) {
49 ProcessInfo sys::ExecuteNoWait(StringRef Program, const char **args, argument
56 if (!Execute(PI, Program, args, envp, redirects, memoryLimit, ErrMsg))
65 #include "Unix/Program
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceDefinition.cpp2 * drawElements Quality Program OpenGL ES 3.1 Module
21 * \brief Program interface
409 Program::Program (void) function in class:deqp::gles31::Functional::ProgramInterfaceDefinition::Program
430 Program::~Program (void)
455 Shader* Program::addShader (glu::ShaderType type, glu::GLSLVersion version)
470 void Program::setSeparable (bool separable)
475 bool Program::isSeparable (void) const
480 const std::vector<Shader*>& Program
[all...]
H A Des31fProgramInterfaceDefinition.hpp4 * drawElements Quality Program OpenGL ES 3.1 Module
23 * \brief Program interface
55 class Program;
84 friend class Program;
87 class Program class in namespace:deqp::gles31::Functional::ProgramInterfaceDefinition
90 Program (void);
91 ~Program (void);
116 Program& operator= (const Program&);
117 Program (cons
[all...]
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DttProgram.py203 class Program(object): class in inherits:object
456 p = Program()
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DttProgram.py203 class Program(object): class in inherits:object
456 p = Program()
/external/lldb/test/unittest2/test/
H A Dtest_break.py197 class Program(unittest2.TestProgram): class in function:TestBreak.testMainInstallsHandler
207 p = Program(False)
220 p = Program(True)
/external/llvm/tools/bugpoint/
H A DBugDriver.h51 Module *Program; // The raw program, linked together member in class:llvm::BugDriver
110 /// miscompiles Program as input. It tries to reduce the testcase to
139 Module *getProgram() const { return Program; }
144 Module *OldProgram = Program;
145 Program = M;
170 /// executeProgram - This method runs "Program", capturing the output of the
173 std::string executeProgram(const Module *Program,
185 std::string executeProgramSafely(const Module *Program,
202 bool diffProgram(const Module *Program,
214 /// This method clones the current Program an
[all...]
H A DOptimizerDriver.cpp28 #include "llvm/Support/Program.h"
59 /// writeProgramToFile - This writes the current "Program" to the named bitcode
88 /// EmitProgressBitcode - This function is used to output the current Program
121 /// runPasses - Run the specified passes on Program, outputting a bitcode file
129 bool BugDriver::runPasses(Module *Program, argument
159 WriteBitcodeToFile(Program, InFile.os(), PreserveBitcodeUseListOrder);
H A DExecutionDriver.cpp291 /// executeProgram - This method runs "Program", capturing the output of the
295 std::string BugDriver::executeProgram(const Module *Program, argument
317 if (writeProgramToFile(BitcodeFile, UniqueFD, Program)) {
358 "*** Program execution timed out! This mechanism is designed to handle\n"
379 std::string BugDriver::executeProgramSafely(const Module *Program, argument
382 return executeProgram(Program, OutputFile, "", "", SafeInterpreter, Error);
417 compileProgram(Program, &Error);
421 ReferenceOutputFile = executeProgramSafely(Program, Filename, &Error);
441 bool BugDriver::diffProgram(const Module *Program, argument
448 executeProgram(Program, "", BitcodeFil
[all...]
/external/deqp/framework/opengl/
H A DgluShaderProgram.cpp2 * drawElements Quality Program OpenGL ES Utilities
135 // Program
175 Program::Program (const RenderContext& renderCtx) function in class:glu::Program
183 Program::Program (const glw::Functions& gl) function in class:glu::Program
191 Program::Program (const RenderContext& renderCtx, deUint32 program) function in class:glu::Program
199 Program::~Program (voi
[all...]
H A DgluShaderProgram.hpp4 * drawElements Quality Program OpenGL ES Utilities
23 * \brief Shader and Program helpers.
58 * \brief Program information (link status, log).
102 * \brief Program object.
104 class Program class in namespace:glu
107 Program (const glw::Functions& gl);
108 Program (const RenderContext& renderCtx);
109 Program (const RenderContext& renderCtx, deUint32 program);
110 ~Program (void);
134 Program (cons
[all...]
/external/deqp/framework/referencerenderer/
H A DrrRenderer.hpp4 * drawElements Quality Program Reference Renderer
60 struct Program struct in namespace:rr
62 Program (const VertexShader* vertexShader_, const FragmentShader* fragmentShader_, const GeometryShader* geometryShader_ = DE_NULL) function in struct:rr::Program
110 DrawCommand (const RenderState& state_, const RenderTarget& renderTarget_, const Program& program_, int numVertexAttribs_, const VertexAttrib* vertexAttribs_, const PrimitiveList& primitives_)
122 const Program& program;
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.h46 struct rc_program Program; member in struct:radeon_compiler
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.cpp281 Symbol::Symbol(Program *prog, DataFile f, ubyte fidx)
295 Program *prog = pol.context()->getProgram();
319 ImmediateValue::ImmediateValue(Program *prog, uint32_t uval)
332 ImmediateValue::ImmediateValue(Program *prog, float fval)
345 ImmediateValue::ImmediateValue(Program *prog, double dval)
369 Program *prog = pol.context()->getProgram();
995 Program::Program(Type type, Target *arch) function in class:nv50_ir::Program
1020 Program::~Program()
[all...]
/external/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp222 /// @param Program This is either an absolute path, relative path, or simple a
227 static std::string FindProgram(const std::string &Program, argument
244 Program.c_str(),
329 errs() << ToolName << ": Found Program: " << ProgramToRun << '\n';
339 errs() << ToolName << ": Program Image Path: " << ProgramToRun << '\n'
490 // Program is loading user32.dll, in the applications we are testing,
/external/deqp/modules/egl/
H A DteglRenderTests.cpp2 * drawElements Quality Program EGL Module
440 rr::Program(static_cast<const rr::VertexShader*>(&shader), static_cast<const rr::FragmentShader*>(&shader)),
451 class Program class in namespace:deqp::egl::__anon3133
454 Program (void) {} function in class:deqp::egl::__anon3133::Program
455 virtual ~Program (void) {}
460 typedef de::SharedPtr<Program> ProgramSp;
484 class GLES2Program : public Program
507 GLU_CHECK_GLW_MSG(m_gl, "Program setup failed");
528 void drawGLES2 (const glw::Functions& gl, const Program& program, const DrawPrimitiveOp& drawOp)
596 Program* createProgra
[all...]
H A DteglImageFormatTests.cpp2 * drawElements Quality Program EGL Module
99 class Program : public glu::ShaderProgram class in namespace:deqp::egl::__anon3123
102 Program (const glw::Functions& gl, const char* vertexSource, const char* fragmentSource) function in class:deqp::egl::__anon3123::Program
419 Program program(gl, vertexShader, fragmentShader);
494 Program program(gl, vertexShader, fragmentShader);
618 Program program(gl, vertexShader, fragmentShader);
H A DteglGLES2SharingThreadedTests.cpp2 * drawElements Quality Program EGL Module
74 class Program;
94 SharedPtr<Program> popProgram (int index);
95 const SharedPtr<Program> getProgram (int index) const { return m_programs[index]; }
96 void addProgram (SharedPtr<Program> program) { m_programs.push_back(program); }
103 std::vector<SharedPtr<Program> > m_programs;
133 SharedPtr<Program> GLES2ResourceManager::popProgram (int index)
135 SharedPtr<Program> program = m_programs[index];
1454 class Program : public Object class in namespace:deqp::egl::GLES2ThreadTest
1457 Program (SharedPt
1470 Program::Program (SharedPtr<tcu::ThreadUtil::Event> event, SharedPtr<FenceSync> sync) function in class:deqp::egl::GLES2ThreadTest::Program
[all...]
/external/deqp/modules/glshared/
H A DglsLongStressCase.cpp2 * drawElements Quality Program OpenGL (ES) Module
680 class Program class
683 Program (void);
684 ~Program (void);
695 Program (const Program&); // Not allowed.
696 Program& operator= (const Program&); // Not allowed.
708 Program::Program (voi function in class:deqp::gls::LongStressCaseInternal::Program
[all...]
H A DglsTextureTestUtil.hpp4 * drawElements Quality Program OpenGL (ES) Module
130 enum Program enum in namespace:deqp::gls::TextureTestUtil
198 glu::ShaderProgram* getProgram (Program program);
209 std::map<Program, glu::ShaderProgram*> m_programs;
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp429 const char Program[] = local
433 EXPECT_TRUE(matches(Program,
436 EXPECT_TRUE(matches(Program,
441 EXPECT_TRUE(matches(Program,
447 EXPECT_TRUE(matches(Program,
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_context.h228 GLuint Program[I915_PROGRAM_SIZE]; member in struct:i915_hw_state

Completed in 635 milliseconds

12