Home
last modified time | relevance | path

Searched refs:have (Results 1 – 25 of 125) sorted by relevance

12345

/build/bazel/scripts/
Dapex_compare.sh46 You need to have file-as-filesystem viewer application `view_file_as_fs`
47 on the PATH. If you have FUSE's fuse-ext2 and fuse-zip installed, you
/build/make/core/
Dchecktree78 have = run("p4 have ...", r'[^#]+#[0-9]+ - (.*)', r'.*') variable
97 have = dict().fromkeys(have, 1) variable
101 if not file in have:
Dheader_library_internal.mk17 $(call pretty-error,Header libraries may not have any sources)
Dproguard.flags1 # We have moved -dontobfuscate and -dontoptimize to the makefiles.
62 # 1) we want them preserved for visibility with ART, but 2) they don't have
/build/make/core/tasks/
Dplatform_availability_check.mk39 for platform because they do not have "//apex_available:platform" or \
51 available for platform because it does not have "//apex_available:platform" or \
/build/make/
DDeprecation.md5 have any problems converting, please contact us via:
40 * Prerequisite: all common users of `BUILD_PACKAGE` have been removed (some
45 * Any devices that still have warnings will have
65 Android Q, and the 2020 release will have jumped directly to the end for many
/build/bazel/json_module_graph/
DfindModulesWithProperty.jq1 # CMD: Returns the modules of type $arg that have property $arg2
DfindModulesWithTestSuitesValue.jq1 # CMD: Returns the modules that have test_suites property with $arg as one of its value. Use $arg2 …
/build/release/flag_declarations/
DRELEASE_AIDL_USE_UNFROZEN.textproto3 … When this is `True` the libraries behave like the lastest unfrozen version like they always have."
/build/make/tools/
Dlunchable10 Lists products that have no functioning lunch combo.
/build/bazel/rules/cc/
Dstl.bzl29 # skip libm and libc because then we would have duplicates due to system_shared_library
88 … # sdk variant does not have an entry since ndk_system's deps have been added in `shared`
114 … # sdk variant does not have an entry since ndk_system's deps have been added in `shared`
/build/bazel_common_rules/exec/impl/
Dexec.bzl33 … fail("{}: {} must not have args. Use embedded_exec to wrap it.".format(ctx.label, target.label))
35 … fail("{}: {} must not have env. Use embedded_exec to wrap it.".format(ctx.label, target.label))
66 Executables in `data` must not have the `args` and `env` attribute. Use
98 Executables in `data` must not have the `args` and `env` attribute. Use
/build/soong/mk2rbc/
DTODO11 * Launcher file needs to have same suffix as the rest of the generated files
/build/bazel/tests/products/
DBUILD13 # This is also where we can define platforms that have set product config variables to certain
/build/make/core/tasks/tools/
Dpackage-modules.mk53 …cho-warning,$(my_makefile),$(my_package_name): Some necessary modules may have been skipped by Soo…
58 …cho-warning,$(my_makefile),$(my_package_name): Some necessary modules may have been skipped by Soo…
/build/bazel/rules/java/
Dsdk_transition.bzl29 fail("don't have both _sdk_version and sdk_version in attrs, it's confusing.")
31 fail("must have one of _sdk_version or sdk_version attr.")
97 # This attribute must have a specific name to let the DexArchiveAspect propagate
/build/make/core/proguard/
Dkotlin.flags2 # on projects that happen to be written in Kotlin but do not have a run-time
/build/bazel/rules/test_common/
Dflags.bzl24 "expected %s action to have arguments, but argv was None" % (
62 Actions with these mnemonics will be expected to have the flags
113 Actions with these mnemonics will be expected to have the flags
161 Actions with these mnemonics will be expected NOT to have the flags
/build/soong/docs/
Dmap_files.md32 Comments on the same line as either a version definition or a symbol name have
53 file. Without this, APIs that you have not explicitly exposed will still be
82 level. This is an arbitrarily high API level used to define APIs that have not
95 will have the tag applied. An `introduced` tag on a symbol overrides the value
164 process (b/191371676). These two symbols have very similar lifetime "in
168 longer accepting new APEX updates. Unlike the APIs for apps where we have zero
170 when talking about #systemapi and #apex symbols. So, we have some flexibility
/build/soong/dexpreopt/
Dclass_loader_context_test.go177 android.AssertBoolEquals(t, "The both maps should have the same keys.", ok, true)
367 func checkError(t *testing.T, have error, want string) {
368 if have == nil {
370 } else if msg := have.Error(); !strings.HasPrefix(msg, want) {
/build/bazel/vendor/google/
DBUILD9 # We have added testonly and visibility guardrails to ensure that these do not
/build/bazel/rules/apex/
Dapex_deps_validation.bzl47 # agnostic rules to support AIDL, HIDL, Sysprop do not have an analogous
48 # module type in Soong and do not have an apex_available property, often
57 # Build settings, these have no built artifact and thus will not be
63 # targets have a License provider
241 …echo "Test-Info: What’s the testing strategy for the new dependency? Does it have its own tests, a…
/build/soong/bp2build/
Dandroidbp_to_build_templates.go101 # This module type does not have an existing rule to map to, so use the
/build/make/tools/ide_query/cc_analyzer/
DAndroid.bp28 // LLVM Sources do have unused parameters :(
/build/make/tests/inherits_in_regular_variables/
Dtest.rbc29 # Ideally we would check that rblf.printvars returns the correct result, but we don't have

12345