Searched refs:program (Results 126 - 150 of 303) sorted by relevance

1234567891011>>

/external/netperf/
H A Dnetsh.c117 char *program; /* program invocation name */ variable
478 program = (char *)malloc(strlen(argv[0]) + 1);
479 if (program == NULL) {
483 strcpy(program, argv[0]);
990 printf("Program name: %s\n", program);
H A Dnetserver.c675 strcpy(cmdline, program);
813 /* Save away the program name */
814 program = (char *)malloc(strlen(argv[0]) + 1);
815 if (program == NULL) {
819 strcpy(program, argv[0]);
/external/webkit/Source/WebCore/platform/graphics/opengl/
H A DTextureMapperGL.cpp70 void glGetProgramInfoLog(GLuint program, GLsizei, GLsizei*, GLchar*);
148 LOG(Graphics, "Compiled program for texture mapper. Log: %s\n", infoLog);
261 LOG_ERROR("Couldn't find variable "#var" in program "#prog"\n");
263 #define TEXMAP_BUILD_SHADER(program) \
264 TextureMapperGLData::shaderInfo.createShaderProgram(vertexShaderSource##program, fragmentShaderSource##program, TextureMapperGLData::shaderInfo.program##Program);
370 TextureMapperGLData::ShaderInfo::ShaderProgramIndex program; local
372 program = TextureMapperGLData::ShaderInfo::OpacityAndMaskProgram;
374 program
[all...]
/external/quake/
H A DNOTICE4 This program is free software; you can redistribute it and/or
8 This program is distributed in the hope that it will be useful,
13 along with this program; if not, write to the Free Software
32 Foundation's software and to any other program whose authors commit to
49 For example, if you distribute copies of such a program, whether
66 Finally, any free program is threatened constantly by software
68 program will individually obtain patent licenses, in effect making the
69 program proprietary. To prevent this, we have made it clear that any
79 0. This License applies to any program or other work which contains
82 refers to any such program o
[all...]
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderingContext.idl454 [StrictTypeChecking] void attachShader(in WebGLProgram program, in WebGLShader shader) raises(DOMException);
455 [StrictTypeChecking] void bindAttribLocation(in WebGLProgram program, in unsigned long index, in DOMString name) raises(DOMException);
496 [StrictTypeChecking] void deleteProgram(in WebGLProgram program);
505 [StrictTypeChecking] void detachShader(in WebGLProgram program, in WebGLShader shader) raises(DOMException);
520 [StrictTypeChecking] WebGLActiveInfo getActiveAttrib(in WebGLProgram program, in unsigned long index) raises (DOMException);
521 [StrictTypeChecking] WebGLActiveInfo getActiveUniform(in WebGLProgram program, in unsigned long index) raises (DOMException);
523 [StrictTypeChecking, Custom] void getAttachedShaders(in WebGLProgram program) raises (DOMException);
525 [StrictTypeChecking] int getAttribLocation(in WebGLProgram program, in DOMString name);
541 // any getProgramParameter(in WebGLProgram program, in unsigned long pname) raises(DOMException);
543 [StrictTypeChecking, ConvertNullStringTo=Null] DOMString getProgramInfoLog(in WebGLProgram program) raise
[all...]
/external/webkit/Source/WebKit/chromium/src/
H A DGraphicsContext3DInternal.h91 void attachShader(Platform3DObject program, Platform3DObject shader);
136 bool getActiveAttrib(Platform3DObject program, GC3Duint index, ActiveInfo&);
137 bool getActiveUniform(Platform3DObject program, GC3Duint index, ActiveInfo&);
138 void getAttachedShaders(Platform3DObject program, GC3Dsizei maxCount, GC3Dsizei* count, Platform3DObject* shaders);
147 void getProgramiv(Platform3DObject program, GC3Denum pname, GC3Dint* value);
157 void getUniformfv(Platform3DObject program, GC3Dint location, GC3Dfloat* value);
158 void getUniformiv(Platform3DObject program, GC3Dint location, GC3Dint* value);
/external/liblzf/
H A Dconfigure891 -program-prefix | --program-prefix | --program-prefi | --program-pref \
892 | --program-pre | --program-pr | --program-p)
894 -program-prefix=* | --program-prefix=* | --program
[all...]
/external/bluetooth/bluez/gdbus/
H A DNOTICE8 * This program is free software; you can redistribute it and/or modify
13 * This program is distributed in the hope that it will be useful,
19 * along with this program; if not, write to the Free Software
38 Foundation's software and to any other program whose authors commit to
55 For example, if you distribute copies of such a program, whether
72 Finally, any free program is threatened constantly by software
74 program will individually obtain patent licenses, in effect making the
75 program proprietary. To prevent this, we have made it clear that any
84 0. This License applies to any program or other work which contains
87 refers to any such program o
[all...]
/external/bluetooth/bluez/input/
H A DNOTICE8 * This program is free software; you can redistribute it and/or modify
13 * This program is distributed in the hope that it will be useful,
19 * along with this program; if not, write to the Free Software
38 Foundation's software and to any other program whose authors commit to
55 For example, if you distribute copies of such a program, whether
72 Finally, any free program is threatened constantly by software
74 program will individually obtain patent licenses, in effect making the
75 program proprietary. To prevent this, we have made it clear that any
84 0. This License applies to any program or other work which contains
87 refers to any such program o
[all...]
/external/bluetooth/bluez/plugins/
H A DNOTICE8 * This program is free software; you can redistribute it and/or modify
13 * This program is distributed in the hope that it will be useful,
19 * along with this program; if not, write to the Free Software
38 Foundation's software and to any other program whose authors commit to
55 For example, if you distribute copies of such a program, whether
72 Finally, any free program is threatened constantly by software
74 program will individually obtain patent licenses, in effect making the
75 program proprietary. To prevent this, we have made it clear that any
84 0. This License applies to any program or other work which contains
87 refers to any such program o
[all...]
/external/bluetooth/bluez/src/
H A DNOTICE10 * 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
40 Foundation's software and to any other program whose authors commit to
57 For example, if you distribute copies of such a program, whether
74 Finally, any free program is threatened constantly by software
76 program will individually obtain patent licenses, in effect making the
77 program proprietary. To prevent this, we have made it clear that any
86 0. This License applies to any program or other work which contains
89 refers to any such program o
[all...]
/external/llvm/utils/
H A Dllvm-compilers-check511 program = srcdir + "/configure"
512 if not is_executable(program):
515 args = [program]
521 program = find_executable("make")
522 if program is None:
525 if not is_executable(program):
528 args = [program]
/external/bluetooth/glib/glib/
H A Dgutils.c284 * @func: the function to call on normal program termination.
286 * Specifies a function to be called at normal program termination.
292 * DLL is detached from the program. This typically makes more sense
301 * loaded module which is unloaded before the program terminates might
302 * well cause a crash at program exit.
315 * program.
369 static gchar *inner_find_program_in_path (const gchar *program);
372 g_find_program_in_path (const gchar *program) argument
374 const gchar *last_dot = strrchr (program, '.');
380 const gint program_length = strlen (program);
444 inner_find_program_in_path(const gchar *program) argument
3333 g_find_program_in_path(const gchar *program) argument
[all...]
/external/skia/include/gpu/gl/
H A DGrGLInterface.h133 typedef GrGLvoid (GR_GL_FUNCTION_TYPE *GrGLAttachShaderProc)(GrGLuint program, GrGLuint shader);
135 typedef GrGLvoid (GR_GL_FUNCTION_TYPE *GrGLBindAttribLocationProc)(GrGLuint program, GrGLuint index, const char* name);
139 typedef GrGLvoid (GR_GL_FUNCTION_TYPE *GrGLBindFragDataLocationProc)(GrGLuint program, GrGLuint colorNumber, const GrGLchar* name);
154 typedef GrGLvoid (GR_GL_FUNCTION_TYPE *GrGLDeleteProgramProc)(GrGLuint program);
177 typedef GrGLvoid (GR_GL_FUNCTION_TYPE *GrGLGetProgramInfoLogProc)(GrGLuint program, GrGLsizei bufsize, GrGLsizei* length, char* infolog);
178 typedef GrGLvoid (GR_GL_FUNCTION_TYPE *GrGLGetProgramivProc)(GrGLuint program, GrGLenum pname, GrGLint* params);
188 typedef GrGLint (GR_GL_FUNCTION_TYPE *GrGLGetUniformLocationProc)(GrGLuint program, const char* name);
190 typedef GrGLvoid (GR_GL_FUNCTION_TYPE *GrGLLinkProgramProc)(GrGLuint program);
226 typedef GrGLvoid (GR_GL_FUNCTION_TYPE *GrGLUseProgramProc)(GrGLuint program);
258 typedef GrGLvoid (GR_GL_FUNCTION_TYPE *GrGLBindFragDataLocationIndexedProc)(GrGLuint program, GrGLuin
[all...]
/external/skia/src/gpu/gl/
H A DGrGLCreateNullInterface.cpp14 GrGLvoid GR_GL_FUNCTION_TYPE nullGLAttachShader(GrGLuint program, GrGLuint shader) {} argument
16 GrGLvoid GR_GL_FUNCTION_TYPE nullGLBindAttribLocation(GrGLuint program, GrGLuint index, const char* name) {} argument
19 GrGLvoid GR_GL_FUNCTION_TYPE nullGLBindFragDataLocation(GrGLuint program, GrGLuint colorNumber, const GrGLchar* name) {} argument
44 GrGLvoid GR_GL_FUNCTION_TYPE nullGLLinkProgram(GrGLuint program) {} argument
80 GrGLvoid GR_GL_FUNCTION_TYPE nullGLUseProgram(GrGLuint program) {} argument
96 GrGLvoid GR_GL_FUNCTION_TYPE nullGLBindFragDataLocationIndexed(GrGLuint program, GrGLuint colorNumber, GrGLuint index, const GrGLchar * name) {} argument
113 GrGLvoid GR_GL_FUNCTION_TYPE nullGLDelete(GrGLuint program) { argument
284 // used for both the program and shader info logs
285 GrGLvoid GR_GL_FUNCTION_TYPE nullGLGetInfoLog(GrGLuint program, GrGLsizei bufsize, GrGLsizei* length, char* infolog) { argument
294 // used for both the program an
295 nullGLGetShaderOrProgramiv(GrGLuint program, GrGLenum pname, GrGLint* params) argument
375 nullGLGetUniformLocation(GrGLuint program, const char* name) argument
[all...]
/external/v8/src/
H A Dprettyprinter.cc440 const char* PrettyPrinter::PrintExpression(FunctionLiteral* program) { argument
443 program->body()->at(0)->AsExpressionStatement();
449 const char* PrettyPrinter::PrintProgram(FunctionLiteral* program) { argument
451 PrintStatements(program->body());
700 const char* AstPrinter::PrintProgram(FunctionLiteral* program) { argument
703 PrintLiteralIndented("NAME", program->name(), true);
704 PrintLiteralIndented("INFERRED NAME", program->inferred_name(), true);
705 PrintParameters(program->scope());
706 PrintDeclarations(program->scope()->declarations());
707 PrintStatements(program
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
H A Drewrite.rb59 a rewrite program list.
378 program = @programs[ program_name ]
380 yield( program )
381 program.execute( range )
382 else program
386 def program( name = 'default' ) method
/external/bison/djgpp/
H A Ddjunpack.bat12 Rem This program is free software; you can redistribute it and/or modify
17 Rem This program is distributed in the hope that it will be useful,
23 Rem along with this program; if not, write to the Free Software Foundation,
/external/mesa3d/
H A DAndroid.mk103 src/mesa/program/hash_table.c \
104 src/mesa/program/prog_parameter.cpp \
105 src/mesa/program/symbol_table.c \
/external/bison/data/
H A Dlalr1.cc7 # 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, write to the Free Software
/external/chromium/base/
H A Dcommand_line.h45 // Construct a new command line with |program| as argv[0].
46 explicit CommandLine(const FilePath& program);
91 // Returns the program part of the command line string (the first item).
138 // If |include_program| is true, include |other|'s program as well.
148 // The program name is assumed to be the first item in the string.
153 // Disallow public default construction; a program name must be specified.
164 // The name of the program.
167 // The argv array, with the program name in argv_[0].
/external/libffi/
H A Dltconfig13 # This program is distributed in the hope that it will be useful, but
19 # along with this program; if not, write to the Free Software
23 # distribute this file as part of a program that contains a
25 # the same distribution terms that you use for the rest of that program.
178 # The name of this program.
339 LTMAIN is the \`ltmain.sh' shell script fragment or \`ltmain.c' program
611 # AIX sometimes has problems with the GCC collect2 program. For some
670 # Allow CC to be a program name with arguments.
1554 echo "$progname: failed program was:" >&5
1568 echo "$progname: failed program wa
[all...]
/external/mesa3d/docs/
H A DMESA_shader_debug.spec43 a program object to enable debugging. Vertex and/or fragment shader,
48 be attached to a single program object.
159 to each debug object that is attached to the program object.
/external/sonivox/arm-fm-22k/host_src/
H A Deas_types.h224 /* external audio callback program change */
228 EAS_U8 program; member in struct:s_ext_audio_prg_chg_tag
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas_types.h224 /* external audio callback program change */
228 EAS_U8 program; member in struct:s_ext_audio_prg_chg_tag

Completed in 2584 milliseconds

1234567891011>>