/frameworks/rs/ |
rsProgram.cpp | 23 Program::Program(Context *rsc, const char * shaderText, size_t shaderLength, 83 Program::~Program() { 103 bool Program::freeChildren() { 115 void Program::initMemberVars() { 139 void Program::bindAllocation(Context *rsc, Allocation *alloc, uint32_t slot) { 168 void Program::bindTexture(Context *rsc, uint32_t slot, Allocation *a) { 187 void Program::bindSampler(Context *rsc, uint32_t slot, Sampler *s) { 203 Program *p = static_cast<Program *>(vp) [all...] |
/external/bison/data/ |
README | 7 that are specialized for specific grammars by the bison program. 28 Because the interface between skeletons and the bison program is not 59 This program is free software: you can redistribute it and/or modify 64 This program is distributed in the hope that it will be useful, 70 along with this program. If not, see <http://www.gnu.org/licenses/>.
|
/external/bison/lib/ |
error.h | 6 This program is free software: you can redistribute it and/or modify 11 This program is distributed in the hope that it will be useful, 17 along with this program. If not, see <http://www.gnu.org/licenses/>. */ 40 If STATUS is nonzero, terminate the program with 'exit (STATUS)'. */ 49 /* If NULL, error will flush stdout, then print on stderr the program
|
close-stream.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/>. */ 39 If a program writes *anything* to STREAM, that program should close 46 left with an incomplete output file and the offending program would 65 fclose failed with EBADF. That can happen when a program like cp
|
/external/ceres-solver/internal/ceres/ |
compressed_row_jacobian_writer.h | 42 class Program; 48 Program* program) 49 : program_(program) { 69 Program* program_;
|
program.h | 47 // adding and modifying parameters and residuals. The Program contains the core 51 // objective function. Various parts of Ceres transform one Program into 55 class Program { 57 Program(); 58 explicit Program(const Program& program); 60 // The ordered parameter and residual blocks for the program. 66 // Serialize to/from the program and update states. 83 // Update a state vector for the program given a delta [all...] |
coordinate_descent_minimizer.h | 37 #include "ceres/program.h" 43 // Given a Program, and a ParameterBlockOrdering which partitions 52 // program are constant. 55 bool Init(const Program& program, 67 void Solve(Program* program,
|
/external/llvm/docs/CommandGuide/ |
llvm-symbolizer.rst | 7 :program:`llvm-symbolizer` [options] 12 :program:`llvm-symbolizer` reads object file names and addresses from standard 14 program uses debug info sections and symbol table in the object files. 65 :program:`llvm-symbolizer` returns 0. Other exit codes imply internal program error.
|
/external/proguard/src/proguard/classfile/attribute/visitor/ |
AllAttributeVisitor.java | 7 * This program is free software; you can redistribute it and/or modify it 12 * This program is distributed in the hope that it will be useful, but WITHOUT 18 * with this program; if not, write to the Free Software Foundation, Inc., 30 * AttributeVisitor visit all Attribute objects of the program classes, 31 * program class members, or code attributes, respectively, that it visits.
|
/external/webkit/Source/JavaScriptCore/runtime/ |
Completion.cpp | 42 ProgramExecutable* program = ProgramExecutable::create(exec, source); local 43 JSObject* error = program->checkSyntax(exec); 55 ProgramExecutable* program = ProgramExecutable::create(exec, source); local 56 if (!program) { 64 JSValue result = exec->interpreter()->execute(program, exec, scopeChain, thisObj);
|
/external/webkit/Source/WebCore/manual-tests/inspector/ |
bp-in-named-eval-after-reload.html | 9 <li>(program): f1.js 10 <li>(program): f2.js 13 <li><p>In <code>(program) f1.js</code>, set a breakpoint on the first 15 <li><p>In <code>(program) f2.js</code>, set a breakpoint on the first 20 <li><p>debugger should stop in the <code>f2()</code> function (the function in <code>(program) f2.js</code>)
|
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/search/cancel/ |
search_cancel.edc | 86 program { 94 program { 102 program { 110 program { 118 program {
|
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/search/decoration/ |
search_decoration.edc | 87 program { 95 program { 103 program { 111 program { 119 program {
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
error.h | 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/>. */ 40 If STATUS is nonzero, terminate the program with `exit (STATUS)'. */ 49 /* If NULL, error will flush stdout, then print on stderr the program
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
entries.in | 8 void, glActiveShaderProgramEXT, GLuint pipeline, GLuint program 14 void, glAttachShader, GLuint program, GLuint shader 17 void, glBindAttribLocation, GLuint program, GLuint index, const GLchar* name 81 void, glDeleteProgram, GLuint program 95 void, glDetachShader, GLuint program, GLuint shader 124 void, glExtGetProgramBinarySourceQCOM, GLuint program, GLenum shadertype, GLchar* source, GLint* length 131 GLboolean, glExtIsProgramBinaryQCOM, GLuint program 167 void, glGetActiveAttrib, GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, GLenum* type, GLchar* name 168 void, glGetActiveUniform, GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, GLenum* type, GLchar* name 169 void, glGetAttachedShaders, GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shader [all...] |
/frameworks/native/opengl/libs/GLES_trace/src/ |
gltrace_api.h | 25 void GLTrace_glAttachShader(GLuint program, GLuint shader); 26 void GLTrace_glBindAttribLocation(GLuint program, GLuint index, const GLchar* name); 54 void GLTrace_glDeleteProgram(GLuint program); 61 void GLTrace_glDetachShader(GLuint program, GLuint shader); 78 void GLTrace_glGetActiveAttrib(GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, GLenum* type, GLchar* name); 79 void GLTrace_glGetActiveUniform(GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, GLenum* type, GLchar* name); 80 void GLTrace_glGetAttachedShaders(GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders); 81 GLint GLTrace_glGetAttribLocation(GLuint program, const GLchar* name); 88 void GLTrace_glGetProgramiv(GLuint program, GLenum pname, GLint* params); 89 void GLTrace_glGetProgramInfoLog(GLuint program, GLsizei bufsize, GLsizei* length, GLchar* infolog) [all...] |
/frameworks/native/opengl/libs/ |
entries.in | 1 GL_ENTRY(void, glActiveShaderProgramEXT, GLuint pipeline, GLuint program) 7 GL_ENTRY(void, glAttachShader, GLuint program, GLuint shader) 12 GL_ENTRY(void, glBindAttribLocation, GLuint program, GLuint index, const GLchar* name) 91 GL_ENTRY(void, glDeleteProgram, GLuint program) 110 GL_ENTRY(void, glDetachShader, GLuint program, GLuint shader) 145 GL_ENTRY(void, glExtGetProgramBinarySourceQCOM, GLuint program, GLenum shadertype, GLchar *source, GLint *length) 152 GL_ENTRY(GLboolean, glExtIsProgramBinaryQCOM, GLuint program) 195 GL_ENTRY(void, glGetActiveAttrib, GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, GLenum* type, GLchar* name) 196 GL_ENTRY(void, glGetActiveUniform, GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, GLenum* type, GLchar* name) 197 GL_ENTRY(void, glGetActiveUniformBlockName, GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei* length, GLchar* uniformBlockName [all...] |
/external/webkit/Source/JavaScriptCore/qt/api/ |
qscriptengine_p.cpp | 51 QScriptSyntaxCheckResultPrivate* QScriptEnginePrivate::checkSyntax(const QString& program) 54 JSStringRef source = QScriptConverter::toString(program); 65 Evaluates program and returns the result of the evaluation. 68 QScriptValuePrivate* QScriptEnginePrivate::evaluate(const QString& program, const QString& fileName, int lineNumber) 70 JSStringRef script = QScriptConverter::toString(program); 79 Evaluates program and returns the result of the evaluation. 82 QScriptValuePrivate* QScriptEnginePrivate::evaluate(const QScriptProgramPrivate* program) 84 if (program->isNull()) 86 return new QScriptValuePrivate(this, evaluate(*program, program->file(), program->line())) [all...] |
/frameworks/base/libs/hwui/ |
SkiaShader.h | 42 * program to recreate the original effect. 65 virtual void setupProgram(Program* program, const mat4& modelView, const Snapshot& snapshot, 145 void setupProgram(Program* program, const mat4& modelView, const Snapshot& snapshot, 168 void setupProgram(Program* program, const mat4& modelView, const Snapshot& snapshot, 192 void setupProgram(Program* program, const mat4& modelView, const Snapshot& snapshot, 235 void setupProgram(Program* program, const mat4& modelView, const Snapshot& snapshot [all...] |
/frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/ |
GL2JavaView.java | 123 int program = GLES20.glCreateProgram(); local 124 if (program != 0) { 125 GLES20.glAttachShader(program, vertexShader); 127 GLES20.glAttachShader(program, pixelShader); 129 GLES20.glLinkProgram(program); 131 GLES20.glGetProgramiv(program, GLES20.GL_LINK_STATUS, linkStatus, 0); 133 Log.e(TAG, "Could not link program: "); 134 Log.e(TAG, GLES20.glGetProgramInfoLog(program)); 135 GLES20.glDeleteProgram(program); 136 program = 0 [all...] |
/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/ |
SurfaceTextureView.java | 69 int program = GLES20.glCreateProgram(); local 70 if (program != 0) { 71 GLES20.glAttachShader(program, vertexShader); 73 GLES20.glAttachShader(program, pixelShader); 75 GLES20.glLinkProgram(program); 77 GLES20.glGetProgramiv(program, GLES20.GL_LINK_STATUS, linkStatus, 0); 79 Log.e(TAG, "Could not link program: "); 80 Log.e(TAG, GLES20.glGetProgramInfoLog(program)); 81 GLES20.glDeleteProgram(program); 82 program = 0 [all...] |
/external/elfutils/tests/ |
test-subr.sh | 23 # Network licensing program, please visit www.openinventionnetwork.com 88 program="$1" 90 case "$program" in 98 program=${bindir}/`program_transform ${program##*/}` 103 $program ${1+"$@"} 105 $program ${1+"$@"}
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/ |
pmap_clnt.h | 5 * media and as a part of the software program in whole or part. Users 8 * program developed by the user. 52 * success = pmap_set(program, version, protocol, port); 53 * success = pmap_unset(program, version); 54 * port = pmap_getport(address, program, version, protocol); 56 * clnt_stat = pmap_rmtcall(address, program, version, procedure, 59 * clnt_stat = clnt_broadcast(program, version, procedure,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/ |
pmap_clnt.h | 5 * media and as a part of the software program in whole or part. Users 8 * program developed by the user. 52 * success = pmap_set(program, version, protocol, port); 53 * success = pmap_unset(program, version); 54 * port = pmap_getport(address, program, version, protocol); 56 * clnt_stat = pmap_rmtcall(address, program, version, procedure, 59 * clnt_stat = clnt_broadcast(program, version, procedure,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/ |
pmap_clnt.h | 5 * media and as a part of the software program in whole or part. Users 8 * program developed by the user. 52 * success = pmap_set(program, version, protocol, port); 53 * success = pmap_unset(program, version); 54 * port = pmap_getport(address, program, version, protocol); 56 * clnt_stat = pmap_rmtcall(address, program, version, procedure, 59 * clnt_stat = clnt_broadcast(program, version, procedure,
|