/external/libexif/auto-m4/ |
iconv.m4 | 5 dnl Public License, this file may be distributed as part of a program 7 dnl the same distribution terms as the rest of that program.
|
/external/libpcap/ |
mkdep | 34 # the -p flag produces "program: program.c" style dependencies
|
/external/libvpx/libvpx/examples/includes/ASCIIMathPHP-2.0/ |
htmlMathML.js | 2 This program is free software; you can redistribute it and/or modify 6 This program is distributed in the hope that it will be useful, but
|
/external/mesa3d/docs/ |
relnotes-7.0.html | 45 <li>Fixed R300 vertex program/matrix bug (10848) 46 <li>GLSL dFdx() and dFdy() work for fragment program inputs now (texcoords)
|
/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_context.h | 73 struct nv30_vertprog *program; member in struct:nv30_context::__anon23125 86 struct nv30_fragprog *program; member in struct:nv30_context::__anon23126
|
/external/mesa3d/src/glsl/ |
ir_uniform.h | 33 #include "program/prog_parameter.h" /* For union gl_constant_value. */ 130 * index is into the linked program's UniformBlocks[] array, not
|
/external/mesa3d/src/mapi/glapi/gen/ |
EXT_transform_feedback.xml | 56 <param name="program" type="GLuint"/> 63 <param name="program" type="GLuint"/>
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_vs.h | 40 #include "program/program.h"
|
gen7_vs_state.c | 28 #include "program/prog_parameter.h" 29 #include "program/prog_statevars.h"
|
/external/mesa3d/src/mesa/program/ |
program_lexer.l | 26 #include "program/prog_instruction.h" 27 #include "program/prog_statevars.h" 28 #include "program/symbol_table.h" 29 #include "program/program_parser.h" 30 #include "program/program_parse.tab.h" 257 program { return PROGRAM; } 283 {dot}program { return MAT_PROGRAM; }
|
/external/netperf/ |
netsh.h | 37 extern char *program; /* program invocation name */
|
/external/openssl/crypto/des/ |
options.txt | 36 As such, my timing program was never able to get more that %30 of the CPU. 37 This would cause the program to give much lower speed numbers because
|
/external/oprofile/events/arm/armv6/ |
events | 8 event:0x05 counters:0,1 um:zero minimum:500 name:BR_INST_EXECUTED : branch instruction executed w/ or w/o program flow change 15 event:0x0d counters:0,1 um:zero minimum:500 name:PC_CHANGE : number of times the program counter was changed without a mode switch
|
/external/oprofile/events/arm/xscale1/ |
events | 8 event:0x05 counters:1,2 um:zero minimum:500 name:BR_INST_EXECUTED : branch instruction executed w/ or w/o program flow change 16 event:0x0d counters:1,2 um:zero minimum:500 name:PC_CHANGE : number of times the program counter was changed without a mode switch
|
/external/oprofile/events/arm/xscale2/ |
events | 8 event:0x05 counters:1,2,3,4 um:zero minimum:500 name:BR_INST_EXECUTED : branch instruction executed w/ or w/o program flow change 16 event:0x0d counters:1,2,3,4 um:zero minimum:500 name:PC_CHANGE : number of times the program counter was changed without a mode switch
|
/external/ppp/pppd/plugins/radius/etc/ |
radiusclient.conf | 52 # program to call for a RADIUS authenticated login 89 # program to execute for local login
|
radiusclient.conf.in | 52 # program to call for a RADIUS authenticated login 89 # program to execute for local login
|
/external/proguard/src/proguard/classfile/util/ |
ClassReferenceInitializer.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., 76 * or class members can't be found or if they are in the program class pool. 499 * Returns the class with the given name, either for the program class pool 511 // First look for the class in the program class pool. 533 // The superclass or interface was found in the program class pool. 539 " depends on program class " +
|
DynamicClassReferenceInitializer.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., 36 * class in the program class pool or in the library class pool. 432 * Returns the class with the given name, either for the program class pool 444 // First look for the class in the program class pool. 466 // The superclass or interface was found in the program class pool. 472 " depends dynamically on program class " +
|
/external/protobuf/gtest/test/ |
gtest_filter_unittest_.cc | 34 // A user can specify which test(s) in a Google Test program to run via 38 // The program will be invoked from a Python unit test. Don't run it
|
gtest_xml_output_unittest_.cc | 34 // A user can specify XML output in a Google Test program to run via 38 // This program will be invoked from a Python unit test. Don't run it
|
/external/protobuf/src/google/protobuf/compiler/ |
subprocess.h | 62 EXACT_NAME // Program is an exact file name; don't use the PATH. 67 void Start(const string& program, SearchMode search_mode);
|
/external/qemu/ |
Makefile.target | 301 ### qemu-android-$CPU: headless emulator core program 304 $(call start-emulator-program, qemu-android-$(EMULATOR_TARGET_ARCH)) 378 $(call end-emulator-program) 383 ### emulator-$ARCH: Standalone emulator program 455 $(call start-emulator-program, emulator-$(EMULATOR_TARGET_ARCH)) 475 $(call end-emulator-program) 481 $(call start-emulator-program, emulator64-$(EMULATOR_TARGET_ARCH)) 496 $(call end-emulator-program)
|
/external/qemu/android/ |
hw-control.c | 7 ** This program is distributed in the hope that it will be useful, 15 * the system image to communicate with the emulator program for
|
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/ |
SDL_ps3video.c | 167 fb_thread_data->program = fb_writer_spu; 485 /* Create SPE context and load program */ 498 deprintf(2, "[PS3->SPU] Load Program into SPE: %s\n", spe_data->program_name); 499 if (spe_program_load(spe_data->ctx, &spe_data->program)) { 500 deprintf(2, "[PS3->SPU] Failed loading program into SPE context: %s\n", spe_data->program_name); 502 ("[PS3->SPU] Failed loading program into SPE context"); 567 /* argp is the pointer to argument to be passed to the SPE program */ 572 deprintf(2, "[PS3->SPU] Run SPE program: %s\n", args->program_name);
|