Searched refs:have (Results 1 – 25 of 125) sorted by relevance
12345
46 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
78 have = run("p4 have ...", r'[^#]+#[0-9]+ - (.*)', r'.*') variable97 have = dict().fromkeys(have, 1) variable101 if not file in have:
17 $(call pretty-error,Header libraries may not have any sources)
1 # 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
39 for platform because they do not have "//apex_available:platform" or \51 available for platform because it does not have "//apex_available:platform" or \
5 have any problems converting, please contact us via:40 * Prerequisite: all common users of `BUILD_PACKAGE` have been removed (some45 * Any devices that still have warnings will have65 Android Q, and the 2020 release will have jumped directly to the end for many
1 # CMD: Returns the modules of type $arg that have property $arg2
1 # CMD: Returns the modules that have test_suites property with $arg as one of its value. Use $arg2 …
3 … When this is `True` the libraries behave like the lastest unfrozen version like they always have."
10 Lists products that have no functioning lunch combo.
29 # skip libm and libc because then we would have duplicates due to system_shared_library88 … # 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`
33 … 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. Use98 Executables in `data` must not have the `args` and `env` attribute. Use
11 * Launcher file needs to have same suffix as the rest of the generated files
13 # This is also where we can define platforms that have set product config variables to certain
53 …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…
29 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
2 # on projects that happen to be written in Kotlin but do not have a run-time
24 "expected %s action to have arguments, but argv was None" % (62 Actions with these mnemonics will be expected to have the flags113 Actions with these mnemonics will be expected to have the flags161 Actions with these mnemonics will be expected NOT to have the flags
32 Comments on the same line as either a version definition or a symbol name have53 file. Without this, APIs that you have not explicitly exposed will still be82 level. This is an arbitrarily high API level used to define APIs that have not95 will have the tag applied. An `introduced` tag on a symbol overrides the value164 process (b/191371676). These two symbols have very similar lifetime "in168 longer accepting new APEX updates. Unlike the APIs for apps where we have zero170 when talking about #systemapi and #apex symbols. So, we have some flexibility
177 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) {
9 # We have added testonly and visibility guardrails to ensure that these do not
47 # agnostic rules to support AIDL, HIDL, Sysprop do not have an analogous48 # module type in Soong and do not have an apex_available property, often57 # Build settings, these have no built artifact and thus will not be63 # targets have a License provider241 …echo "Test-Info: What’s the testing strategy for the new dependency? Does it have its own tests, a…
101 # This module type does not have an existing rule to map to, so use the
28 // LLVM Sources do have unused parameters :(
29 # Ideally we would check that rblf.printvars returns the correct result, but we don't have