Searched refs:program (Results 1 - 25 of 944) sorted by relevance

1234567891011>>

/external/valgrind/none/tests/
H A Dallexec32.stdout.exp2 program exec-ed: ./allexec32
4 program exec-ed: ./allexec32 constant_arg1 constant_arg2
6 program exec-ed: ./allexec32
9 program exec-ed: ./allexec64
11 program exec-ed: ./allexec64 constant_arg1 constant_arg2
13 program exec-ed: ./allexec64
H A Dallexec64.stdout.exp2 program exec-ed: ./allexec32
4 program exec-ed: ./allexec32 constant_arg1 constant_arg2
6 program exec-ed: ./allexec32
9 program exec-ed: ./allexec64
11 program exec-ed: ./allexec64 constant_arg1 constant_arg2
13 program exec-ed: ./allexec64
H A Dcmdline3.stderr.exp1 valgrind: no program specified
H A Dcmdline5.stderr.exp1 valgrind: ./no-such-program-my-friend: No such file or directory
/external/fonttools/Lib/fontTools/ttLib/tables/
H A D_f_p_g_m.py9 program = ttProgram.Program()
10 program.fromBytecode(data)
11 self.program = program
14 return self.program.getBytecode()
17 self.program.toXML(writer, ttFont)
21 program = ttProgram.Program()
22 program.fromXML(name, attrs, content, ttFont)
23 self.program = program
[all...]
/external/fonttools/Tools/fontTools/ttLib/tables/
H A D_f_p_g_m.py9 program = ttProgram.Program()
10 program.fromBytecode(data)
11 self.program = program
14 return self.program.getBytecode()
17 self.program.toXML(writer, ttFont)
21 program = ttProgram.Program()
22 program.fromXML(name, attrs, content, ttFont)
23 self.program = program
[all...]
/external/mesa3d/src/mesa/program/
H A Darbprogparse.c34 Notes on program parameters, etc.
42 PROGRAM_CONSTANT - indexes into program->Parameters, a known constant/literal
43 PROGRAM_STATE_VAR - indexes into program->Parameters, and may actually be:
45 + a pointer to a "program.local[k]" parameter, or
46 + a pointer to a "program.env[k]" parameter
48 Basically, all the program.local[] and program.env[] values will get mapped
50 having three separate program parameter arrays.
70 struct gl_program *program)
84 /* Error in the program
68 _mesa_parse_arb_fragment_program(struct gl_context* ctx, GLenum target, const GLvoid *str, GLsizei len, struct gl_program *program) argument
161 _mesa_parse_arb_vertex_program(struct gl_context *ctx, GLenum target, const GLvoid *str, GLsizei len, struct gl_program *program) argument
[all...]
/external/python/cpython2/Lib/unittest/test/
H A Dtest_program.py50 program = unittest.TestProgram(testRunner=runner, exit=False, verbosity=2)
52 self.assertEqual(program.result, result)
54 self.assertEqual(program.verbosity, 2)
70 program = unittest.main(exit=False,
74 self.assertTrue(hasattr(program, 'result'))
128 self.program = InitialisableProgram()
129 self.program.createTests = lambda: None
135 program = self.program
137 program
[all...]
/external/python/cpython3/Lib/unittest/test/
H A Dtest_program.py51 program = unittest.TestProgram(testRunner=runner, exit=False, verbosity=2)
53 self.assertEqual(program.result, result)
55 self.assertEqual(program.verbosity, 2)
82 program = unittest.TestProgram(testRunner=runner, exit=False,
86 self.assertEqual(('unittest.test',), program.testNames)
97 program = unittest.TestProgram(
103 program.testNames)
106 program = unittest.main(exit=False,
110 self.assertTrue(hasattr(program, 'result'))
167 self.program
[all...]
/external/llvm/utils/
H A Dcheck-each-file9 program=$2
10 linker=./link-$program
11 echo "Building $program with llvm-native-gcc"
12 rm -f $program
13 gmake -e $program CC=llvm-native-gcc CXX=llvm-native-gxx
14 echo "Erasing $program and re-linking it"
15 rm -f $program
16 echo "rm -f $program" > $linker
17 gmake -n $program >> $linker
23 echo "$program appear
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_debug.h36 extern void i915_disassemble_program(const unsigned *program, unsigned sz);
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cProgramInterfaceQueryTests.cpp51 "expected results when used to get data from program\n"
58 return "Create a program using " + ShadersDesc() +
81 void LinkProgram(GLuint program) argument
83 glLinkProgram(program);
86 glGetProgramInfoLog(program, sizeof(log), &length, log);
207 virtual inline void VerifyGetProgramInterfaceiv(GLuint program, GLenum programInterface, GLenum pname, int expected, argument
211 glGetProgramInterfaceiv(program, programInterface, pname, &res);
220 virtual inline void VerifyGetProgramResourceIndex(GLuint program, GLenum programInterface, const std::string& name, argument
223 GLuint res = glGetProgramResourceIndex(program, programInterface, name.c_str());
232 virtual inline void VerifyGetProgramResourceIndex(GLuint program, GLenu argument
259 VerifyGetProgramResourceName(GLuint program, GLenum programInterface, GLuint index, const std::string& expected, long& error) argument
281 VerifyGetProgramResourceLocation(GLuint program, GLenum programInterface, const std::string& name, GLint expected, long& error) argument
293 VerifyGetProgramResourceLocation(GLuint program, GLenum programInterface, std::map<std::string, GLint>& locations, const std::string& name, long& error) argument
320 VerifyGetProgramResourceiv(GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum props[], GLsizei expectedLength, const GLint expected[], long& error) argument
350 VerifyGetProgramResourceLocationIndex(GLuint program, GLenum programInterface, const std::string& name, GLint expected, long& error) argument
363 GetProgramivRetValue(GLuint program, GLenum pname) argument
408 const GLuint program = glCreateProgram(); local
485 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
578 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
695 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
785 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
845 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
916 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), true); local
1000 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
1110 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
1205 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
1275 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
1404 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
1620 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
1857 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
1944 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
2155 VerifyVS(GLuint program, long& error) argument
2208 VerifyTCS(GLuint program, long& error) argument
2257 GLuint program = CreateProgram(VertexShader().c_str(), TessControlShader().c_str(), TessEvalShader().c_str(), local
2285 GLuint program = CreateProgram(VertexShader().c_str(), TessControlShader().c_str(), TessEvalShader().c_str(), local
2311 VerifyTES(GLuint program, long& error) argument
2348 GLuint program = CreateProgram(VertexShader().c_str(), TessControlShader().c_str(), TessEvalShader().c_str(), local
2374 VerifyGEO(GLuint program, long& error) argument
2409 GLuint program = CreateProgram(VertexShader().c_str(), TessControlShader().c_str(), TessEvalShader().c_str(), local
2435 VerifyFS(GLuint program, long& error) argument
2470 GLuint program = CreateProgram(VertexShader().c_str(), TessControlShader().c_str(), TessEvalShader().c_str(), local
2554 CheckProgram(GLuint program, bool* compile_error = NULL) argument
2653 VerifyCompute(GLuint program, long& error) argument
2707 GLuint program = CreateComputeProgram(ComputeShader()); local
2773 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
2829 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
2891 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
3014 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
3264 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
3358 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
3433 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
3507 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
3581 GLuint program = glCreateShaderProgramv(type, count, strings); local
4170 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
4253 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
4311 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
4426 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
4536 CheckProgram(GLuint program, bool* compile_error = NULL) argument
4635 VerifyCompute(GLuint program, long& error) argument
4678 GLuint program = CreateComputeProgram(ComputeShader()); local
4741 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
4842 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
4945 const GLuint program = glCreateProgram(); local
[all...]
/external/swiftshader/third_party/LLVM/utils/
H A Dcheck-each-file9 program=$2
10 linker=./link-$program
11 echo "Building $program with llvm-native-gcc"
12 rm -f $program
13 gmake -e $program CC=llvm-native-gcc CXX=llvm-native-gxx
14 echo "Erasing $program and re-linking it"
15 rm -f $program
16 echo "rm -f $program" > $linker
17 gmake -n $program >> $linker
23 echo "$program appear
[all...]
/external/skia/tools/
H A Dfind_run_binary.py15 """Runs a program from the command line and returns stdout.
22 stdout from the program, as a single string.
25 Exception: the program exited with a nonzero return code.
36 def find_path_to_program(program):
37 """Returns path to an existing program binary.
40 program: Basename of the program to find (e.g., 'render_pictures').
43 Absolute path to the program binary, as a string.
46 Exception: unable to find the program binary.
50 possible_paths = [os.path.join(trunk_path, 'out', 'Release', program),
[all...]
/external/skqp/tools/
H A Dfind_run_binary.py15 """Runs a program from the command line and returns stdout.
22 stdout from the program, as a single string.
25 Exception: the program exited with a nonzero return code.
36 def find_path_to_program(program):
37 """Returns path to an existing program binary.
40 program: Basename of the program to find (e.g., 'render_pictures').
43 Absolute path to the program binary, as a string.
46 Exception: unable to find the program binary.
50 possible_paths = [os.path.join(trunk_path, 'out', 'Release', program),
[all...]
/external/deqp/external/openglcts/modules/gles31/
H A Des31cProgramInterfaceQueryTests.cpp55 "expected results when used to get data from program\n"
62 return "Create a program using " + ShadersDesc() +
81 void LinkProgram(GLuint program) argument
83 glLinkProgram(program);
86 glGetProgramInfoLog(program, sizeof(log), &length, log);
155 virtual inline void VerifyGetProgramInterfaceiv(GLuint program, GLenum programInterface, GLenum pname, int expected, argument
159 glGetProgramInterfaceiv(program, programInterface, pname, &res);
168 virtual inline void VerifyGetProgramResourceIndex(GLuint program, GLenum programInterface, const std::string& name, argument
171 GLuint res = glGetProgramResourceIndex(program, programInterface, name.c_str());
180 virtual inline void VerifyGetProgramResourceIndex(GLuint program, GLenu argument
207 VerifyGetProgramResourceName(GLuint program, GLenum programInterface, GLuint index, const std::string& expected, long& error) argument
229 VerifyGetProgramResourceLocation(GLuint program, GLenum programInterface, const std::string& name, GLint expected, long& error) argument
241 VerifyGetProgramResourceLocation(GLuint program, GLenum programInterface, std::map<std::string, GLint>& locations, const std::string& name, long& error) argument
268 VerifyGetProgramResourceiv(GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum props[], GLsizei expectedLength, const GLint expected[], long& error) argument
298 GetProgramivRetValue(GLuint program, GLenum pname) argument
332 const GLuint program = glCreateProgram(); local
398 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
488 CheckProgram(GLuint program, bool* compile_error = NULL) argument
587 VerifyCompute(GLuint program, long& error) argument
630 GLuint program = CreateComputeProgram(ComputeShader()); local
684 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
788 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
860 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
954 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
1037 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
1155 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
1339 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
1563 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
1658 GLuint program = CreateComputeProgram(glsl_cs); local
1807 GLuint program = CreateComputeProgram(glsl_cs); local
1936 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
2013 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
2076 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
2196 GLuint program = CreateComputeProgram(ComputeShader()); local
2420 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
2492 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
2565 GLuint program = CreateComputeProgram(ComputeShader()); local
2640 GLuint program = glCreateShaderProgramv(type, count, strings); local
2870 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
2952 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
3010 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
3126 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
3220 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), true); local
3295 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
3382 GLuint program = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); local
3484 const GLuint program = glCreateProgram(); local
[all...]
/external/expat/conftools/
H A DPrintPath2 # Look for program[s] somewhere in $PATH.
11 # PrintPath [-s] [-pPATHNAME] program [program ...]
91 for program in $programs
95 if [ $test_exec_flag $path/${program}${ext} ] && \
96 [ ! -d $path/${program}${ext} ]; then
98 echo $path/${program}${ext}
105 if [ $test_exec_flag $path/${program} ] && \
106 [ ! -d $path/${program} ]; then
108 echo $path/${program}
[all...]
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
H A DGlShader.java59 private int program; field in class:GlShader
64 program = GLES20.glCreateProgram();
65 if (program == 0) {
66 throw new RuntimeException("Could not create program");
68 GLES20.glAttachShader(program, vertexShader);
69 GLES20.glAttachShader(program, fragmentShader);
70 GLES20.glLinkProgram(program);
74 GLES20.glGetProgramiv(program, GLES20.GL_LINK_STATUS, linkStatus, 0);
76 Logging.e(TAG, "Could not link program: " +
77 GLES20.glGetProgramInfoLog(program));
[all...]
/external/autotest/client/deps/glbench/src/
H A Dvaryingsandddxytest.cc125 GLuint program = local
128 int attribute_index = glGetAttribLocation(program, "c");
133 return program;
152 GLuint program = local
156 int attribute_index = glGetAttribLocation(program, "c");
161 return program;
183 GLuint program = VaryingsShaderProgram(1, vertex_buffer); local
186 glDeleteProgram(program);
188 program = VaryingsShaderProgram(2, vertex_buffer);
191 glDeleteProgram(program);
[all...]
/external/deqp/framework/opengl/
H A DgluProgramInterfaceQuery.cpp33 deUint32 getProgramResourceUint (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, deUint32 queryParam) argument
36 gl.getProgramResourceiv(program, programInterface, index, 1, &queryParam, 1, DE_NULL, (int*)&value);
41 void getProgramResourceName (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, std::string& dst) argument
43 const int length = getProgramResourceInt(gl, program, programInterface, index, GL_NAME_LENGTH);
48 gl.getProgramResourceName(program, programInterface, index, (int)buf.size(), DE_NULL, &buf[0]);
61 static void getProgramInterfaceActiveVariables (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, std::vector<int>& activeVariables) argument
63 const int numActiveVariables = getProgramResourceInt(gl, program, programInterface, index, GL_NUM_ACTIVE_VARIABLES);
69 gl.getProgramResourceiv(program, programInterface, index, 1, &queryParam, (int)activeVariables.size(), DE_NULL, &activeVariables[0]);
74 void getProgramInterfaceBlockInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, InterfaceBlockInfo& info) argument
77 info.bufferBinding = getProgramResourceUint(gl, program, programInterfac
86 getProgramInterfaceVariableInfo(const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, InterfaceVariableInfo& info) argument
[all...]
/external/iptables/utils/
H A Dnfbpf_compile.c2 * BPF program compilation tool
17 struct bpf_program program; local
22 fprintf(stderr, "Usage: %s [link] '<program>'\n\n"
39 if (pcap_compile_nopcap(65535, dlt, &program, argv[argc - 1], 1,
45 printf("%d,", program.bf_len);
46 ins = program.bf_insns;
47 for (i = 0; i < program.bf_len-1; ++ins, ++i)
52 pcap_freecode(&program);
/external/mesa3d/src/mesa/main/
H A Dprogram_resource.h32 _mesa_GetProgramInterfaceiv(GLuint program, GLenum programInterface,
36 _mesa_GetProgramResourceIndex(GLuint program, GLenum programInterface,
40 _mesa_GetProgramResourceName(GLuint program, GLenum programInterface,
45 _mesa_GetProgramResourceiv(GLuint program, GLenum programInterface,
51 _mesa_GetProgramResourceLocation(GLuint program, GLenum programInterface,
55 _mesa_GetProgramResourceLocationIndex(GLuint program, GLenum programInterface,
/external/pdfium/fxjs/
H A Dcfxjse_formcalc_context_embeddertest.cpp36 const char* program; member in struct:__anon17920
64 EXPECT_TRUE(Execute(tests[i].program));
69 << "Program: " << tests[i].program;
77 const char* program; member in struct:__anon17921
85 EXPECT_TRUE(Execute(tests[i].program));
90 << "Program: " << tests[i].program << " Result: '"
99 const char* program; member in struct:__anon17922
126 EXPECT_TRUE(Execute(tests[i].program));
129 EXPECT_TRUE(value->IsInteger()) << "Program: " << tests[i].program;
131 << "Program: " << tests[i].program;
139 const char* program; member in struct:__anon17923
157 const char* program; member in struct:__anon17924
175 const char* program; member in struct:__anon17925
193 const char* program; member in struct:__anon17926
211 const char* program; member in struct:__anon17927
231 const char* program; member in struct:__anon17928
251 const char* program; member in struct:__anon17929
273 const char* program; member in struct:__anon17930
291 const char* program; member in struct:__anon17931
312 const char* program; member in struct:__anon17932
346 const char* program; member in struct:__anon17933
371 const char* program; member in struct:__anon17934
395 const char* program; member in struct:__anon17935
417 const char* program; member in struct:__anon17936
435 const char* program; member in struct:__anon17937
457 const char* program; member in struct:__anon17938
479 const char* program; member in struct:__anon17939
504 const char* program; member in struct:__anon17940
529 const char* program; member in struct:__anon17941
562 const char* program; member in struct:__anon17942
582 const char* program; member in struct:__anon17943
606 const char* program; member in struct:__anon17944
625 const char* program; member in struct:__anon17945
647 const char* program; member in struct:__anon17946
666 const char* program; member in struct:__anon17947
686 const char* program; member in struct:__anon17948
706 const char* program; member in struct:__anon17949
725 const char* program; member in struct:__anon17950
747 const char* program; member in struct:__anon17951
768 const char* program; member in struct:__anon17952
787 const char* program; member in struct:__anon17953
806 const char* program; member in struct:__anon17954
838 const char* program; member in struct:__anon17955
856 const char* program; member in struct:__anon17956
881 const char* program; member in struct:__anon17957
901 const char* program; member in struct:__anon17958
919 const char* program; member in struct:__anon17959
945 const char* program; member in struct:__anon17960
964 const char* program; member in struct:__anon17961
988 const char* program; member in struct:__anon17962
1011 const char* program; member in struct:__anon17963
1031 const char* program; member in struct:__anon17964
1054 const char* program; member in struct:__anon17965
1079 const char* program; member in struct:__anon17966
1101 const char* program; member in struct:__anon17967
1121 const char* program; member in struct:__anon17968
1141 const char* program; member in struct:__anon17969
1160 const char* program; member in struct:__anon17970
1181 const char* program; member in struct:__anon17971
1201 const char* program; member in struct:__anon17972
1225 const char* program; member in struct:__anon17973
1246 const char* program; member in struct:__anon17974
1266 const char* program; member in struct:__anon17975
1286 const char* program; member in struct:__anon17976
1306 const char* program; member in struct:__anon17977
1328 const char* program; member in struct:__anon17978
1350 const char* program; member in struct:__anon17979
1381 const char* program; member in struct:__anon17980
1402 const char* program; member in struct:__anon17981
[all...]
/external/deqp/framework/opengl/simplereference/
H A DsglrContextUtil.hpp34 void drawQuad (sglr::Context& ctx, deUint32 program, const tcu::Vec3& p0, const tcu::Vec3& p1);
36 void drawQuadWithVaoBuffers (sglr::Context& ctx, deUint32 program, const tcu::Vec3& p0, const tcu::Vec3& p1);
37 void drawQuadWithClientPointers (sglr::Context& ctx, deUint32 program, const tcu::Vec3& p0, const tcu::Vec3& p1);
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_debug_private.h43 const unsigned *program, unsigned sz);

Completed in 524 milliseconds

1234567891011>>