/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
hdspm.h | 8 * 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
|
i2c.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, write to the Free Software
|
minors.h | 8 * 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
|
mpu401.h | 9 * This program is free software; you can redistribute it and/or modify 14 * This program is distributed in the hope that it will be useful, 20 * along with this program; if not, write to the Free Software
|
seq_kernel.h | 9 * This program is free software; you can redistribute it and/or modify 14 * This program is distributed in the hope that it will be useful, 20 * along with this program; if not, write to the Free Software
|
timer.h | 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
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/lib64/ |
libstdc++.so.6.0.16-gdb.py | 4 # This program is free software; you can redistribute it and/or modify 9 # This program is distributed in the hope that it will be useful, 15 # along with this program. If not, see <http://www.gnu.org/licenses/>.
|
/prebuilts/tools/common/proguard/proguard4.7/docs/ |
license.html | 35 redistribute the program, modified or as is, on the condition that you make 36 the complete source code available as well. If you develop a program that is 38 <b>ProGuard</b>, the program as a whole has to be distributed at no charge
|
/system/core/include/corkscrew/ |
backtrace.h | 55 * Populates the backtrace array with the program counters from the call stack. 62 * Populates the backtrace array with the program counters from the call stack. 72 * Populates the backtrace array with the program counters from the call stack.
|
/external/bison/doc/ |
Makefile.am | 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/>. 75 $(AM_V_GEN)program=`expr "/$*" : '.*/\(.*\)'` && \ 80 echo cd $$dir '&&' $(MAKE) $(AM_MAKEFLAGS) $$program && \ 81 (cd $$dir && $(MAKE) $(AM_MAKEFLAGS) $$program) || exit; \
|
/external/chromium_org/gpu/command_buffer/tests/ |
compressed_texture_test.cc | 208 // Load shader program. 209 GLuint program = LoadProgram(); 210 ASSERT_NE(program, 0u); 211 GLint position_loc = glGetAttribLocation(program, "a_position"); 212 GLint texture_loc = glGetUniformLocation(program, "u_texture"); 215 glUseProgram(program);
|
/external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/ |
tri.c | 61 struct program struct 84 static void init_prog(struct program *p) 223 static void close_prog(struct program *p) 243 static void draw(struct program *p) 277 struct program *p = CALLOC_STRUCT(program);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
gen6_vs_state.c | 32 #include "program/prog_parameter.h" 33 #include "program/prog_statevars.h" 45 bool uses_clip_distance = vp->program.UsesClipDistance; 54 _mesa_load_state_parameters(ctx, vp->program.Base.Parameters); 95 for (i = 0; i < vp->program.Base.Parameters->NumParameters; i++) { 98 vp->program.Base.Parameters->ParameterValues[i],
|
/external/chromium_org/third_party/sqlite/src/tool/ |
speedtest8.c | 4 ** This program reads ASCII text from a file named on the command-line 6 ** is created at the beginning of the program. All statements are 9 ** To compile this program, first compile the SQLite library separately 14 ** Then link against this program. But to do optimize this program 19 ** Then run this program with a single argument which is the name of
|
/external/javassist/sample/rmi/ |
webdemo.html | 31 <p>However, the program of the applet does not need to directly handle
119 <p><b>Figure 3: Server-side program</b>
152 The applet can use the same class name as the server-side program.
162 All the programs, both the applet and the server-side program,
179 program must use different versions of the class <code>Counter</code>.
182 object in the server-side program.
|
/external/llvm/include/llvm/MC/ |
SectionKind.h | 36 /// ReadOnly - Data that is never written to at program runtime by the 37 /// program or the dynamic linker. Things in the top-level readonly 73 /// to during program runtime. 104 /// to by the program, it can have random relocations to arbitrary 120 /// written to by the program, but that have relocations, so they 128 /// program, but must be writeable so that the dynamic linker
|
/external/mesa3d/src/gallium/tests/trivial/ |
tri.c | 61 struct program struct 84 static void init_prog(struct program *p) 223 static void close_prog(struct program *p) 243 static void draw(struct program *p) 277 struct program *p = CALLOC_STRUCT(program);
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
gen6_vs_state.c | 32 #include "program/prog_parameter.h" 33 #include "program/prog_statevars.h" 45 bool uses_clip_distance = vp->program.UsesClipDistance; 54 _mesa_load_state_parameters(ctx, vp->program.Base.Parameters); 95 for (i = 0; i < vp->program.Base.Parameters->NumParameters; i++) { 98 vp->program.Base.Parameters->ParameterValues[i],
|
/external/openssh/ |
OVERVIEW | 16 make-ssh-known-hosts. The main program for each of these is in a .c 100 - The client main program is in ssh.c. It first parses arguments 131 log-server.c; it is used in the server program. The other 152 - server main program 157 - building up the execution environment for the user program 158 - starting the user program.
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
ShaderProgram.java | 22 import android.filterfw.core.Program; 31 public class ShaderProgram extends Program { 73 ShaderProgram program = nativeCreateIdentity(getGLEnvironment(context)); local 74 program.setTimer(); 75 return program; 234 throw new RuntimeException("Could not prepare shader-program for drawing!");
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
GLES20Canvas.java | 189 public abstract void loadHandle(int program); 198 public void loadHandle(int program) { 199 handle = GLES20.glGetUniformLocation(program, mName); 210 public void loadHandle(int program) { 211 handle = GLES20.glGetAttribLocation(program, mName); 306 int program = GLES20.glCreateProgram(); local 308 if (program == 0) { 309 throw new RuntimeException("Cannot create GL program: " + GLES20.glGetError()); 311 GLES20.glAttachShader(program, vertexShader); 313 GLES20.glAttachShader(program, fragmentShader) 688 int program; local [all...] |
/frameworks/rs/java/tests/GenImages/src/com/android/rs/genimage/ |
GenImage.java | 214 // prepare shaders and OpenGL program 218 mProgram = GLES20.glCreateProgram(); // create empty OpenGL Program 219 GLES20.glAttachShader(mProgram, vertexShader); // add the vertex shader to program 220 GLES20.glAttachShader(mProgram, fragmentShader); // add the fragment shader to program 221 GLES20.glLinkProgram(mProgram); // create OpenGL program executables 237 // Add program to OpenGL environment
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
GLES20Canvas.java | 189 public abstract void loadHandle(int program); 198 public void loadHandle(int program) { 199 handle = GLES20.glGetUniformLocation(program, mName); 210 public void loadHandle(int program) { 211 handle = GLES20.glGetAttribLocation(program, mName); 306 int program = GLES20.glCreateProgram(); local 308 if (program == 0) { 309 throw new RuntimeException("Cannot create GL program: " + GLES20.glGetError()); 311 GLES20.glAttachShader(program, vertexShader); 313 GLES20.glAttachShader(program, fragmentShader) 688 int program; local [all...] |
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/ |
GLES20Canvas.java | 189 public abstract void loadHandle(int program); 198 public void loadHandle(int program) { 199 handle = GLES20.glGetUniformLocation(program, mName); 210 public void loadHandle(int program) { 211 handle = GLES20.glGetAttribLocation(program, mName); 306 int program = GLES20.glCreateProgram(); local 308 if (program == 0) { 309 throw new RuntimeException("Cannot create GL program: " + GLES20.glGetError()); 311 GLES20.glAttachShader(program, vertexShader); 313 GLES20.glAttachShader(program, fragmentShader) 688 int program; local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
spawn.py | 4 specific functions for launching another program in a sub-process. 18 """Run another program, specified as a command list 'cmd', in a new process. 21 cmd[0] is the program to run and cmd[1:] are the rest of its arguments. 22 There is no way to run a program with a name different from that of its 26 search path will be used to find the program; otherwise, cmd[0] 30 Raise DistutilsExecError if running the program fails in any way; just
|