/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man1/ |
arm-linux-androideabi-gdb.1 | 49 going on ``inside'' another program while it executes\(em\&or what another 50 program was doing at the moment it crashed. 57 Start your program, specifying anything that might affect its behavior. 61 Make your program stop on specified conditions. 65 Examine what has happened, when your program has stopped. 69 Change things in your program, so you can experiment with correcting the 93 executable program as the argument: 96 gdb\ program 100 You can also start with both an executable program and a core file specified: 103 gdb\ program\ cor [all...] |
arm-linux-androideabi-gdbtui.1 | 49 going on ``inside'' another program while it executes\(em\&or what another 50 program was doing at the moment it crashed. 57 Start your program, specifying anything that might affect its behavior. 61 Make your program stop on specified conditions. 65 Examine what has happened, when your program has stopped. 69 Change things in your program, so you can experiment with correcting the 93 executable program as the argument: 96 gdb\ program 100 You can also start with both an executable program and a core file specified: 103 gdb\ program\ cor [all...] |
/external/llvm/device/include/llvm/Config/ |
llvm-config.h | 56 /* Define to path to circo program if found or 'echo circo' otherwise */ 59 /* Define to path to dot program if found or 'echo dot' otherwise */ 62 /* Define to path to dotty program if found or 'echo dotty' otherwise */ 65 /* Define to path to fdp program if found or 'echo fdp' otherwise */ 68 /* Define to path to Graphviz program if found or 'echo Graphviz' otherwise */ 71 /* Define to path to gv program if found or 'echo gv' otherwise */ 74 /* Define to path to neato program if found or 'echo neato' otherwise */ 77 /* Define to path to twopi program if found or 'echo twopi' otherwise */ 80 /* Define to path to xdot.py program if found or 'echo xdot.py' otherwise */
|
/external/llvm/host/include/llvm/Config/ |
llvm-config.h | 64 /* Define to path to circo program if found or 'echo circo' otherwise */ 67 /* Define to path to dot program if found or 'echo dot' otherwise */ 70 /* Define to path to dotty program if found or 'echo dotty' otherwise */ 73 /* Define to path to fdp program if found or 'echo fdp' otherwise */ 76 /* Define to path to Graphviz program if found or 'echo Graphviz' otherwise */ 79 /* Define to path to gv program if found or 'echo gv' otherwise */ 82 /* Define to path to neato program if found or 'echo neato' otherwise */ 85 /* Define to path to twopi program if found or 'echo twopi' otherwise */ 88 /* Define to path to xdot.py program if found or 'echo xdot.py' otherwise */
|
/external/llvm/include/llvm/Config/ |
llvm-config.h.in | 85 /* Define to path to circo program if found or 'echo circo' otherwise */ 88 /* Define to path to dot program if found or 'echo dot' otherwise */ 91 /* Define to path to dotty program if found or 'echo dotty' otherwise */ 94 /* Define to path to fdp program if found or 'echo fdp' otherwise */ 97 /* Define to path to Graphviz program if found or 'echo Graphviz' otherwise */ 100 /* Define to path to gv program if found or 'echo gv' otherwise */ 103 /* Define to path to neato program if found or 'echo neato' otherwise */ 106 /* Define to path to twopi program if found or 'echo twopi' otherwise */ 109 /* Define to path to xdot.py program if found or 'echo xdot.py' otherwise */
|
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/ |
CCPluginLayerImpl.cpp | 52 const CCPluginLayerImpl::Program* program = layerRenderer()->pluginLayerProgram(); local 53 ASSERT(program && program->initialized()); 65 layerRenderer()->useShader(program->program()); 66 GLC(context, context->uniform1i(program->fragmentShader().samplerLocation(), 0)); 69 program->vertexShader().matrixLocation(), 70 program->fragmentShader().alphaLocation());
|
/frameworks/base/graphics/java/android/renderscript/ |
ProgramFragment.java | 26 * <p>The RenderScript fragment program, also known as fragment shader is responsible 28 * shader string containing the program body, textures inputs, and a Type object 29 * that describes the constants used by the program. Similar to the vertex programs, 31 * are sent to the graphics program automatically.</p> 33 * calls using the same program object, the runtime needs to be notified of that 36 * GLSL code. For example, if the fragment program is expecting a varying input called 37 * varTex0, the GLSL code inside the program vertex must provide it. 41 public class ProgramFragment extends Program { 54 * @param rs Context to which the program will belong.
|
/frameworks/base/libs/hwui/ |
GammaFontRenderer.h | 23 #include "Program.h" 41 virtual void setupProgram(ProgramDescription& description, Program* program) const = 0; 89 void setupProgram(ProgramDescription& description, Program* program) const; 138 void setupProgram(ProgramDescription& description, Program* program) const { 177 void setupProgram(ProgramDescription& description, Program* program) const {
|
/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...] |
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
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/native/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/native/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/native/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 GLint 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...] |
/external/llvm/docs/CommandGuide/ |
llvm-nm.rst | 9 :program:`llvm-nm` [*options*] [*filenames...*] 16 The :program:`llvm-nm` utility lists the names of symbols from the LLVM bitcode 17 files, object files, or :program:`ar` archives containing them, named on the 20 :program:`llvm-nm` will process a file on its standard input stream. 22 :program:`llvm-nm`'s default output format is the traditional BSD :program:`nm` 81 compiled "just-in-time", :program:`llvm-nm` does not print an address for any 90 .. program:: llvm-nm 171 * :program:`llvm-nm` cannot demangle C++ mangled names, like GNU :program:`nm [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...] |
/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/ceres-solver/internal/ceres/ |
parameter_block_ordering.h | 42 class Program; 58 int ComputeSchurOrdering(const Program& program, 64 // the program. 65 void ComputeRecursiveIndependentSetOrdering(const Program& program, 73 Graph<ParameterBlock*>* CreateHessianGraph(const Program& program);
|
/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/m4/ |
codeset.m4 | 5 dnl Public License, this file may be distributed as part of a program 7 dnl the same distribution terms as the rest of that program.
|
/external/kernel-headers/original/asm-x86/ |
ist.h | 8 * This program is free software; you can redistribute it and/or modify it 13 * This program is distributed in the hope that it will be useful, but
|
/external/libcap-ng/libcap-ng-0.7/utils/ |
pscap.8 | 3 pscap \- a program to see capabilities 7 \fBpscap\fP is a program that prints out a report of process capabilities. If the application has any capabilities, it will be in the report with the exception of init. By giving the \-a command line option, init will be included, too. If a process is not in the report, it has dropped all capabilities. If the process has partial capabilities, it is further examined to see if it has an open-ended bounding set. If this is found to be true, a '+' symbol is added.
|