Searched refs:build (Results 426 - 450 of 628) sorted by relevance

<<11121314151617181920>>

/external/webkit/Source/WebCore/inspector/front-end/
H A DExtensionServer.js117 this._postNotification("resource-finished", this._resourceId(resource), (new WebInspector.HAREntry(resource)).build());
309 var harLog = (new WebInspector.HARLog()).build();
/external/webkit/Tools/Scripts/
H A Dbisect-builds104 [-b|--branch name] name of the nightly build branch (default: trunk)
105 [-d|--download-directory dir] nightly build download directory (default: ~/Library/Caches/WebKit-Nightlies)
177 printf "\nChecking revision r%s (%d build%s left to test after this)...\n", $nightlies[$index]->{rev}, $buildsLeft, $plural;
/external/webkit/Tools/android/flex-2.5.4a/
H A Dscan.l364 * we can't build the scanner using -{f,F}.
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
H A DIETFUtils.java72 return builder.build().getRDNs();
/external/dropbear/libtommath/demo/
H A Dtiming.c72 #error need rdtsc function for this build
/external/guava/guava/src/com/google/common/eventbus/
H A DEventBus.java159 .build(new CacheLoader<Class<?>, Set<Class<?>>>() {
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableSet.java217 @Override public ImmutableSet<E> build() { method in class:ImmutableSet.Builder
/external/guava/guava-tests/test/com/google/common/collect/
H A DForwardingSortedMapTest.java168 builder.build());
H A DImmutableSetTest.java159 ImmutableSet<Integer> set = builder.build();
/external/guava/guava-tests/test/com/google/common/primitives/
H A DUnsignedIntegerTest.java46 TEST_INTS = testIntsBuilder.build();
H A DUnsignedLongTest.java47 TEST_LONGS = testLongsBuilder.build();
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DJdkFutureAdaptersTest.java82 new ThreadFactoryBuilder().setDaemon(true).build());
/external/icu4c/test/testdata/
H A Dtestdata.mak18 # I generated it with an ICU 4.2.1 build on Linux after removing
20 # and renaming the collations element to avoid build CollationElements
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
H A DStripInfo.java146 void build(EdgeInfoVec edgeInfos, FaceInfoVec faceInfos) method in class:StripInfo
151 // build forward... start with the initial face
169 // build the forward list
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhonemetadata.java38 * Protocol Buffers. This lets BuildMetadataFromXml class to build with both this hand created
42 public NumberFormat build() { method in class:Phonemetadata.NumberFormat.Builder
199 public PhoneNumberDesc build() { method in class:Phonemetadata.PhoneNumberDesc.Builder
301 public PhoneMetadata build() { method in class:Phonemetadata.PhoneMetadata.Builder
636 // which is used by C++ build tools.
919 public PhoneMetadataCollection build() { method in class:Phonemetadata.PhoneMetadataCollection.Builder
/external/okhttp/src/main/java/libcore/net/spdy/
H A DSpdyConnection.java213 public SpdyConnection build() { method in class:SpdyConnection.Builder
/external/openssh/contrib/suse/
H A Dopenssh.spec88 - Updated for new gnome-ssh-askpass build
136 %build
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DAbstractMessageLite.java52 return out.build();
H A DGeneratedMessage.java153 // Java compiler and/or build system. See bug #1898463. The mere presence
163 * constructor because it becomes null when build() is called.
254 .build();
550 * .build();
563 // Java compiler and/or build system. See bug #1898463. The mere presence
871 .mergeFrom((Message) value).build();
1268 .mergeFrom((Message) value).build();
1304 .mergeFrom((Message) value).build();
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dpicoloaddbg.lua47 -- parse input file, build up syms and symnrs tables
H A Dpicoloadphones.lua45 -- parse input file, build up syms and symnrs tables
/external/webkit/Source/WebCore/svg/
H A DSVGFECompositeElement.cpp171 PassRefPtr<FilterEffect> SVGFECompositeElement::build(SVGFilterBuilder* filterBuilder, Filter* filter) function in class:WebCore::SVGFECompositeElement
H A DSVGFEDiffuseLightingElement.cpp197 PassRefPtr<FilterEffect> SVGFEDiffuseLightingElement::build(SVGFilterBuilder* filterBuilder, Filter* filter) function in class:WebCore::SVGFEDiffuseLightingElement
H A DSVGFESpecularLightingElement.cpp208 PassRefPtr<FilterEffect> SVGFESpecularLightingElement::build(SVGFilterBuilder* filterBuilder, Filter* filter) function in class:WebCore::SVGFESpecularLightingElement
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
H A Ddownload_unittest.py72 options.build = True
187 bug_description: http://trac.webkit.org/changeset/852 broke the build:
194 Any committer can land this patch automatically by marking it commit-queue+. The commit-queue will build and test the patch before landing to ensure that the rollout will be successful. This process takes approximately 15 minutes.

Completed in 1927 milliseconds

<<11121314151617181920>>