Searched refs:not (Results 1 – 25 of 221) sorted by relevance
123456789
/build/make/core/tasks/ |
D | platform_availability_check.mk | 38 Following modules are requested to be installed. But are not available \ 39 for platform because they do not have "//apex_available:platform" or \ 40 they depend on other modules that are not available for platform) 50 $(call echo-error,$(2),Module is requested to be installed but is not \ 51 available for platform because it does not have "//apex_available:platform" or \ 52 it depends on other modules that are not available for platform.)
|
/build/make/core/ |
D | fuzz_test.mk | 8 $(error $(LOCAL_PATH): $(LOCAL_MODULE): NDK fuzz tests are not supported.) 27 $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH when building test $(LOCAL_MODULE)) 31 $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH_32 when building test $(LOCAL_MODULE)) 35 $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH_64 when building test $(LOCAL_MODULE))
|
D | board_config.mk | 167 $(error TARGET_DEVICE_DIR may not be set manually) 193 $(error Target architectures not defined by board config: $(board_config_mk)) 196 $(error TARGET_CPU_ABI not defined by board config: $(board_config_mk)) 372 … $(error PRODUCT_BUILD_CACHE_IMAGE set to true, but BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE not defined) 470 …$(error PRODUCT_BUILD_SUPER_EMPTY_IMAGE set to true, but PRODUCT_USE_DYNAMIC_PARTITIONS is not tru… 473 …$(error PRODUCT_BUILD_SUPER_EMPTY_IMAGE set to true, but BOARD_SUPER_PARTITION_SIZE is not defined) 512 …$(error PRODUCT_BUILD_VENDOR_IMAGE set to true, but BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE not defined) 547 …$(error PRODUCT_BUILD_PRODUCT_IMAGE set to true, but BOARD_PRODUCTIMAGE_FILE_SYSTEM_TYPE not defin… 587 …PRODUCT_BUILD_SYSTEM_EXT_IMAGE set to true, but BOARD_SYSTEM_EXTIMAGE_FILE_SYSTEM_TYPE not defined) 621 …ODUCT_BUILD_VENDOR_DLKM_IMAGE set to true, but BOARD_VENDOR_DLKMIMAGE_FILE_SYSTEM_TYPE not defined) [all …]
|
D | target_test_internal.mk | 21 $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH when building test $(LOCAL_MODULE)) 25 $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH_32 when building test $(LOCAL_MODULE)) 29 $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH_64 when building test $(LOCAL_MODULE))
|
D | copy_headers.mk | 7 $(call pretty-error,LOCAL_COPY_HEADERS may not be used with host modules) 13 $(call pretty-error,Modules using LOCAL_SDK_VERSION may not use LOCAL_COPY_HEADERS) 31 $(call pretty-error,LOCAL_COPY_HEADERS_TO may not start with / or ../ : $(LOCAL_COPY_HEADERS_TO))
|
D | LINUX_KERNEL_COPYING | 2 NOTE! This copyright does *not* cover user programs that use kernel 4 of the kernel, and does *not* fall under the heading of "derived work". 10 is concerned is _this_ particular version of the license (ie v2, not 23 of this license document, but changing it is not allowed. 37 When we speak of free software, we are referring to freedom, not 62 want its recipients to know that what they have is not the original, so 63 that any problems introduced by others will not reflect on the original 70 patent must be licensed for everyone's free use or not licensed at all. 88 Activities other than copying, distribution and modification are not 90 running the Program is not restricted, and the output from the Program [all …]
|
D | local_vndk.mk | 26 …$(shell echo $(LOCAL_MODULE_MAKEFILE): $(LOCAL_MODULE): Do not use LOCAL_USE_VNDK with host module… 37 …$(shell echo $(LOCAL_MODULE_MAKEFILE): $(LOCAL_MODULE): LOCAL_USE_VNDK must not be used with LOCAL…
|
D | product_config.rbc | 4 # you may not use this file except in compliance with the License. 39 # TODO(asmundak): do we need TARGET_ARCH? AOSP does not reference it 45 if not bv in globals: 46 fail(bv, " is not defined") 53 if not value: 76 if attr not in _globals_base: 116 if not pcm_stack: 152 if child_name not in configs: 174 fail("%s: has not been run" % pcm_name) 182 if not configs[child_name][3]: [all …]
|
/build/soong/docs/ |
D | map_files.md | 33 meaning. If you need to add any comments that should not be interpreted by the 53 file. Without this, APIs that you have not explicitly exposed will still be 60 Version names that end with `_PRIVATE` or `_PLATFORM` will not be exposed in any 80 level. This is an arbitrarily high API level used to define APIs that have not 84 but **will not be included in the NDK**. `future` should generally not be used, 96 Note: The map file alone does not contain all the information needed to 107 known to the build system, see `out/soong/api_levels.json` (if not present, run 119 symbol is defined with only architecture-specific tags, it will not be present 120 for architectures that are not named. 122 Note: The architecture-specific tags should, in general, not be used. These are [all …]
|
/build/make/tools/rbcrun/testdata/ |
D | regex.star | 10 assert.true(not rblf_regex(pattern, w), "%s should not match %s" % (w, pattern))
|
D | file_ops.star | 8 assert.true(not rblf_file_exists("no_such_file"), "the file no_such_file does not exist")
|
/build/soong/python/tests/ |
D | Android.bp | 4 // you may not use this file except in compliance with the License. 26 // Is not implemented as a python unittest 49 // Is not implemented as a python unittest
|
/build/make/target/board/generic/ |
D | README.txt | 5 will work with the emulator, though sound will not work 8 It is not a product "base class"; no other products inherit
|
/build/soong/cmd/javac_wrapper/ |
D | javac_wrapper_test.go | 59 warning: [options] bootstrap class path not set in conjunction with -source 1.7 74 javadoc: option --boot-class-path not allowed with target 1.9 80 warning: [options] bootstrap class path not set in conjunction with -source 1.9\n 88 warning: [options] bootstrap class path not set in conjunction with -source 1.9\n
|
/build/bazel/rules/ |
D | lunch.bzl | 20 # does not contain special characters like '"', '\n' and '\'. Use an allowlist approach 24 fail("The env var " + env_var + " is not defined.") 28 if not env_value.isalnum():
|
/build/soong/android/ |
D | license_test.go | 68 `which is not visible to this module`, 70 `which is not visible to this module`, 89 `"top_by_exception_only" is not a license_kind module`,
|
/build/blueprint/ |
D | README.md | 7 not be possible to file new issues or open new pull requests for this GitHub 9 patches -- will not be applied after May 3. The source tree will remain 10 available, but changes to Blueprint in AOSP will not be merged here and
|
/build/make/tests/ |
D | include1.rbc | 5 # you may not use this file except in compliance with the License. 16 # Included file (not inherited)
|
/build/make/tools/droiddoc/templates-pdk/ |
D | sdkpage.cs | 82 does not change.</p> 84 <p>Using native code does not result in an automatic performance increase, 85 but always increases application complexity. If you have not run into any limitations 86 using the Android framework APIs, you probably do not need the NDK. Read <a 92 Android SDK. If you have not already installed and setup the <a
|
/build/make/ |
D | Changes.md | 7 the `<uses-library>` tags in the manifest. Since the build system does not have 18 If a library is in `libs`, it usually should *not* be added to the above 87 ### Duplication is not allowed within a partition 95 not an error: 161 the last several releases. Equivalent functionality is not available in Soong. 166 ## `m4` is not available on `$PATH` 185 environment variables. Ninja does not track when environment variables change 187 is not safe with incremental builds. 276 * `PRODUCT_HOST_PACKAGES` does not have `_ENG`/`_DEBUG` variants, as that's a 277 property of the target, not the host. [all …]
|
D | Android.bp | 5 // you may not use this file except in compliance with the License. 22 // every license restriction, it may not be entirely correct. 27 // taking care not to lose any license_kind information, and overriding the
|
/build/pesto/experiments/prepare_bazel_test_env/data/templates/packages/modules/adb/ |
D | BUILD.bazel.template | 4 # you may not use this file except in compliance with the License. 16 # It should not be manually modified.
|
/build/pesto/experiments/prepare_bazel_test_env/data/templates/build/bazel/rules/ |
D | BUILD.bazel.template | 4 # you may not use this file except in compliance with the License. 16 # It should not be manually modified.
|
/build/make/common/ |
D | math.mk | 91 …ath_is_number,$(1)),,$(call math-error,Only non-negative integers <= 100 are supported (not $(1)))) 97 …-expect-error,(call _math_check_valid,-1),Only non-negative integers <= 100 are supported (not -1)) 98 …xpect-error,(call _math_check_valid,101),Only non-negative integers <= 100 are supported (not 101)) 114 …expect-error,(call int_range_list,1,101),Only non-negative integers <= 100 are supported (not 101)) 205 $(call math-error,integer greater than $(words $(_INT_LIMIT_WORDS)) is not supported!),\ 274 $(if $(filter 0,$(2)),$(call math-error,division by zero is not allowed!),$(strip \ 283 $(call math-expect-error,(call int_divide,0,0),division by zero is not allowed!) 284 $(call math-expect-error,(call int_divide,1,0),division by zero is not allowed!)
|
/build/bazel/rules_cc/cc/ |
D | find_cc_toolchain.bzl | 5 # you may not use this file except in compliance with the License. 19 * When https://github.com/bazelbuild/bazel/issues/7260 is **not** flipped, current 50 Bazel version is not needed), it's enough to only keep the toolchain type. 66 if not "@bazel_tools//tools/cpp:toolchain_type" in ctx.toolchains:
|
123456789