HomeSort by relevance Sort by last modified time
    Searched refs:build (Results 451 - 475 of 1726) sorted by null

<<11121314151617181920>>

  /external/guava/guava-gwt/src/com/google/common/collect/
Multiset_CustomFieldSerializerBase.java 43 return builder.build();
  /external/icu4c/common/
rbbisetb.h 81 void build();
rbbitblb.h 40 void build();
84 RBBINode *&fTree; // The root node of the parse tree to build a
  /external/icu4c/i18n/
uspoof_conf.h 81 // It exports one static function, to do a confusable data build.
107 void build(const char * confusables, int32_t confusablesLen, UErrorCode &status);
  /external/junit/
Android.mk 37 # build a core-junit target jar that is built into Android system image
54 # build a core-junit-hostdex jar that contains exactly the same classes
  /external/libffi/
Android.mk 17 # minimize duplication between the build rules.
23 # Build rules for the target.
26 # We only build ffi at all for non-arm, non-x86 targets.
  /external/protobuf/gtest/scripts/
gtest-config.in 18 flags to connect with Google C++ Testing Framework, both in a build prior to
202 # it's not, we provide variables pointing to the source and build tree rather
210 # assume that we are in a build tree.
220 # We provide hooks to include from either the source or build dir, where the
221 # build dir is always preferred. This will potentially allow us to write
222 # build rules for generated headers and have them automatically be preferred
  /external/protobuf/java/src/main/java/com/google/protobuf/
MessageLite.java 164 * working with the builder after calling {@code build()}, {@code clone()}
170 MessageLite build(); method in interface:MessageLite.Builder
173 * Like {@link #build()}, but does not throw an exception if the message
200 * the input message. If you call {@link #build()} without setting all
212 * <li>Use {@code buildPartial()} to build, which ignores missing
RpcUtil.java 96 .build();
  /external/qemu/distrib/
update-audio.sh 5 # development packages on every developer machine, or every build server.
11 . android/build/common.sh
15 echo "Sorry, this script can only be run from a full Android build tree"
86 $GNUMAKE $source BUILD_QEMU_AUDIO_LIB=true || (echo "could not build the audio library. Aborting" && exit 1)
  /external/qemu-pc-bios/
Makefile 17 # even if we're not using the Android build system.
40 rm -rf bochs/Makefile bochs/build bochs/config.h bochs/config.log \
  /external/v8/include/
v8-preparser.h 42 build configuration to ensure that at most one of these is set
  /external/webkit/Source/WebCore/svg/
SVGFEConvolveMatrixElement.h 49 virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*);
SVGFEFloodElement.cpp 61 PassRefPtr<FilterEffect> SVGFEFloodElement::build(SVGFilterBuilder*, Filter* filter) function in class:WebCore::SVGFEFloodElement
SVGFEMergeElement.cpp 43 PassRefPtr<FilterEffect> SVGFEMergeElement::build(SVGFilterBuilder* filterBuilder, Filter* filter) function in class:WebCore::SVGFEMergeElement
SVGFETileElement.cpp 86 PassRefPtr<FilterEffect> SVGFETileElement::build(SVGFilterBuilder* filterBuilder, Filter* filter) function in class:WebCore::SVGFETileElement
SVGFilterPrimitiveStandardAttributes.h 44 virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter* filter) = 0;
  /external/webrtc/
android-webrtc.mk 25 # '-DWEBRTC_DETECT_ARM_NEON' # only used in a build configuration without Neon
26 # TODO(kma): figure out if the above define could be moved to NDK build only.
  /frameworks/base/core/tests/coretests/src/android/text/
StaticLayoutDirectionsTest.java 117 checkDirections(b.build(), i, b.text, expected, f);
130 Layout l = b.build();
150 Layout l = b.build();
166 Layout l = b.build();
184 Layout l = b.build();
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
TestSuiteBuilderTest.java 94 assertEquals(2, getTestCaseNames(testSuiteBuilder.build()).size());
114 TestSuite testSuite = testSuiteBuilder.build();
121 testSuiteBuilder.build();
168 TestSuite suite = builder.build();
  /frameworks/compile/libbcc/runtime/make/platform/
darwin_bni.mk 2 Description := Target for Darwin using an Apple-style build.
6 # We override this with RC_ARCHS because B&I may want to build on an ARCH we
  /frameworks/ex/carousel/
Android.mk 18 # the framework library, and build/core/pathmap.mk expects a java/ subdirectory.
29 # Include this library in the build server's output directory
  /frameworks/ex/common/java/com/android/common/
Search.java 118 Uri uri = uriBuilder.build();
  /frameworks/ex/common/java/com/android/common/content/
ProjectionMap.java 56 public ProjectionMap build() { method in class:ProjectionMap.Builder
  /frameworks/support/v13/
Android.mk 18 # the framework library, and build/core/pathmap.mk expects a java/ subdirectory.
45 # Include this library in the build server's output directory

Completed in 1084 milliseconds

<<11121314151617181920>>