Searched defs:build (Results 1 - 25 of 330) sorted by relevance

1234567891011>>

/external/vulkan-validation-layers/demos/smoke/android/
H A Dbuild-and-install14 build() { function
15 ./gradlew build
20 adb install build/outputs/apk/android-fat-debug.apk
28 build
/external/deqp/scripts/build/
H A Dbuild.py49 def build (config, generator, targets = None): function
55 print "WARNING: Using existing build directory failed; re-creating build directory"
61 baseCmd = ['cmake', '--build', '.']
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/staticprovides/
H A DStaticTestComponentWithBuilder.java29 StaticTestComponentWithBuilder build(); method in interface:StaticTestComponentWithBuilder.Builder
/external/hyphenation-patterns/
H A DAndroid.mk15 #disable build in PDK
56 # folding and normalization, so don't build it until that's fixed.
58 BUILD_HYB := $(LOCAL_PATH)/build-hyb.mk
65 define build-one-pattern-module
79 $(foreach l, $(pattern_locales), $(call build-one-pattern-module, $(dir $(l)), $(notdir $l)))
80 build-one-pattern-module :=
/external/noto-fonts/
H A DAndroid.mk23 define build-one-font-module
35 # First "build" the Noto CJK fonts, which have their own directory and
44 $(foreach f, $(font_src_files), $(call build-one-font-module, $(f)))
51 # Now "build" the rest of the fonts, which live in a separate subdirectory.
187 $(foreach f, $(font_src_files), $(call build-one-font-module, $(f)))
188 build-one-font-module :=
/external/strace/
H A Dxlate.el30 ;; and build the xlat table with C-c B. Then type the name of the table.
33 (global-set-key "\C-cB" 'build-xlate)
36 "See grab-xlate and build-xlate.")
55 (defun build-xlate (&optional list)
/external/autotest/server/
H A Dsource_kernel.py40 def build(self, host): member in class:SourceKernel
66 ctl += "testkernel.build()\n"
/external/chromium-trace/catapult/firefighter/update/common/buildbot/
H A Dbuilds.py10 from common.buildbot import build namespace
22 """Fetches a Build object containing build details.
25 key: A nonnegative build number.
36 raise TypeError('build numbers must be integers, not %s' %
42 """Downloads and returns build details.
44 If a build has corrupt data, it is not included in the result. If you
48 build_numbers: An iterable of build numbers to download.
54 ValueError: A build number is invalid.
61 raise ValueError('Invalid build number: %d' % build_number)
81 logging.warning('Unable to fetch %s build
[all...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/samples/
H A Dcall_compute_service.py7 from googleapiclient.discovery import build namespace
14 service = build('compute', 'v1', credentials=credentials)
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/samples/googleappengine/
H A Dcall_compute_service_from_gae.py5 from googleapiclient.discovery import build namespace
13 service = build('compute', 'v1', credentials=credentials)
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/builder/
H A DGrandchild.java27 Grandchild build(); method in interface:Grandchild.Builder
H A DMiddleChild.java31 MiddleChild build(); method in interface:MiddleChild.Builder
H A DOtherMiddleChild.java30 OtherMiddleChild build(); method in interface:OtherMiddleChild.Builder
/external/dagger2/compiler/src/it/producers-functional-tests/src/main/java/producerstest/builder/
H A DTestComponentWithBuilder.java35 TestComponentWithBuilder build(); method in interface:TestComponentWithBuilder.Builder
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DCatchBuilder.java32 public CatchTable build(); method in interface:CatchBuilder
/external/glide/library/src/main/java/com/bumptech/glide/load/model/
H A DModelLoaderFactory.java25 ModelLoader<T, Y> build(Context context, GenericLoaderFactory factories); method in interface:ModelLoaderFactory
/external/glide/library/src/main/java/com/bumptech/glide/manager/
H A DConnectivityMonitorFactory.java12 public ConnectivityMonitor build(Context context, ConnectivityMonitor.ConnectivityListener listener) { method in class:ConnectivityMonitorFactory
/external/glide/library/src/main/java/com/bumptech/glide/request/animation/
H A DGlideAnimationFactory.java16 GlideAnimation<R> build(boolean isFromMemoryCache, boolean isFirstResource); method in interface:GlideAnimationFactory
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
H A DMp4Builder.java33 public IsoFile build(Movie movie); method in interface:Mp4Builder
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/container/mp4/
H A DMovieCreator.java28 * Shortcut to build a movie from an MP4 file.
31 public static Movie build(ReadableByteChannel channel) throws IOException { method in class:MovieCreator
/external/roboto-fonts/
H A DAndroid.mk38 define build-one-font-module
88 $(foreach f, $(font_src_files), $(call build-one-font-module, $(f)))
90 build-one-font-module :=
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTSchema.java72 build();
79 void build() method in class:XSLTSchema
875 build(null, null, null, new XSLTElementDef[]{ stylesheetElemDef,
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/
H A DOCSPRespBuilder.java26 public OCSPResp build( method in class:OCSPRespBuilder
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
H A DX500NameBuilder.java66 * @param attrTAndV the AttributeTypeAndValue to build the RDN from.
117 * @param attrTAndVs the AttributeTypeAndValues to build the RDN from.
132 public X500Name build() method in class:X500NameBuilder
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/
H A DPKIXCertStoreSelector.java43 public PKIXCertStoreSelector<? extends Certificate> build() method in class:PKIXCertStoreSelector.Builder

Completed in 1684 milliseconds

1234567891011>>