/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
glGetActiveUniform.java | 1 // C function void glGetActiveUniform ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name ) 4 int program, 17 // C function void glGetActiveUniform ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name ) 20 int program, 28 // C function void glGetActiveUniform ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name ) 31 int program, 39 // C function void glGetActiveUniform ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name ) 42 int program,
|
glGetTransformFeedbackVarying.java | 1 // C function void glGetTransformFeedbackVarying ( GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name ) 4 int program, 17 // C function void glGetTransformFeedbackVarying ( GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name ) 20 int program, 29 // C function void glGetTransformFeedbackVarying ( GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name ) 32 int program, 40 // C function void glGetTransformFeedbackVarying ( GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name ) 43 int program,
|
/external/llvm/autoconf/m4/ |
sanity_check.m4 | 1 dnl Check a program for version sanity. The test runs a program, passes it an 3 dnl output with a regular expression. If the output is non-empty, the program 5 dnl $1 - Name or full path of the program to run 11 AC_MSG_CHECKING([sanity for program ]$1) 20 AC_MSG_WARN([Program ]$1[ failed to pass sanity check.]) 22 AC_MSG_ERROR([Program ]$1[ failed to pass sanity check.])
|
/external/llvm/docs/CommandGuide/ |
llvm-cov.rst | 7 :program:`llvm-cov` [-gcno=filename] [-gcda=filename] [dump] 12 The experimental :program:`llvm-cov` tool reads in description file generated 13 by compiler and coverage data file generated by instrumented program. This 14 program assumes that the description and data file uses same format as gcov 23 instrumenting program. 32 debug :program:`llvm-cov` itself. 37 :program:`llvm-cov` returns 1 if it cannot read input files. Otherwise, it
|
/external/llvm/projects/sample/autoconf/m4/ |
sanity_check.m4 | 1 dnl Check a program for version sanity. The test runs a program, passes it an 3 dnl output with a regular expression. If the output is non-empty, the program 5 dnl $1 - Name or full path of the program to run 11 AC_MSG_CHECKING([sanity for program ]$1) 20 AC_MSG_WARN([Program ]$1[ failed to pass sanity check.]) 22 AC_MSG_ERROR([Program ]$1[ failed to pass sanity check.])
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
ProgramPort.java | 40 return "Program " + super.toString(); 49 Program program = (Program)fieldValue; local 50 program.setHostValue(mVarName, mValue); 55 "Access to program field '" + mField.getName() + "' was denied!"); 57 throw new RuntimeException("Non Program field '" + mField.getName()
|
/frameworks/base/libs/usb/tests/AccessoryChat/ |
README.txt | 6 accessorychat - A C command-line program that communicates with AccessoryChat. 7 This program behaves as if it were a USB accessory. 9 command line program, which will work if run as root on an
|
/external/libcap-ng/libcap-ng-0.7/utils/ |
netcap.8 | 3 netcap \- a program to see capabilities 7 \fBnetcap\fP is a program that prints out a report of process capabilities. If the application is using tcp, udp, raw, or packet family of sockets AND has any capabilities, it will be in the report. If the process has partial capabilities, it is further examined to see if it has an open-ended bounding set. If this is found to be true, a '+' symbol is added. 9 Some directories in the /proc file system are readonly by root. The program will try to access and report what it can. But if nothing comes out, try changing to the root user and re-run this program.
|
/external/llvm/test/Scripts/ |
ignore | 3 # Program: ignore
|
/external/mockito/src/org/mockito/exceptions/base/ |
package.html | 3 ~ This program is made available under the terms of the MIT License.
|
/external/mockito/src/org/mockito/exceptions/misusing/ |
package.html | 3 ~ This program is made available under the terms of the MIT License.
|
/external/mockito/src/org/mockito/exceptions/ |
package.html | 3 ~ This program is made available under the terms of the MIT License.
|
/external/mockito/src/org/mockito/exceptions/stacktrace/ |
package.html | 3 ~ This program is made available under the terms of the MIT License.
|
/external/mockito/src/org/mockito/exceptions/verification/junit/ |
package.html | 3 ~ This program is made available under the terms of the MIT License.
|
/external/mockito/src/org/mockito/internal/debugging/ |
package.html | 3 ~ This program is made available under the terms of the MIT License.
|
/external/mockito/src/org/mockito/internal/exceptions/stacktrace/ |
package.html | 3 ~ This program is made available under the terms of the MIT License.
|
/external/mockito/src/org/mockito/internal/invocation/ |
package.html | 3 ~ This program is made available under the terms of the MIT License.
|
/external/mockito/src/org/mockito/internal/invocation/realmethod/ |
RealMethod.java | 3 * This program is made available under the terms of the MIT License.
|
package.html | 3 ~ This program is made available under the terms of the MIT License.
|
/external/mockito/src/org/mockito/internal/listeners/ |
MockingProgressListener.java | 3 * This program is made available under the terms of the MIT License.
|
/external/mockito/src/org/mockito/internal/matchers/ |
CapturesArguments.java | 3 * This program is made available under the terms of the MIT License.
|
VarargMatcher.java | 3 * This program is made available under the terms of the MIT License.
|
package.html | 3 ~ This program is made available under the terms of the MIT License.
|
/external/mockito/src/org/mockito/internal/matchers/apachecommons/ |
package.html | 3 ~ This program is made available under the terms of the MIT License.
|
/external/mockito/src/org/mockito/internal/ |
package.html | 3 ~ This program is made available under the terms of the MIT License.
|