HomeSort by relevance Sort by last modified time
    Searched full:program (Results 2576 - 2600 of 23867) sorted by null

<<101102103104105106107108109110>>

  /frameworks/base/docs/html/tools/help/
monkeyrunner_concepts.jd 11 <a href="#SampleProgram">A Simple monkeyrunner Program</a>
36 or emulator from outside of Android code. With monkeyrunner, you can write a Python program
94 <h2 id="SampleProgram">A Simple monkeyrunner Program</h2>
96 Here is a simple monkeyrunner program that connects to a device, creating a
98 object. Using the <code>MonkeyDevice</code> object, the program installs an Android application
100 The program then takes a screenshot of the result, creating a
102 From this object, the program writes out a <code>.png</code> file containing the screenshot.
105 # Imports the monkeyrunner modules used by this program
147 creating UIs for a monkeyrunner program and for displaying the built-in help.
163 In a Python program, you access each class as a Python module. The monkeyrunner too
    [all...]
  /frameworks/native/opengl/include/GLES2/
gl2ext.h 716 GL_APICALL void GL_APIENTRY glGetProgramBinaryOES (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary);
717 GL_APICALL void GL_APIENTRY glProgramBinaryOES (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLint length);
719 typedef void (GL_APIENTRYP PFNGLGETPROGRAMBINARYOESPROC) (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary);
720 typedef void (GL_APIENTRYP PFNGLPROGRAMBINARYOESPROC) (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLint length);
    [all...]
  /ndk/sources/host-tools/make-3.81/config/
missing 10 # This program is free software; you can redistribute it and/or modify
15 # This program is distributed in the hope that it will be useful,
21 # along with this program; if not, write to the Free Software
26 # distribute this file as part of a program that contains a
28 # the same distribution terms that you use for the rest of that program.
49 # Try to run requested program, and just exit if it succeeds.
56 # we should proceed has if the program had been absent, or
66 $0 [OPTION]... PROGRAM [ARGUMENT]...
68 Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return a
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp 150 GL_APICALL void GL_APIENTRY glAttachShader(GLuint program, GLuint shader){
153 const GLuint globalProgramName = ctx->shareGroup()->getGlobalName(SHADER,program);
158 ObjectDataPtr programData = ctx->shareGroup()->getObjectData(SHADER,program);
172 GL_APICALL void GL_APIENTRY glBindAttribLocation(GLuint program, GLuint index, const GLchar* name){
177 const GLuint globalProgramName = ctx->shareGroup()->getGlobalName(SHADER,program);
179 ObjectDataPtr objData = ctx->shareGroup()->getObjectData(SHADER,program);
491 GL_APICALL void GL_APIENTRY glDeleteProgram(GLuint program){
493 if(program && ctx->shareGroup().Ptr()) {
494 const GLuint globalProgramName = ctx->shareGroup()->getGlobalName(SHADER,program);
496 ctx->shareGroup()->deleteName(SHADER,program);
    [all...]
  /external/ceres-solver/internal/ceres/
evaluator.h 49 class Program;
72 Program* program,
90 // Also worth noting is that this function mutates program by
91 // calling Program::SetParameterOffsetsAndIndex() on it so that an
93 static bool Evaluate(Program* program,
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.h 7 This program is free software: you can redistribute it and/or modify
12 This program is distributed in the hope that it will be useful,
18 along with this program. If not, see <http://www.gnu.org/licenses/>. */
99 PROGRAM = 317,
207 #define PROGRAM 317
262 #line 126 "src/src/mesa/program/program_parse.y"
291 #line 292 "src/chromium_gensrc/mesa/program/program_parse.tab.h"
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_clip.c 56 const GLuint *program; local
75 * This program accesses the entire VUE, so nr_regs needs to be the size of
89 /* Would ideally have the option of producing a program which could
112 /* get the program
114 program = brw_get_program(&c.func, &program_size);
119 brw_disasm(stdout, &((struct brw_instruction *)program)[i],
127 program, program_size,
brw_gs.c 52 const GLuint *program; local
106 assert(!"Unexpected primitive type in Gen6 SOL program.");
112 * Note that primitives which don't require a GS program have already
131 /* get the program
133 program = brw_get_program(&c.func, &program_size);
140 brw_disasm(stdout, &((struct brw_instruction *)program)[i],
147 program, program_size,
brw_wm.c 38 #include "program/prog_parameter.h"
97 /* Augment fragment program. Add instructions for pre- and
98 * post-fragment-program tasks such as interpolation and fogging.
196 bool uses_depth = (c->fp->program.Base.InputsRead &
246 if (c->fp->program.Base.OutputsWritten &
257 * All Mesa program -> GPU code generation goes through this function.
268 const GLuint *program; local
302 &fp->program);
337 /* get the program
339 program = brw_get_program(&c->func, &program_size)
    [all...]
  /external/llvm/docs/CommandGuide/
lli.rst 9 **lli** [*options*] [*filename*] [*program args*]
16 **lli** directly executes programs in LLVM bitcode format. It takes a program
23 program from standard input.
25 The optional *args* specified on the command line are passed to the program as
36 Override the ``argv[0]`` value passed into the executing program.
292 If **lli** fails to load the program, it will exit with an exit code of 1.
293 Otherwise, it will return the exit code of the program it executes.
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip.c 56 const GLuint *program; local
75 * This program accesses the entire VUE, so nr_regs needs to be the size of
89 /* Would ideally have the option of producing a program which could
112 /* get the program
114 program = brw_get_program(&c.func, &program_size);
119 brw_disasm(stdout, &((struct brw_instruction *)program)[i],
127 program, program_size,
brw_gs.c 52 const GLuint *program; local
106 assert(!"Unexpected primitive type in Gen6 SOL program.");
112 * Note that primitives which don't require a GS program have already
131 /* get the program
133 program = brw_get_program(&c.func, &program_size);
140 brw_disasm(stdout, &((struct brw_instruction *)program)[i],
147 program, program_size,
brw_wm.c 38 #include "program/prog_parameter.h"
97 /* Augment fragment program. Add instructions for pre- and
98 * post-fragment-program tasks such as interpolation and fogging.
196 bool uses_depth = (c->fp->program.Base.InputsRead &
246 if (c->fp->program.Base.OutputsWritten &
257 * All Mesa program -> GPU code generation goes through this function.
268 const GLuint *program; local
302 &fp->program);
337 /* get the program
339 program = brw_get_program(&c->func, &program_size)
    [all...]
  /external/valgrind/main/coregrind/
pub_core_ume.h 13 This program is free software; you can redistribute it and/or
18 This program is distributed in the hope that it will be useful, but
24 along with this program; if not, write to the Free Software
35 // PURPOSE: This module implements user-mode execve, ie. program loading
43 // Info needed to load and run a program. IN/INOUT/OUT refers to the
85 // checks execute permissions, sets up interpreter if program is a script,
87 // the program.
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp 47 struct ATSParser::Program : public RefBase {
48 Program(ATSParser *parser, unsigned programNumber, unsigned programMapPID);
95 DISALLOW_EVIL_CONSTRUCTORS(Program);
99 Stream(Program *program,
124 Program *mProgram;
176 ATSParser::Program::Program(
183 ALOGV("new program number %u", programNumber);
186 bool ATSParser::Program::parsePSISection
1032 const sp<Program> &program = mPrograms.itemAt(index); local
1239 const sp<Program> &program = mPrograms.editItemAt(i); local
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
ProgramFragmentFixedFunction.java 230 * Creates a builder for fixed function fragment program
232 * @param rs Context to which the program will belong.
243 * fragment program
266 * vertex program is replaced with an openGL internal point
278 * program or the constant color set on the fragment program is
290 * Creates the fixed function fragment program from the current
  /ndk/sources/host-tools/sed-4.2.1/lib/
error.c 5 This program is free software: you can redistribute it and/or modify
10 This program is distributed in the hope that it will be useful,
16 along with this program. If not, see <http://www.gnu.org/licenses/>. */
52 /* If NULL, error will flush stdout, then print on stderr the program
95 /* The calling program should define program_name and set it to the
96 name of the executing program. */
222 /* Print the program name and error message MESSAGE, which is a printf-style
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d1x/
sm4_to_tgsi.cpp 88 struct sm4_program& program; member in struct:sm4_to_tgsi_converter
95 sm4_to_tgsi_converter(struct sm4_program& program)
96 : program(program)
242 #define OP_CF(d, g) case SM4_OPCODE_##d: ureg_##g(ureg, &label); label_to_sm4_insn_num.push_back(std::make_pair(label, program.cf_insn_linked[insn_num])); break;
250 insn = program.insns[insn_num];
377 label_to_sm4_insn_num.push_back(std::make_pair(label, program.label_to_insn_num[_idx(SM4_FILE_LABEL)]));
388 if(in_sub || insn_num != (program.insns.size() - 1))
412 label_to_sm4_insn_num.push_back(std::make_pair(label, program.cf_insn_linked[insn_num]));
416 unsigned linked = program.cf_insn_linked[insn_num]
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
sm4_to_tgsi.cpp 88 struct sm4_program& program; member in struct:sm4_to_tgsi_converter
95 sm4_to_tgsi_converter(struct sm4_program& program)
96 : program(program)
242 #define OP_CF(d, g) case SM4_OPCODE_##d: ureg_##g(ureg, &label); label_to_sm4_insn_num.push_back(std::make_pair(label, program.cf_insn_linked[insn_num])); break;
250 insn = program.insns[insn_num];
377 label_to_sm4_insn_num.push_back(std::make_pair(label, program.label_to_insn_num[_idx(SM4_FILE_LABEL)]));
388 if(in_sub || insn_num != (program.insns.size() - 1))
412 label_to_sm4_insn_num.push_back(std::make_pair(label, program.cf_insn_linked[insn_num]));
416 unsigned linked = program.cf_insn_linked[insn_num]
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
libiberty.h 13 This program is free software; you can redistribute it and/or modify
18 This program is distributed in the hope that it will be useful,
24 along with this program; if not, write to the Free Software
286 /* Set the program name used by xmalloc. */
390 each program fed to standard input of the next.
392 PNAME The name of the program to report in error messages.
402 /* Last program in pipeline. Standard output of program goes to
409 /* Search for program in executable search path. */
415 /* Send program's standard error to standard output. *
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
libiberty.h 13 This program is free software; you can redistribute it and/or modify
18 This program is distributed in the hope that it will be useful,
24 along with this program; if not, write to the Free Software
286 /* Set the program name used by xmalloc. */
390 each program fed to standard input of the next.
392 PNAME The name of the program to report in error messages.
402 /* Last program in pipeline. Standard output of program goes to
409 /* Search for program in executable search path. */
415 /* Send program's standard error to standard output. *
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
libiberty.h 13 This program is free software; you can redistribute it and/or modify
18 This program is distributed in the hope that it will be useful,
24 along with this program; if not, write to the Free Software
286 /* Set the program name used by xmalloc. */
390 each program fed to standard input of the next.
392 PNAME The name of the program to report in error messages.
402 /* Last program in pipeline. Standard output of program goes to
409 /* Search for program in executable search path. */
415 /* Send program's standard error to standard output. *
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
libiberty.h 13 This program is free software; you can redistribute it and/or modify
18 This program is distributed in the hope that it will be useful,
24 along with this program; if not, write to the Free Software
286 /* Set the program name used by xmalloc. */
390 each program fed to standard input of the next.
392 PNAME The name of the program to report in error messages.
402 /* Last program in pipeline. Standard output of program goes to
409 /* Search for program in executable search path. */
415 /* Send program's standard error to standard output. *
    [all...]
  /cts/tests/src/android/os/cts/
ReadElf.java 26 * A poor man's implementation of the readelf command. This program is
60 /** Program header offset in bytes. */
72 /** All program headers entry size in bytes. */
75 /** Number of program headers in ELF. */
87 /** Program header offset for type of this program header. */
90 /** Program header offset for absolute offset in file. */
93 /** Program header offset for virtual address. */
96 /** Program header offset for physical address. */
99 /** Program header offset for file size in bytes. *
    [all...]
  /external/chromium/third_party/libevent/
missing 10 # This program is free software; you can redistribute it and/or modify
15 # This program is distributed in the hope that it will be useful,
21 # along with this program; if not, write to the Free Software
26 # distribute this file as part of a program that contains a
28 # the same distribution terms that you use for the rest of that program.
49 # Try to run requested program, and just exit if it succeeds.
56 # we should proceed has if the program had been absent, or
71 $0 [OPTION]... PROGRAM [ARGUMENT]...
73 Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return a
    [all...]

Completed in 1673 milliseconds

<<101102103104105106107108109110>>