HomeSort by relevance Sort by last modified time
    Searched full:program (Results 4451 - 4475 of 23867) sorted by null

<<171172173174175176177178179180>>

  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_print.c 45 * Return string name for given program/register file.
207 * Print a vertex program's InputsRead field in human-readable format.
225 * Print a fragment program's InputsRead field in human-readable format.
341 * by the ARB/NV program languages so we've taken some liberties here.
345 * \param prog pointer to containing program
380 sprintf(str, "program.env[%s%d]", addr, index);
383 sprintf(str, "program.local[%s%d]", addr, index);
676 * Print a single vertex/fragment program instruction.
921 * Print program, with options.
938 fprintf(f, "# Vertex Program/Shader %u\n", prog->Id)
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
genfkey.README 82 error when the program is run (see below).
84 * SQLite does not support recursive triggers, and therefore this program
93 detected as errors when the program is run. Buyer beware.
115 "genfkey*". Unless the --no-drop option is specified, then the program
118 program to be used to upgrade a database schema for which foreign key
  /external/chromium_org/tools/deep_memory_profiler/tests/data/heap.01234.symmap/
chrome.uvwxyz.readelf-e 12 Start of program headers: 64 (bytes into file)
16 Size of program headers: 56 (bytes)
17 Number of program headers: 10
76 Program Headers:
80 [Requesting program interpreter: /lib64/ld-linux-x86-64.so.2]
  /external/clang/utils/
token-delta.py 215 def tokenBasedMultiDelta(program, files, log):
223 tbmd = TMBDDelta(program, tokenLists, log)
233 parser = OptionParser("%prog <test program> {files+}")
242 program,files = args[0],args[1:]
244 md = tokenBasedMultiDelta(program, files, log=opts.debugLevel)
  /external/elfutils/libelf/
elf32_newphdr.c 1 /* Create new ELF program header table.
48 Network licensing program, please visit www.openinventionnetwork.com
103 /* Free the old program header. */
127 /* Allocate a new program header with the appropriate number of
150 program header is changed. */
  /external/harfbuzz_ng/m4/
pkg.m4 5 # This program is free software; you can redistribute it and/or modify
10 # This program is distributed in the hope that it will be useful, but
16 # along with this program; if not, write to the Free Software
20 # distribute this file as part of a program that contains a
22 # the same distribution terms that you use for the rest of that program.
  /external/libffi/
mdate-sh 10 # This program is free software; you can redistribute it and/or modify
15 # This program is distributed in the hope that it will be useful,
21 # along with this program; if not, write to the Free Software Foundation,
25 # distribute this file as part of a program that contains a
27 # the same distribution terms that you use for the rest of that program.
  /external/libvorbis/m4/
pkg.m4 5 # This program is free software; you can redistribute it and/or modify
10 # This program is distributed in the hope that it will be useful, but
16 # along with this program; if not, write to the Free Software
20 # distribute this file as part of a program that contains a
22 # the same distribution terms that you use for the rest of that program.
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
cobol.php 124 'PROCEDURE', 'PROCEDURES', 'PROCEED', 'PROGRAM', 'PROGRAM-ID',
125 'PROGRAM-STATUS', 'PROGRAM-STATUS-1', 'PROGRAM-STATUS-2', 'PROMPT',
  /external/libvpx/libvpx/nestegg/m4/
pkg.m4 5 # This program is free software; you can redistribute it and/or modify
10 # This program is distributed in the hope that it will be useful, but
16 # along with this program; if not, write to the Free Software
20 # distribute this file as part of a program that contains a
22 # the same distribution terms that you use for the rest of that program.
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.h 70 * MRF registers. All program output is via these messages. URB
261 /** Subclass of Mesa vertex program */
263 struct gl_vertex_program program; member in struct:brw_vertex_program
269 /** Subclass of Mesa fragment program */
271 struct gl_fragment_program program; member in struct:brw_fragment_program
288 /* Data about a particular attempt to compile a program. Note that
796 /* Active vertex program:
899 /** Offset in the program cache to the VS program */
931 /** Offset in the program cache to the CLIP program pre-gen6 *
    [all...]
  /external/mesa3d/src/mesa/program/
prog_print.c 45 * Return string name for given program/register file.
207 * Print a vertex program's InputsRead field in human-readable format.
225 * Print a fragment program's InputsRead field in human-readable format.
341 * by the ARB/NV program languages so we've taken some liberties here.
345 * \param prog pointer to containing program
380 sprintf(str, "program.env[%s%d]", addr, index);
383 sprintf(str, "program.local[%s%d]", addr, index);
676 * Print a single vertex/fragment program instruction.
921 * Print program, with options.
938 fprintf(f, "# Vertex Program/Shader %u\n", prog->Id)
    [all...]
  /external/valgrind/main/
README_DEVELOPERS 46 .vgtest test file, or the name of a program which has a like-named .vgtest
63 .vgperf test file, or the name of a program which has a like-named .vgperf
80 To debug the valgrind launcher program (<prefix>/bin/valgrind) just
149 (4) Choose a very simple program (date) and try
155 program, not its stage2.
README_MISSING_SYSCALL_OR_IOCTL 5 running your program, and advised you to read this file. The good
21 program does. When a system call happens, for example a request to read
23 request, and returns control to your program. The problem is that the
24 kernel will often change the status of some part of your program's memory
36 so it can update its view of the program's state, eg. that memory has
  /external/valgrind/main/VEX/auxprogs/
genoffsets.c 13 This program is free software; you can redistribute it and/or
18 This program is distributed in the hope that it will be useful, but
24 along with this program; if not, write to the Free Software
38 /* A program which, when compiled to assembly, exposes various guest
39 state offsets. The program isn't executed, since that breaks
  /frameworks/native/services/surfaceflinger/RenderEngine/
GLES20RenderEngine.cpp 28 #include "Program.h"
191 glEnableVertexAttribArray(Program::texCoords);
192 glVertexAttribPointer(Program::texCoords,
199 glVertexAttribPointer(Program::position,
208 glDisableVertexAttribArray(Program::texCoords);
  /frameworks/rs/
rsProgramVertex.cpp 29 : Program(rsc, shaderText, shaderLength, params, paramLength) {
70 "Attempting to set fixed function emulation matrix projection on user program");
88 "Attempting to set fixed function emulation matrix modelview on user program");
106 "Attempting to set fixed function emulation matrix texture on user program");
124 "Attempting to get fixed function emulation matrix projection on user program");
  /ndk/sources/host-tools/make-3.81/config/
mdate-sh 10 # This program is free software; you can redistribute it and/or modify
15 # This program is distributed in the hope that it will be useful,
21 # along with this program; if not, write to the Free Software Foundation,
25 # distribute this file as part of a program that contains a
27 # the same distribution terms that you use for the rest of that program.
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
mdate-sh 10 # This program is free software; you can redistribute it and/or modify
15 # This program is distributed in the hope that it will be useful,
21 # along with this program. If not, see <http://www.gnu.org/licenses/>.
24 # distribute this file as part of a program that contains a
26 # the same distribution terms that you use for the rest of that program.
  /ndk/sources/host-tools/sed-4.2.1/sed/
sed.h 5 This program is free software; you can redistribute it and/or modify
10 This program is distributed in the hope that it will be useful,
16 along with this program; if not, write to the Free Software
33 /* Struct vector is used to describe a compiled sed program. */
41 closed cleanly at normal program termination. A flag is kept that tells
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
XF86keysym.h 61 #define XF86XK_Mail 0x1008FF19 /* Invoke user's mail program */
67 #define XF86XK_Calculator 0x1008FF1D /* Invoke calculator program */
68 #define XF86XK_Memo 0x1008FF1E /* Invoke Memo taking program */
69 #define XF86XK_ToDoList 0x1008FF1F /* Invoke To Do List program */
70 #define XF86XK_Calendar 0x1008FF20 /* Invoke Calendar program */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
XF86keysym.h 61 #define XF86XK_Mail 0x1008FF19 /* Invoke user's mail program */
67 #define XF86XK_Calculator 0x1008FF1D /* Invoke calculator program */
68 #define XF86XK_Memo 0x1008FF1E /* Invoke Memo taking program */
69 #define XF86XK_ToDoList 0x1008FF1F /* Invoke To Do List program */
70 #define XF86XK_Calendar 0x1008FF20 /* Invoke Calendar program */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
XF86keysym.h 61 #define XF86XK_Mail 0x1008FF19 /* Invoke user's mail program */
67 #define XF86XK_Calculator 0x1008FF1D /* Invoke calculator program */
68 #define XF86XK_Memo 0x1008FF1E /* Invoke Memo taking program */
69 #define XF86XK_ToDoList 0x1008FF1F /* Invoke To Do List program */
70 #define XF86XK_Calendar 0x1008FF20 /* Invoke Calendar program */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pdb.doc 31 statements and are executed in the context of the program being
33 point ('!'). This is a powerful way to inspect the program being
102 cause the program to stop execution, but unlike clearing a
139 Restart the debugged python program. If a string is supplied it is
202 The program being executed is aborted.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pdb.doc 31 statements and are executed in the context of the program being
33 point ('!'). This is a powerful way to inspect the program being
102 cause the program to stop execution, but unlike clearing a
139 Restart the debugged python program. If a string is supplied it is
202 The program being executed is aborted.

Completed in 1765 milliseconds

<<171172173174175176177178179180>>