Searched refs:build (Results 251 - 275 of 426) sorted by relevance

<<1112131415161718

/external/libvpx/vpx_mem/memory_manager/include/
H A Dcavl_if.h110 L_SC int L_(build)(
/external/llvm/lib/Support/Windows/
H A DProgram.inc182 // Now build the command line.
220 // Now build the environment block.
/external/mesa3d/
H A DAndroid.mk151 include $(LLVM_ROOT_PATH)/llvm-host-build.mk
182 include $(LLVM_ROOT_PATH)/llvm-device-build.mk
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DByteString.java378 public ByteString build() { method in class:ByteString.CodedBuilder
H A DDynamicMessage.java269 throw new IllegalStateException("Cannot call clear() after build().");
291 public DynamicMessage build() { method in class:DynamicMessage.Builder
317 "build() has already been called on this Builder.");
426 .build();
/external/skia/samplecode/
H A DSampleAnimator.cpp93 const SkDOM::Node* root = dom.build(text, len);
/external/skia/src/core/
H A DSkEdgeBuilder.cpp73 int SkEdgeBuilder::build(const SkPath& path, const SkIRect* iclip, function in class:SkEdgeBuilder
/external/skia/src/views/
H A DSkViewInflate.cpp97 const SkDOM::Node* node = dom.build(xml, len);
/external/v8/include/
H A Dv8-debug.h40 // information on how to build/use V8 as a DLL.
43 build configuration to ensure that at most one of these is set
57 // information on how to build/use V8 as shared library.
H A Dv8-profiler.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/JavaScriptCore/runtime/
H A DJSStringBuilder.h72 JSValue build(ExecState* exec) function in class:JSC::JSStringBuilder
/external/webkit/Source/JavaScriptCore/wtf/
H A DPlatform.h39 /* COMPILER() - the compiler being used to build the project */
59 /* ==== COMPILER() - the compiler being used to build the project ==== */
77 #define RVCT_VERSION_AT_LEAST(major, minor, patch, build) (__ARMCC_VERSION >= (major * 100000 + minor * 10000 + patch * 1000 + build))
80 #define RVCT_VERSION_AT_LEAST(major, minor, patch, build) 0
770 // This enables logging the DOM tree, Render tree even for the release build
1137 #error You have to have at least one execution model enabled to build JSC
1272 /* Set up a define for a common error that is intended to cause a build error -- thus the space after Error. */
1303 to WTF causes many ports to break, and so this way we can address the build
/external/webkit/Source/WebCore/svg/
H A DSVGFEColorMatrixElement.cpp130 PassRefPtr<FilterEffect> SVGFEColorMatrixElement::build(SVGFilterBuilder* filterBuilder, Filter* filter) function in class:WebCore::SVGFEColorMatrixElement
H A DSVGFEDisplacementMapElement.cpp159 PassRefPtr<FilterEffect> SVGFEDisplacementMapElement::build(SVGFilterBuilder* filterBuilder, Filter* filter) function in class:WebCore::SVGFEDisplacementMapElement
H A DSVGFEImageElement.cpp154 PassRefPtr<FilterEffect> SVGFEImageElement::build(SVGFilterBuilder*, Filter* filter) function in class:WebCore::SVGFEImageElement
H A DSVGFEMorphologyElement.cpp151 PassRefPtr<FilterEffect> SVGFEMorphologyElement::build(SVGFilterBuilder* filterBuilder, Filter* filter) function in class:WebCore::SVGFEMorphologyElement
H A DSVGFETurbulenceElement.cpp167 PassRefPtr<FilterEffect> SVGFETurbulenceElement::build(SVGFilterBuilder*, Filter* filter) function in class:WebCore::SVGFETurbulenceElement
/external/astl/tests/
H A DAndroid.mk16 # To integrate with the nightly build, we use
/external/bluetooth/glib/tests/
H A Dmakefile.msc.in6 !INCLUDE ..\build\win32\make.msc
/external/dnsmasq/contrib/Suse/
H A Ddnsmasq-suse.spec44 %build
/external/gtest/src/
H A DAndroid.mk22 # We build these 2 libraries for the target device and for the host if
/external/guava/src/com/google/common/collect/
H A DImmutableMap.java150 * .build();}</pre>
155 * <p>Builder instances can be reused - it is safe to call {@link #build}
156 * multiple times to build multiple maps in series. Each map is a superset of
170 * keys are not allowed, and will cause {@link #build} to fail.
179 * Duplicate keys are not allowed, and will cause {@link #build} to fail.
190 // TODO: Should build() and the ImmutableBiMap & ImmutableSortedMap versions
198 public ImmutableMap<K, V> build() { method in class:ImmutableMap.Builder
310 * the same order as the parameters used to build this map.
316 * the same order as the parameters used to build this map.
322 * in the same order as the parameters used to build thi
[all...]
/external/libffi/testsuite/lib/
H A Dlibffi-dg.exp69 remote_file build delete $output_file;
/external/llvm/
H A DREADME.android4 * - Changes due to Android's build system.
42 * We add 40+ Android's *.mk files that are specific to Android's build system.
48 * All the tblgen work to enable Android to build a generator-generator binary
49 and then run it in the middle of Android build process.
/external/pcre/
H A DAndroid.mk75 # Now we build pcrecpp

Completed in 404 milliseconds

<<1112131415161718