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

1 2 3 4 5 6 7 891011>>

  /external/bison/data/
c-skel.m4 7 # This program is free software: you can redistribute it and/or modify
12 # This program is distributed in the hope that it will be useful,
18 # along with this program. If not, see <http://www.gnu.org/licenses/>.
  /external/bison/etc/
Makefile.am 3 # This program is free software: you can redistribute it and/or modify
8 # This program is distributed in the hope that it will be useful,
14 # along with this program. If not, see <http://www.gnu.org/licenses/>.
  /external/bison/examples/
Makefile.am 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/>.
  /external/bison/lib/
bitsetv-print.h 7 This program is free software: you can redistribute it and/or modify
12 This program is distributed in the hope that it will be useful,
18 along with this program. If not, see <http://www.gnu.org/licenses/>. */
exitfail.c 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, see <http://www.gnu.org/licenses/>. */
exitfail.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, see <http://www.gnu.org/licenses/>. */
fpending.h 6 This program is free software: you can redistribute it and/or modify
11 This program is distributed in the hope that it will be useful,
17 along with this program. If not, see <http://www.gnu.org/licenses/>.
get-errno.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, see <http://www.gnu.org/licenses/>. */
getline.c 4 This program is free software; you can redistribute it and/or
9 This program is distributed in the hope that it will be useful, but
15 along with this program; if not, see <http://www.gnu.org/licenses/>. */
isnand.c 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/>. */
isnanf.c 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/>. */
isnanl.c 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/>. */
iswblank.c 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/>. */
strtoul.c 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/>. */
  /external/bison/src/
LR0.h 8 This program is free software: you can redistribute it and/or modify
13 This program is distributed in the hope that it will be useful,
19 along with this program. If not, see <http://www.gnu.org/licenses/>. */
print.h 7 This program is free software: you can redistribute it and/or modify
12 This program is distributed in the hope that it will be useful,
18 along with this program. If not, see <http://www.gnu.org/licenses/>. */
print_graph.h 7 This program is free software: you can redistribute it and/or modify
12 This program is distributed in the hope that it will be useful,
18 along with this program. If not, see <http://www.gnu.org/licenses/>. */
  /external/chromium_org/courgette/
adjustment_method.h 34 // Adjusts |program| to increase similarity to |model|. |program| can be
38 AssemblyProgram* program) = 0;
  /external/chromium_org/gpu/command_buffer/tests/
gl_stream_draw_unittests.cc 58 GLuint program = GLTestHelper::LoadProgram(v_shader_str, f_shader_str); local
59 glUseProgram(program);
60 return program;
71 GLuint program = SetupProgram(); local
72 GLuint position_loc = glGetAttribLocation(program, "a_position");
73 GLuint color_loc = glGetAttribLocation(program, "a_color");
93 GLuint program = SetupProgram(); local
94 GLuint position_loc = glGetAttribLocation(program, "a_position");
95 GLuint color_loc = glGetAttribLocation(program, "a_color");
128 GLuint program = SetupProgram() local
    [all...]
  /external/chromium_org/tools/gyp/test/module/
gyptest-default.py 8 Verifies simple build of a "Hello, world!" program with loadable modules. The
23 Hello from program.c
27 test.run_built_executable('program', chdir='src', stdout=expect)
  /external/e2fsprogs/intl/
osdep.c 4 This program is free software; you can redistribute it and/or modify it
9 This program is distributed in the hope that it will be useful,
15 License along with this program; if not, write to the Free Software
  /external/grub/stage2/
tparm.h 6 * This program is free software; you can redistribute it and/or modify
11 * This program is distributed in the hope that it will be useful,
17 * along with this program; if not, write to the Free Software
  /external/kernel-headers/original/asm-arm/arch/
vmalloc.h 6 * This program is free software; you can redistribute it and/or modify
11 * This program is distributed in the hope that it will be useful,
17 * along with this program; if not, write to the Free Software
  /external/skia/tools/
test_rendering.py 33 def FindPathToProgram(program):
34 """Return path to an existing program binary, or raise an exception if we
37 @param program the name of the program that is being looked for
41 possible_paths = [os.path.join(trunk_path, 'out', 'Release', program),
42 os.path.join(trunk_path, 'out', 'Debug', program),
44 program + ".exe"),
46 program + ".exe")]
51 'build %s?' % (program, possible_paths, program))
    [all...]
  /frameworks/native/opengl/tests/testViewport/
README 3 build, install and run the attached test program TestViewport.apk
7 The program clears the screen to blue, then draws a full screen white quad that
28 call (which means it is called before every draw), the program runs correctly.

Completed in 574 milliseconds

1 2 3 4 5 6 7 891011>>