HomeSort by relevance Sort by last modified time
    Searched full:program (Results 276 - 300 of 14517) sorted by null

<<11121314151617181920>>

  /external/dbus/dbus/
NOTICE 227 Foundation's software and to any other program whose authors commit to
244 For example, if you distribute copies of such a program, whether
261 Finally, any free program is threatened constantly by software
263 program will individually obtain patent licenses, in effect making the
264 program proprietary. To prevent this, we have made it clear that any
274 0. This License applies to any program or other work which contains
276 under the terms of this General Public License. The "Program", below,
277 refers to any such program or work, and a "work based on the Program"
278 means either the Program or any derivative work under copyright law
    [all...]
  /external/dbus/tools/
NOTICE 227 Foundation's software and to any other program whose authors commit to
244 For example, if you distribute copies of such a program, whether
261 Finally, any free program is threatened constantly by software
263 program will individually obtain patent licenses, in effect making the
264 program proprietary. To prevent this, we have made it clear that any
274 0. This License applies to any program or other work which contains
276 under the terms of this General Public License. The "Program", below,
277 refers to any such program or work, and a "work based on the Program"
278 means either the Program or any derivative work under copyright law
    [all...]
  /external/proguard/src/proguard/
Targeter.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.,
31 * This class sets the target version on program classes.
41 * Creates a new Targeter to set the target version on program classes
51 * Sets the target version on classes in the given program class pool.
  /external/proguard/src/proguard/classfile/util/
StringReferenceInitializer.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 * pool entries that happen to refer to a class in the program class pool or in
73 * Returns the class with the given name, either for the program class pool
78 // First look for the class in the program class pool.
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnSolidFillShader.cpp 40 unsigned program = loadProgram(context, local
43 if (!program)
45 return new LoopBlinnSolidFillShader(context, program);
48 LoopBlinnSolidFillShader::LoopBlinnSolidFillShader(GraphicsContext3D* context, unsigned program)
49 : LoopBlinnShader(context, program)
51 m_colorLocation = context->getUniformLocation(program, "color");
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/slider/
slider.edc 73 run_program(PROGRAM:"show");
75 run_program(PROGRAM:"hide");
174 program {
180 program {
187 program {
193 program {
202 program {
210 program {
218 program {
226 program {
    [all...]
  /system/media/mca/filterpacks/imageproc/java/
SimpleImageFilter.java 27 import android.filterfw.core.Program;
41 protected Program mProgram;
77 // Create program if not created already
106 throw new RuntimeException("Could not create a program for image filter " + this + "!");
113 protected abstract Program getNativeProgram(FilterContext context);
115 protected abstract Program getShaderProgram(FilterContext context);
  /frameworks/base/opengl/libs/GLES2/
gl2_api.in 4 void API_ENTRY(glAttachShader)(GLuint program, GLuint shader) {
5 CALL_GL_API(glAttachShader, program, shader);
7 void API_ENTRY(glBindAttribLocation)(GLuint program, GLuint index, const GLchar* name) {
8 CALL_GL_API(glBindAttribLocation, program, index, name);
91 void API_ENTRY(glDeleteProgram)(GLuint program) {
92 CALL_GL_API(glDeleteProgram, program);
112 void API_ENTRY(glDetachShader)(GLuint program, GLuint shader) {
113 CALL_GL_API(glDetachShader, program, shader);
163 void API_ENTRY(glGetActiveAttrib)(GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, GLenum* type, GLchar* name) {
164 CALL_GL_API(glGetActiveAttrib, program, index, bufsize, length, size, type, name)
    [all...]
  /frameworks/base/opengl/libs/GLES2_dbg/
gl2_api_annotated.in 4 void API_ENTRY(glAttachShader)(GLuint program, GLuint shader) {
5 CALL_GL_API(glAttachShader, program, shader);
7 void API_ENTRY(glBindAttribLocation)(GLuint program, GLuint index, const GLchar:GLstring:in name) {
8 CALL_GL_API(glBindAttribLocation, program, index, name);
91 void API_ENTRY(glDeleteProgram)(GLuint program) {
92 CALL_GL_API(glDeleteProgram, program);
112 void API_ENTRY(glDetachShader)(GLuint program, GLuint shader) {
113 CALL_GL_API(glDetachShader, program, shader);
163 void API_ENTRY(glGetActiveAttrib)(GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, GLenum* type, GLchar:GLstring:in name) {
164 CALL_GL_API(glGetActiveAttrib, program, index, bufsize, length, size, type, name)
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/man/man7/
gpl.7 158 \&Foundation's software and to any other program whose authors commit to
181 \& For example, if you distribute copies of such a program, whether
204 \& Finally, any free program is threatened constantly by software
206 \&program will individually obtain patent licenses, in effect making the
207 \&program proprietary. To prevent this, we have made it clear that any
218 This License applies to any program or other work which contains
220 under the terms of this General Public License. The \*(L"Program\*(R", below,
221 refers to any such program or work, and a \*(L"work based on the Program\*(R"
222 means either the Program or any derivative work under copyright law
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/man/man7/
gpl.7 158 \&Foundation's software and to any other program whose authors commit to
181 \& For example, if you distribute copies of such a program, whether
204 \& Finally, any free program is threatened constantly by software
206 \&program will individually obtain patent licenses, in effect making the
207 \&program proprietary. To prevent this, we have made it clear that any
218 This License applies to any program or other work which contains
220 under the terms of this General Public License. The \*(L"Program\*(R", below,
221 refers to any such program or work, and a \*(L"work based on the Program\*(R"
222 means either the Program or any derivative work under copyright law
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/man/man7/
gpl.7 158 \&Foundation's software and to any other program whose authors commit to
181 \& For example, if you distribute copies of such a program, whether
204 \& Finally, any free program is threatened constantly by software
206 \&program will individually obtain patent licenses, in effect making the
207 \&program proprietary. To prevent this, we have made it clear that any
218 This License applies to any program or other work which contains
220 under the terms of this General Public License. The \*(L"Program\*(R", below,
221 refers to any such program or work, and a \*(L"work based on the Program\*(R"
222 means either the Program or any derivative work under copyright law
    [all...]
  /frameworks/base/opengl/tests/gl_perf/
fill_common.cpp 76 GLuint program = glCreateProgram(); local
77 if (program) {
78 glAttachShader(program, vertexShader);
80 glAttachShader(program, pixelShader);
83 glBindAttribLocation(program, A_POS, "a_pos");
84 glBindAttribLocation(program, A_COLOR, "a_color");
85 glBindAttribLocation(program, A_TEX0, "a_tex0");
86 glBindAttribLocation(program, A_TEX1, "a_tex1");
87 glLinkProgram(program);
89 glGetProgramiv(program, GL_LINK_STATUS, &linkStatus)
    [all...]
  /frameworks/base/opengl/tools/glgen/specs/gles11/
GLES20.spec 2 void glAttachShader ( GLuint program, GLuint shader )
3 void glBindAttribLocation ( GLuint program, GLuint index, const char *name )
31 void glDeleteProgram ( GLuint program )
38 void glDetachShader ( GLuint program, GLuint shader )
56 void glGetActiveAttrib ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
57 void glGetActiveUniform ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
58 void glGetAttachedShaders ( GLuint program, GLsizei maxcount, GLsizei *count, GLuint *shaders )
59 int glGetAttribLocation ( GLuint program, const char *name )
66 void glGetProgramiv ( GLuint program, GLenum pname, GLint *params )
67 void glGetProgramInfoLog ( GLuint program, GLsizei bufsize, GLsizei *length, char *infolog )
    [all...]
  /packages/apps/PackageInstaller/res/values-sl/
strings.xml 19 <string name="app_name" msgid="2738748390251381682">"Namestitveni program za paket"</string>
26 <string name="install_done" msgid="5868979453936752120">"Program je name??en"</string>
27 <string name="install_confirm_question" msgid="5512879835615493065">"Ali ?elite namestiti ta program?"</string>
28 <string name="install_failed" msgid="6644311739017660989">"Program ni name??en"</string>
32 <string name="install_failed_cpu_abi_incompatible" product="tablet" msgid="6692706907221501294">"Ta program ni zdru?ljiv s procesorjem tega tabli?nega ra?unalnika."</string>
33 <string name="install_failed_cpu_abi_incompatible" product="default" msgid="198065658681054957">"Ta program ni zdru?ljiv s procesorjem tega telefona."</string>
46 <string name="allow_source_dlg_text" msgid="3927580956764099076">"Program <xliff:g id="APP_NAME">%1$s</xliff:g> ?eli namestiti druge programe."\n\n"?elite to dovoliti zdaj in v prihodnosti?"</string>
49 <string name="dlg_app_replacement_statement" msgid="1175452362814803850">"Program, ki ga name??ate, bo zamenjal drug program."\n\n"Vsi predhodni podatki uporabnika bodo shranjeni."</string>
50 <string name="dlg_sys_app_replacement_statement" msgid="1047598434568470723">"To je sistemski program. Ali ga kljub temu ?elite zamenjati?"\n\n"Vsi prej?nji podatki uporabnika bodo shranjeni."</string
    [all...]
  /external/llvm/tools/bugpoint/
BugDriver.cpp 38 // program. If this filename is set, it is used as the reference diff source,
43 OutputFile("output", cl::desc("Specify a reference program output "
47 /// setNewProgram - If we reduce or update the program somehow, call this method
49 /// specified one as the current program.
51 delete Program;
52 Program = M;
73 Program(0), Interpreter(0), SafeInterpreter(0), gcc(0),
78 delete Program;
115 assert(Program == 0 && "Cannot call addSources multiple times!");
119 Program = ParseInputFile(Filenames[0], Context)
    [all...]
  /dalvik/vm/mterp/x86-atom/
stub.S 20 SAVE_PC_FP_TO_GLUE %edx # save program counter and frame pointer
24 LOAD_PC_FP_FROM_GLUE # restore program counter and frame pointer
  /development/samples/USB/AdbTest/
_index.html 1 <p>AdbTest is a sample program that implements a subset of the <code>adb</code> USB protocol.
7 <p>This program serves as an example of the following USB host features:</p>
  /development/samples/USB/MissileLauncher/
_index.html 1 <p>MissileLauncher is a simple program that controls Dream Cheeky USB missile launchers.
5 <p>This program serves as an example of the following USB host features:</p>
  /external/chromium/base/
debug_message.cc 7 // Display the command line. This program is designed to be called from
10 // add the program name as the first parameter. This allows us to just
  /external/elfutils/lib/
xstrdup.c 3 This program is Open Source software; you can redistribute it and/or
8 with this program; if not, you may obtain a copy of the Open Software
xstrndup.c 3 This program is Open Source software; you can redistribute it and/or
8 with this program; if not, you may obtain a copy of the Open Software
  /external/elfutils/libasm/
asm_addint16.c 5 This program is Open Source software; you can redistribute it and/or
10 with this program; if not, you may obtain a copy of the Open Software
asm_addint32.c 5 This program is Open Source software; you can redistribute it and/or
10 with this program; if not, you may obtain a copy of the Open Software
asm_addint64.c 5 This program is Open Source software; you can redistribute it and/or
10 with this program; if not, you may obtain a copy of the Open Software

Completed in 1056 milliseconds

<<11121314151617181920>>