HomeSort by relevance Sort by last modified time
    Searched full:programs (Results 26 - 50 of 2561) sorted by null

12 3 4 5 6 7 8 91011>>

  /system/extras/tests/sdcard/
Android.mk 15 # Build control file for Bionic's test programs
16 # define the BIONIC_TESTS environment variable to build the test programs
  /external/antlr/antlr-3.4/runtime/Perl5/examples/
README 16 Finally you can run the example programs.
  /external/javassist/src/main/javassist/tools/rmi/
package.html 8 All the programs in this package uses only the regular
  /external/qemu/distrib/sdl-1.2.15/
README 28 freely in commercial programs as long as you link with the dynamic
32 the "include" subdirectory and the programs in the "test" subdirectory.
33 The header files and test programs are well commented and always up to date.
38 The test programs in the "test" subdirectory are in the public domain.
  /external/protobuf/examples/
README.txt 2 address book. Two programs are provided, each with three different
21 All of these programs simply take an address book file as their parameter.
22 The add_person programs will create the file if it doesn't already exist.
  /external/bison/
PACKAGING 9 Contents: Runtime libraries and programs.
10 Audience: Anyone who wants to run internationalized programs
15 Audience: Anyone who wants to develop programs that use parsers.
20 contains localized programs that use the diagnostics contained in
  /external/clang/examples/clang-interpreter/
README.txt 2 programs.
  /external/e2fsprogs/debian/
comerr-dev.doc-base 6 to return errors to their callers, and for programs
  /external/eigen/failtest/
CMakeLists.txt 32 "To debug these failures, manually compile these programs in ${CMAKE_CURRENT_SOURCE_DIR}, "
  /external/javassist/src/main/javassist/
package.html 7 bytecode in Java; it enables Java programs to define a new class at
  /external/marisa-trie/
configure.ac 9 # Checks for programs.
  /external/valgrind/main/massif/tests/
insig.c 5 // programs, but not so common in small tests, so we test for it here.
  /frameworks/wilhelm/tests/automated/
Android.mk 38 # Build the manual test programs.
  /ndk/build/tools/
gen-toolchain-wrapper.sh 36 Then, this will create programs like:
91 PROGRAMS="cc gcc c++ g++ cpp as ld ar ranlib strip strings nm objdump dlltool"
92 register_var_option "--programs=<list>" PROGRAMS "List of programs to generate wrapper for"
96 PROGRAMS=$(commas_to_spaces "$PROGRAMS")
97 if [ -z "$PROGRAMS" ]; then
147 for PROG in $PROGRAMS; do
  /ndk/sources/host-tools/sed-4.2.1/sed/
Makefile.am 15 $(PROGRAMS): $(LDADD)
  /external/chromium/base/
base_paths_win.h 24 // Start Menu\Programs"
26 // Start Menu\Programs"
  /external/icu4c/test/perf/charperf/
CharPerf.pl 30 # programs
31 # tests will be done for all the programs. Results will be stored and connected
  /external/icu4c/test/perf/normperf/
NormPerf.pl 26 # programs
27 # tests will be done for all the programs. Results will be stored and connected
  /external/icu4c/test/perf/usetperf/
UsetPerf.pl 29 # programs
30 # tests will be done for all the programs. Results will be stored and connected
  /external/icu4c/test/perf/utfperf/
UtfPerf.pl 27 # programs
28 # tests will be done for all the programs. Results will be stored and connected
  /external/icu4c/test/perf/utrie2perf/
utrie2perf.pl 27 # programs
28 # tests will be done for all the programs. Results will be stored and connected
  /system/extras/tests/bionic/libc/
README.TXT 8 test programs. For example, do:
13 All test programs, except those in the 'other' directory, should exit
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 39 TokenRewriteStream is a specialized form of CommonTokenStream that provides simple stream editing functionality. By creating <i>rewrite programs</i>, new text output can be created based upon the tokens in the stream. The basic token stream itself is preserved, and text output is rendered on demand using the #to_s method.
362 attr_reader :programs
367 @programs = Hash.new do |programs, name|
369 programs[ name ] = RewriteProgram.new( self, name )
370 else programs[ name.to_s ]
378 program = @programs[ program_name ]
387 return @programs[ name ]
391 @programs.delete( name )
401 @programs[ 'default' ].insert_before( *args
    [all...]
  /external/valgrind/main/docs/internals/
performance.txt 13 - Julian made the tree builder linear. Saved 2--13% on a range of programs.
16 Saved 1--3% on a few programs.
25 programs (eg. ktuberling) programs by a couple of percent.
33 gives about 40% speedup on artificial programs which just do
  /external/dropbear/
Makefile.in 5 # make PROGRAMS="dropbear dbclient scp" MULTI=1 STATIC=1 SCPPROGRESS=1
12 ifndef PROGRAMS
13 PROGRAMS=dropbear dbclient dropbearkey dropbearconvert
81 ifneq (,$(strip $(foreach prog, $(PROGRAMS), $(findstring ZdropbearZ, Z$(prog)Z))))
84 ifneq (,$(strip $(foreach prog, $(PROGRAMS), $(findstring ZdbclientZ, Z$(prog)Z))))
101 TARGETS=$(PROGRAMS)
120 installdropbearmulti: insdbmulti $(addprefix insmulti, $(PROGRAMS))
168 MULTIOBJS=dbmulti.o $(sort $(foreach prog, $(PROGRAMS), $($(prog)objs)))
169 CFLAGS+=$(addprefix -DDBMULTI_, $(PROGRAMS)) -DDROPBEAR_MULTI
177 multilink: multibinary $(addprefix link, $(PROGRAMS))
    [all...]

Completed in 380 milliseconds

12 3 4 5 6 7 8 91011>>