/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
iostream | 21 // a copy of the GCC Runtime Library Exception along with this program; 55 * library's @c FILE streams, and to be available during program
|
/prebuilts/tools/common/proguard/proguard4.7/examples/ |
library.pro | 2 # This ProGuard configuration file illustrates how to process a program 9 # In this case, the input jar is the program library that we want to process.
|
/sdk/emulator/qtools/ |
profile_pid.cpp | 36 void Usage(const char *program) 38 fprintf(stderr, "Usage: %s [options] trace_file\n", program);
|
q2g.cpp | 26 void Usage(const char *program) 29 program);
|
/system/core/init/ |
README.BOOTCHART | 45 3/ in the source directory, type 'ant' to build the bootchart program 52 program.
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebGraphicsContext3D.h | 60 // Typedef for server-side objects like OpenGL textures and program objects. 219 virtual void attachShader(WebGLId program, WebGLId shader) = 0; 220 virtual void bindAttribLocation(WebGLId program, WGC3Duint index, const WGC3Dchar* name) = 0; 250 virtual void detachShader(WebGLId program, WebGLId shader) = 0; 265 virtual bool getActiveAttrib(WebGLId program, WGC3Duint index, ActiveInfo&) = 0; 266 virtual bool getActiveUniform(WebGLId program, WGC3Duint index, ActiveInfo&) = 0; 267 virtual void getAttachedShaders(WebGLId program, WGC3Dsizei maxCount, WGC3Dsizei* count, WebGLId* shaders) = 0; 268 virtual WGC3Dint getAttribLocation(WebGLId program, const WGC3Dchar* name) = 0; 276 virtual void getProgramiv(WebGLId program, WGC3Denum pname, WGC3Dint* value) = 0; 277 virtual WebString getProgramInfoLog(WebGLId program) = 0 [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
programopt.c | 27 * Vertex/Fragment program optimizations and transformations for program 38 #include "program.h" 45 * into a vertex program. 238 * \param fprog Fragment program that fog instructions will be appended to. 265 _mesa_problem(ctx, "_mesa_append_fog_code() called for fragment program" 271 /* program doesn't output color, so nothing to do */ 298 /* Scan program to find where result.color is written */ 438 * Count the number of texure indirections in the given program. 439 * The program's NumTexIndirections field will be updated [all...] |
/external/llvm/device/include/llvm/Config/ |
config.h | 61 /* Define if the neat program is available */ 105 /* Define if the dot program is available */ 108 /* Define if the dotty program is available */ 126 /* Define if the neat program is available */ 168 /* Define if the Graphviz program is available */ 171 /* Define if the gv program is available */ 284 /* Define if the neat program is available */ 459 /* Define if the neat program is available */ 483 /* Define if the xdot.py program is available */ 576 /* Define to path to circo program if found or 'echo circo' otherwise * [all...] |
/external/llvm/host/include/llvm/Config/ |
config.h | 58 /* Define if the neat program is available */ 102 /* Define if the dot program is available */ 105 /* Define if the dotty program is available */ 123 /* Define if the neat program is available */ 170 /* Define if the Graphviz program is available */ 173 /* Define if the gv program is available */ 294 /* Define if the neat program is available */ 475 /* Define if the neat program is available */ 508 /* Define if the xdot.py program is available */ 609 /* Define to path to circo program if found or 'echo circo' otherwise * [all...] |
/external/llvm/include/llvm/Config/ |
config.h.cmake | 45 /* Define if the neat program is available */ 86 /* Define if the dot program is available */ 89 /* Define if the dotty program is available */ 104 /* Define if the neat program is available */ 167 /* Define if the Graphviz program is available */ 170 /* Define if the gv program is available */ 283 /* Define if the neat program is available */ 426 /* Define if the neat program is available */ 447 /* Define if the xdot.py program is available */ 573 /* Define to path to circo program if found or 'echo circo' otherwise * [all...] |
config.h.in | 60 /* Define if the neat program is available */ 109 /* Define if the dot program is available */ 112 /* Define if the dotty program is available */ 136 /* Define if the neat program is available */ 181 /* Define if the Graphviz program is available */ 184 /* Define if the gv program is available */ 309 /* Define if the neat program is available */ 461 /* Define if the neat program is available */ 482 /* Define if the xdot program is available */ 608 /* Define to path to circo program if found or 'echo circo' otherwise * [all...] |
/external/mesa3d/src/mesa/program/ |
programopt.c | 27 * Vertex/Fragment program optimizations and transformations for program 38 #include "program.h" 45 * into a vertex program. 238 * \param fprog Fragment program that fog instructions will be appended to. 265 _mesa_problem(ctx, "_mesa_append_fog_code() called for fragment program" 271 /* program doesn't output color, so nothing to do */ 298 /* Scan program to find where result.color is written */ 438 * Count the number of texure indirections in the given program. 439 * The program's NumTexIndirections field will be updated [all...] |
/external/valgrind/main/memcheck/tests/ |
vcpu_fbench.c | 5 // This small program does some raytracing. It tests Valgrind's handling of 8 // Licensing: This program is closely based on the one of the same name from 15 /* This program can be used in two ways. If INTRIG is undefined, sin, 17 defined, then the program calculates all this stuff from first 37 This program may be used, distributed, and modified freely as 46 program is typically far more sensitive to changes in the 48 average floating point program. 63 Special note regarding errors in accuracy: this program has 83 Inaccuracies reported by this program should be taken VERY 84 SERIOUSLY INDEED, as the program has been demonstrated to b [all...] |
/external/valgrind/main/perf/ |
fbench.c | 1 // This small program does some raytracing. It tests Valgrind's handling of 4 // Licensing: This program is closely based on the one of the same name from 11 /* This program can be used in two ways. If INTRIG is undefined, sin, 13 defined, then the program calculates all this stuff from first 33 This program may be used, distributed, and modified freely as 42 program is typically far more sensitive to changes in the 44 average floating point program. 59 Special note regarding errors in accuracy: this program has 79 Inaccuracies reported by this program should be taken VERY 80 SERIOUSLY INDEED, as the program has been demonstrated to b [all...] |
/external/chromium_org/gpu/command_buffer/service/ |
gles2_cmd_decoder.cc | 929 // Creates a Program for the given program. 930 Program* CreateProgram( 935 // Gets the program info for the given program. Returns NULL if none exists. 936 Program* GetProgram(GLuint client_id) { 968 // Gets the program info for the given program. If it's not a program 969 // generates a GL error. Returns NULL if not program 972 Program* program = GetProgram(client_id); local 4547 Program* program = GetProgramInfoNotShader(program_id, "glGetProgramiv"); local 4578 Program* program = GetProgramInfoNotShader( local 4589 GLuint program = static_cast<GLuint>(c.program); local 4604 GLuint program = static_cast<GLuint>(c.program); local 4640 Program* program = GetProgramInfoNotShader( local 4654 GLuint program = static_cast<GLuint>(c.program); local 4670 GLuint program = static_cast<GLuint>(c.program); local 4705 Program* program = GetProgram(client_id); local 4708 program_manager()->MarkAsDeleted(shader_manager(), program); local 5467 Program* program = GetProgramInfoNotShader( local 5933 Program* program = NULL; local 6779 Program* program = GetProgramInfoNotShader( local 6821 const Program* program = GetProgram(client_id); local 6845 Program* program = GetProgramInfoNotShader( local 6866 Program* program = GetProgramInfoNotShader( local 6885 Program* program = GetProgramInfoNotShader( local 7534 Program* program = GetProgramInfoNotShader( local 7593 Program* program = GetProgramInfoNotShader( local 8714 Program* program = GetProgramInfoNotShader(program_id, "glGetUniform"); local 8754 GLuint program = c.program; local 8773 GLuint program = c.program; local 8843 Program* program = GetProgramInfoNotShader( local 8888 Program* program = GetProgramInfoNotShader( local 8923 Program* program = GetProgramInfoNotShader( local 9281 Program* program = NULL; local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
WebGLRenderingContext.cpp | [all...] |
/external/chromium_org/tools/gyp/test/lib/ |
TestCmd.py | 22 program = 'program_or_script_to_test', 67 test.command_args(program = 'program_or_script_to_run', 69 arguments = 'arguments to pass to program') 71 test.run(program = 'program_or_script_to_run', 73 arguments = 'arguments to pass to program', 75 stdin = 'input to feed to the program\n') 78 p = test.start(program = 'program_or_script_to_run', 80 arguments = 'arguments to pass to program', 353 if self.program: 354 of = " of " + self.program [all...] |
/external/mesa3d/include/GL/ |
glext.h | [all...] |
/external/chromium_org/third_party/mesa/src/include/GL/ |
glext.h | [all...] |
/external/ceres-solver/internal/ceres/ |
gradient_checking_cost_function_test.cc | 41 #include "ceres/program.h" 378 const Program& program = problem_impl.program(); local 379 const Program& gradient_checking_program = 380 gradient_checking_problem_impl->program(); 385 // Program. This is not exepected to be the case and writing code to 388 for (int i = 0; i < program.parameter_blocks().size(); ++i) { 390 program.parameter_blocks()[i], 394 for (int i = 0; i < program.residual_blocks().size(); ++i) [all...] |
/external/chromium_org/third_party/angle/extensions/ |
EXT_robustness.txt | 67 that explicitly states program termination is allowed when 103 void GetnUniformfvEXT(uint program, int location, sizei bufSize, 105 void GetnUniformivEXT(uint program, int location, sizei bufSize, 222 Modify Section 6.1.8 "Shader and Program Queries" 226 void GetUniformfv(uint program, int location, float *params); 227 void GetnUniformfvEXT(uint program, int location, sizei bufSize, 229 void GetUniformiv(uint program, int location, int *params); 230 void GetnUniformivEXT(uint program, int location, sizei bufSize, 234 for program object <program> in the array <params>. Callin [all...] |
/external/chromium_org/third_party/icu/source/test/perf/perldriver/ |
PerfFramework.pm | 20 my $extraArgs; # stuff that always gets passed to the test program 64 my($locale, $iter, $data, $program, $args, $variable); 116 my $program; 121 ($program, @argsAndTest) = split(/\ /, @{ $tests{$i} }[$j]); 125 $commandLine = "$program -i $ITERATIONS -p $NUMPASSES $locAndData @argsAndTest"; 127 $commandLine = "$program -t $TIME -p $NUMPASSES $locAndData @argsAndTest"; 129 #my $commandLine = "$program -i 5 -p $NUMPASSES $locAndData @argsAndTest"; 131 store("$i, $program @argsAndTest", @res); 170 my @t = callProg(shift); #"$program $args $argsAndTest"); 238 # Invoke program and capture results, passing it the given parameters [all...] |
/external/chromium_org/third_party/skia/include/gpu/gl/ |
GrGLFunctions.h | 45 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLAttachShaderProc)(GrGLuint program, GrGLuint shader); 47 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLBindAttribLocationProc)(GrGLuint program, GrGLuint index, const char* name); 53 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLBindFragDataLocationProc)(GrGLuint program, GrGLuint colorNumber, const GrGLchar* name); 54 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLBindFragDataLocationIndexedProc)(GrGLuint program, GrGLuint colorNumber, GrGLuint index, const GrGLchar * name); 74 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLDeleteProgramProc)(GrGLuint program); 109 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLGetProgramInfoLogProc)(GrGLuint program, GrGLsizei bufsize, GrGLsizei* length, char* infolog); 110 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLGetProgramivProc)(GrGLuint program, GrGLenum pname, GrGLint* params); 122 typedef GrGLint (GR_GL_FUNCTION_TYPE* GrGLGetUniformLocationProc)(GrGLuint program, const char* name); 124 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLLinkProgramProc)(GrGLuint program); 134 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLBindUniformLocation)(GrGLuint program, GrGLint location, const char* name) [all...] |
/external/icu4c/test/perf/perldriver/ |
PerfFramework.pm | 20 my $extraArgs; # stuff that always gets passed to the test program 64 my($locale, $iter, $data, $program, $args, $variable); 116 my $program; 121 ($program, @argsAndTest) = split(/\ /, @{ $tests{$i} }[$j]); 125 $commandLine = "$program -i $ITERATIONS -p $NUMPASSES $locAndData @argsAndTest"; 127 $commandLine = "$program -t $TIME -p $NUMPASSES $locAndData @argsAndTest"; 129 #my $commandLine = "$program -i 5 -p $NUMPASSES $locAndData @argsAndTest"; 131 store("$i, $program @argsAndTest", @res); 170 my @t = callProg(shift); #"$program $args $argsAndTest"); 238 # Invoke program and capture results, passing it the given parameters [all...] |
/external/qemu/android/build/ |
common.sh | 155 # Various probes are going to need to run a small C program 240 echo "Do not compile this program or library with Cygwin, use MSYS instead !!" 252 # check that we can compile a trivial C program with this compiler 278 # check that we can link the trivial program into an executable 334 echo "Failure to compile test program" 341 echo "Failure to link test program" 358 # check that a given C program in $TMPC can be compiled on the host system 378 # check that a given C program $TMPC can be linked on the host system 427 # run the test program that is in $TMPC and set its exit status 591 # Find if a given shell program is available [all...] |