Home
last modified time | relevance | path

Searched refs:make (Results 1 – 25 of 46) sorted by relevance

12

/tools/test/openhst/
DREADME.md14 Before setting up your HST test environment, please make sure to meet following
23 * Install GNU make(3.81 above) on test machine (Linux, Mac, Windows)
27 Please follow below steps to set up HST on your test machine and make sure that
34 1. make start
38 1. make proto-compile
43 1. make start
49 1. make proto-compile
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/
DEncodeUtilsTest.java41 GPFlags flags = GPFlags.make(false); in asciiEncodeAndDecode()
51 GPFlags flags = GPFlags.make(true); in utf8EncodeAndDecode()
67 GPFlags flags = GPFlags.make(false); in asciiDecodeAsUtf8()
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zfile/
DApkAlignmentTest.java59 ApkCreator creator = cf.make(creationData); in soFilesUncompressedAndAligned()
112 try (ApkCreator creator = cf.make(creationData)) { in soFilesMergedFromZipsCanBeUncompressedAndAligned()
156 ApkCreator creator = cf.make(creationData); in soFilesUncompressedAndNotAligned()
209 try (ApkCreator creator = cf.make(creationData)) { in soFilesMergedFromZipsCanBeUncompressedAndNotAligned()
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/
Dapollo_qa.proto5 is no longer used in code make sure to communicate this to QA.
7 sending it, make sure QA has switched to new message/enum/field, remove old
10 become optional when deprecated (make sure to update QA automation first to expect the
90 no longer make sense (but communicate to QA to prep this ahead-of-time). */
/tools/asuite/atest/bazel/scripts/
Dgen_workspace_archive.sh61 ${ANDROID_BUILD_TOP}/build/soong/soong_ui.bash --make-mode atest
121 ${ANDROID_BUILD_TOP}/build/soong/soong_ui.bash --make-mode $(cat $OUT_DIR/atest_bazel_workspace/bui…
/tools/external/fat32lib/
DNOTICE15 … intended to guarantee your freedom to share and change free software--to make sure the software i…
19 …to freedom of use, not price. Our General Public Licenses are designed to make sure that you have …
21 To protect your rights, we need to make restrictions that forbid distributors to deny you these rig…
23 …e, you must give the recipients all the rights that we gave you. You must make sure that they, too…
27 To protect each distributor, we want to make it very clear that there is no warranty for the free l…
29 …s pose a constant threat to the existence of any free program. We wish to make sure that a company…
66 …er than as an argument passed when the facility is invoked, then you must make a good faith effort…
75 … appeared, then you can specify that version instead if you wish.) Do not make any other change in…
124 This section is intended to make thoroughly clear what is believed to be a consequence of the rest …
132 … Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this…
/tools/metalava/
DAndroid.bp43 // make project, soong's visibility won't apply. Soong also won't let you specify a
44 // subpackage of //vendor/ here. So let's just make it private.
DAPI-LINT.md69 To make these errors go away, you have two choices:
84 diff to make sure you're really only marking the issues you intended to include.
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/
DTextCodebase.kt427 override fun make(o: Any): Any { in make() method
478 r = make(o) in obtain()
484 protected abstract fun make(o: Any): Any method
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DExtraField.java174 Segment seg = factory.make(headerId, data); in parseSegments()
278 Segment make(int headerId, @Nonnull byte[] data) throws IOException; in make() method
DGPFlags.java132 static GPFlags make(boolean utf8Encoding) { in make() method in GPFlags
DCentralDirectoryHeader.java392 gpBit = GPFlags.make(gpBit.isUtf8FileName()); in resetDeferredCrc()
/tools/asuite/aidegen/
DREADME.md87 If you get an error like: "Dependent modules dictionary is empty." or other errors, try a make
107 2. If you run aidegen on a remote desktop, make sure there is no IntelliJ
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zfile/
DApkZFileCreatorFactory.java47 public ApkCreator make(@Nonnull CreationData creationData) { in make() method in ApkZFileCreatorFactory
DApkCreatorFactory.java39 ApkCreator make(@Nonnull CreationData creationData); in make() method
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DBuilders.kt48 inline fun <R, reified P : Any> make() : StartEndBuilder<R, P> { in noReset() method
/tools/treble/hacksaw/
DREADME.md22 * Create a new Hacksaw workspace and edit build/make project.
108 ## How do I make sure that creating a hacksaw workspace is fast?
/tools/metalava/src/test/java/com/android/tools/metalava/binarycompatibility/
DBinaryCompatibilityPackagesTest.kt124 fun `Change public type in API package to make non-public (Incompatible)`() { in Change public type in API package to make non-public (Incompatible)()
/tools/test/graphicsbenchmark/
DREADME26 $ tapas gamecore && make dist DIST_DIR=dist
/tools/asuite/atest/asuite_lib_test/
DAndroid.bp16 // also include asuite_metrics and other needed python files, in order to make sure asuite_metrics
/tools/asuite/atest/bazel/
Dbazelrc9 # this higher can make builds faster by allowing more jobs to run in parallel.
/tools/aadevtools/validation/
DREADME.md39 4. test.sh has all the commands above to make is easier to use.
/tools/currysrc/scripts/
Drepackage-common.sh100 build/soong/soong_ui.bash --make-mode currysrc
/tools/ndkports/
Dgradlew.bat32 @rem Resolve any "." and ".." in APP_HOME to make it shorter.
/tools/asuite/atest/bazel/rules/
Dsoong_prebuilt.bzl51 "please make sure that the module is built with Soong before " +

12