HomeSort by relevance Sort by last modified time
    Searched refs:Program (Results 1 - 25 of 221) sorted by null

1 2 3 4 5 6 7 8 9

  /external/llvm/utils/not/
not.cpp 11 #include "llvm/Support/Program.h"
16 sys::Path Program = sys::Program::FindProgramByName(argv[1]);
19 int Result = sys::Program::ExecuteAndWait(Program, argv + 1, 0, 0, 0, 0,
  /external/llvm/include/llvm/Support/
Program.h 1 //===- llvm/Support/Program.h ------------------------------------*- C++ -*-===//
10 // This file declares the llvm::sys::Program class.
29 /// class is used to specify the location of the Program.
32 class Program {
37 Program(const Program& other);
38 Program& operator=(const Program& other);
44 Program();
45 ~Program();
    [all...]
  /external/llvm/lib/Support/
Program.cpp 1 //===-- Program.cpp - Implement OS Program Concept --------------*- C++ -*-===//
10 // This header file implements the operating system Program concept.
14 #include "llvm/Support/Program.h"
26 Program::ExecuteAndWait(const Path& path,
33 Program prg;
41 Program::ExecuteNoWait(const Path& path,
47 Program prg;
53 #include "Unix/Program.inc"
56 #include "Windows/Program.inc
    [all...]
  /external/valgrind/main/gdbserver_tests/
mcsigpass.stdoutB.exp 2 Program received signal SIGSEGV, Segmentation fault.
6 Program received signal SIGSEGV, Segmentation fault.
10 Program received signal SIGBUS, Bus error.
14 Program received signal SIGFPE, Arithmetic exception.
mcsignopass.stdoutB.exp 1 Signal Stop Print Pass to program Description
3 Signal Stop Print Pass to program Description
5 Signal Stop Print Pass to program Description
8 Program received signal SIGSEGV, Segmentation fault.
12 Program received signal SIGSEGV, Segmentation fault.
16 Program received signal SIGSEGV, Segmentation fault.
20 Program received signal SIGSEGV, Segmentation fault.
24 Program received signal SIGSEGV, Segmentation fault.
28 Program received signal SIGSEGV, Segmentation fault.
32 Program received signal SIGSEGV, Segmentation fault
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
ProgramVariable.java 25 private Program mProgram;
28 public ProgramVariable(Program program, String varName) {
29 mProgram = program;
33 public Program getProgram() {
43 throw new RuntimeException("Attempting to set program variable '" + mVarName
44 + "' but the program is null!");
51 throw new RuntimeException("Attempting to get program variable '" + mVarName
52 + "' but the program is null!");
  /frameworks/base/libs/hwui/
Program.cpp 19 #include "Program.h"
25 // Base program
28 // TODO: Program instance should be created from a factory method
29 Program::Program(const ProgramDescription& description, const char* vertex, const char* fragment) {
88 Program::~Program() {
100 int Program::addAttrib(const char* name) {
106 int Program::bindAttrib(const char* name, ShaderBindings bindingSlot) {
112 int Program::getAttrib(const char* name)
    [all...]
ProgramCache.h 27 #include "Program.h"
49 * Generates and caches program. Programs are generated based on
57 Program* get(const ProgramDescription& description);
62 Program* generateProgram(const ProgramDescription& description, programid key);
70 KeyedVector<programid, Program*> mCache;
Dither.h 22 #include "Program.h"
35 void setupProgram(Program* program, GLuint* textureUnit);
SkiaColorFilter.h 54 virtual void setupProgram(Program* program) = 0;
88 void setupProgram(Program* program);
103 void setupProgram(Program* program);
118 void setupProgram(Program* program);
  /external/llvm/tools/bugpoint/
BugDriver.cpp 38 // program. If this filename is set, it is used as the reference diff source,
43 OutputFile("output", cl::desc("Specify a reference program output "
47 /// setNewProgram - If we reduce or update the program somehow, call this method
49 /// specified one as the current program.
51 delete Program;
52 Program = M;
73 Program(0), Interpreter(0), SafeInterpreter(0), gcc(0),
78 delete Program;
115 assert(Program == 0 && "Cannot call addSources multiple times!");
119 Program = ParseInputFile(Filenames[0], Context)
    [all...]
FindBugs.cpp 26 /// combinations of passes to compile the program with. Compile the program with
42 outs() << "Generating reference output from raw program: \n";
43 if (!createReferenceFile(Program))
57 // Step 2: Run optimizer passes on the program and check for success.
59 outs() << "Running selected passes on program to test for crash: ";
65 if(runPasses(Program, PassesToRun, Filename, false)) {
79 compileProgram(Program, &Error);
88 // Step 4: Run the program and compare its output to the reference
92 bool Diff = diffProgram(Program, Filename, "", false, &Error)
    [all...]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
AlphaBlendFilter.java 27 import android.filterfw.core.Program;
57 protected Program getNativeProgram(FilterContext context) {
62 protected Program getShaderProgram(FilterContext context) {
BlendFilter.java 26 import android.filterfw.core.Program;
57 protected Program getNativeProgram(FilterContext context) {
62 protected Program getShaderProgram(FilterContext context) {
BrightnessFilter.java 27 import android.filterfw.core.Program;
50 protected Program getNativeProgram(FilterContext context) {
55 protected Program getShaderProgram(FilterContext context) {
ContrastFilter.java 27 import android.filterfw.core.Program;
55 protected Program getNativeProgram(FilterContext context) {
60 protected Program getShaderProgram(FilterContext context) {
Invert.java 26 import android.filterfw.core.Program;
51 protected Program getNativeProgram(FilterContext context) {
56 protected Program getShaderProgram(FilterContext context) {
  /external/sonivox/arm-fm-22k/host_src/
arm-fm-22k.mak 10 CC = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
11 AS = C:\Program Files\GNUARM\bin\arm-elf-as.exe
12 LD = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
13 AR = C:\Program Files\GNUARM\bin\arm-elf-ar.exe
  /external/sonivox/arm-hybrid-22k/host_src/
arm-hybrid-22k.mak 10 CC = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
11 AS = C:\Program Files\GNUARM\bin\arm-elf-as.exe
12 LD = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
13 AR = C:\Program Files\GNUARM\bin\arm-elf-ar.exe
  /external/sonivox/arm-wt-22k/host_src/
arm-wt-22k.mak 10 CC = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
11 AS = C:\Program Files\GNUARM\bin\arm-elf-as.exe
12 LD = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
13 AR = C:\Program Files\GNUARM\bin\arm-elf-ar.exe
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCPluginLayerImpl.h 43 typedef ProgramBinding<VertexShaderPosTex, FragmentShaderRGBATexFlipAlpha> Program;
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
Shader.java 39 protected ArrayList<Program.TextureType > mShaderTextureTypes;
41 protected ArrayList<Program.TextureType > mTextureTypes;
49 mShaderTextureTypes = new ArrayList<Program.TextureType>();
51 mTextureTypes = new ArrayList<Program.TextureType>();
  /frameworks/rs/
rsProgram.cpp 23 Program::Program(Context *rsc, const char * shaderText, size_t shaderLength,
83 Program::~Program() {
103 bool Program::freeChildren() {
115 void Program::initMemberVars() {
139 void Program::bindAllocation(Context *rsc, Allocation *alloc, uint32_t slot) {
168 void Program::bindTexture(Context *rsc, uint32_t slot, Allocation *a) {
187 void Program::bindSampler(Context *rsc, uint32_t slot, Sampler *s) {
203 Program *p = static_cast<Program *>(vp)
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ProgramFragmentTest.java 23 import android.renderscript.Program;
83 Program.BaseProgramBuilder bpb = pfb;
86 Program.TextureType tType = Program.TextureType.TEXTURE_2D;
88 tType = Program.TextureType.TEXTURE_CUBE;
90 // Add textures through the base program builder
109 Program p = pf;
118 Program p = pf;
207 assertEquals(Program.TextureType.TEXTURE_2D,
208 Program.TextureType.valueOf("TEXTURE_2D"))
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
arm-fm-22k_lib.mak 10 CC = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
11 AS = C:\Program Files\GNUARM\bin\arm-elf-as.exe
12 LD = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
13 AR = C:\Program Files\GNUARM\bin\arm-elf-ar.exe

Completed in 510 milliseconds

1 2 3 4 5 6 7 8 9