/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/ |
types.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/>. 73 """Return a dictionary from a program's enum type.
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/ |
types.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/>. 73 """Return a dictionary from a program's enum type.
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/command/ |
type_printers.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/>. 54 print ("%sType printers for program space:" % sep)
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/ |
types.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/>. 73 """Return a dictionary from a program's enum type.
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/ |
types.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/>. 73 """Return a dictionary from a program's enum type.
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/command/ |
type_printers.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/>. 54 print ("%sType printers for program space:" % sep)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
if_cablemodem.h | 7 * This program is free software; you can redistribute it
|
selinux_netlink.h | 8 * This program is free software; you can redistribute it and/or modify
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
sm_inter.x | 7 * media and as a part of the software program in whole or part. Users 10 * program developed by the user. 40 program SM_PROG { 71 int my_prog; /* rpc program # of the requesting process */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
if_cablemodem.h | 7 * This program is free software; you can redistribute it
|
selinux_netlink.h | 8 * This program is free software; you can redistribute it and/or modify
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
sm_inter.x | 7 * media and as a part of the software program in whole or part. Users 10 * program developed by the user. 40 program SM_PROG { 71 int my_prog; /* rpc program # of the requesting process */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
soundfont.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 35 unsigned char instr; /* Midi program for this zone */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
if_cablemodem.h | 7 * This program is free software; you can redistribute it
|
selinux_netlink.h | 8 * This program is free software; you can redistribute it and/or modify
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
sm_inter.x | 7 * media and as a part of the software program in whole or part. Users 10 * program developed by the user. 40 program SM_PROG { 71 int my_prog; /* rpc program # of the requesting process */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
soundfont.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 35 unsigned char instr; /* Midi program for this zone */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
appletrunner.py | 17 sys.stderr.write("%s: cannot find applet main program\n" % sys.argv[0])
|
/sdk/avdlauncher/ |
avdlauncher.c | 85 /* get path of current program, to switch dirs here when executing the command. */ 88 display_error("Failed to get program's filename:"); 100 dprintf("Program dir: %s\n", program_dir); 103 NULL, /* program path */
|
/sdk/emulator/opengl/host/libs/GLESv2_dec/ |
gl2.attrib | 5 #void glBindAttribLocation(GLuint program, GLuint index, GLchar *name) 77 #void glGetActiveAttrib(GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) 90 #void glGetActiveUniform(GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) 104 #void glGetAttachedShaders(GLuint program, GLsizei maxcount, GLsizei *count, GLuint *shaders) 112 #int glGetAttribLocation(GLuint program, GLchar *name) 141 #void glGetProgramiv(GLuint program, GLenum pname, GLint *params) 148 #void glGetProgramInfoLog(GLuint program, GLsizei bufsize, GLsizei *length, GLchar *infolog) 205 #void glGetUniformfv(GLuint program, GLint location, GLfloat *params) 208 len params glSizeof(uniformType(self, program, location)) 210 #void glGetUniformiv(GLuint program, GLint location, GLint *params [all...] |
/system/core/sh/ |
builtins.c | 2 * This file was generated by the mkbuiltins program.
|
/system/extras/tests/bionic/libc/common/ |
test_getaddrinfo.c | 1 /* this program is used to test that getaddrinfo() works correctly
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
libGLESv2.cpp | 18 #include "libGLESv2/Program.h" 283 void __stdcall glAttachShader(GLuint program, GLuint shader) 285 EVENT("(GLuint program = %d, GLuint shader = %d)", program, shader); 293 gl::Program *programObject = context->getProgram(program); 298 if (context->getShader(program)) 365 void __stdcall glBindAttribLocation(GLuint program, GLuint index, const GLchar* name) 367 EVENT("(GLuint program = %d, GLuint index = %d, const GLchar* name = 0x%0.8p)", program, index, name) [all...] |
/cts/tests/src/android/opengl/cts/ |
CompressedTextureSurfaceView.java | 394 int program = GLES20.glCreateProgram(); local 395 if (program != 0) { 396 GLES20.glAttachShader(program, vertexShader); 398 GLES20.glAttachShader(program, pixelShader); 400 GLES20.glLinkProgram(program); 402 GLES20.glGetProgramiv(program, GLES20.GL_LINK_STATUS, linkStatus, 0); 404 Log.e(TAG, "Could not link program: "); 405 Log.e(TAG, GLES20.glGetProgramInfoLog(program)); 406 GLES20.glDeleteProgram(program); 407 program = 0 [all...] |
/cts/tests/tests/mediastress/src/android/mediastress/cts/ |
SurfaceTextureRenderer.java | 271 int program = GLES20.glCreateProgram(); local 272 if (program != 0) { 273 GLES20.glAttachShader(program, vertexShader); 275 GLES20.glAttachShader(program, pixelShader); 277 GLES20.glLinkProgram(program); 279 GLES20.glGetProgramiv(program, GLES20.GL_LINK_STATUS, linkStatus, 0); 281 Log.e(TAG, "Could not link program: "); 282 Log.e(TAG, GLES20.glGetProgramInfoLog(program)); 283 GLES20.glDeleteProgram(program); 284 program = 0 [all...] |