Home
last modified time | relevance | path

Searched refs:change (Results 1 – 25 of 43) sorted by relevance

12

/build/soong/scripts/hiddenapi/
Danalyze_bcpf_test.py416 def check_change_fix(self, change, bpmodify_output, expected): argument
424 change.fix_bp_file(file, "bcpf", bpmodify_runner)
430 def check_change_snippet(self, change, expected): argument
431 snippet = change.snippet(" ")
435 change = ab.HiddenApiPropertyChange(
441 change, """
448 change, """
475 change = ab.HiddenApiPropertyChange(
482 change, """
492 change, """
[all …]
/build/make/tools/perf/
Dbenchmarks78 change: callable
122 change: Change
202 return Change(label="Remove out", change=remove_out, undo=lambda: None)
207 return Change(label="No change", change=lambda: None, undo=lambda: None)
219 change=create,
248 change=lambda: modified.write(),
253 change = AddJavaField("frameworks/base/core/java/android/provider/Settings.java",
258 change.undo()
262 label=change.label,
263 change=change.change,
[all …]
/build/bazel/api_surfaces/
DREADME.md10 will likely change in the final design.
/build/soong/scripts/
Dcheck_do_not_merge.sh21 Please use the Merged-In tag to be more explicit about where this change
/build/soong/android/
Dconfig_test.go64 …expectedError := `Field configType.PopulateMe has tag json:"omitempty" which specifies to change i…
66 (Alternatively, to change the json name of the field, rename the field in source instead.)`
/build/bazel/examples/queryview/
DREADME.md4 Bazel BUILD files and other user-facing APIs will change without warning. We
/build/make/core/
Djava_library.mk80 $(call commit-change-for-toc,$@)
Dcleanbuild.mk97 $(info *** A clean build is required because of a recent change.)
DWINPTHREADS_COPYING28 * It uses undocumented features of Microsoft Windows that can change
DLINUX_KERNEL_COPYING28 freedom to share and change it. By contrast, the GNU General Public
29 License is intended to guarantee your freedom to share and change free
41 if you want it, that you can change the software or use pieces of it
112 stating that you changed the files and the date of any change.
302 free software which everyone can redistribute and change under these terms.
Dconfig_sanitizers.mk563 ifeq ($(findstring sanitize=implicit-integer-sign-change,$(my_cflags)),)
564 my_cflags += -fno-sanitize=implicit-integer-sign-change
/build/soong/docs/
Dclion.md72 This is because you need to change the project root. Via Tools > CMake >
Dbest_practices.md25 Assume that the source directory is `$PWD`. If a script is going to change
47 necessary, since these files will change more often than necessary.
124 change in dependencies as something that would invalidate an action -- the
125 command line would need to change, or one of the inputs would need to be newer
/build/make/
DChanges.md24 module system will not be compatible with this change. This includes many usages of
45 you can change the shebang line to use `python2` explicitly. This only applies for
145 To fix existing uses, change inputs to specify the inputs and update the command
322 To temporarily relax this check and restore the behavior prior to this change,
353 environment variables. Ninja does not track when environment variables change
417 image, similar to the ones installed for normal boot. See the change to
464 In Android.mk files, you used to be able to change LOCAL_ARM_MODE for each
632 -- without custom checks, Make doesn't rebuild objects when CFLAGS change, etc.
646 configuration is allowed to change those, switching devices with the same
651 that they are being used incorrectly. Attempting to change the environment for
[all …]
Dbuildspec.mk.default19 # named "buildspec.mk" in the root directory, and uncomment or change
/build/bazel/toolchains/clang/host/linux-x86/
Dcc_toolchain_features_ubsan_test.bzl193 expected_disabled_sanitizer = "implicit-integer-sign-change",
208 "ubsan_implicit-integer-sign-change",
215 expected_disabled_sanitizer = "implicit-integer-sign-change",
233 expected_disabled_sanitizer = "implicit-integer-sign-change",
Dcc_toolchain_features.bzl1904 "implicit-integer-sign-change",
1909 "implicit-integer-arithmetic-value-change",
1985 "implicit-integer-sign-change",
2010 "implicit-integer-arithmetic-value-change",
2127 "-fno-sanitize=implicit-integer-sign-change",
2132 "implicit-integer-sign-change",
2213 # change the -std version to overwrite the defaults or c{,pp}_std attribute
/build/make/tools/droiddoc/templates-pdk/
Dsdkpage.cs82 does not change.</p>
/build/soong/cmd/sbox/sbox_proto/
Dsbox.proto36 // If true, change the working directory to the top of the temporary sandbox directory before
/build/make/tools/releasetools/
Dota_metadata.proto17 // If you change this file,
/build/
Dbuildspec.mk.default19 # named "buildspec.mk" in the root directory, and uncomment or change
/build/bazel/utils/
Dconfig_setting_boolean_algebra.bzl62 as an implementation detail and not relied on. They could change in future updates to
/build/blueprint/
DAndroid.bp5 // Added automatically by a large-scale-change that took the approach of
/build/make/tools/compliance/
DREADME.md4 When changing this file consider whether the change also applies to doc.go -->
/build/bazel/mkcompare/
DREADME.md42 a change contributes to the Makefile interface between Soong and Make.

12