Searched refs:build (Results 301 - 325 of 628) sorted by relevance

<<11121314151617181920>>

/external/protobuf/java/src/main/java/com/google/protobuf/
H A DMessage.java186 Message build(); method in interface:Message.Builder
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DCodedInputStreamTest.java365 TestAllTypes message = builder.build();
378 .build();
405 return TestRecursiveMessage.newBuilder().setI(5).build();
408 .setA(makeRecursiveMessage(depth - 1)).build();
/external/webkit/Source/WebCore/svg/
H A DSVGFEBlendElement.cpp128 PassRefPtr<FilterEffect> SVGFEBlendElement::build(SVGFilterBuilder* filterBuilder, Filter* filter) function in class:WebCore::SVGFEBlendElement
H A DSVGFEGaussianBlurElement.cpp125 PassRefPtr<FilterEffect> SVGFEGaussianBlurElement::build(SVGFilterBuilder* filterBuilder, Filter* filter) function in class:WebCore::SVGFEGaussianBlurElement
H A DSVGFEOffsetElement.cpp106 PassRefPtr<FilterEffect> SVGFEOffsetElement::build(SVGFilterBuilder* filterBuilder, Filter* filter) function in class:WebCore::SVGFEOffsetElement
/external/webkit/Tools/Scripts/
H A Drun-javascriptcore-tests63 Usage: $programName [options] [options to pass to build system]
72 'skip-build' => \$skipBuild,
76 # Assume any arguments left over from GetOptions are assumed to be build arguments
94 print "Running: build-jsc " . join(" ", @buildArgs) . "\n";
95 my $buildResult = system "perl", "Tools/Scripts/build-jsc", @buildArgs;
H A Dsunspider-compare-results51 --root Path to root tools build
74 my $buildResult = system currentPerlPath(), "Tools/Scripts/build-jsc", "--" . $configuration;
H A Dupdate-webkit-support-libs144 Then run build-webkit again.
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
H A D__init__.py33 from webkitpy.tool.steps.build import Build
H A Doptions.py33 build = make_option("--build", action="store_true", dest="build", default=False, help="Build and run run-webkit-tests before committing.") variable in class:Options
34 build_style = make_option("--build-style", action="store", dest="build_style", default=None, help="Whether to build debug, release, or both.")
36 check_builders = make_option("--ignore-builders", action="store_false", dest="check_builders", default=True, help="Don't check to see if the build.webkit.org builders are green before landing.")
/external/zlib/src/nintendods/
H A DMakefile19 BUILD := build
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DCertPathBuilder2Test.java104 certBuild.build(null);
108 CertPathBuilderResult cpbResult = certBuild.build(null);
/external/chromium/sdch/open-vcdiff/packages/rpm/
H A Drpm.spec39 %build
/external/clang/
H A DREADME.android4 * - Changes due to Android's build system.
42 * We add Android's *.mk files that are specific to Android's build system.
/external/dhcpcd/mk/
H A Dprog.mk1 # rules to build a program
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Dant.bat134 rem Check the error code of the Ant build
141 rem Check the error code of the Ant build
158 rem Check the error code of the Ant build
165 rem Check the error code of the Ant build
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
H A DfeedPublish.emf.properties13 # NOTE: if values are commented out (#), they must be passed in to Ant via commandline instead (eg., from emf's promoteToEclipse.sh when promoting a build)
30 # optional build alias, like 2.2.1RC2
33 # optional build type; one of: N, I, M, S, R; if not provided, will be pulled from buildID above
38 buildConfigURL=build.cfg
H A DfeedPublish.uml2.properties13 # NOTE: if values are commented out (#), they must be passed in to Ant via commandline instead (eg., from emf's promoteToEclipse.sh when promoting a build)
30 # optional build alias, like 2.0.1RC1
33 # optional build type; one of: N, I, M, S, R; if not provided, will be pulled from buildID above
38 buildConfigURL=build.cfg
/external/expat/
H A DAndroid.mk3 # We need to build this for both the device (as a shared library)
/external/guava/guava/src/com/google/common/collect/
H A DImmutableBiMap.java126 * .build();}</pre>
131 * <p>Builder instances can be reused - it is safe to call {@link #build}
132 * multiple times to build multiple bimaps in series. Each bimap is a superset
147 * keys or values are not allowed, and will cause {@link #build} to fail.
156 * Duplicate keys or values are not allowed, and will cause {@link #build}
171 @Override public ImmutableBiMap<K, V> build() { method in class:ImmutableBiMap.Builder
172 ImmutableMap<K, V> map = super.build();
248 * same order as the parameters used to build this map.
H A DImmutableTable.java100 return RegularImmutableTable.forCells(cellSetBuilder.build());
131 * .build();}</pre>
142 * <p>Builder instances can be reused - it is safe to call {@link #build}
143 * multiple times to build multiple tables in series. Each table is a superset
179 * cause {@link #build} to fail.
189 * #build} to fail.
209 * {@link #build} to fail.
226 public ImmutableTable<R, C, V> build() { method in class:ImmutableTable.Builder
/external/guava/guava/src/com/google/common/util/concurrent/
H A DMoreExecutors.java73 .build());
105 .build());
/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheManualTest.java30 Cache<Object, Object> cache = CacheBuilder.newBuilder().build();
106 Cache<Integer, Integer> cache = CacheBuilder.newBuilder().build();
H A DCacheReferencesTest.java58 return builder.build(KEY_TO_STRING_LOADER);
136 builder.removalListener(removalListener).build(toStringLoader);
/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableClassToInstanceMapTest.java58 return (Map) builder.build();
139 .build();

Completed in 435 milliseconds

<<11121314151617181920>>