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

<<21222324252627282930>>

  /development/samples/USB/MissileLauncher/
_index.html 1 <p>MissileLauncher is a simple program that controls Dream Cheeky USB missile launchers.
5 <p>This program serves as an example of the following USB host features:</p>
  /external/chromium/base/
debug_message.cc 7 // Display the command line. This program is designed to be called from
10 // add the program name as the first parameter. This allows us to just
  /external/chromium_org/base/
debug_message.cc 7 // Display the command line. This program is designed to be called from
10 // add the program name as the first parameter. This allows us to just
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_compiler.c 40 c->Program.Instructions.Prev = &c->Program.Instructions;
41 c->Program.Instructions.Next = &c->Program.Instructions;
42 c->Program.Instructions.U.I.Opcode = RC_OPCODE_ILLEGAL_OPCODE;
47 rc_constants_destroy(&c->Program.Constants);
106 * Recompute c->Program.InputsRead and c->Program.OutputsWritten
108 * in program instructions.
114 c->Program.InputsRead = 0
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
ARB_blend_func_extended.xml 12 <param name="program" type="GLuint"/>
19 <param name="program" type="GLuint"/>
  /external/chromium_org/third_party/ots/test/
SConstruct 46 env.Program('../test/cff_type2_charstring_test.cc', LIBS = ['ots', 'gtest_main'], LIBPATH = '../src')
47 env.Program('../test/layout_common_table_test.cc', LIBS = ['ots', 'gtest_main'], LIBPATH = '../src')
48 env.Program('../test/table_dependencies_test.cc', LIBS = ['ots', 'gtest_main'], LIBPATH = '../src')
49 env.Program('../test/ot-sanitise.cc', LIBS = ['ots'], LIBPATH='../src')
50 env.Program('../test/idempotent.cc', LIBS = ['ots', 'freetype', 'z', 'm'], LIBPATH='../src')
51 env.Program('../test/perf.cc', LIBS = ['ots'], LIBPATH='../src')
54 env.Program('../test/side-by-side.cc', LIBS = ['ots', 'freetype', 'z', 'm'], LIBPATH = '../src')
55 env.Program('../test/validator-checker.cc', LIBS = ['ots', 'freetype', 'z', 'm'], LIBPATH = '../src')
  /external/chromium_org/tools/gyp/test/assembly/
gyptest-assembly.py 25 Hello from program.c
28 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
gyptest-override.py 20 Hello from program.c
23 test.run_built_executable('program', chdir=CHDIR, stdout=expect)
  /external/chromium_org/tools/gyp/test/assembly/src/
assembly.gyp 24 'target_name': 'program',
28 'program.c',
  /external/chromium_org/tools/gyp/test/compilable/
gyptest-headers.py 23 Hello from program.c
26 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
  /external/chromium_org/tools/gyp/test/library/src/
library.gyp 11 'target_name': 'program',
18 'program.c',
  /external/chromium_org/tools/gyp/test/module/src/
module.gyp 24 'target_name': 'program',
31 'program.c',
  /external/chromium_org/tools/gyp/test/win/
gyptest-link-pdb.py 20 test.run_gyp('program-database.gyp', chdir=CHDIR)
21 test.build('program-database.gyp', test.ALL, chdir=CHDIR)
  /external/chromium_org/win8/delegate_execute/
delegate_execute_util.h 17 // Returns a CommandLine with an empty program parsed from |params|.
26 // Returns a properly quoted command-line string less the program (argv[0])
  /external/elfutils/m4/
codeset.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/kernel-headers/original/asm-x86/
ist.h 8 * This program is free software; you can redistribute it and/or modify it
13 * This program is distributed in the hope that it will be useful, but
  /external/libcap-ng/libcap-ng-0.7/utils/
pscap.8 3 pscap \- a program to see capabilities
7 \fBpscap\fP is a program that prints out a report of process capabilities. If the application has any capabilities, it will be in the report with the exception of init. By giving the \-a command line option, init will be included, too. If a process is not in the report, it has dropped all capabilities. If the process has partial capabilities, it is further examined to see if it has an open-ended bounding set. If this is found to be true, a '+' symbol is added.
  /external/libexif/test/
Makefile.am 9 # * Proper testing is done with the "exif" program in libexif-testsuite.
10 # And this is just the lib - we don't have the program available
  /external/llvm/test/Assembler/
2002-08-16-ConstExprInlined.ll 2 ; ConstExpr reference. Disassembling this program assembled yields invalid
8 ; reader should NEVER produce a program "successfully" with placeholders still
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_compiler.c 40 c->Program.Instructions.Prev = &c->Program.Instructions;
41 c->Program.Instructions.Next = &c->Program.Instructions;
42 c->Program.Instructions.U.I.Opcode = RC_OPCODE_ILLEGAL_OPCODE;
47 rc_constants_destroy(&c->Program.Constants);
106 * Recompute c->Program.InputsRead and c->Program.OutputsWritten
108 * in program instructions.
114 c->Program.InputsRead = 0
    [all...]
  /external/mesa3d/src/mapi/glapi/gen/
ARB_blend_func_extended.xml 12 <param name="program" type="GLuint"/>
19 <param name="program" type="GLuint"/>
  /external/proguard/src/proguard/shrink/
Shrinker.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.,
50 * Performs shrinking of the given program class pool.
130 // Discard unused program classes.
153 System.out.println("Removing unused program classes and class elements...");
154 System.out.println(" Original number of program classes: " + originalProgramClassPoolSize);
155 System.out.println(" Final number of program classes: " + newProgramClassPoolSize);
  /external/valgrind/main/drd/tests/
pth_barrier_race.c 2 * Test program that triggers a race between pthread_barrier_wait() and
5 * test program is based on the example that was posted on February 5, 2009 by
pth_cleanup_handler.c 2 * Test program for verifying whether pthread cleanup handlers are invoked
41 // Make sure the program exits in case a deadlock has been triggered.
  /external/valgrind/main/helgrind/tests/
tc05_simple_race.c 6 /* Simple test program, has a race. Parent and child both modify y
7 with no locking. This is the program shown in Fig 2 of the

Completed in 1018 milliseconds

<<21222324252627282930>>