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

<<101102103104105106107108109110>>

  /external/llvm/examples/BrainF/
BrainFDriver.cpp 10 // This program converts the BrainF language into LLVM assembly,
19 // ./BrainF -jit prog.bf #Run program now
20 // ./BrainF -jit -abc prog.bf #Run program now safely
53 JIT("jit", cl::desc("Run program Just-In-Time"));
93 errs() << "Error: You must specify the filename of the program to "
125 //Read the BrainF program
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 73 OrigProgram = BD.Program;
75 BD.Program = ParseInputFile(PrefixOutput, BD.getContext());
76 if (BD.Program == 0) {
94 delete BD.Program;
95 BD.Program = OrigProgram;
102 /// variable's initializer and seeing if the program still crashes. If it
103 /// does, then we keep that program and try again.
130 // Clone the program to try hacking it apart...
156 // Try running the hacked up program...
172 /// seeing if the program still crashes. If it does, then keep the newer
    [all...]
  /external/mesa3d/
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/mesa3d/src/mesa/
Android.gen.mk 38 program/program_parse.tab.c \
39 program/lex.yy.c \
106 $(intermediates)/program/program_parse.tab.c: $(LOCAL_PATH)/program/program_parse.y
109 $(intermediates)/program/lex.yy.c: $(LOCAL_PATH)/program/program_lexer.l
  /external/mesa3d/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/mesa3d/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::__anon23870
144 GLuint xfer_prog_sn; /**< pixel xfer program serial no. */
145 GLuint user_prog_sn; /**< user fragment program serial no. */
  /external/openssh/
scp.0 4 scp - secure copy (remote file copy program)
8 [-l limit] [-o ssh_option] [-P port] [-S program]
133 -S program
134 Name of program to use for the encrypted connection. The program
149 scp is based on the rcp(1) program in BSD source code from the Regents of
scp.1 18 .Nd secure copy (remote file copy program)
29 .Op Fl S Ar program
201 .It Fl S Ar program
203 .Ar program
205 The program must understand
233 program in BSD source code from the Regents of the University of
  /external/proguard/src/proguard/
InputReader.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.,
51 * Fills the given program class pool and library class pool by reading
74 // Read the program class files.
78 readInput("Reading program ",
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/
types.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/>.
73 """Return a dictionary from a program's enum type.
151 # Now try the program space.
171 LOCUS is either an objfile, a program space, or None, indicating
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/
types.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/>.
73 """Return a dictionary from a program's enum type.
151 # Now try the program space.
171 LOCUS is either an objfile, a program space, or None, indicating
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
codeop.py 4 function compile(), which take program text, a filename and a 'mode'
47 instance compiles program text containing a __future__ statement,
48 the instance 'remembers' and compiles all subsequent program texts
127 statement, it "remembers" and compiles all subsequent program texts
142 instance compiles program text containing a __future__ statement,
143 the instance 'remembers' and compiles all subsequent program texts
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
codeop.py 4 function compile(), which take program text, a filename and a 'mode'
47 instance compiles program text containing a __future__ statement,
48 the instance 'remembers' and compiles all subsequent program texts
127 statement, it "remembers" and compiles all subsequent program texts
142 instance compiles program text containing a __future__ statement,
143 the instance 'remembers' and compiles all subsequent program texts
  /sdk/find_java/
utils.cpp 60 // Executes the command line. Does not wait for the program to finish.
74 (LPSTR) app, /* program path */
94 // As indicated in MSDN for CreateProcess, callers should double-quote the program name
95 // e.g. cmd="\"c:\program files\myapp.exe\" arg1 arg2";
108 NULL, /* program path */
152 // folder under the hood (e.g. "Programs Files(x86)" is mapped as "Program Files").
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp 186 // Abort if program did not successfully compile and link
188 ALOGE("ShaderProgram: unexecutable program!");
287 // Scan for all uniforms in the program
296 ALOGE("Could not link shader program!");
349 GLuint program = glCreateProgram(); local
350 if (program) {
353 glAttachShader(program, shaders[i]);
358 glLinkProgram(program);
362 glGetProgramiv(program, GL_LINK_STATUS, &linked);
366 glGetProgramiv(program, GL_INFO_LOG_LENGTH, &log_length)
488 int fbo, program, buffer; local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
about_os_credits.html 437 This program, "bzip2", the associated library "libbzip2", and all
    [all...]
  /external/jpeg/
configure 160 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
173 --program-prefix=PREFIX prepend PREFIX to installed program names
174 --program-suffix=SUFFIX append SUFFIX to installed program names
175 --program-transform-name=PROGRAM
176 run sed PROGRAM on installed program names
265 -program-prefix | --program-prefix | --program-prefi | --program-pref
    [all...]
  /external/qemu/distrib/jpeg-6b/
configure 160 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
173 --program-prefix=PREFIX prepend PREFIX to installed program names
174 --program-suffix=SUFFIX append SUFFIX to installed program names
175 --program-transform-name=PROGRAM
176 run sed PROGRAM on installed program names
265 -program-prefix | --program-prefix | --program-prefi | --program-pref
    [all...]
  /external/chromium_org/cc/test/
test_web_graphics_context_3d.cc 136 WebGLId program,
163 WebGLId program) {
277 unsigned program = next_program_id_++ | context_id_ << 16; local
278 program_set_.insert(program);
279 return program;
296 ADD_FAILURE() << "deleteProgram called on unknown program " << id;
306 void TestWebGraphicsContext3D::attachShader(WebGLId program, WebGLId shader) {
307 if (!program_set_.count(program))
308 ADD_FAILURE() << "attachShader called with unknown program " << program;
    [all...]
  /external/tinycompress/
NOTICE 39 This program is free software; you can redistribute it and/or modify it
43 This program is distributed in the hope it will be useful, but WITHOUT
49 along with this program; if not, write to
92 This program is free software; you can redistribute it and/or modify it
96 This program is distributed in the hope it will be useful, but WITHOUT
102 along with this program; if not, write to
146 This program is free software; you can redistribute it and/or modify it
150 This program is distributed in the hope it will be useful, but WITHOUT
156 along with this program; if not, write to
197 This program is free software; you can redistribute it and/or modify i
    [all...]
  /external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf.cc 99 // Cannot determine whether program is single-threaded. Hope for
164 // typical program has very few of these.
508 // Temporarily copy the contents of the "program" vector into a
511 // installed the BPF filter program in the kernel. Depending on the
514 Program* program = AssembleFilter(false /* force_verification */); local
516 struct sock_filter bpf[program->size()];
517 const struct sock_fprog prog = {static_cast<unsigned short>(program->size()),
519 memcpy(bpf, &(*program)[0], sizeof(bpf));
520 delete program;
699 Program* program = new Program(); local
    [all...]
  /external/bzip2/
README 6 This file is part of bzip2/libbzip2, a program and library for
14 This program is released under the terms of the license contained
66 Makefile-libbz2_so will not work with any program which used an older
95 Nelson's churn program. Churn is an automated test driver which
106 This program and library (attempts to) compress data by
118 USE OF THIS PROGRAM/LIBRARY, HOWSOEVER CAUSED.
123 ensure that this program works correctly. However, the complexity
127 remaining in the program. DO NOT COMPRESS ANY DATA WITH THIS
128 PROGRAM UNLESS YOU ARE PREPARED TO ACCEPT THE POSSIBILITY, HOWEVER
131 That is not to say this program is inherently unreliable.
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_pixeltransfer.c 39 #include "program/program.h"
40 #include "program/prog_cache.h"
41 #include "program/prog_instruction.h"
42 #include "program/prog_parameter.h"
43 #include "program/prog_print.h"
138 * Returns a fragment program which implements the current pixel transfer ops.
269 "generating pixel transfer program");
290 * Update st->pixel_xfer.program in response to new pixel-transfer state.
314 st->pixel_xfer.program = (struct st_fragment_program *) fp
    [all...]

Completed in 1828 milliseconds

<<101102103104105106107108109110>>