Searched refs:build (Results 101 - 125 of 426) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/svg/
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;
H A Dwebkit-tools-completion.sh66 __webkit-patch_generate_reply "--no-build --no-close --no-test --reviewer= -r"
70 __webkit-patch_generate_reply "--force-clean --no-build --no-clean --no-test"
94 complete -W "--clean --debug --help -h" build-webkit
/external/bison/
H A DMakefile.am21 SUBDIRS = build-aux po runtime-po lib data src doc examples tests
/external/guava/src/com/google/common/collect/
H A DImmutableSetMultimap.java72 return builder.build();
84 return builder.build();
98 return builder.build();
113 return builder.build();
129 return builder.build();
165 * .build();}</pre>
167 * <p>Builder instances can be reused - it is safe to call {@link #build}
168 * multiple times to build multiple multimaps in series. Each multimap
236 @Override public ImmutableSetMultimap<K, V> build() { method in class:ImmutableSetMultimap.Builder
282 return new ImmutableSetMultimap<K, V>(builder.build(), siz
[all...]
/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/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);
/external/quake/quake/src/WinQuake/
H A Dcmd.cpp217 char *text, *build, c; local
225 // build the combined string to parse from
248 build = (char*) Z_Malloc (s+1);
249 build[0] = 0;
263 Q_strcat (build, text+i);
264 Q_strcat (build, "\n");
270 if (build[0])
271 Cbuf_InsertText (build);
274 Z_Free (build);
/external/webkit/Source/WebCore/platform/text/
H A DSuffixTree.h53 build(text);
96 void build(const String& text) function in class:WebCore::SuffixTree
/external/icu4c/data/brkitr/
H A Dbrkfiles.mk4 # A list of txt's to build
20 # * To REPLACE the default list and only build with a few
28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
/external/webkit/Tools/TestResultServer/model/
H A Djsonresults_unittest.py96 for build in builds:
97 counts.append(JSON_RESULTS_COUNTS_TEMPLATE.replace("[TESTDATA]", build))
98 build_numbers.append("1000%s" % build)
99 webkit_revision.append("2000%s" % build)
100 chrome_revision.append("3000%s" % build)
101 times.append("100000%s000" % build)
181 # Incremental results has the latest build and same test results for
194 # Incremental results has the latest build but different test results
206 # Incremental results has the latest build but different test results
253 # Test the build i
[all...]
/external/llvm/
H A DMakefile21 # be build for the build system first.
24 # "llvmCore", then this is an "Apple-style" build; search for
26 # normal build.
27 ifneq ($(findstring llvmCore, $(RC_ProjectName)),llvmCore) # Normal build (not "Apple-style").
102 # Don't build unittests when ONLY_TOOLS is set.
107 # If we're cross-compiling, build the build-hosted tools first
109 all:: cross-compile-build-tools
114 cross-compile-build
[all...]
/external/chromium/third_party/libjingle/source/talk/
H A Dmain.scons14 # in the build.
23 # The build files/directories to 'build'.
34 # The list of build environments.
47 DESTINATION_ROOT = '$MAIN_DIR/build',
185 BUILD_TYPE_DESCRIPTION = 'Windows debug build',
204 BUILD_TYPE_DESCRIPTION = 'Windows code coverage build',
218 BUILD_TYPE_DESCRIPTION = 'Windows opt build',
312 BUILD_TYPE_DESCRIPTION = 'Mac debug build',
325 BUILD_TYPE_DESCRIPTION = 'Mac opt build',
[all...]
/external/bison/build-aux/
H A DMakefile2 # build-aux/Makefile. Generated from Makefile.in by configure.
38 subdir = build-aux
73 mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs
79 ACLOCAL = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run aclocal-1.9
82 AMTAR = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run tar
83 AUTOCONF = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autoconf
84 AUTOHEADER = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autoheader
85 AUTOM4TE = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autom4te
86 AUTOMAKE = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run automake-1.9
130 MAKEINFO = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build
176 build = x86_64-unknown-linux-gnu macro
[all...]
/external/icu4c/common/
H A Drbbirb.cpp242 if (U_FAILURE(status)) { // status checked here bcos build below doesn't
253 builder.fSetBuilder->build();
279 builder.fForwardTables->build();
280 builder.fReverseTables->build();
281 builder.fSafeFwdTables->build();
282 builder.fSafeRevTables->build();
/external/chromium/third_party/libjingle/source/talk/base/
H A Dwin32.cc147 bool GetOsVersion(int* major, int* minor, int* build) { argument
153 if (build) *build = info.dwBuildNumber;
/external/webkit/Source/WebCore/inspector/front-end/
H A DHAREntry.js43 build: function()
194 build: function()
231 return (new WebInspector.HAREntry(resource)).build();
/external/icu4c/data/rbnf/
H A Drbnffiles.mk4 # A list of txt's to build
20 # * To REPLACE the default list and only build with a few
28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)

Completed in 471 milliseconds

1234567891011>>