Searched defs:build (Results 1 - 25 of 67) sorted by relevance

123

/external/genext2fs/
H A DConfig.mk5 define build-userimage-ext2-target
/external/webkit/WebKitTools/Scripts/webkitpy/steps/
H A Dbuild.py38 Options.build,
43 def build(self, build_style): member in class:Build
47 if not self._options.build:
51 self.build("debug")
52 self.build("release")
54 self.build(self._options.build_style)
H A Doptions.py32 build = make_option("--no-build", action="store_false", dest="build", default=True, help="Commit without building first, implies --no-test.") variable in class:Options
33 build_style = make_option("--build-style", action="store", dest="build_style", default=None, help="Whether to build debug, release, or both.")
35 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/webkit/WebCore/svg/
H A DSVGFEMergeElement.cpp40 bool SVGFEMergeElement::build(SVGResourceFilter* filterResource) function in class:WebCore::SVGFEMergeElement
H A DSVGFEBlendElement.cpp82 bool SVGFEBlendElement::build(SVGResourceFilter* filterResource) function in class:WebCore::SVGFEBlendElement
H A DSVGFECompositeElement.cpp105 bool SVGFECompositeElement::build(SVGResourceFilter* filterResource) function in class:WebCore::SVGFECompositeElement
H A DSVGFEFloodElement.cpp42 bool SVGFEFloodElement::build(SVGResourceFilter* filterResource) function in class:WebCore::SVGFEFloodElement
H A DSVGFEOffsetElement.cpp73 bool SVGFEOffsetElement::build(SVGResourceFilter* filterResource) function in class:WebCore::SVGFEOffsetElement
H A DSVGFETileElement.cpp59 bool SVGFETileElement::build(SVGResourceFilter* filterResource) function in class:WebCore::SVGFETileElement
H A DSVGFEColorMatrixElement.cpp84 bool SVGFEColorMatrixElement::build(SVGResourceFilter* filterResource) function in class:WebCore::SVGFEColorMatrixElement
H A DSVGFEComponentTransferElement.cpp64 bool SVGFEComponentTransferElement::build(SVGResourceFilter* filterResource) function in class:WebCore::SVGFEComponentTransferElement
H A DSVGFEDisplacementMapElement.cpp97 bool SVGFEDisplacementMapElement::build(SVGResourceFilter* filterResource) function in class:WebCore::SVGFEDisplacementMapElement
H A DSVGFEGaussianBlurElement.cpp83 bool SVGFEGaussianBlurElement::build(SVGResourceFilter* filterResource) function in class:WebCore::SVGFEGaussianBlurElement
H A DSVGFEImageElement.cpp114 bool SVGFEImageElement::build(SVGResourceFilter* filterResource) function in class:WebCore::SVGFEImageElement
H A DSVGFEMorphologyElement.cpp92 bool SVGFEMorphologyElement::build(SVGResourceFilter* filterResource) function in class:WebCore::SVGFEMorphologyElement
H A DSVGFETurbulenceElement.cpp101 bool SVGFETurbulenceElement::build(SVGResourceFilter* filterResource) function in class:WebCore::SVGFETurbulenceElement
H A DSVGFEDiffuseLightingElement.cpp96 bool SVGFEDiffuseLightingElement::build(SVGResourceFilter* filterResource) function in class:WebCore::SVGFEDiffuseLightingElement
H A DSVGFESpecularLightingElement.cpp112 bool SVGFESpecularLightingElement::build(SVGResourceFilter* filterResource) function in class:WebCore::SVGFESpecularLightingElement
/external/webkit/JavaScriptCore/runtime/
H A DJSStringBuilder.h37 JSValue build(ExecState* exec) function in class:JSC::JSStringBuilder
51 UString build() function in class:JSC::JSStringBuilder
54 return StringBuilder::build();
H A DStringBuilder.h69 UString build() function in class:JSC::StringBuilder
/external/webkit/WebKit/chromium/src/
H A DBoundObject.cpp69 void BoundObject::build() function in class:WebKit::BoundObject
/external/guava/src/com/google/common/collect/
H A DImmutableClassToInstanceMap.java49 * .build();}</pre>
51 * <p>After invoking {@link #build()} it is still possible to add more
52 * entries and build again. Thus each map generated by this builder will be
61 * keys are not allowed, and will cause {@link #build} to fail.
70 * Duplicate keys are not allowed, and will cause {@link #build} to fail.
93 public ImmutableClassToInstanceMap<B> build() { method in class:ImmutableClassToInstanceMap.Builder
94 return new ImmutableClassToInstanceMap<B>(mapBuilder.build());
117 return new Builder<B>().putAll(map).build();
/external/skia/src/core/
H A DSkEdgeBuilder.cpp73 int SkEdgeBuilder::build(const SkPath& path, const SkIRect* iclip, function in class:SkEdgeBuilder
/external/v8/test/cctest/
H A Dtest-version.cc39 void SetVersion(int major, int minor, int build, int patch, argument
43 Version::build_ = build;
52 static void CheckVersion(int major, int minor, int build, argument
60 SetVersion(major, minor, build, patch, candidate, "");
68 SetVersion(major, minor, build, patch, candidate, soname);
/external/emma/core/java12/com/vladium/emma/
H A DEMMAProperties.java84 public static String makeAppVersion (final int major, final int minor, final int build) argument
92 buf.append (build);

Completed in 140 milliseconds

123