HomeSort by relevance Sort by last modified time
    Searched refs:build (Results 276 - 300 of 903) sorted by null

<<11121314151617181920>>

  /external/guava/src/com/google/common/collect/
CompoundOrdering.java 43 .addAll(comparators).add(lastComparator).build();
ExplicitOrdering.java 58 return builder.build();
RegularImmutableBiMap.java 39 ImmutableMap<V, K> backwardMap = 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/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/webkit/JavaScriptCore/runtime/
StringBuilder.h 69 UString build() function in class:JSC::StringBuilder
  /external/webkit/WebCore/svg/
SVGFEBlendElement.cpp 82 bool SVGFEBlendElement::build(SVGResourceFilter* filterResource) function in class:WebCore::SVGFEBlendElement
SVGFEComponentTransferElement.cpp 64 bool SVGFEComponentTransferElement::build(SVGResourceFilter* filterResource) function in class:WebCore::SVGFEComponentTransferElement
SVGFEGaussianBlurElement.cpp 83 bool SVGFEGaussianBlurElement::build(SVGResourceFilter* filterResource) function in class:WebCore::SVGFEGaussianBlurElement
SVGFEMorphologyElement.cpp 92 bool SVGFEMorphologyElement::build(SVGResourceFilter* filterResource) function in class:WebCore::SVGFEMorphologyElement
SVGFEOffsetElement.cpp 73 bool SVGFEOffsetElement::build(SVGResourceFilter* filterResource) function in class:WebCore::SVGFEOffsetElement
  /external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/webkit/
basesteps.py 37 return "buildresults@build.webkit.org:%s" % (self.getDestinationPath(), )
43 return self.build
  /external/webkit/WebKitTools/Scripts/webkitpy/steps/
completerollout.py 30 from webkitpy.steps.build import Build
39 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();
  /libcore/luni/src/test/java/tests/security/
CertPathBuilderTest.java 53 method="build",
72 CertPathBuilderResult builderResult = pathBuilder.build(params);
  /ndk/build/tools/
build-ndk-sysroot.sh 17 # build-ndk-sysroot.sh
22 # after that, you may use build/tools/package-ndk-sysroot.sh to package
25 # NOTE: this is different from the Android toolchain original build-sysroot.sh
60 --build-out=*)
76 echo "Collect files from an Android build tree and assembles a sysroot"
86 echo " --build-out=<path> set Android build out directory"
128 echo "The build out path is not a valid directory: $OPTION_BUILD_OUT"
134 SYSROOT=$NDK_ROOT/build/platforms/$PLATFORM/arch-$ABI
135 COMMON_ROOT=$NDK_ROOT/build/platforms/$PLATFORM/commo
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
AttachImage.java 194 .withExpectedCount(0).build()); method
200 .withValues(values).build());
231 }).withExpectedCount(1).build()); method
235 Photo.CONTENT_ITEM_TYPE}).withValues(values).build());
  /packages/apps/Mms/src/com/android/mms/util/
AddressUtils.java 47 builder.build(), new String[] {Addr.ADDRESS, Addr.CHARSET},
  /packages/apps/Tag/src/com/android/apps/tag/provider/
TagContract.java 44 AUTHORITY_URI.buildUpon().appendPath("ndef_msgs").build();

Completed in 1973 milliseconds

<<11121314151617181920>>