Searched refs:build (Results 351 - 375 of 628) sorted by relevance

<<11121314151617181920>>

/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheRefreshTest.java39 .build(loader);
/external/icu4c/data/mappings/
H A Ducmfiles.mk3 # A list of UCM's to build
27 # * To REPLACE the default list and only build with a few
/external/libcap-ng/libcap-ng-0.7/
H A Dcompile42 # Convert a $build file to $host form and store it in $file
210 If you are trying to build a whole package this is not the
278 # object file name, since that is what matters with a parallel build.
/external/libvpx/vpx_mem/memory_manager/include/
H A Dcavl_if.h110 L_SC int L_(build)(
/external/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp190 std::auto_ptr<PBQPRAProblem> PBQPBuilder::build(MachineFunction *mf, function in class:PBQPBuilder
317 std::auto_ptr<PBQPRAProblem> PBQPBuilderWithCoalescing::build( function in class:PBQPBuilderWithCoalescing
323 std::auto_ptr<PBQPRAProblem> p = PBQPBuilder::build(mf, lis, loopInfo, vregs);
589 builder->build(mf, lis, loopInfo, vregsToAlloc);
/external/llvm/lib/Support/Windows/
H A DProgram.inc182 // Now build the command line.
220 // Now build the environment block.
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DByteString.java378 public ByteString build() { method in class:ByteString.CodedBuilder
/external/skia/samplecode/
H A DSampleAnimator.cpp101 const SkDOM::Node* root = dom.build(text, len);
/external/skia/src/core/
H A DSkEdgeBuilder.cpp80 int SkEdgeBuilder::build(const SkPath& path, const SkIRect* iclip, function in class:SkEdgeBuilder
/external/skia/src/views/
H A DSkViewInflate.cpp104 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
772 // This enables logging the DOM tree, Render tree even for the release build
1133 #error You have to have at least one execution model enabled to build JSC
1268 /* Set up a define for a common error that is intended to cause a build error -- thus the space after Error. */
1299 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/dnsmasq/contrib/Suse/
H A Ddnsmasq-suse.spec44 %build
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
H A DBuildResultsElement.java278 * Return the statistics of the build along its history.
333 * Returns whether the build is important to be shown.
343 * Returns whether the build is a milestone one or not.
365 public boolean isBefore(String build) { argument
367 return Util.getBuildDate(this.name).compareTo(Util.getBuildDate(build)) <= 0;
/external/gtest/src/
H A DAndroid.mk22 # We build these 2 libraries for the target device and for the host if
/external/guava/guava/src/com/google/common/collect/
H A DImmutableMap.java153 * .build();}</pre>
158 * <p>Builder instances can be reused - it is safe to call {@link #build}
159 * multiple times to build multiple maps in series. Each map is a superset of
175 * keys are not allowed, and will cause {@link #build} to fail.
184 * necessary. Duplicate keys are not allowed, and will cause {@link #build}
208 * Duplicate keys are not allowed, and will cause {@link #build} to fail.
221 * TODO(kevinb): Should build() and the ImmutableBiMap & ImmutableSortedMap
230 public ImmutableMap<K, V> build() { method in class:ImmutableMap.Builder
355 * the same order as the parameters used to build this map.
362 * the same order as the parameters used to build thi
[all...]
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
H A DCacheBuilder.java106 public <K1 extends K, V1 extends V> Cache<K1, V1> build() { method in class:CacheBuilder
110 public <K1 extends K, V1 extends V> LoadingCache<K1, V1> build( method in class:CacheBuilder

Completed in 2997 milliseconds

<<11121314151617181920>>