Searched refs:build (Results 126 - 150 of 628) sorted by relevance

1234567891011>>

/external/icu4c/data/sprep/
H A Dsprepfiles.mk3 # A list of txt's to build
19 # * To REPLACE the default list and only build a subset of files:
/external/jsr305/
H A DAndroid.mk24 # Include this library in the build server's output directory
27 # Also build a host side library
/external/junit/
H A DCommon.mk7 # List of source to build into the core-junit library
22 # List of source to build into the android.test.runner library
/external/libffi/testsuite/
H A DAndroid.mk19 # Single test file to use when doing a default build.
22 # We only build ffi at all for non-arm, non-x86 targets.
H A Drun-all-tests21 # the build system.
52 # a build directory).
55 if [ -d out -a -d build ]; then
71 : # Already have build system defs.
74 . build/envsetup.sh
/external/libvorbis/vq/
H A Dmake_floor_books.pl10 # build line_128x4_class0 0-256
11 # build line_128x4_0sub0 0-4
48 #set the search path for input files; each build line will look
57 # build book.vqd 0-3 [noguard]
58 if($line=~m/^build (.*)/){
59 # build a huffman book (no mapping)
79 die "Couldn't build huffbook.\n\tcommand:$command\n"
/external/llvm/utils/
H A Dllvm-native-gcc58 } elsif ($ProgramName =~ /native-build/) {
66 && (($ProgramName !~ /native-build/)
74 } elsif ($ProgramName =~ /native-build/) {
166 if ($ProgramName eq /native-build/) {
170 # build the llvm-gcc command line.
190 native-build [OPTIONS...] FILE
199 If called as "native-build", it compiles bitcode to native code, and takes
236 This manual page does not adequately document native-build mode.
H A Dllvm-native-gxx58 } elsif ($ProgramName =~ /native-build/) {
66 && (($ProgramName !~ /native-build/)
74 } elsif ($ProgramName =~ /native-build/) {
166 if ($ProgramName eq /native-build/) {
170 # build the llvm-gxx command line.
190 native-build [OPTIONS...] FILE
199 If called as "native-build", it compiles bitcode to native code, and takes
236 This manual page does not adequately document native-build mode.
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/container/mp4/
H A DMovieCreator.java28 * Shortcut to build a movie from an MP4 file.
31 public static Movie build(ReadableByteChannel channel) throws IOException { method in class:MovieCreator
/external/v8/include/
H A Dv8-testing.h35 // information on how to build/use V8 as a DLL.
38 build configuration to ensure that at most one of these is set
52 // information on how to build/use V8 as shared library.
/external/webkit/Source/WebCore/svg/
H A DSVGFECompositeElement.h45 virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*);
H A DSVGFEDiffuseLightingElement.h48 virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*);
H A DSVGFEDisplacementMapElement.h46 virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*);
H A DSVGFEGaussianBlurElement.h45 virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*);
H A DSVGFEImageElement.h59 virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*);
H A DSVGFEMorphologyElement.h46 virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*);
H A DSVGFESpecularLightingElement.h47 virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*);
H A DSVGFETurbulenceElement.h52 virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*);
/external/webkit/Tools/Scripts/
H A Dbuild-jsc43 Usage: $programName [options] [options to pass to build system]
64 chdir "Source/JavaScriptCore" or die "Can't find JavaScriptCore directory to build from";
77 # Builds everything in one-shot. No need to build anything here.
H A Drun-sunspider55 Usage: $programName [options] [options to pass to build system]
58 --root Path to root tools build
68 --no-build Do not try to build JSC before running the tests.
83 'no-build' => \$noBuild);
96 my $buildResult = system currentPerlPath(), "Tools/Scripts/build-jsc", @ARGV;
/external/bison/
H A DMakefile.am21 SUBDIRS = build-aux po runtime-po lib data src doc examples tests
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DSignerInfoGeneratorBuilder.java90 public SignerInfoGenerator build(ContentSigner contentSigner, X509CertificateHolder certHolder) method in class:SignerInfoGeneratorBuilder
111 public SignerInfoGenerator build(ContentSigner contentSigner, byte[] subjectKeyIdentifier) method in class:SignerInfoGeneratorBuilder
/external/icu4c/
H A Dconfigure.mk16 ( $(AUTOCONF) && mv configure configure.tmp && sed -e 's%^ac_cr=.*%ac_cr=`echo X |tr X "\\015"`%' < configure.tmp > configure && chmod a+rx $@ && rm configure.tmp ) || ( rm $@ ; "echo configure build failed" ; /usr/bin/false )
/external/linux-tools-perf/
H A Dperf-archive.sh26 echo "perf archive: no build-ids found"
35 linkname=$PERF_BUILDID_DIR.build-id/${build_id:0:2}/${build_id:2}
/external/quake/quake/src/QW/client/
H A Dcmd.c216 char *text, *build, c; local
218 // build the combined string to parse from
241 build = Z_Malloc (s+1);
242 build[0] = 0;
256 Q_strcat (build, text+i);
257 Q_strcat (build, "\n");
263 if (build[0])
264 Cbuf_InsertText (build);
267 Z_Free (build);

Completed in 322 milliseconds

1234567891011>>