/external/libcap-ng/libcap-ng-0.7/utils/ |
proc-llist.c | 11 * This program is distributed in the hope that it will be useful, 17 * along with this program; see the file COPYING. If not, write to the
|
/external/libpcap/ |
ppp.h | 7 * Permission to use, copy, modify, and distribute this program for any 11 * pertaining to distribution of the program without specific prior
|
/external/llvm/bindings/ocaml/analysis/ |
llvm_analysis.mli | 26 validation report to [stderr] and aborts the program if it is invalid. See 32 validation report to [stderr] and aborts the program if it is invalid. See
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
README.txt | 17 the program you will need to have 'clang++' and 'llvm-config' in your path. If 22 input for the program and test scripts to capture data for rough performance
|
/external/llvm/tools/bugpoint/ |
ToolRunner.h | 54 /// ExecuteProgram - Execute the program specified by "ProgramFile" (which is 59 /// the program for execution. 113 /// compileProgram - Compile the specified program from bitcode to executable 119 /// OutputCode - Compile the specified program from bitcode to code 132 /// specified filename. This sets RetVal to the exit code of the program or 134 /// the program. 168 /// compileProgram - Compile the specified program from bitcode to executable 186 /// OutputCode - Compile the specified program from bitcode to code
|
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
postprocess.h | 61 struct program *p; 74 struct program *pp_init_prog(struct pp_queue_t *, struct pipe_screen *);
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_init.h | 29 /* Use UTIL_INIT(f) to have f called at program initialization. 31 .c file it is in sis referenced by the program.
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_emulate_branches.c | 237 DBG("Program after ENDIF handling:\n"); 238 rc_print_program(&s->C->Program); 267 * the program. 288 for(struct rc_instruction * inst = s->C->Program.Instructions.Next; 289 inst != &s->C->Program.Instructions; 294 inst_mov = rc_insert_new_instruction(s->C, s->C->Program.Instructions.Prev); 318 ptr = c->Program.Instructions.Next; 319 while(ptr != &c->Program.Instructions) {
|
radeon_rename_regs.c | 56 for(inst = c->Program.Instructions.Next; 57 inst != &c->Program.Instructions;
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/tools/ |
dxbc2tgsi.cpp | 37 std::cerr << "This program is free software, released under a MIT-like license\n"; 75 std::cout << "\n# TGSI program: " << std::endl;
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
native_modeset.h | 75 * Program the CRTC to output the surface to the given connectors with the 82 boolean (*program)(struct native_display *ndpy, int crtc_idx, member in struct:native_display_modeset
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i915_context.h | 131 /* Maximum size of the program packet, which matches the limits on 136 /* Hardware version of a parsed fragment program. "Derived" from the 146 bool error; /* If program is malformed for any reason. */ 159 /* TODO: split between the stored representation of a program and 166 GLuint program[(I915_MAX_TEX_INSN + I915_MAX_ALU_INSN) * 3]; member in struct:i915_fragment_program 172 GLuint *csr; /* Cursor, points into program. 228 GLuint Program[I915_PROGRAM_SIZE]; 334 extern void i915_disassemble_program(const GLuint * program, GLuint sz);
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_sf.h | 37 #include "program/program.h"
|
/external/mesa3d/src/mesa/main/ |
transformfeedback.h | 80 _mesa_TransformFeedbackVaryings(GLuint program, GLsizei count, 84 _mesa_GetTransformFeedbackVarying(GLuint program, GLuint index,
|
/external/proguard/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.
|
/external/protobuf/gtest/test/ |
gtest_throw_on_failure_test_.cc | 34 // This program must be compiled with exceptions disabled. It will be 50 // assertion will cause the program to exit with a non-zero code.
|
/external/qemu/distrib/jpeg-6b/ |
ckconfig.c | 10 * This program is intended to help you determine how to configure the JPEG 12 * compile and execute this program. If your compiler fails to compile the 13 * program, make changes as indicated in the comments below. Once you can 14 * compile the program, run it, and it will produce a "jconfig.h" file for 17 * As a general rule, each time you try to compile this program, 23 * Almost all of the edits you may need to make to this program consist of 233 * point in order to compile and execute this program. (You might get 235 * When you run the program, it will make a couple more tests that it
|
/external/svox/picolanginstaller/res/values-cs/ |
strings.xml | 22 <string name="app_name" msgid="3853942104135735825">"Instala?ní program pro data syntézy ?e?i"</string> 25 <string name="uninstall_message" msgid="174096141356529599">"Hlasová data byla úsp??n? nainstalována. Instala?ní program m??ete bezpe?n? odebrat."</string>
|
/external/svox/picolanginstaller/res/values-ro/ |
strings.xml | 22 <string name="app_name" msgid="3853942104135735825">"Program de instalare pentru datele sintetizatorului de voce"</string> 25 <string name="uninstall_message" msgid="174096141356529599">"Datele vocale au fost instalate. Acum pute?i elimina în siguran?? acest program de instalare."</string>
|
/external/svox/picolanginstaller/res/values-sk/ |
strings.xml | 22 <string name="app_name" msgid="3853942104135735825">"In?tala?ný program pre údaje syntézy re?i"</string> 25 <string name="uninstall_message" msgid="174096141356529599">"Hlasové údaje boli úspe?ne nain?talované. In?tala?ný program mô?ete bezpe?ne odstráni?."</string>
|
/external/tcpdump/ |
rpc_auth.h | 5 * media and as a part of the software program in whole or part. Users 8 * program developed by the user.
|
/external/valgrind/main/docs/internals/ |
howto_oprofile.txt | 3 # Although the program to be profiled can be run by anybody. 8 # now run the program(s) to be profiled
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
ToRGBAFilter.java | 28 import android.filterfw.core.Program; 40 private Program mProgram;
|
ToRGBFilter.java | 28 import android.filterfw.core.Program; 40 private Program mProgram;
|
/frameworks/rs/driver/runtime/ |
rs_program.c | 6 * Program Store 90 * Program Raster
|