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

12 3 4 5 6 7 8 91011>>

  /external/elfutils/libelf/
elf64_newehdr.c 1 /* Create new program header table.
5 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 Foundation,
elf64_newphdr.c 1 /* Create new program header table.
5 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 Foundation,
  /external/llvm/test/Scripts/
ignore 3 # Program: ignore
  /external/valgrind/main/cachegrind/tests/
chdir.c 3 // Before the bug was fixed, if a program changed working directory, things
  /external/valgrind/main/coregrind/
no_op_client_for_valgrind.c 2 /* This program doesn't do anything. So why is it here? It's a
4 program' if the user types "valgrind --help", so they run this
5 do-nothing program. m_main notices that and turns the exe name
12 "This program (part of Valgrind) does nothing except print\n"
  /external/valgrind/main/helgrind/tests/
tc04_free_lock.stderr.exp 2 Thread #x is the program's root thread
  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
GLSharedGroup.h 119 bool isProgram(GLuint program);
120 bool isProgramInitialized(GLuint program);
121 void addProgramData(GLuint program);
122 void initProgramData(GLuint program, GLuint numIndexes);
123 void attachShader(GLuint program, GLuint shader);
124 void detachShader(GLuint program, GLuint shader);
125 void deleteProgramData(GLuint program);
126 void setProgramIndexInfo(GLuint program, GLuint index, GLint base, GLint size, GLenum type, const char* name);
127 GLenum getProgramUniformType(GLuint program, GLint location);
128 void setupLocationShiftWAR(GLuint program);
    [all...]
  /frameworks/base/libs/hwui/
Program.cpp 19 #include "Program.h"
25 // Base program
28 Program::Program(const char* vertex, const char* fragment) {
70 Program::~Program() {
78 int Program::addAttrib(const char* name) {
84 int Program::getAttrib(const char* name) {
92 int Program::addUniform(const char* name) {
98 int Program::getUniform(const char* name)
    [all...]
  /external/quake/quake/src/
gnu.txt 10 The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too.
16 For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.
22 Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all.
27 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a por (…)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gpu/
TexShader.cpp 41 TexShader::TexShader(GraphicsContext3D* context, unsigned program)
42 : Shader(context, program)
44 m_matrixLocation = context->getUniformLocation(program, "matrix");
45 m_texMatrixLocation = context->getUniformLocation(program, "texMatrix");
46 m_alphaLocation = context->getUniformLocation(program, "globalAlpha");
47 m_positionLocation = context->getAttribLocation(program, "position");
48 m_samplerLocation = context->getUniformLocation(program, "sampler");
53 unsigned program = loadProgram(context, local
56 if (!program)
58 return new TexShader(context, program);
    [all...]
  /external/llvm/docs/CommandGuide/
llvm-prof.pod 5 llvm-prof - print execution profile of LLVM program
14 optionally use a specific file with the third program argument), a bitcode file
15 for the program, and produces a human readable report, suitable for determining
16 where the program hotspots are.
18 This program is often used in conjunction with the F<utils/profile.pl>
19 script. This script automatically instruments a program, runs it with the JIT,
30 program, annotated with execution frequency information. This can be
  /external/webkit/Source/WebCore/html/canvas/
WebGLUniformLocation.cpp 35 PassRefPtr<WebGLUniformLocation> WebGLUniformLocation::create(WebGLProgram* program, GC3Dint location)
37 return adoptRef(new WebGLUniformLocation(program, location));
40 WebGLUniformLocation::WebGLUniformLocation(WebGLProgram* program, GC3Dint location)
41 : m_program(program)
48 WebGLProgram* WebGLUniformLocation::program() const function in class:WebCore::WebGLUniformLocation
50 // If the program has been linked again, then this UniformLocation is no
59 // If the program has been linked again, then this UniformLocation is no
  /prebuilt/common/eclipse/
NOTICE 4 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
6 THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
17 i) changes to the Program, and
19 ii) additions to the Program;
21 where such changes and/or additions to the Program originate from and
23 'originates' from a Contributor if it was added to the Program by such
25 Contributions do not include additions to the Program which: (i) are
26 separate modules of software distributed in conjunction with the Program
28 the Program.
30 "Contributor" means any person or entity that distributes the Program
    [all...]
  /prebuilt/common/osgi/
NOTICE 4 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
6 THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
17 i) changes to the Program, and
19 ii) additions to the Program;
21 where such changes and/or additions to the Program originate from and
23 'originates' from a Contributor if it was added to the Program by such
25 Contributions do not include additions to the Program which: (i) are
26 separate modules of software distributed in conjunction with the Program
28 the Program.
30 "Contributor" means any person or entity that distributes the Program
    [all...]
  /prebuilt/darwin-x86/swt/
NOTICE 4 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
6 THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
17 i) changes to the Program, and
19 ii) additions to the Program;
21 where such changes and/or additions to the Program originate from and
23 'originates' from a Contributor if it was added to the Program by such
25 Contributions do not include additions to the Program which: (i) are
26 separate modules of software distributed in conjunction with the Program
28 the Program.
30 "Contributor" means any person or entity that distributes the Program
    [all...]
  /prebuilt/darwin-x86_64/swt/
NOTICE 4 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
6 THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
17 i) changes to the Program, and
19 ii) additions to the Program;
21 where such changes and/or additions to the Program originate from and
23 'originates' from a Contributor if it was added to the Program by such
25 Contributions do not include additions to the Program which: (i) are
26 separate modules of software distributed in conjunction with the Program
28 the Program.
30 "Contributor" means any person or entity that distributes the Program
    [all...]
  /prebuilt/linux-x86/swt/
NOTICE 4 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
6 THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
17 i) changes to the Program, and
19 ii) additions to the Program;
21 where such changes and/or additions to the Program originate from and
23 'originates' from a Contributor if it was added to the Program by such
25 Contributions do not include additions to the Program which: (i) are
26 separate modules of software distributed in conjunction with the Program
28 the Program.
30 "Contributor" means any person or entity that distributes the Program
    [all...]
  /prebuilt/linux-x86_64/swt/
NOTICE 4 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
6 THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
17 i) changes to the Program, and
19 ii) additions to the Program;
21 where such changes and/or additions to the Program originate from and
23 'originates' from a Contributor if it was added to the Program by such
25 Contributions do not include additions to the Program which: (i) are
26 separate modules of software distributed in conjunction with the Program
28 the Program.
30 "Contributor" means any person or entity that distributes the Program
    [all...]
  /prebuilt/windows/swt/
NOTICE 4 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
6 THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
17 i) changes to the Program, and
19 ii) additions to the Program;
21 where such changes and/or additions to the Program originate from and
23 'originates' from a Contributor if it was added to the Program by such
25 Contributions do not include additions to the Program which: (i) are
26 separate modules of software distributed in conjunction with the Program
28 the Program.
30 "Contributor" means any person or entity that distributes the Program
    [all...]
  /prebuilt/windows-x86_64/swt/
NOTICE 4 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
6 THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
17 i) changes to the Program, and
19 ii) additions to the Program;
21 where such changes and/or additions to the Program originate from and
23 'originates' from a Contributor if it was added to the Program by such
25 Contributions do not include additions to the Program which: (i) are
26 separate modules of software distributed in conjunction with the Program
28 the Program.
30 "Contributor" means any person or entity that distributes the Program
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/
NOTICE 3 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
5 THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
15 i) changes to the Program, and
17 ii) additions to the Program;
19 where such changes and/or additions to the Program originate from and
21 'originates' from a Contributor if it was added to the Program by such
23 Contributions do not include additions to the Program which: (i) are
24 separate modules of software distributed in conjunction with the Program
26 the Program.
28 "Contributor" means any person or entity that distributes the Program
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt.ndk/
NOTICE 3 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
5 THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
15 i) changes to the Program, and
17 ii) additions to the Program;
19 where such changes and/or additions to the Program originate from and
21 'originates' from a Contributor if it was added to the Program by such
23 Contributions do not include additions to the Program which: (i) are
24 separate modules of software distributed in conjunction with the Program
26 the Program.
28 "Contributor" means any person or entity that distributes the Program
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt.overlay/
NOTICE 3 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
5 THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
15 i) changes to the Program, and
17 ii) additions to the Program;
19 where such changes and/or additions to the Program originate from and
21 'originates' from a Contributor if it was added to the Program by such
23 Contributions do not include additions to the Program which: (i) are
24 separate modules of software distributed in conjunction with the Program
26 the Program.
28 "Contributor" means any person or entity that distributes the Program
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/
NOTICE 3 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
5 THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
15 i) changes to the Program, and
17 ii) additions to the Program;
19 where such changes and/or additions to the Program originate from and
21 'originates' from a Contributor if it was added to the Program by such
23 Contributions do not include additions to the Program which: (i) are
24 separate modules of software distributed in conjunction with the Program
26 the Program.
28 "Contributor" means any person or entity that distributes the Program
    [all...]
  /sdk/swtmenubar/
NOTICE 3 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
5 THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
15 i) changes to the Program, and
17 ii) additions to the Program;
19 where such changes and/or additions to the Program originate from and
21 'originates' from a Contributor if it was added to the Program by such
23 Contributions do not include additions to the Program which: (i) are
24 separate modules of software distributed in conjunction with the Program
26 the Program.
28 "Contributor" means any person or entity that distributes the Program
    [all...]

Completed in 1328 milliseconds

12 3 4 5 6 7 8 91011>>