/external/chromium_org/gpu/command_buffer/client/ |
gles2_cmd_helper_autogen.h | 19 void AttachShader(GLuint program, GLuint shader) { 22 c->Init(program, shader); 27 GLuint program, GLuint index, uint32 name_shm_id, uint32 name_shm_offset, 32 c->Init(program, index, name_shm_id, name_shm_offset, data_size); 37 GLuint program, GLuint index, uint32 name_bucket_id) { 41 c->Init(program, index, name_bucket_id); 311 void DeleteProgram(GLuint program) { 314 c->Init(program); 385 void DetachShader(GLuint program, GLuint shader) { 388 c->Init(program, shader) [all...] |
/external/valgrind/main/massif/docs/ |
ms-manual.xml | 18 program uses. This includes both the useful space, and the extra bytes 20 measure the size of your program's stack(s), although it does not do so by 23 <para>Heap profiling can help you reduce the amount of memory your program 28 <listitem><para>It can speed up your program -- a smaller 29 program will interact better with your machine's caches and 32 <listitem><para>If your program uses lots of memory, it will 45 program is using, it also gives very detailed information that indicates 46 which parts of your program are responsible for allocating the heap memory. 57 matter much what optimisation level you compile your program with, as this 67 <title>An Example Program</title [all...] |
/ndk/sources/host-tools/make-3.81/doc/ |
make-stds.texi | 78 make, please make sure that it uses @file{./} if the program is built as 136 program in ordinary circumstances should not modify the source directory 161 The compression program @code{gzip} can be used in the @code{dist} rule. 188 nothing bad happens if the system does not have the program in question. 222 Each program-name variable should come with an options variable that is 223 used to supply options to the program. Append @samp{FLAGS} to the 224 program-name variable name to get the options variable name---for 323 the one used to build the program should @emph{not} recompile the 324 program. 338 from the one used to build the program should @emph{not} recompile th [all...] |
/external/openssh/ |
serverloop.c | 100 static long fdout_bytes = 0; /* Number of stdout bytes read from program. */ 320 * the client, try to get some more data from the program. 331 * to the program. 384 * Processes input from the client and the program. Input data is stored 422 /* Read and buffer any available stdout data from the program. */ 441 /* Read and buffer any available stderr data from the program. */ 462 * Sends data from internal buffers to client program stdin. 472 /* Write buffered data to program stdin. */ 500 /* Update the count of bytes written to the program. */ 511 * This is used when the program terminates [all...] |
LICENCE | 49 The legal status of this program is some combination of all these 58 BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 59 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 61 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 64 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 65 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 70 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 72 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 74 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/man/man1/ |
arm-eabi-gcov.1 | 152 \&\fBgcov\fR is a test coverage program. Use it in concert with \s-1GCC\s0 154 code and to discover untested parts of your program. You can use 177 Testsuites can verify that a program works as expected; a coverage 178 program tests to see how much of the program is exercised by the 240 each branch in your program was taken. Unconditional branches will not 376 program source code. The format is 411 When using \fBgcov\fR, you must first compile your program with two 414 gcov (basically a flow graph of the program) and also includes 419 Running the program will cause profile output to be generated. For eac [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man1/ |
arm-linux-androideabi-gcov.1 | 152 \&\fBgcov\fR is a test coverage program. Use it in concert with \s-1GCC\s0 154 code and to discover untested parts of your program. You can use 177 Testsuites can verify that a program works as expected; a coverage 178 program tests to see how much of the program is exercised by the 240 each branch in your program was taken. Unconditional branches will not 376 program source code. The format is 411 When using \fBgcov\fR, you must first compile your program with two 414 gcov (basically a flow graph of the program) and also includes 419 Running the program will cause profile output to be generated. For eac [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man1/ |
arm-eabi-gcov.1 | 152 \&\fBgcov\fR is a test coverage program. Use it in concert with \s-1GCC\s0 154 code and to discover untested parts of your program. You can use 177 Testsuites can verify that a program works as expected; a coverage 178 program tests to see how much of the program is exercised by the 240 each branch in your program was taken. Unconditional branches will not 376 program source code. The format is 411 When using \fBgcov\fR, you must first compile your program with two 414 gcov (basically a flow graph of the program) and also includes 419 Running the program will cause profile output to be generated. For eac [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man1/ |
arm-linux-androideabi-gcov.1 | 152 \&\fBgcov\fR is a test coverage program. Use it in concert with \s-1GCC\s0 154 code and to discover untested parts of your program. You can use 177 Testsuites can verify that a program works as expected; a coverage 178 program tests to see how much of the program is exercised by the 240 each branch in your program was taken. Unconditional branches will not 376 program source code. The format is 411 When using \fBgcov\fR, you must first compile your program with two 414 gcov (basically a flow graph of the program) and also includes 419 Running the program will cause profile output to be generated. For eac [all...] |
/frameworks/native/opengl/libs/GLES_trace/src/ |
gltrace_api.cpp | 61 void GLTrace_glAttachShader(GLuint program, GLuint shader) { 67 // copy argument program 71 arg_program->add_intvalue(program); 82 glContext->hooks->gl.glAttachShader(program, shader); 95 void GLTrace_glBindAttribLocation(GLuint program, GLuint index, const GLchar* name) { 101 // copy argument program 105 arg_program->add_intvalue(program); 122 glContext->hooks->gl.glBindAttribLocation(program, index, name); [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
glapi_mapi_tmp.h | [all...] |
/external/chromium_org/third_party/mesa/ |
mesa_gensrc.gypi | 96 '<(generated_src_dir)/mesa/program', 105 'src/src/mesa/program/hash_table.c', 106 'src/src/mesa/program/symbol_table.c', 187 'src/src/mesa/program/program_lexer.l', 196 'src/src/mesa/program/program_lexer.l' 258 'src/src/mesa/program/program_parse.y', 261 '<(generated_src_dir)/mesa/program/program_parse.tab.c', 270 '--output=<(generated_src_dir)/mesa/program/program_parse.tab.c', 271 'src/src/mesa/program/program_parse.y',
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_emulate_loops.c | 63 /* +1 because the program already has one iteration of the loop. */ 219 for(inst = c->Program.Instructions.Next; inst != loop->BeginLoop; 342 if (ptr == &c->Program.Instructions) { 353 for(ptr = ptr->Next; ptr != &c->Program.Instructions; 363 if (ptr == &c->Program.Instructions) { 479 for(ptr = s->C->Program.Instructions.Next; 480 ptr != &s->C->Program.Instructions; ptr = ptr->Next) { 494 for(inst = c->Program.Instructions.Next; 495 inst != &c->Program.Instructions; inst = inst->Next) {
|
/external/chromium_org/third_party/re2/re2/ |
prog.h | 77 // Compiled form of regexp program. 83 // Single instruction in regexp program. 219 // Returns string representation of program for debugging. 286 // Run peep-hole optimizer on program. 298 // proportional to the product of the program size and the text size. 344 bool reversed_; // whether program runs backward over input 347 int start_; // entry point for program 348 int start_unanchored_; // unanchored entry point for program 369 OneState* onepass_start_; // start node for OnePass program
|
/external/chromium_org/v8/samples/ |
lineprocessor.cc | 40 * This sample program should demonstrate certain aspects of debugging 43 * The program reads input stream, processes it line by line and print 47 * The main cycle of the program will sequentially read lines from standard 51 * 1. The main cycle is on C++ side. Program should be run with 61 * 2. The main cycle is in JavaScript. Program should be run with 76 * When run with "-p" argument, the program starts V8 Debugger Agent and 81 * Normally the program compiles custom script and immediately runs it. 83 * run this sample program with "--wait-for-connection" command line parameter. 89 * respond only when V8 is running some script. In particular, when this program
|
/external/javassist/src/main/javassist/ |
Loader.java | 32 * a program even without any user-defined class loader if that program 39 * The startup program of an application using <code>MyTranslator</code> 56 * <p>Class <code>MyApp</code> is the main program of the application. 58 * <p>This program should be executed as follows: 69 * <p>This program execution is equivalent to: 79 * the startup program can be simpler; <code>MyTranslator</code> is 90 * <p>This program changes the super class of the <code>test.Rectangle</code> 210 * the program loaded by this loader will not work with a security
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_emulate_loops.c | 63 /* +1 because the program already has one iteration of the loop. */ 219 for(inst = c->Program.Instructions.Next; inst != loop->BeginLoop; 342 if (ptr == &c->Program.Instructions) { 353 for(ptr = ptr->Next; ptr != &c->Program.Instructions; 363 if (ptr == &c->Program.Instructions) { 479 for(ptr = s->C->Program.Instructions.Next; 480 ptr != &s->C->Program.Instructions; ptr = ptr->Next) { 494 for(inst = c->Program.Instructions.Next; 495 inst != &c->Program.Instructions; inst = inst->Next) {
|
/external/regex-re2/re2/ |
prog.h | 77 // Compiled form of regexp program. 83 // Single instruction in regexp program. 219 // Returns string representation of program for debugging. 286 // Run peep-hole optimizer on program. 298 // proportional to the product of the program size and the text size. 344 bool reversed_; // whether program runs backward over input 347 int start_; // entry point for program 348 int start_unanchored_; // unanchored entry point for program 369 OneState* onepass_start_; // start node for OnePass program
|
/frameworks/base/docs/html/sdk/api_diff/18/changes/ |
alldiffs_index_removals.html | 119 <!-- Class Program --> 130 <A HREF="pkg_android.renderscript.html#Program" class="hiddenlink" target="rightframe"><strike>Program</strike></A><br> 131 <!-- Class Program.BaseProgramBuilder --> 132 <A HREF="pkg_android.renderscript.html#Program.BaseProgramBuilder" class="hiddenlink" target="rightframe"><strike>Program.BaseProgramBuilder</strike></A><br> 133 <!-- Class Program.TextureType --> 134 <A HREF="pkg_android.renderscript.html#Program.TextureType" class="hiddenlink" target="rightframe"><strike>Program.TextureType</strike></A><br>
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/command/ |
pretty_printers.py | 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, see <http://www.gnu.org/licenses/>. 90 Objects are "global", the program space's file, and the objfiles within 91 that program space. 326 Objects are "global", the program space's file, and the objfiles within 327 that program space. 349 Objects are "global", the program space's file, and the objfiles within 350 that program space.
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/command/ |
pretty_printers.py | 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, see <http://www.gnu.org/licenses/>. 90 Objects are "global", the program space's file, and the objfiles within 91 that program space. 326 Objects are "global", the program space's file, and the objfiles within 327 that program space. 349 Objects are "global", the program space's file, and the objfiles within 350 that program space.
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/command/ |
pretty_printers.py | 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, see <http://www.gnu.org/licenses/>. 90 Objects are "global", the program space's file, and the objfiles within 91 that program space. 322 Objects are "global", the program space's file, and the objfiles within 323 that program space. 345 Objects are "global", the program space's file, and the objfiles within 346 that program space.
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/command/ |
pretty_printers.py | 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, see <http://www.gnu.org/licenses/>. 90 Objects are "global", the program space's file, and the objfiles within 91 that program space. 326 Objects are "global", the program space's file, and the objfiles within 327 that program space. 349 Objects are "global", the program space's file, and the objfiles within 350 that program space.
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/command/ |
pretty_printers.py | 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, see <http://www.gnu.org/licenses/>. 90 Objects are "global", the program space's file, and the objfiles within 91 that program space. 326 Objects are "global", the program space's file, and the objfiles within 327 that program space. 349 Objects are "global", the program space's file, and the objfiles within 350 that program space.
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/command/ |
pretty_printers.py | 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, see <http://www.gnu.org/licenses/>. 90 Objects are "global", the program space's file, and the objfiles within 91 that program space. 322 Objects are "global", the program space's file, and the objfiles within 323 that program space. 345 Objects are "global", the program space's file, and the objfiles within 346 that program space.
|