HomeSort by relevance Sort by last modified time
    Searched full:program (Results 1776 - 1800 of 23867) sorted by null

<<71727374757677787980>>

  /external/open-vcdiff/
missing 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, see <http://www.gnu.org/licenses/>.
24 # distribute this file as part of a program that contains a
26 # the same distribution terms that you use for the rest of that program.
49 # Try to run requested program, and just exit if it succeeds.
56 # we should proceed has if the program had been absent, or
66 $0 [OPTION]... PROGRAM [ARGUMENT]...
68 Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return a
    [all...]
  /external/openfst/
missing 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, see <http://www.gnu.org/licenses/>.
24 # distribute this file as part of a program that contains a
26 # the same distribution terms that you use for the rest of that program.
49 # Try to run requested program, and just exit if it succeeds.
56 # we should proceed has if the program had been absent, or
66 $0 [OPTION]... PROGRAM [ARGUMENT]...
68 Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return a
    [all...]
  /external/pixman/
missing 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, see <http://www.gnu.org/licenses/>.
24 # distribute this file as part of a program that contains a
26 # the same distribution terms that you use for the rest of that program.
49 # Try to run requested program, and just exit if it succeeds.
56 # we should proceed has if the program had been absent, or
66 $0 [OPTION]... PROGRAM [ARGUMENT]...
68 Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return a
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
missing 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, see <http://www.gnu.org/licenses/>.
24 # distribute this file as part of a program that contains a
26 # the same distribution terms that you use for the rest of that program.
49 # Try to run requested program, and just exit if it succeeds.
56 # we should proceed has if the program had been absent, or
66 $0 [OPTION]... PROGRAM [ARGUMENT]...
68 Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return a
    [all...]
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.c 277 GL_APICALL void (* GL_APIENTRY glTransformFeedbackVaryings) (GLuint program, GLsizei count, const GLchar* const* varyings, GLenum bufferMode);
278 GL_APICALL void (* GL_APIENTRY glGetTransformFeedbackVarying) (GLuint program, GLuint index, GLsizei bufSize, GLsizei* length, GLsizei* size, GLenum* type, GLchar* name);
286 GL_APICALL void (* GL_APIENTRY glGetUniformuiv) (GLuint program, GLint location, GLuint* params);
287 GL_APICALL GLint (* GL_APIENTRY glGetFragDataLocation) (GLuint program, const GLchar *name);
302 GL_APICALL void (* GL_APIENTRY glGetUniformIndices) (GLuint program, GLsizei uniformCount, const GLchar* const* uniformNames, GLuint* uniformIndices);
303 GL_APICALL void (* GL_APIENTRY glGetActiveUniformsiv) (GLuint program, GLsizei uniformCount, const GLuint* uniformIndices, GLenum pname, GLint* params);
304 GL_APICALL GLuint (* GL_APIENTRY glGetUniformBlockIndex) (GLuint program, const GLchar* uniformBlockName);
305 GL_APICALL void (* GL_APIENTRY glGetActiveUniformBlockiv) (GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint* params);
306 GL_APICALL void (* GL_APIENTRY glGetActiveUniformBlockName) (GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei* length, GLchar* uniformBlockName);
307 GL_APICALL void (* GL_APIENTRY glUniformBlockBinding) (GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding)
    [all...]
  /external/bison/
COPYING 16 share and change all versions of a program--to make sure it remains free
34 For example, if you distribute copies of such a program, whether
61 Finally, every program is threatened constantly by software patents.
64 avoid the special danger that patents applied to a free program could
66 patents cannot be used to render the program non-free.
80 "The Program" refers to any copyrightable work licensed under this
89 A "covered work" means either the unmodified Program or a work based
90 on the Program.
157 copyright on the Program, and are irrevocable provided the stated
159 permission to run the unmodified Program. The output from running
    [all...]
NOTICE 16 share and change all versions of a program--to make sure it remains free
34 For example, if you distribute copies of such a program, whether
61 Finally, every program is threatened constantly by software patents.
64 avoid the special danger that patents applied to a free program could
66 patents cannot be used to render the program non-free.
80 "The Program" refers to any copyrightable work licensed under this
89 A "covered work" means either the unmodified Program or a work based
90 on the Program.
157 copyright on the Program, and are irrevocable provided the stated
159 permission to run the unmodified Program. The output from running
    [all...]
  /external/bison/doc/
gpl-3.0.texi 22 to share and change all versions of a program---to make sure it remains
41 For example, if you distribute copies of such a program, whether
69 Finally, every program is threatened constantly by software patents.
72 to avoid the special danger that patents applied to a free program
74 assures that patents cannot be used to render the program non-free.
89 ``The Program'' refers to any copyrightable work licensed under this
98 A ``covered work'' means either the unmodified Program or a work based
99 on the Program.
166 copyright on the Program, and are irrevocable provided the stated
168 permission to run the unmodified Program. The output from running
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
memory_program_cache.cc 124 GLuint program,
152 glProgramBinary(program,
157 glGetProgramiv(program, GL_LINK_STATUS, &success);
186 GLuint program,
195 glGetProgramiv(program, GL_PROGRAM_BINARY_LENGTH_OES, &length);
200 glGetProgramBinary(program,
226 // Evict any cached program with the same key in favor of the least recently
270 void MemoryProgramCache::LoadProgram(const std::string& program) {
272 if (proto->ParseFromString(program)) {
308 scoped_ptr<char[]> binary(new char[proto->program().length()])
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
sm4_parse.cpp 42 sm4_program& program; member in struct:sm4_parser
44 sm4_parser(sm4_program& program, void* p_tokens, unsigned size)
45 : program(program)
185 read_token(&program.version);
204 program.dcls.push_back(&dcl);
221 program.dcls.push_back(&dcl);
229 program.dcls.push_back(&dcl);
375 program.insns.push_back(&insn);
439 sm4_program* program = new sm4_program
    [all...]
  /external/dnsmasq/
COPYING-v3 16 share and change all versions of a program--to make sure it remains free
34 For example, if you distribute copies of such a program, whether
61 Finally, every program is threatened constantly by software patents.
64 avoid the special danger that patents applied to a free program could
66 patents cannot be used to render the program non-free.
80 "The Program" refers to any copyrightable work licensed under this
89 A "covered work" means either the unmodified Program or a work based
90 on the Program.
157 copyright on the Program, and are irrevocable provided the stated
159 permission to run the unmodified Program. The output from running
    [all...]
  /external/eigen/
COPYING.GPL 16 share and change all versions of a program--to make sure it remains free
34 For example, if you distribute copies of such a program, whether
61 Finally, every program is threatened constantly by software patents.
64 avoid the special danger that patents applied to a free program could
66 patents cannot be used to render the program non-free.
80 "The Program" refers to any copyrightable work licensed under this
89 A "covered work" means either the unmodified Program or a work based
90 on the Program.
157 copyright on the Program, and are irrevocable provided the stated
159 permission to run the unmodified Program. The output from running
    [all...]
  /external/grub/
aclocal.m4 9 # This program is distributed in the hope that it will be useful,
18 # This program is free software; you can redistribute it and/or modify
23 # This program is distributed in the hope that it will be useful,
29 # along with this program; if not, write to the Free Software
49 # This program is free software; you can redistribute it and/or modify
54 # This program is distributed in the hope that it will be useful,
60 # along with this program; if not, write to the Free Software
113 # This program is free software; you can redistribute it and/or modify
118 # This program is distributed in the hope that it will be useful,
124 # along with this program; if not, write to the Free Softwar
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
sm4_parse.cpp 42 sm4_program& program; member in struct:sm4_parser
44 sm4_parser(sm4_program& program, void* p_tokens, unsigned size)
45 : program(program)
185 read_token(&program.version);
204 program.dcls.push_back(&dcl);
221 program.dcls.push_back(&dcl);
229 program.dcls.push_back(&dcl);
375 program.insns.push_back(&insn);
439 sm4_program* program = new sm4_program
    [all...]
  /frameworks/native/cmds/flatland/
GLHelper.cpp 374 GLuint program = glCreateProgram(); local
375 if (program == 0) {
380 glAttachShader(program, vs);
381 glAttachShader(program, fs);
382 glLinkProgram(program);
384 glGetProgramiv(program, GL_LINK_STATUS, &linkStatus);
387 glGetProgramiv(program, GL_INFO_LOG_LENGTH, &bufLength);
391 glGetProgramInfoLog(program, bufLength, NULL, buf);
392 fprintf(stderr, "Program link log:\n%s\n", buf);
396 glDeleteProgram(program);
    [all...]
  /ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/
COPYING 17 share and change all versions of a program--to make sure it remains free
35 For example, if you distribute copies of such a program, whether
62 Finally, every program is threatened constantly by software patents.
65 avoid the special danger that patents applied to a free program could
67 patents cannot be used to render the program non-free.
81 "The Program" refers to any copyrightable work licensed under this
90 A "covered work" means either the unmodified Program or a work based
91 on the Program.
158 copyright on the Program, and are irrevocable provided the stated
160 permission to run the unmodified Program. The output from running
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/
COPYING 17 share and change all versions of a program--to make sure it remains free
35 For example, if you distribute copies of such a program, whether
62 Finally, every program is threatened constantly by software patents.
65 avoid the special danger that patents applied to a free program could
67 patents cannot be used to render the program non-free.
81 "The Program" refers to any copyrightable work licensed under this
90 A "covered work" means either the unmodified Program or a work based
91 on the Program.
158 copyright on the Program, and are irrevocable provided the stated
160 permission to run the unmodified Program. The output from running
    [all...]
  /prebuilts/misc/darwin-x86/bison/
NOTICE 16 share and change all versions of a program--to make sure it remains free
34 For example, if you distribute copies of such a program, whether
61 Finally, every program is threatened constantly by software patents.
64 avoid the special danger that patents applied to a free program could
66 patents cannot be used to render the program non-free.
80 "The Program" refers to any copyrightable work licensed under this
89 A "covered work" means either the unmodified Program or a work based
90 on the Program.
157 copyright on the Program, and are irrevocable provided the stated
159 permission to run the unmodified Program. The output from running
    [all...]
  /prebuilts/misc/linux-x86/bison/
NOTICE 16 share and change all versions of a program--to make sure it remains free
34 For example, if you distribute copies of such a program, whether
61 Finally, every program is threatened constantly by software patents.
64 avoid the special danger that patents applied to a free program could
66 patents cannot be used to render the program non-free.
80 "The Program" refers to any copyrightable work licensed under this
89 A "covered work" means either the unmodified Program or a work based
90 on the Program.
157 copyright on the Program, and are irrevocable provided the stated
159 permission to run the unmodified Program. The output from running
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/
COPYING 17 share and change all versions of a program--to make sure it remains free
35 For example, if you distribute copies of such a program, whether
62 Finally, every program is threatened constantly by software patents.
65 avoid the special danger that patents applied to a free program could
67 patents cannot be used to render the program non-free.
81 "The Program" refers to any copyrightable work licensed under this
90 A "covered work" means either the unmodified Program or a work based
91 on the Program.
158 copyright on the Program, and are irrevocable provided the stated
160 permission to run the unmodified Program. The output from running
    [all...]
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/
COPYING 17 share and change all versions of a program--to make sure it remains free
35 For example, if you distribute copies of such a program, whether
62 Finally, every program is threatened constantly by software patents.
65 avoid the special danger that patents applied to a free program could
67 patents cannot be used to render the program non-free.
81 "The Program" refers to any copyrightable work licensed under this
90 A "covered work" means either the unmodified Program or a work based
91 on the Program.
158 copyright on the Program, and are irrevocable provided the stated
160 permission to run the unmodified Program. The output from running
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_c_lib_autogen.h 16 void GLES2AttachShader(GLuint program, GLuint shader) {
17 gles2::GetGLContext()->AttachShader(program, shader);
19 void GLES2BindAttribLocation(GLuint program, GLuint index, const char* name) {
20 gles2::GetGLContext()->BindAttribLocation(program, index, name);
121 void GLES2DeleteProgram(GLuint program) {
122 gles2::GetGLContext()->DeleteProgram(program);
142 void GLES2DetachShader(GLuint program, GLuint shader) {
143 gles2::GetGLContext()->DetachShader(program, shader);
201 GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size,
204 program, index, bufsize, length, size, type, name)
    [all...]
gles2_trace_implementation_impl_autogen.h 18 void GLES2TraceImplementation::AttachShader(GLuint program, GLuint shader) {
20 gl_->AttachShader(program, shader);
24 GLuint program, GLuint index, const char* name) {
26 gl_->BindAttribLocation(program, index, name);
186 void GLES2TraceImplementation::DeleteProgram(GLuint program) {
188 gl_->DeleteProgram(program);
223 void GLES2TraceImplementation::DetachShader(GLuint program, GLuint shader) {
225 gl_->DetachShader(program, shader);
318 GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size,
321 gl_->GetActiveAttrib(program, index, bufsize, length, size, type, name)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_mesa_to_tgsi.c 42 #include "program/prog_instruction.h"
43 #include "program/prog_parameter.h"
776 const struct gl_program *program,
782 /* Fragment program uses fragment position input.
793 unsigned wposTransConst = _mesa_add_state_reference(program->Parameters,
859 const struct gl_program *program,
863 (const struct gl_fragment_program *) program;
953 emit_wpos_adjustment(t, program, invert, adjX, adjY);
965 const struct gl_program *program )
984 const struct gl_program *program )
1072 emit_wpos(st_context(ctx), t, program, ureg); local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_mesa_to_tgsi.c 42 #include "program/prog_instruction.h"
43 #include "program/prog_parameter.h"
776 const struct gl_program *program,
782 /* Fragment program uses fragment position input.
793 unsigned wposTransConst = _mesa_add_state_reference(program->Parameters,
859 const struct gl_program *program,
863 (const struct gl_fragment_program *) program;
953 emit_wpos_adjustment(t, program, invert, adjX, adjY);
965 const struct gl_program *program )
984 const struct gl_program *program )
1072 emit_wpos(st_context(ctx), t, program, ureg); local
    [all...]

Completed in 3979 milliseconds

<<71727374757677787980>>