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

<<101102103104105106107108109110>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nis_callback.h 4 * media and as a part of the software program in whole or part. Users
7 * program developed by the user or with the express written consent of
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cgroupstats.h 6 * This program is free software; you can redistribute it and/or modify it
10 * This program is distributed in the hope that it would be useful, but
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
pmap_rmt.h 5 * media and as a part of the software program in whole or part. Users
8 * program developed by the user.
rpc_des.h 4 * media and as a part of the software program in whole or part. Users
7 * program developed by the user.
svc_auth.h 5 * media and as a part of the software program in whole or part. Users
8 * program developed by the user.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis_callback.h 4 * media and as a part of the software program in whole or part. Users
7 * program developed by the user or with the express written consent of
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cgroupstats.h 6 * This program is free software; you can redistribute it and/or modify it
10 * This program is distributed in the hope that it would be useful, but
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
pmap_rmt.h 5 * media and as a part of the software program in whole or part. Users
8 * program developed by the user.
rpc_des.h 4 * media and as a part of the software program in whole or part. Users
7 * program developed by the user.
svc_auth.h 5 * media and as a part of the software program in whole or part. Users
8 * program developed by the user.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis_callback.h 4 * media and as a part of the software program in whole or part. Users
7 * program developed by the user or with the express written consent of
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
atexit.py 3 upon normal program termination.
38 """register a function to be executed upon normal program termination
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
atexit.py 3 upon normal program termination.
38 """register a function to be executed upon normal program termination
  /external/llvm/tools/bugpoint/
Miscompilation.cpp 1 //===- Miscompilation.cpp - Debug program miscompilations -----------------===//
58 /// group, see if they still break the program.
64 // First, run the program with just the Suffix passes. If it is still broken
73 << " on the input program!\n";
79 // Check to see if the finished program matches the reference output...
88 << "no passes are run, nondeterministic program?\n";
97 // Next, see if the program is broken if we run the "prefix" passes first,
103 // passes must be run before the kept passes to break it. If the program
111 << " on the input program!\n";
152 << " on the input program!\n"
    [all...]
  /external/bison/lib/
msvc-inval.h 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 with this program; if not, see <http://www.gnu.org/licenses/>. */
72 Because we assume no other part of the program installs a different
118 Because we assume no other part of the program installs a different
163 Because we assume no other part of the program installs a different
  /external/chromium_org/gpu/command_buffer/service/
shader_manager.h 90 // Used by program cache.
95 // Used by program cache.
100 // Used by program cache.
105 // Used by program cache.
111 // Used by program cache.
117 // Used by program cache.
vertex_attrib_manager.cc 167 Program* current_program,
178 // program then check that they have enough elements to handle the draw call.
179 // If they are not used by the current program check that they have a buffer
184 const Program::VertexAttrib* attrib_info =
189 // This attrib is used in the current program.
234 // This attrib is not used in the current program.
  /external/chromium_org/third_party/mesa/src/
Makefile.am 85 src/mesa/program/lex.yy.c \
86 src/mesa/program/program_parse.tab.c \
87 src/mesa/program/program_parse.tab.h \
99 $(MAKE) -C src/mesa program/lex.yy.c program/program_parse.tab.c program/program_parse.tab.h
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_sf.c 55 const GLuint *program; local
113 /* get the program
115 program = brw_get_program(&c.func, &program_size);
120 brw_disasm(stdout, &((struct brw_instruction *)program)[i],
127 program, program_size,
156 * program.
brw_vs_surface_state.c 33 #include "program/prog_parameter.h"
38 /* Creates a new VS constant buffer reflecting the current VS program's
39 * constants, if needed by the VS program.
52 const struct gl_program_parameter_list *params = vp->program.Base.Parameters;
55 if (vp->program.IsNVProgram)
61 _mesa_load_state_parameters(&brw->intel.ctx, vp->program.Base.Parameters);
gen6_wm_state.c 33 #include "program/prog_parameter.h"
34 #include "program/prog_statevars.h"
50 _mesa_load_state_parameters(ctx, fp->program.Base.Parameters);
178 if (fp->program.Base.InputsRead & FRAG_BIT_WPOS)
180 if (fp->program.Base.OutputsWritten & BITFIELD64_BIT(FRAG_RESULT_DEPTH))
187 if (fp->program.UsesKill || ctx->Color.AlphaEnabled ||
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_context.h 131 struct st_vertex_program *vp; /**< Currently bound vertex program */
132 struct st_fragment_program *fp; /**< Currently bound fragment program */
133 struct st_geometry_program *gp; /**< Currently bound geometry program */
143 struct st_fragment_program *program; /**< cur pixel transfer prog */ member in struct:st_context::__anon13403
144 GLuint xfer_prog_sn; /**< pixel xfer program serial no. */
145 GLuint user_prog_sn; /**< user fragment program serial no. */
  /external/chromium_org/third_party/sqlite/src/tool/
speedtest16.c 4 ** This program reads ASCII text from a file named on the command-line.
7 ** the program. All statements are timed using the high-resolution timer
10 ** To compile this program, first compile the SQLite library separately
15 ** Then link against this program. But to do optimize this program
20 ** Then run this program with a single argument which is the name of
speedtest8inst1.c 4 ** This program reads ASCII text from a file named on the command-line
6 ** is created at the beginning of the program. All statements are
9 ** To compile this program, first compile the SQLite library separately
14 ** Then link against this program. But to do optimize this program
19 ** Then run this program with a single argument which is the name of
  /external/libcap-ng/libcap-ng-0.7/
py-compile 2 # py-compile - Compile a Python program
9 # This program is free software; you can redistribute it and/or modify
14 # This program is distributed in the hope that it will be useful,
20 # along with this program. If not, see <http://www.gnu.org/licenses/>.
23 # distribute this file as part of a program that contains a
25 # the same distribution terms that you use for the rest of that program.

Completed in 1562 milliseconds

<<101102103104105106107108109110>>