HomeSort by relevance Sort by last modified time
    Searched full:program (Results 726 - 750 of 16863) sorted by null

<<21222324252627282930>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/about_files/
cpl-v10.html 13 <P><FONT SIZE="3"></FONT><FONT SIZE="2">THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.</FONT>
22 <UL><FONT SIZE="2">i) changes to the Program, and</FONT></UL>
25 <UL><FONT SIZE="2">ii) additions to the Program;</FONT></UL>
28 <UL><FONT SIZE="2">where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. </FONT><FONT SIZE="2">A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. </FONT><FONT SIZE="2">Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program. </FONT></UL>
31 <P><FONT SIZE="2">"Contributor" means any person or entity that distributes the Program.</FONT
    [all...]
  /external/junit/
cpl-v10.html 13 <P><FONT SIZE="3"></FONT><FONT SIZE="2">THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.</FONT>
22 <UL><FONT SIZE="2">i) changes to the Program, and</FONT></UL>
25 <UL><FONT SIZE="2">ii) additions to the Program;</FONT></UL>
28 <UL><FONT SIZE="2">where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. </FONT><FONT SIZE="2">A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. </FONT><FONT SIZE="2">Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program. </FONT></UL>
31 <P><FONT SIZE="2">"Contributor" means any person or entity that distributes the Program.</FONT
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 353 void GraphicsContext3D::attachShader(Platform3DObject program, Platform3DObject shader)
355 ASSERT(program);
358 ::glAttachShader(program, shader);
361 void GraphicsContext3D::bindAttribLocation(Platform3DObject program, GC3Duint index, const String& name)
363 ASSERT(program);
365 ::glBindAttribLocation(program, index, name.utf8().data());
593 void GraphicsContext3D::detachShader(Platform3DObject program, Platform3DObject shader)
595 ASSERT(program);
598 ::glDetachShader(program, shader);
673 bool GraphicsContext3D::getActiveAttrib(Platform3DObject program, GC3Duint index, ActiveInfo& info
    [all...]
  /external/chromium/sdch/open-vcdiff/
compile 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
23 # distribute this file as part of a program that contains a
25 # the same distribution terms that you use for the rest of that program.
28 # compile PROGRAM [ARGS]...
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptprogram.cpp 31 \brief The QScriptProgram class encapsulates a Qt Script program.
41 QScriptProgram program("1 + 2");
42 QScriptValue result = engine.evaluate(program);
96 Returns the source code of this program.
104 Returns the filename associated with this program.
112 Returns the line number associated with this program.
  /external/webkit/Source/WebCore/manual-tests/inspector/
hidden-evals.html 19 <li>(program): f_named_1.eval
20 <li>(program): f_named_2.eval
21 <li>(program): f_named_3.eval
31 named: "(program)". After pausing in both functions, there will be two "(program)"
46 <code>debugger</code> command. At this point, a third "(program)" entry for
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/button/
button.edc 123 program {
131 program {
139 program {
147 program {
155 program {
163 program {
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/check/
check.edc 128 program {
136 program {
144 program {
152 program {
160 program {
168 program {
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/entry/
entry.edc 114 program {
122 program {
130 program {
138 program {
146 program {
154 program {
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/radio/
radio.edc 128 program {
136 program {
144 program {
152 program {
160 program {
168 program {
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
ImageCombineFilter.java 27 import android.filterfw.core.Program;
40 protected Program mProgram;
99 // Make sure we have a program
128 throw new RuntimeException("Could not create a program for image filter "
136 protected abstract Program getNativeProgram(FilterContext context);
138 protected abstract Program getShaderProgram(FilterContext context);
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
help2man 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 Foundation,
50 -S, --source=TEXT source of program (FSF, Debian, ...)
198 (my $program = $ARGV[0]) =~ s!.*/!!;
199 my $package = $program;
216 # <program> <version>
217 # {GNU,Free} <program> <version>
218 # <program> ({GNU,Free} <package>) <version>
219 # <program> - {GNU,Free} <package> <version
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
libGLESv2.cpp 25 #include "libGLESv2/Program.h"
57 void __stdcall glAttachShader(GLuint program, GLuint shader)
59 TRACE("(GLuint program = %d, GLuint shader = %d)", program, shader);
67 gl::Program *programObject = context->getProgram(program);
72 if (context->getShader(program))
106 void __stdcall glBindAttribLocation(GLuint program, GLuint index, const GLchar* name)
108 TRACE("(GLuint program = %d, GLuint index = %d, const GLchar* name = 0x%0.8p)", program, index, name)
4864 gl::Program *program = context->getCurrentProgram(); local
4908 gl::Program *program = context->getCurrentProgram(); local
4954 gl::Program *program = context->getCurrentProgram(); local
5000 gl::Program *program = context->getCurrentProgram(); local
5046 gl::Program *program = context->getCurrentProgram(); local
5092 gl::Program *program = context->getCurrentProgram(); local
5138 gl::Program *program = context->getCurrentProgram(); local
5184 gl::Program *program = context->getCurrentProgram(); local
5224 gl::Program *program = context->getCurrentProgram(); local
5264 gl::Program *program = context->getCurrentProgram(); local
5304 gl::Program *program = context->getCurrentProgram(); local
    [all...]
  /external/chromium/chrome/browser/resources/
about_os_credits.html 99 Foundation's software and to any other program whose authors commit to
116 For example, if you distribute copies of such a program, whether
133 Finally, any free program is threatened constantly by software
135 program will individually obtain patent licenses, in effect making the
136 program proprietary. To prevent this, we have made it clear that any
146 0. This License applies to any program or other work which contains
148 under the terms of this General Public License. The "Program", below,
149 refers to any such program or work, and a "work based on the Program"
150 means either the Program or any derivative work under copyright law
    [all...]
  /cts/tests/src/android/opengl/cts/
EglConfigGLSurfaceView.java 140 throw new RuntimeException("Could not create program");
172 int program = GLES20.glCreateProgram(); local
173 if (program != 0) {
174 GLES20.glAttachShader(program, vertexShader);
176 GLES20.glAttachShader(program, pixelShader);
178 GLES20.glLinkProgram(program);
180 GLES20.glGetProgramiv(program, GLES20.GL_LINK_STATUS, linkStatus, 0);
182 Log.e(TAG, "Could not link program: ");
183 Log.e(TAG, GLES20.glGetProgramInfoLog(program));
184 GLES20.glDeleteProgram(program);
    [all...]
  /external/bison/
Makefile.am 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, write to the Free Software
Makefile.cfg 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, write to the Free Software
  /external/bison/djgpp/
Makefile.maint 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, write to the Free Software Foundation,
  /external/bison/lib/
Makefile.am 3 ## This program is free software; you can redistribute it and/or modify
8 ## This program is distributed in the hope that it will be useful,
14 ## along with this program; if not, write to the Free Software
fd-safer.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, write to the Free Software Foundation,
hard-locale.c 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, write to the Free Software Foundation,
strerror.c 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, write to the Free Software Foundation,
strndup.c 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,
18 along with this program; if not, write to the Free Software Foundation,
  /external/bison/m4/
cxx.m4 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, write to the Free Software
  /external/bison/src/
complain.h 4 This program is free software; you can redistribute it and/or modify it
9 This program is distributed in the hope that it will be useful,
15 along with this program; if not, write to the Free Software

Completed in 5358 milliseconds

<<21222324252627282930>>